/* CSS Document */

body, td, .body {
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;
	color: #333333;
}
.red_text {
	color: #ff0000;
}
.bold_red_text {
	color: #ff0000;
	font-weight: bold;	
}
.blue_text {
	color: #0000ff;
}
.bold_blue_text {
	color: #0000ff;
	font-weight: bold;	
}
.cyan_text {
	color: #0099FF;
}
.bold_cyan_text {
	color: #0099FF;
	font-weight: bold;	
}
.green_text {
	color: #0C6310;
}
.bold_green_text {
	color: #0C6310;
	font-weight: bold;	
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
.grey_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
}
.grey_black_underline
{
	background-color:#eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}
.black_underline
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}
.left_vertical {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #dddddd;
}
.blue_link {
	text-decoration: none;
	color: #0000CC;
}
.blue_link:hover {
	text-decoration: underline;
	color: #0000CC;
}
.green_link {
	text-decoration: none;
	color: #006600;
}
.green_link:hover {
	text-decoration: underline;
	color: #006600;
}
.grey_box {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
.grey_border {
	border: 1px solid #cccccc;
}
.heading4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.green_heading4 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
.heading5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.error {
	color: #ff0000;
}
.table_grey
{
	background-color:#eeeeee;
}
.form_req
{
	background-color:#FAECFC;
	border:solid 1px;
	border-color: #999999;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
}
.form_opt
{
	background-color:#E8FCF2;
	border:solid 1px;
	border-color: #999999;	
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
}
.form_outline
{
	border:solid 1px;
	border-color: #999999;	
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
}
.form_grey
{
	background-color:#dddddd;
	border:solid 1px;
	border-color: #999999;	
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
}
.form_green
{
	background-color:#AFCCB0;
	border:solid 1px;
	border-color: #999999;	
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
}
.form_underline
{
	border: 0px;
	border-top-width: 0px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;		
	border-left-width: 0px;
	border-right-width: 0px;		

	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
}
.form_blank
{
	border: 0px;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;		
}
.form_hidden
{
	border: 0px;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
	color:#FFFFFF;	
}
.form_blank_bold_blue_text
{
	border: 0px;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
	color: #0000ff;
	font-weight: bold;		
}
.form_blank_grey
{
	border: 0px;
	background-color:#eeeeee;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
}
.form_blank_grey_bold_blue_text
{
	border: 0px;
	background-color:#eeeeee;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
	color: #0000ff;
	font-weight: bold;		
}
.active_tab
{
	border: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;		
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;		
	background-color:#dddddd;
	
	color: #0000CC;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
	padding: 3px;
}
.idle_tab
{
	border: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;	
	background-color:#ffffff;
	
	color: #0000CC;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;	
	padding: 3px;
}
.button
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;	
	background-color:#ffffff;
	
	color: #0000CC;
	font-family: Tahoma, Verdana, "Segoe UI", Arial;
	font-size: 11px;
	padding: 1px;
}