/* ================================
    CSS STYLES 
    v1.0, 10/2003
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #181ea5
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #F0B009;
    border-color: #F0B009;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #F0B009;
    border-color: #F0B009;
}

/* text style for the selected tab */
.SelectedTab {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color:#FFFFFF;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color:#FFFFFF;
    text-decoration:none;

}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#0C0653;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#0C0653;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: cccccc;
    font-weight:    bold;
}

.alt1Active
{
	background: #A4A3A3;
	color: #000000;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #0C0653
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0C0653;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #0C0653;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0C0653;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    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: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:  #3A424B;
}
/*    color: #181ea5; */

A.CommandButton:visited  {
    text-decoration:    underline;
    color:  #3A424B;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:  #181ea5;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:  #708090;
}
/*    color: #576b14; */


/* GENERIC */
H1  {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #181ea5;
}

H2  {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #181ea5;
}

H3  {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #181ea5;
}

H4  {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #181ea5;
}

H5, DT  {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #181ea5;
}

H6  {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #181ea5;
}

TFOOT, THEAD    {
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  12px;
    color: #666644;
}

TH  {
    vertical-align: baseline;
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #181ea5;
}

A:link  {
    text-decoration:    underline;
    color:  #3A424B;
}

A:visited   {
    text-decoration:    underline;
    color:  #3A424B;
}

A:active    {
    text-decoration:    underline;
    color:  #181ea5;
}

A:hover {
    text-decoration:    underline;
    color:  #708090;
}

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: dimgrey;
    height:1pt;
    text-align:left
}

.footer
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: White;
    LINE-HEIGHT: 18px;
    FONT-FAMILY: verdana;
    font-weight: bold;
    TEXT-DECORATION: None;
    background-color: #999999
}
.footer A:hover
{
    COLOR: black;
    TEXT-DECORATION: none
}
.footer A:active
{
    COLOR: white;
    TEXT-DECORATION: none
}
.footer A:visited {
    text-decoration: none;
    color: White;
}
.footer A
{
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none
}

td, th, p, li
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


.tborder
{
	background-color: #D1D1E1;
	color: #000000;
	border: 1px solid #333333;
}
.tcat
{
	background: #869BBF url(images/gradient_tcat.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
	color: #FFFF66;
	text-decoration: underline;
}
.thead
{
	background: #999999 url(images/gradient_thead.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.headerbg
{
	background: #AF1616 url(images/header2-1.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.thead a:link
{
	color: #FFFFFF;
}
.thead a:visited
{
	color: #FFFFFF;
}
.thead a:hover, .thead a:active
{
	color: #FFFF00;
}


.alt1, .alt1Active
{
	background-color: #eeeeee;
	color: #000000;
}
.alt2, .alt2Active
{
	background-color: #dfdfdf;
	color: #000000;
}
.alt3
{
	background-color: #D5D8E5;
	color: #000000;
}.alt4
{
	background-color: #FFFFFF;
	color: #000000;
}
