body
{
	background-color:White;
	font-family: arial;
}

.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: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: 11px;
	color: #000;
}
.SearchLabel
{
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

select.button, input.button, a.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
{
	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;
}

.buttonSO
{ 

	font-size:25px !important;
	cursor:pointer;
} 

.paging
{
font-family:Verdana;
border:none; 
background-color: 
transparent; 
cursor:pointer;
padding: 2px 2px 2px 2px;	
}

.Tomato   
{
	background-color:#FF6347;
	color: black;
	font-weight: bold;
}
.Purple
{
	background-color:#8d69e0;
	color: black;
	font-weight: bold;
}
.Skyblue
{
	background-color:#90b5e2;
	color: white;
	font-weight: bold;
}
.Powderblue
{
	background-color:#c8e1ff;
	color: white;
	font-weight: bold;
}

.Aqua
{
	background-color:#00FFFF;
	color: white;
	font-weight: bold;
}

.seagreen
{
	background-color:#8FBC8F;
	color: white;
	font-weight: bold;
}
.Orange 
{
	background-color:#FFA500;
	color:black;
	font-weight:bold;
}
.OceanBlue 
{
	background-color:#4169E1;
	color:black;
	font-weight:bold;
}
.seagreen 
{
	background-color:#8FBC8F;
	color:white;
	font-weight:bold;
}
.Olivegreen
{
	background-color: #4F4F2F; 
	color:white;
	font-weight:bold;
}
