.font { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#000000} 
.fontbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#000000} 
.largetext { font-family:Arial; font-size:16pt; font-weight:bold; color:#666666; text-align:justify} 
.smalltext {  font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#000000} 
.link {  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:7pt; color:#666666; font-weight:bold; text-decoration:none} 
.hometext { 	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#000000; } 
.hometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#000000; } 
.redhometext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#FF0000; } 
.redhometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#FF0000; } 
.orangehometext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#FFA500; } 
.orangehometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#FFA500; } 
.yellowhometext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#FFFF00; } 
.yellowhometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#FFFF00; } 
.greenhometext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#008000; } 
.greenhometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#008000; } 
.bluehometext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#0000FF; } 
.bluehometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#0000FF; } 
.violethometext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#EE82EE; } 
.violethometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#EE82EE; } 
.hometext9bold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; font-weight:bold; color:#000000; text-align:center; }  
.hometext10bold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#000000; text-align:center; } 
.hometext12bold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; color:#000000; text-align:center; } 
.indigohometext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#4B0082; }
.indigohometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#4B0082; }  
.whitehometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#FFFFFF; } 
.brownhometextbold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; color:#996600; } 
.brownhometext9 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; color:#996600; } 
.brownhometext9bold { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; font-weight:bold; color:#996600; text-align:center; }  
.brownsmalltext { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#996600;}
ul.disc { list-style-type: disc }
.whitesmalltext { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#FFFFFF;}
ul.disc { list-style-type: disc }
ul.circle { list-style-type: circle }
ul.square { list-style-type: square }
ul.none { list-style-type: none }
.vline {font-size: 0; margin: 0}
.line {font-size: 0; margin: 0; display: none}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* 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 Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #9c966b;
    border-color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: lightgrey;
    border-color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Black;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    background-color: lightgrey;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, 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:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight:    bold;
}

/* style for separator between tabs */
.Separator {
    background-color: white;
    border-color: white;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, 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, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, 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, 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: black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
 