﻿body
{
	background-color: #FFFFFF;
	color: black;
	font-family: 'verdana';
	font-size: 11px;
}

a
{
	font-family: 'verdana';
	font-size: 11px;
	color: blue;
}

a:hover
{
	font-family: 'verdana';
	font-size: 11px;
	color: red;
}

td, label
{
	font-family: 'verdana';
	font-size: 11px;
}

.gridtd
{
	font-family: 'verdana';
	font-size: 10px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
}

th
{
	color: black;
	font-weight: bold;
	font-size: 12px;
	background-color: #E5E5E5;
	text-align: left;
}

.labellink
{
	font-family: 'verdana';
	font-size: 10px;
	cursor: hand;
	text-decoration: underline;
	color: blue;
}

.textbox
{
	border-style: solid;
	border-width: 1px;
	font-family: 'verdana';
	font-size: 11px;
	background-color: #F9F8F7;
}

.textboxdis
{
	border-style: solid;
	border-width: 1px;
	font-family: 'verdana';
	font-size: 11px;
	background-color: #F9F8F7;
}

.button
{
	border-style: solid;
	border-width: 1px;
	font-family: 'verdana';
	font-size: 11px;
	width: 80px;
	height: 20px;
	cursor: hand;
}

.tdData
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.pageHeader
{
	color: black;
	font-family: 'verdana';
	font-size: 14px;
	font-weight: bold;
}


.hovermenu ul
{
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}

.hovermenu ul li
{
	list-style: none;
	display: inline;
}

.hovermenu ul li a
{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #FFF2BF;
	border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover
{
	background-color: #FFE271;
	border-style: outset;
}

html > body .hovermenu ul li a:active
{
	/* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

.temphovermenu ul li a
{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #FFF2BF; */
border:2pxsolid#FFF2BF;
}
