﻿body
{
    font-family:Verdana;
    font-size:12px;
}
a
{
    font-family:Verdana;
    font-size:12px;
    color:Blue;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.errorText
{
    font-family:Verdana;
    font-size:11px;
    color:#ff0000;
}
.titleText
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
}
.boldText
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}
.loginText
{
    font-family:Arial;
    font-size:12px;
}
.footerText
{
    font-family:Verdana;
    font-size:12px;
    color:#aaaaaa;
}
.footerLink
{
    font-family:Verdana;
    font-size:12px;
    color:#aaaaaa;
    text-decoration:none;
}
.footerLink:hover
{
    text-decoration:underline;
}
.floatRight
{
    float:right;
}
.floatLeft
{
    float:left;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#eeeeee;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}
/*Validator Callout*/
.validatorCalloutHighlight
{
    background-color: #ffff66;
}
