a:link { color: #3399ff; text-decoration: none}
a:visited { color: #3399ff; text-decoration: none}
a:hover { color: #3366CC; text-decoration: underline}
a:active { color: #3399ff; text-decoration: none}

.labelText
{ 
    position:relative; 
    width:80px; color:#00F; 
    text-align:center; 
    font-family: Corbel, Century Gothic, Verdana, Arial; 
    font-size: 14px;  
    font-weight:bold; 
    cursor: pointer;
}
        
.Hlink
{
	cursor: hand;
}

body
{
    font-family: Corbel, Century Gothic, Verdana, Arial;
    color: #000;
    background-color: #fff;
    text-align: left;
    font-size: 10pt;
}
p
{
    text-align: left;
}
h2 
{
    color: #b53600;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 3px 0;
    border-bottom: solid 1px #b53600;
    text-align: left;
}
.links
{
    font-family: Corbel, Century Gothic, Verdana, Arial;
    font-size: 10pt;
}
.menulinks
{
    font-family: Corbel, Century Gothic, Verdana, Arial;
    font-size: 14;
    color: #000;
}

.menulinksmap
{
    font-family: Corbel, Century Gothic, Verdana, Arial;
    font-size: 16;
    color: #f00;
}

.msg
{
    font-family: Corbel, Century Gothic, Verdana, Arial;
	font-size: 14px;
	position: absolute;
	left: 80px;
	top: 140px;
	padding: 5px;
	background-color: #235087;
	color: #FFF;
	opacity: .7;
	filter: Alpha(Opacity=70);
	display: none;
	z-index: 99998;
}
.ball
{
    font-family: Corbel, Century Gothic, Verdana, Arial;
	font-size: 14px;
	position: absolute;
	left: 80px;
	top: 140px;
	padding: 10px;
	background-color: #235087;
	color: #FFF;
	opacity: .7;
	filter: Alpha(Opacity=70);
	display: none;
	z-index: 99999;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
    text-align: left;
}

