﻿.buttonclass
{
color:black;
font-family:Verdana;
font-size:7pt;
font-weight:bold;
height:17px;
border-color:#003366;
border-style: outset;
border-width:1px;
background-color:#ebf0f9;
cursor:hand;
filter:progid:DXImageTransform.Microsoft.Gradient
(GradientType=0,StartColorStr='#fffff0',EndColorStr='#3366FF');
}

.error
{
	color:Red;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
	cursor:auto;
}
.checklist
{
	color:black;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
}

.success
{
	color:green;
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	cursor:auto;
}

.star
{
	color:Red;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	cursor:auto;
	vertical-align:top;
}

.label
{
	color:black;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
	cursor:auto;
	vertical-align:middle;
}
.lblSmall
{
	color:black;
	font-family:Verdana;
	font-size:7pt;
	font-weight:normal;
	cursor:auto;
	vertical-align:middle;
}
.textbox
{
	border-style: solid;
	vertical-align: middle;
    border-width:.2ex;
    border-bottom-color:#003366;
    border-left-color:#003366;
    border-right-color:#003366;
    border-top-color:#003366;
    font-variant: normal;
    font-family:verdana;
    color: black;
	font-size:8pt;
}
.dropdown
{
	height:20px;
	font-family:Verdana;
	font-size:xx-small;
}

.headerstyle
{
	color:black;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
	cursor:auto;
	vertical-align:middle;
}

itemstyle
{
	color:black;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
	cursor:auto;
	vertical-align:middle;
}

.footertext
{
	color:black;
	font-family:Verdana;
	font-size:7pt;
	font-weight:bold;
	cursor:auto;
	vertical-align:top;
}