body {
	margin: 0px 0px 0px 0px;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3c73b7;
	text-decoration: none;
}

.formLabelReq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #af0000;
	text-decoration: none;
}

.radioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
}

formError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #af0000;
	text-decoration: none;
}

.button
{
	margin:30px 0px 15px 0px;
	text-align: center;
}

/* Calendar Styles */
.weekdaystyle {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

.monthheaderstyle {
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3c73b7;
}

.offmonthstyle
{
	font-weight: normal;
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e6e6e6;
}

.todaydaystyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	background-color: #af0000;
}

.gototodaystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
}

.dayheaderstyle {
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #b4c8e0;
}

.weekendstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #cccccc;
}

.selecteddatestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #b4c8e0;
}

/* datagrid styles */
.datagridstyle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-left: #dadada 1px solid;
	border-right: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
	border-top: #dadada 1px solid;
}

.datagridheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5887cb;
}

.datagridfooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	color: #dadada;
	background-color: #ffffff;
}

.datagriditem {
	font-weight: normal;
	font-size: 9px;
	background-color: #ffffff;
}

.datagridaltitem {
	font-weight: normal;
	font-size: 9px;
	background-color: #e0e0e0;
}