.HeadBg {
    background-color: #FFFFFF;
}

/* background color for the content part of the pages */
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-top: 0px;
	margin-left: 0px;
    background-color: #DDDDDD;
}

.Pane
{
	background-color: #FEFEFE
}


.SiteTitle {
    font-family: Helvetica,Arial;
    font-size: 20px;
    font-weight: bold;
    color:#333333;

}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #FFCC66;
    border-color:		#EEEEEE;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #FFFF99;
    border-color: #EEEEEE;
}
.SYSMessage {
	font-weight: bold;
	color: #CC0000;
	background-position: center;
}


/* text style for the selected tab */
.SelectedTab {
	font-family: Arial;
	font-size: 12px;
	color:#3333FF;
	font-weight: bold
}

A.SelectedTab:link    {
    text-decoration:    none;
    color:#3333FF;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:#3333FF;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:#3333FF;
}

A.SelectedTab:hover   {
    text-decoration:    none;
    color:#6666FF;
}


/* text style for the unselected tabs */
.OtherTabs {
	font-family: Arial;
	font-size: 12px;
	color:#3333FF;
	text-decoration:none;
	font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#3333FF;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#3333FF;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#3333FF;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#000000;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:#333333;
}

/* style for separator between site links */
.Accent
{
    color: #DDDDDD;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   


/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial;
    font-size:  13px;
    font-weight:    bold;
    color: #DF94B8;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial;
    font-size:  18px;
    font-weight:    bold;
    color: #3333FF;
	line-height: 16px;
}

A.Head:link    {
    text-decoration:    none;
    color:#3333FF;
}

A.Head:visited {
    text-decoration:    none;
    color:#3333FF;
}

A.Head:active  {
    text-decoration:    none;
    color:#3333FF;
}

A.Head:hover   {
    text-decoration:    none;
    color:#6666FF;
}





/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  12px;
    font-weight:    bold;
    color: BF3C8B;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, Input, td, p
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal
}

.Small
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold
}

.TableHeader
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #0E98AE; /*CC9AFF*/ 
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #6666FF;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #6666FF;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #6666FF;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #6666FF;
}
    



/* GENERIC */
H1  {
    font-family: Arial;
       color: #000000;
}

H2  {
    font-family: Arial;
     color: #000000;
}

H3  {
    font-family: Arial;
    color: #000000;
}

H4  {
    font-family: Arial;
 color: #000000;
}

H5, DT  {
    font-family: Arial;
    color: #000000;
}

H6  {
    font-family: Arial;
    color: #000000;
}

TFOOT, THEAD    {
    font-family: Arial;
    font-size:  13px;
    color: BF3C8B;
}

TH  {
    vertical-align: baseline;
    font-family: Arial;
    font-size:  13px;
    font-weight:    bold;
    color: BF3C8B;
}

A:link,A:visited,A:Active  {
    text-decoration:    underline;
    color:  #666666;
    font-weight:bold;
}

A:hover {
    text-decoration:    none;
    color:  #6666FF;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  15px;
}

BLOCKQUOTE, PRE {
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.highlight {
	background-color: #FFFF00;
}
.required {
	color: #FF0000;
}
#scroll00 {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	height: 500px;
	width: auto;
	clear: both;
}
