body
{
	background: White;
	color: Black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-size: 10pt;	
}

.alert
{
	font-size: 9pt;
	color: #cc3300;
}

/* BASE PAGE COMPONENTS */
h1, h2, h3, h4, div, p, ul, li, input
{
	font-family: Arial, Helvetica, Sans-Serif;
}
h1
{
	font-size: 14pt;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h2
{
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h4
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
#maincontent{
	padding-left:10px;
	padding-top:15px;
}



.dashsubhead a {
	color: #ffffff;
	text-decoration: underline;
}
.dashsubhead a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.dashsubhead a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.dashdata
{
	font-size: 9pt;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}

/* GRID ITEMS */
table.grid {
	font-size: 9pt;
	border: 2px solid #3d3d3d;
	background-color: #ffffff;
}
.gridhead {
	font-size: 9pt;
	color: #ffffff;
	background-color: #3d3d3d;
}
.gridhead a, a:visited, a:hover {
	color: #ecfeff;
	text-decoration: underline;
}
.gridhead a:visited {
	color: #ecfeff;
	text-decoration: underline;
}
.gridhead a:hover {
	color: #ecfeff;
	text-decoration: underline;
}
.gridtotal a {
	color: #ecfeff;
	text-decoration: underline;
}
.gridtotal a:visited {
	color: #ecfeff;
	text-decoration: underline;
}
.gridtotal a:hover {
	color: #ecfeff;
	text-decoration: underline;
}

.gridcontrol {
	font-size: 9pt;
	color: #003399;
	background-color: #e0e0e0;
}
.gridtotal {
	font-size: 9pt;
	color: #ffffff;
	background-color: #3d3d3d;
}
.grouping {
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}

/* MISC */
.minitext
{
	font-size: 8pt;
}


/* INPUT */
input.button[disabled]
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background: #B1B1B1;
	color: #ffffff;
	border: 1px solid black;
}
input.radio
{
}
input.basictext
{
	font-family: Lucidia Console, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
input.minitextbox
{
	font-family: Lucidia Console, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}
textarea
{
	font-family: Lucidia Console, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}

/* LINKS */
a
{
	color: #003399;
	text-decoration: underline;
}
a:visited
{
	color: #8c0099;
	text-decoration: underline;
}
a:hover
{
	color: #990000;
	text-decoration: underline;
}
a.lightlink
{
	color: #ecfeff;
	text-decoration: underline;
}
a.lightlink:visited
{
	color: #ecfeff;
	text-decoration: underline;
}
a.lightlink:hover
{
	color: #cde5fa;
	text-decoration: underline;
}

.buttoncell
{
}

.cell1 {
	font-size: 9pt;
	color: #000000;
	border: 1px solid #999999;
	background-color: #ffffff;
}

.cell2 {
	font-size: 9pt;
	color: #000000;
	border: 1px solid #999999;
	background-color: #e0e0e0;
}

.sideitem {
	font-size: 9pt;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
}

