/********************************************************
* Common Classes for the Website
* NOTE: These classes are not directly related to the view.  They are
* specific for this website.
********************************************************/
/*** Defines the global <body> tag within the website ***/
body 
{ margin: 0px; font-family: verdana; font-size: 11px;margin-top: 10px;} 
/*** End global <body> tag ***/

/*** Defines the global <a> tag within the website ***/
a:link 
{ font-family: verdana; font-size: 11px; color: #04146C; text-decoration: none;} 
a:visited 
{ font-family: verdana; font-size: 11px; color: #04146C; text-decoration: none;} 
a:hover 
{ font-family: verdana; font-size: 11px; color: #CC5555; text-decoration: none;} 
/*** End global <a> tag ***/

/*** Defines the global <td> tag within the website ***/
td 
{ font-family: verdana; font-size: 11px }
/*** End global <td> tag ***/

/*** Defines the form elements within the data entry document ***/
.frmTBs
{ font-family: verdana; font-size: 11px; width: 50px; height: 20px;}  
.frmTBm
{ font-family: verdana; font-size: 11px; width: 150px; height: 20px;} 
.frmTBl
{ font-family: verdana; font-size: 11px; width: 300px; height: 20px;}
/*** End ***/

/*** Defines <table> tag within the data entry document ***/
.tblHeader 
{ border-top: 1px solid #04146C; } 
/*** End ***/

/********************************************************
* End of Common Classes
********************************************************/


/********************************************************
* Non-Notes View Classes
* NOTE: The following classes define the way the view appears on the
* the website.  The View Administration file is used to link the following
* classes to the agent.  Consult the Admin file help page for further 
* detail.
********************************************************/

/*** Defines the <a> tag within the view ***/
a.alkH:link 
{ font-family: verdana; font-size: 11px; color: #04146C; font-weight: bold; text-decoration: none;} 
a.alkH:visited 
{ font-family: verdana; font-size: 11px; color: #04146C; font-weight: bold; text-decoration: none;} 
a.alkH:hover 
{ font-family: verdana; font-size: 11px; color: #04146C; font-weight: bold; text-decoration: none;} 

a.alkD:link 
{ font-family: verdana; font-size: 11px; color: #04146C; text-decoration: none;} 
a.alkD:visited 
{ font-family: verdana; font-size: 11px; color: #04146C; text-decoration: none;} 
a.alkD:hover 
{ font-family: verdana; font-size: 11px; color: #04146C; text-decoration: none;}
/*** End <a> tag ***/

/*** Defines the <table> tag within the view ***/
/*** End <table> tag ***/

/*** Defines the <td> tag within the view ***/
td.tdH
{ border-bottom: 2px solid #000000; padding: 4px; padding-top: 2px; padding-bottom: 2px; } 
td.tdD
{ border-bottom: 1px solid #000000; padding: 4px; padding-top: 2px; padding-bottom: 2px; }
td.tdS
{ border-bottom: 1px solid #CCCCCC; padding: 4px; padding-top: 4px; padding-bottom: 4px; }  
td.tdSp
{ padding: 4px; padding-top: 4px; padding-bottom: 4px; } 
/*** End <td> tag ***/

/*** Defines the combo box within view ***/
.frmCO
{ font-family: verdana; font-size: 11px; width: 50px; height: 20px;} 
/*** End ***/

/********************************************************
* End of Non-Notes View Classes
********************************************************/

/********************************************************
* Define the class of the sort columns and mouseover rows. 
* NOTE: Do not change the name of these classes. 
********************************************************/

/*** NOTE: Do not change the background-color ***/
/*** The SH is the Heading <td> and SD is the Data <td> ***/
td.tdSH_blue
{ border-bottom: 2px solid #000000;  background-color: #ECF1FC; padding: 4px; padding-top: 0px; padding-bottom: 0px; } 
td.tdSD_blue
{ border-bottom: 1px solid #000000;  background-color: #ECF1FC; padding: 4px; padding-top: 0px; padding-bottom: 0px; }
td.tdSH_gray
{ border-bottom: 2px solid #000000;  background-color: #EAEBED; padding: 4px; padding-top: 0px; padding-bottom: 0px; } 
td.tdSD_gray 
{ border-bottom: 1px solid #000000;  background-color: #EAEBED; padding: 4px; padding-top: 0px; padding-bottom: 0px; }
td.tdSH_green
{ border-bottom: 2px solid #000000;  background-color: #C9EFC9; padding: 4px; padding-top: 0px; padding-bottom: 0px; } 
td.tdSD_green 
{ border-bottom: 1px solid #000000;  background-color: #C9EFC9; padding: 4px; padding-top: 0px; padding-bottom: 0px; }
td.tdSH_red
{ border-bottom: 2px solid #000000;  background-color: #F2E6E6; padding: 4px; padding-top: 0px; padding-bottom: 0px; } 
td.tdSD_red 
{ border-bottom: 1px solid #000000;  background-color: #F2E6E6; padding: 4px; padding-top: 0px; padding-bottom: 0px; }
td.tdSH_yellow
{ border-bottom: 2px solid #000000;  background-color: #FEFEC7; padding: 4px; padding-top: 0px; padding-bottom: 0px; } 
td.tdSD_yellow
{ border-bottom: 1px solid #000000;  background-color: #FEFEC7; padding: 4px; padding-top: 0px; padding-bottom: 0px; }
/*** End ***/

/*** Defines the default row styles ***/
.trC
{ background-color: #FFFFFF; }
/*** End ***/

/*** Defines the alternating row styles ***/
.trCA
{ background-color: #EEEEEE; }
/*** End ***/

/*** Defines the rollover row styles.  ***/
.trMC_blue
{ background-color: #ECF1FC; }
.trMC_gray
{ background-color: #EAEBED; }
.trMC_green
{ background-color: #C9EFC9; }
.trMC_red
{ background-color: #F2E6E6; }
.trMC_yellow
{ background-color: #FEFEC7; }
/*** End ***/

/********************************************************
* End of the Sort classes
********************************************************/





.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
	font-weight: bold;
}
