a {color:#FF0113; text-decoration:none;}
a:active {color:white; background-color: Maroon;}
a:hover {color:white; background-color:red;}
body {font-family:arial; font-size:11px; color:#474747; margin:0; padding:0;}
td { vertical-align:top; }

a.imagehover:hover 
{
	background-color:Transparent;
	color:White;
}

a.imagehover:active 
{
	background-color:Transparent;
	color:White;
}

.LabelField 
{
	white-space:nowrap;
	text-align:left;
	margin-right:14px;
	margin-top:8px;
	display:block;
	width:99%;
	text-overflow:ellipsis;
	overflow:hidden;
	/*display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%;	*/
}

.ValidationIconFrame 
{
	position:relative;
	left:-12px;
	top:3px;
	float:left;	
	display:block;
	z-index:10;
}

.ValidationText 
{
	position:absolute;
	display:block;
	width:12px;
	height:18px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:help;
}

.TextInput 
{
	padding-left:0;
	padding-right:1px;
	margin-left:0;
	margin-right:-5px;
	font-family:Verdana Arial Sans-Serif;
}

.TextInputBorder
{
	margin-right:5px;
	margin-bottom:2px;
}