body
{
	background-color:White;
	font-family: arial;
}

.searching a:link, a.searching:link 
{
	color: #000; 
	text-decoration: underline;
}

.searching a:visited, a.searching:visited 
{
	color: #000; 
	text-decoration: underline;
}

.searching a:hover, a.searching:hover 
{
	color: #993300; 
	text-decoration: none;
}

.VRMInput 
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Black;
}

.ErrorMessage 
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Red;
}

.WebLabel
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.WebLabel2 {
			font-family:Arial;
			font-size:10px;
			font-style:normal; 
			font-weight: bold;
			font-variant:normal; 
		}

.headerLabel
{
	font-size: 16px;
	color: #336699;
	font-weight: bold;
}

.inputLabel{ font-size: 11px; color: #000}

.SearchLabel
{
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

select.button, input.button, a.button, .dp-calendar-bottom button
{
	padding: 4px; font-size: 13px; color: #000; /*border: 1px solid #999;*/
	background:transparent url(/vrmgr/images/button_gradient.png) repeat-x scroll 0pt 0pt;
	border-color:#808080;
	border-style:solid;
	border-width:1px 1pt;
	text-decoration: none;
}
select.button:hover, select.button:focus, input.button:hover, input.button:focus, a.button:hover, a.button:focus, .dp-calendar-bottom button:hover, .dp-calendar-bottom button:focus
{
	padding: 4px; font-size: 13px; color: #000; /*border: 1px solid #779397; */
	background:transparent url(/vrmgr/images/button_hov_gradient.png) repeat-x scroll 0pt 0pt;
	cursor:pointer;
}

.dp-datetimepicker-button button 
{
	background:transparent url(/vrmgr/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:pointer;
padding: 2px 2px 2px 2px;	
}

.Ratechart
{
background:transparent;
font-size: 11px;
}

.RateChartHeader
{
background-color: #D7DFFF;
}

.DetailsTD
{
	border:1;
	background-color:#D7DFFF;
}

.MainHeader
{
	font-family: Arial;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	text-align: center;
}

.MainWebGroup
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-align: center;
	border: solid 1px #B7B5B5;
}

.MainText {
	font-family: Tahoma;
	font-size: 10pt;
	color: Green;
	font-weight: bold;
}

.MainTable
{
	background-color: #83A3B9;
	border: double 4px #B7B5B5;
	padding: 2px;
}

.MainHelp
{
	text-align: right;
	padding-right: 10px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	cursor: hand;
}

.InstructionalText
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

.VRMThumbnailPropertyName
{
	font-weight: bold;
}

.VRMThumbnailSeperator
{
	height: 1px;
	width: 100%;
	background-color: Gray;
}


