body
{
	background-color:#A9A397;
	font-family: arial;
	color:white;
}

.OwnerLink
{
	color:black;
	text-decoration:underline;
}

A:link  {color: #FFFFFF; text-decoration: none} 
A:visited  {color: #FFFFFF; text-decoration: none}
A:hover   {color: #FFFFFF; text-decoration: underline;}
A:active  {color: #FFFFFF; text-decoration: none}

.VRMInput 
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:White;
}
.ErrorMessage 
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Red;
}

.WebLabel
{
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.Ratechart
{
background:transparent;
font-size: 11px;
}

.headerLabel
{
	font-size: 16px;
	color: #336699;
	font-weight: bold;
}

.inputLabel
{
	font-size: 14px;
	color: white;
	}

.inputLabel-detail {
font-size: 12px;
color:#000000;
}


.SearchLabel
{
	font-size: 11px;
	color: white;
	font-weight: bold;
}

select.button, a.button, input.button
{
	padding: 4px; font-size: 13px; color: #000; border: 1px solid #666;
	background:transparent url(../images/button_gradient.png) repeat-x scroll 0pt 0pt;
	border-color:#808080;
	font-family:Arial;
}

select.button:hover, select.button:focus, input.button:hover, input.button:focus, a.button:hover, a.button:focus
{
	padding: 4px; font-size: 13px; color: #000; /*border: 1px solid #779397; */
	background:transparent url(../images/button_hov_gradient.png) repeat-x scroll 0pt 0pt;
	cursor:pointer;
	font-family:Arial;
}

.dp-datetimepicker-button button 
{
	background:transparent url(../images/calendar.gif) no-repeat;
	border: none; 
	width: 100%;
	cursor:pointer;
	color:#FFFFFF;
	text-indent:-9999px;
}

.paging
{
font-family:Verdana;
border:none; 
background-color: 
transparent; 
cursor:hand;
padding: 2px 2px 2px 2px;
color: white;	
}
