body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 14px;
	font-weight: normal;
}

.headerdiv
{
	background: url(../../public/images/header2.jpg) no-repeat left top;
	margin: 0px 0px -10px 0px;
}

a {
	text-decoration: underline;
	color: #003366;
}

a:hover 
{
	cursor: pointer;
	text-decoration: underline;
	color: #BA003E;
}

a:active {
	text-decoration: underline;
	color: #BA003E;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #BA003E;
	padding: 0px;
}

.errors
{
	padding-left: 50px;
	color: Red;
}

#maincontent
{
    margin: 30px 20px 30px 30px;    
}

body {
	background-color: #F7EBCE;
}

.gridLinks
{
	text-decoration: underline;
	color: #BA003E;	
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #303061;
}

.emptyrow {
	background-color: Silver;
}

.headerrow
{
	background-color: #ead7ad;
}

.alternatinggrid
{
	background-color: #ead7ad;
}

.selectedrow {
	background-color: Yellow;
}

.header
{
	cursor: pointer;	
}

.break
{
	background: url(../../public/images/red_rule.jpg) no-repeat left top;
}
