body
{
}

/*=================
 READONLY Styles
 ==================*/

.txtBox_readOnly
{
	background-color: whitesmoke;
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	font-family: Tahoma;
}

/*==============
 Headers
================*/
.header_black
{
	font-size: 18px;
	font-weight: bold;
	color: #000033;
	font-family: Verdana, Sans-Serif;
}

.header_blue
{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.header_flesh
{
	font-size: 12px;
	font-weight: bold;
	color: #faebd7;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.header_orange
{
	font-size: 18px;
	font-weight: bold;
	color: orange;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.header_white
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/*==============
 Data Grid
================*/
.grid_header
{
	font-size: 11px;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: whitesmoke;
}

.grid_details
{
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	font-family: Tahoma;
	border-style: solid;
	border-color: gainsboro;
	background-color:White;
}

.grid_details_alt
{
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	font-family: Tahoma;
	border-style: solid;
	border-color: gainsboro;
	background-color: whitesmoke;
}

.grid_details_selected
{
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	font-family: Tahoma;
	border-style: solid;
	border-color: gainsboro;
	background-color: Green;
}

.grid_link
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: blue;
	text-decoration: underline;
}

a.grid_link:link
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: blue;
	text-decoration: underline;
}

a.grid_link:visited
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: blue;
	text-decoration: underline;
}

a.grid_link:hover
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: red;
	text-decoration: underline;
}

/*==============
 Data List
================*/
.list_header
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #808080;
}

.list_details
{
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border-style: solid;
	border-color: gainsboro;
	background-color:White;
}

.list_details_alt
{
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	font-family: Tahoma;
	border-style: solid;
	border-color: gainsboro;
	background-color: #f5f5f5;
}

.list_link
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #003399;
	text-decoration: underline;
}

a.list_link:link
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #003399;
	text-decoration: underline;
}

a.list_link:visited
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #003399;
	text-decoration: underline;
}

a.list_link:hover
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #003399;
	text-decoration: underline;
}

/*==============
 Standard Texts
================*/
.standard_arial9_black
{
	font-size: 9pt;
	font-weight: bold;
	color: #000033;
	font-family: Arial;
}

.standard_small_black
{
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	font-family: Tahoma;
}

.standard_small_gray
{
	font-size: 10px;
	font-weight: normal;
	color: gray;
	font-family: Tahoma;
}

.standard_bold_black
{
	font-size: 8pt;
	font-weight: bold;
	color: #000033;
	font-family: Tahoma;
}

.standard_small_text
{
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/*==============
 Error text
================*/
.error_text
{
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/*==============
 Links
================*/

.standard_link
{
	font-size: 11px;
	font-weight: bold; 
	color: black;
	font-family: arial;
	text-decoration: none;
}

a.standard_link:link
{
	font-size: 11px;
	font-weight: bold;  
	color: #336699;
	font-family: arial;
	text-decoration: none;
}

a.standard_link:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	font-family: arial;
	text-decoration: none;
}

a.standard_link:hover
{
	font-size: 11px;
	font-weight: bold;
	color: red;
	font-family: arial;	
	text-decoration: underline;
}

/*==============
 Trailer Links
================*/

.trailer_link
{
	font-size: 11px;
	font-weight: normal; 
	color: #ffffff;
	font-family: verdana, Sans-Serif;
	text-decoration: none;
}

a.trailer_link:link
{
	font-size: 11px;
	font-weight: normal;  
	color: #ffffff;
	font-family: verdana, Sans-Serif;
	text-decoration: underline;
}

a.trailer_link:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-family: verdana, Sans-Serif;
	text-decoration: underline;
}

a.trailer_link:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-family: verdana, Sans-Serif;	
	text-decoration: underline;
}
