/* CSS Document */
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:White;
}
.textbox
{
	background-color: #E8E8E8;
	border: 1px dotted #009900;
	font-family: Tahoma,Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	height: 15px;
	width: 150px;
}

.topback
{
	background-image: url(images/top_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.FormName
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
.border_bottom
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCDADB;
}

.ControlPanel_Title
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}

.dotted_br
{
	border: 1px dotted #D4D4D4;
}
.dotted_line
{
	border-bottom:1px dotted #D4D4D4;
}

.Left_link
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #3399CC;
	line-height: 20px;
	font-weight: bold;
	background-image: url(images/bar_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.error
{
	font-family: Tahoma, "Arial Black";
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: Red;
	text-decoration: none;
}
.Left_link a:link
{
	color: #3399CC;
	text-decoration: none;
}
.Left_link a:visited
{
	text-decoration: none;
	color: #3399CC;
}
.Left_link a:hover
{
	text-decoration: none;
	color: #7DBFDF;
}
.Left_link a:active
{
	text-decoration: none;
	color: #3399CC;
}
.Pagetitle
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 17px;
	color: #999999;
	line-height: 20px;
	font-weight: bold;
}
.logout
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FE3232;
	text-decoration: none;
}
.logout a:link
{
	color: #FE3232;
	text-decoration: none;
}
.logout a:visited
{
	text-decoration: none;
	color: #FE3232;
}
.logout a:hover
{
	text-decoration: none;
	color: #FE3232;
}
.logout a:active
{
	text-decoration: none;
	color: #FE3232;
}
.grid_title
{
	font-family: Tahoma,Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #336699;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	padding-left: 3px;
}
.grid_title a:link
{
	color: #336699;
	text-decoration: none;
}
.grid_title a:visited
{
	text-decoration: none;
	color: #336699;
}
.grid_title a:hover
{
	text-decoration: none;
	color: #336699;
}
.grid_title a:active
{
	text-decoration: none;
	color: #336699;
}
.grid_data
{
	font-family: Tahoma,Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0px;
	padding-left: 3px;
	text-decoration: none;
}
.grid_data a:link
{
	color: #333333;
	text-decoration: none;
}
.grid_data a:visited
{
	text-decoration: none;
	color: #333333;
}
.grid_data a:hover
{
	text-decoration: none;
	color: #333333;
}
.grid_data a:active
{
	text-decoration: none;
	color: #333333;
}
.grid_data_bold
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 25px;
}
.buttonblue
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #336699;
	height: 25px;
	border: 1px solid #7F0000;
	width: 65px;
	font-weight: bold;
}
.text
{
	font-family: Tahoma,Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	height: 15px;
	width: 150px;
	text-decoration:none;
}
.graytext
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4F4F4F;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.inputbox {
	border: 1px solid #D0CFCA;
	font-family: Tahoma, "Arial Black";
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #333333;
}