
/* 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
{
	font-family: Verdana, Arial;
	margin: 0pt;
	color:#303030;
	font-size:10px;
	TEXT-DECORATION: none;    
}

.Help
{
    font-size: 11px;
    font-weight:normal;
    color:black;
    background-color:#e5e5e5
}

.FreeTrial {
    font-size: 11px;
    font-weight: normal;
    color:#000000;
    background-color:#ffff90;
}
.Welcome
{
    font-size: 11px;
    font-weight:normal;
    color:#000000	
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-size: 20px;
    font-weight: bold;
    color:#000000;
}

td.SelectedTab {
    background-color:transparent;
    padding: 3px 10px 3px 10px;
}

td.SelectedTab a {
    font-size: 10px;
    color:#9D0919;
    text-decoration:none;
    text-transform: uppercase;
}
td.SelectedTab a:hover {
    text-decoration:underline;
}

.TabDecoration {
    background-color:transparent;
}

td.OtherTabs 
{
    background-color: transparent;
    padding: 3px 10px 3px 10px;
}

td.OtherTabs {
    font-size: 10px;
    color:#023568;
    text-decoration:none;
    text-transform: uppercase;
}

td.OtherTabs a:hover 
{
    text-decoration:underline;
}


    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-size: 11px;
    font-weight: bold;
    text-decoration:    none;
    color:#000000;
}   



A.SiteLink:hover    {
    text-decoration:    underline;
    color: #9D0919;
}

/* style for separator between site links */
.Accent
{
    color: #000000;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-size:  12px;
    font-weight:    bold;
    color:black;
}



.Head:hover
{
	text-decoration:    none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	text-align:left;
	padding-right:2px;
    vertical-align: top;
    font-size: 11px;
    font-weight:bold;
    text-decoration:none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  12px;
    font-weight:    bold;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size: 12px;
    font-weight: normal;
}
    

/* GENERIC */
H1  {
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H2  {
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

TH  
{
	text-align:left;
    vertical-align: top;
    font-size: 10px;
    font-weight:bold;
    color:black;
    padding: 0px;
    text-decoration:none;
}

TD
{
	padding-right:10px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.Dropdown
{
    font-size: 11px;
    font-weight:normal;
    color:black; 
    text-decoration:none;
}

.EditField
{
    font-size: 11px;
    font-weight:normal;
    color:black;
    WIDTH: 100%;    
    text-decoration:none;
}

A  
{
	font-weight:bold;
	font-size: 10px;
    text-decoration:    none;
    color:Navy;
}



A:hover 
{
	font-weight:bold;
    text-decoration:    underline;
    color:  Navy;
}

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
}

/* DATA CONTROLS */

.DataGrid
{
    font-size: 11px;
    font-weight:normal;
    color:black;
    text-decoration:none;
    padding:0;
}

A.DataGrid 
{
    font-size: 11px;
    font-weight:normal;
    color:black;
    text-decoration:    none;
}

.DataList
{
    font-size: 11px;
    font-weight:normal;
    color:black;
    text-decoration:    none;
}
A.DataList 
{
    font-size: 11px;
    font-weight:normal;
    color:black;
    text-decoration:    none;
}