/* ---  Form Controls --- */
.cssLabel
{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

.cssLabelError
{
	color: Red;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.cssMainLabel
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}

.cssMainLabelRed
{
	font-size: 10pt;
	font-family: Arial;
	color: Red;
}

.cssControlLabel
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}

.cssTitle
{
	font-size: 12pt;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}

.cssCopyright
{
	font-size: 7pt;
	font-family: Arial;
	color: #000000;
}

.cssMandatoryField
{
	background-color: LemonChiffon;
}

/* ---  End Form Controls --- */

/* ---  Form Styles --- */
.cssFormTitle
{
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.cssMenuFill
{
	background-color: #003399;
	width: 174;
}
.cssBorderBottom
{
	background-color: #00ccff;
}

/* ---  End Form Styles --- */

/* ---  Div Styles --- */
.divHideMe
{
	display: none;
}
/* ---  End Div Styles --- */

/* Data Grid Styles*/

.css_DataGridRow
{
	border-top: #cc9966 1px solid;
	font-weight: bold;
	font-size: 9pt;
	vertical-align: top;
	color: black;
	font-family: Arial Unicode MS;
	text-align: center;
}

.css_Header
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 10px;
	color: black;
	padding-top: 10px;
	background-color: aliceblue;
	text-align: center;
}

.css_Header TD
{
	height: 30px;
}
