@charset "utf-8";
/* CSS Document */
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.medium_blue_text_12px{
	color:#0066FF;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
	cursor:pointer;
	}
.medium_blue_text_18px{
	color: #0066FF;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	}

.td_border{
	border:1px solid #999999;
	}
.dotted_border{
	border-bottom:1px dashed #999999;
	border-top:1px dashed #999999;
	border-left:1px dashed #999999;
	border-right:1px dashed #999999;
	}

.font_50_px_black{
	font-size: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.font_18_px_black{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}
.td_bottom_dashed{
	border-bottom:1px dashed #CCCCCC;
	}
.nav_links{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}
a.nav_links:link{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000033
	}
a.nav_links:visited{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000033;
	}
a.nav_links:hover{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	}
.green_links{
	font-size:12px;
	color:#009900;
	text-decoration:none;
	font-weight:bold;
	}
a.green_links:link{
	font-size:12px;
	color:#009900;
	text-decoration:none;
	font-weight:bold;	
	}
a.green_links:visited{
	font-size:12px;
	color:#009900;
	text-decoration:none;
	font-weight:bold;
	}
a.green_links:hover{
	font-size:12px;
	color:#009900;
	text-decoration: underline;
	font-weight:bold;
	}
.red_12_bold{
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
	}
.dotted_bottom_line{
	border-bottom: dashed 1px #CCCCCC;
	}
.diag_grey_lines{
	background-image:url(/admin/images/4diag.gif);
	font-weight:bold;
	font-size:14px;
	}
.red_14px{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	}
a.red_14px:link{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	}
a.red_14px:visited{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	}
a.red_14px:hover{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-decoration: underline;
	}
.padding_left_10px{
	padding-left:10px;
	}
.must_fill{
	background-color:#FFFFD2;
	border:1px solid #CCCCCC;
	}
.no_fill{
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	}
.tabel_border_1px{
	border:1px solid #CCCCCC;
	}
.light_grey_td{
	background-color:#EEEEEE;
	}
.light_yellow_back{
	background-color:#FCFDDF;
	border:1px solid #CCCCCC;
	}
.bold_black_14{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}
.bold_black_12{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}
.font_10px{
	font-size:10px;
	}
.dashed_border{
	border:1PX dashed #CCCCCC;
	}
.dashed_border_right{
	border-right:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	border-left:1px dashed #CCCCCC;
	}
.dashed_border_bottom{
		border-bottom:1px dashed #CCCCCC;
	}
.dashed_border_top{
		border-top:1px dashed #CCCCCC;
	}
.editItem{
	cursor:pointer;
}
.continueButtonClass{
	background-image:url(/images/new_continue.gif);
	background-repeat:no-repeat;
	border:0px;
	background-color:#FFFFFF;
	cursor:pointer;
	height:26px;
	width:135px;
	}
.red_bold{
	font-size:12px;
	font-weight:bold;
	color:#990000;
	}
.optionsDropdownSelected{
	width:635px;
	border:1px solid #999999;
	background-color:#FFFFDF;
	}
.optionsDropdown{
	width:635px;
	border:1px solid #999999;
	}