.menu
{
    color: White;
    background-color: #D5DADD;
    background-image: url(images/item_selected_bg.gif);
    color: #73868F;
    font-weight: bold;
    padding: 1px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: default;
}
.ErrorLabel
{
	color: red;
}

.Note
{
    font-size: x-small; 
    color: gray; 
    font-style: italic    
}


/* Custom HTML element classes */
.TextBox
{
	border: #003C74 1px solid;
	color: #000000;
	vertical-align: middle;
}

.Checkbox INPUT
{
	text-decoration: none;
	vertical-align: middle;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 2px;
}

.RadioButtonList
{
	text-decoration: none;
	vertical-align: middle;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 2px;
}

.DropDownList
{
	border: #003C74 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 1px 0px 0px 0px;
	vertical-align: middle;
	font-size: 80%;
}

.InputButton
{
	border-right: #003c74 1px solid;
	border-top: #003c74 1px solid;
	margin-bottom: 1px;
	behavior: url(hilite.htc);
	vertical-align: middle;
	border-left: #003c74 1px solid;
	border-bottom: #003c74 1px solid;
	font-family: Verdana, Arial, Sans-Serif;
	vertical-align: middle;
	width: 90px;
}

A
{
    color: blue;
    font-style: normal;
    font-family: Verdana, Tahoma, Arial;
    background-color: transparent;
    text-decoration: none;
}

.reportLink
{
    color: blue;
    font-style: normal;
    font-size:10;
    font-family: Verdana, Tahoma, Arial;
    background-color: transparent;
    text-decoration: none;
}

A:hover
{
    color: teal;
    font-family: Verdana, Tahoma, Arial;
    background-color: transparent;
    text-decoration: none;
}

BODY
{
    font-size: 12px;
    text-transform: capitalize;
    font-family: Verdana, Tahoma, Arial;
    background-color: #ece8d8;
}
OL
{
    padding-bottom: 3px;
    list-style-type: none;
}

LI
{
    padding-bottom: 3px;
    border-bottom: slategray 1px solid;
    list-style-type: none;
}

.Forms
{
    background-color: #d5dadd;
}


