/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body {
	background-color: white;
}

/* PAGE BANNER */
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: white;
}

/* background/border colors for the tab strip*/
.TabStripBg {
	background-color: #d9dbdc;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: crimson;
}

/* hyperlink styles of the unselected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color: crimson;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color: crimson;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color: crimson;
}

A.SelectedTab:hover   {
    text-decoration:    none;
    color: crimson;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color: crimson;
}

/* text style for the selected tab */
.SubSelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* hyperlink styles of the unselected tabs */
A.SubSelectedTab:link    {
    text-decoration:    underline;
    font-weight: bold;
    color: #00545F;
}

A.SubSelectedTab:visited {
    text-decoration:    underline;
    font-weight: bold;
    color: #00545F;
}

A.SubSelectedTab:active  {
    text-decoration:    underline;
    font-weight: bold;
    color: #00545F;
}

A.SubSelectedTab:hover   {
    text-decoration:    underline;
    font-weight: bold;
    color: #00545F;
}

/* text style for the unselected tabs */
.SubOtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #00545F;
}

/* hyperlink styles of the unselected tabs */
A.SubOtherTabs:link    {
    text-decoration:    underline;
    color: #00545F;
}

A.SubOtherTabs:visited {
    text-decoration:    underline;
    color: #00545F;
}

A.SubOtherTabs:active  {
    text-decoration:    underline;
    color: #00545F;
}

A.SubOtherTabs:hover   {
    text-decoration:    underline;
    color: #00545F;
}

/* text style for welcome message */
.WelcomeMessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
		color: white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: white;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: white;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color: crimson;
}

/* style for separator between site links */
.Accent {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:    bold;
}


.SubMenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: white;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #00545f;
}





/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:  bold;
    color: white;
}

.Head2   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:  bold;
    color: #00545f;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #00545f;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #00545f;
}

/* text style for buttons and link buttons used in the portal admin pages */
.TitleCommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-bottom-width: 0px;
    margin: 0px;
}

A.TitleCommandButton:link {
    text-decoration:    underline;
    color: #00545f;
}

A.TitleCommandButton:visited  {
    text-decoration:    underline;
    color: #00545f;
}

A.TitleCommandButton:active   {
    text-decoration:    underline;
    color: #00545f;
}

A.TitleCommandButton:hover    {
    text-decoration:    underline;
    color: salmon;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;    
}
	
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: crimson
}

.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-bottom-width: 0px;
    margin: 0px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #00545f;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #00545f;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #00545f;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: salmon;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  24px;
    font-weight:    bold;
    color: #00545f;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: #00545f;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #00545f;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #00545f;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #00545f;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #00545f;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #00545f;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #00545f;
}

A:link  {
    text-decoration:    none;
    color:  #00545f;
}

A:visited   {
    text-decoration:    none;
    color:  #00545f;
}

A:active    {
    text-decoration:    none;
    color:  #00545f;
}

A:hover {
	color: salmon;
	text-decoration: none;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


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: #00545f;
    height:2pt;
    text-align:left
}

