/***************************************************************
//main text styles for the site
/**************************************************************/


BODY, TD, P, LI, BR
{
    font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    scrollbar-3dlight-color:#414141; 
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#000684;
    scrollbar-darkshadow-color:#414141;
    scrollbar-face-color#F35924;
    scrollbar-highlight-color:#CCCCCC;
    scrollbar-track-color:#414141;	
}



.text_blue
{ 
    font-size: 10pt;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: #000684;
}

.footer
{ 
    font-size: 8pt;
    font-family: arial,helvetica,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

.header
{ 
    font-size: 12pt;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: #000684;
}

.subhead
{ 
    font-size: 11pt;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: #000684;
}

.text_black
{ 
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
    color: #000000;
}

.errorText
{
    color: #FF0000 !important;
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    padding: 2;
}

.table_header
{
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight:bold;
}

.table_header2
{
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight:bold;
}

.letter
{
    background-color: #FFFFFF;
    color: #000000 !important;
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    padding: 6;
    border-color: #000000;
    border-width: 3px;
    border-style: double;

}

.letter_body
{
    background-color: #FFFFFF;
    color: #000000 !important;
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    padding: 6;
}

.link
{
    color: blue;
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    text-decoration: underline;
    cursor: hand;
}

/***************************************************************
//link styles throughout the site
/**************************************************************/

A:link {color: #3399FF; text-decoration:underline;}
A:hover {color: #3333FF; text-decoration:underline;}
A:visited  {color: #3399FF; text-decoration:underline;}
A:active  {color: #3399FF; text-decoration:underline;}


A.footer:link {color: #FFFFFF; text-decoration:underline;}
A.footer:hover {color: #FFFFFF; text-decoration:none;}
A.footer:visited  {color: #FFFFFF; text-decoration:underline;}
A.footer:active  {color: #FFFFFF; text-decoration:underline;}

A.sportsStats:link {color: #003399; text-decoration:none; font-size:9pt;}
A.sportsStats:visited  {color: #003399; text-decoration:none; font-size:9pt;}
A.sportsStats:active  {color: #003399; text-decoration:none; font-size:9pt;}
A.sportsStats:hover {color: #003355; text-decoration:underline; font-size:9pt;}

A.header:link {color: #FFFFFF; text-decoration:underline; font-size:8pt;}
A.header:visited  {color: #FFFFFF; text-decoration:underline; font-size:8pt;}
A.header:active  {color: #FFFFFF; text-decoration:underline; font-size:8pt;}
A.header:hover {color: #FFFFFF; text-decoration:underline; font-size:8pt;}

A.body:link {color: #FFFFFF; text-decoration:underline; font-size:9pt;}
A.body:visited  {color: #FFFFFF; text-decoration:underline; font-size:9pt;}
A.body:active  {color: #FFFFFF; text-decoration:underline; font-size:9pt;}
A.body:hover {color: #3399FF; text-decoration:underline; font-size:9pt;}

/***************************************************************
//table properties and background colors througout the site
/**************************************************************/
BODY 
{
    background-color: #000000;
    background-image: url(/images/global_bg_blue.gif);
}

.border
{
    background-color: #666666;
}

.blue
{
    background-color: #000684;
}

.ltgrey
{
    background-color: #D1D2EE;
    color: #000000 !important;
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    padding: 6;
}


.error
{
    background-color: #CCCCCC;
    color: #CC0000 !important;
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    padding: 6;
}

.main
{
    background-color: #000000;
    color: #FFFFFF;
}


.headline
{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 13pt;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}


/***************************************************************
//form properties throughout the site
/**************************************************************/

.form_login
{ 
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
    color: #000684;
}

.input_login
{ 
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
    color: #000684;
}

.input_text
{
    font-family: Arial, Helvetica, sans serif;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff; 
    border: 1 solid #999999;
}

.button_login
{
    font-family: arial, helvetica, sans serif;
    border: solid 1 #A3B2D4;
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #000684;
	border-style:outset;

}

.button_grey
{
    font-family: arial, helvetica, sans serif;
    border: solid 1 #CFCFCF;
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #919191;
	border-style:outset;

}