﻿body 
{
	text-align:center;
	background-color:#000000;
	color:#000000;
	margin:0,0,0,0;
	font-family: Verdana;
	font-size:10pt;
}

a, a visited
{
	color: Black;
}

.btnInput
{
	font-size: 11px;
	background-color:Black;
	color: White;
}

.modalBackground 
{     
	background-color: Gray;     
	filter: alpha(opacity=50);     
	opacity: 0.50; 
}  

.updateProgress 
{     
	border-width: 1px;     
	border-style: solid;     
	background-color: #FFFFFF;     
	position: absolute;     
	width: 180px;     
	height: 65px; 
}

.menu
{
	background-image:url(/images/topsep.jpg);
	z-index: 100;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}