.BoxLoginBody
{
	position: relative;
	width : 400px;
	height : 300px;
	text-align: left;
	padding: 60px 10px 10px 80px;
	margin: 10px 0 0 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

#login_main
{
	width: 95%;
	height: 400px;
	
	background-repeat: no-repeat;
	background-position: bottom right;
}

#login_box
{
	padding: 10% 10% 10% 20%;
}

#login_box a
{
	color:#6b6b6c;
	text-decoration:none;
}

#login_box a:hover	
{
	color:#758fd5;
	text-decoration:none;
}


.listTable
{
	width: 100%;
	background-color: #efefef;
}
.listTable thead tr
{
	font-weight: bold;
	background-color: #bfcee2;
	
}
.listTable tr
{
	background-color: whitesmoke;
}

.FV_Title
{
	width: 120px; 
    font-weight:bold;
    letter-spacing:0px;
    text-align:left;
	font-size: 11px;
    padding:2px 4px;
    color: White;
	background-color:#a0a3a8;
}

.FV_Data
{
	width: 180px;
    color: #333;
    border-bottom: dotted 1px #333;
    text-align:left;
	font-size: 11px;
    padding:2px 4px;
}

.FV_CheckBoxList
{
	font-size:10px;
	padding: 0px 2px 0px 2px;
    border: dotted 1px #333;
	height: 85px;
	overflow: scroll;
}

.FV_DropDownList
{
	width: 160px;
	font-size:10px;
	padding: 0px 2px 0px 2px;
}

.FV_UploadAjax
{
	width: 160px;
	height: 100px;
	font-size:10px;
	padding: 0px 2px 0px 2px;
}

.validatorCalloutHighlight
{
	background-color: #FF0000;
	color: White;
}