div { display:block; }
body, h1, h2, h3 { font-family:Verdana; font-size:8pt; }

.NumericFooterStyle { text-align: right; font-weight: bold; }

.red { color:Red; }
.orange { color:#FFA500; }
.darkorange { color:#FFA500; }
.green { color:#006400; }
.black { color:Black; }
.blue { color:Blue; }
.grey { color:Gray; }
.lightgrey { color:#ACA999; }
.redgrey { color:#FF6666; }

.bold { font-weight:bold; }

/* DATAGRID STYLES */
.HeaderStyle, .HeaderStyle td, .SquashedHeaderStyle
{
	border-top: : 1px solid #636363;
	border-bottom: 1px solid #636363;
	font-weight: bold;
	color: black;
	background-color:#eeeeee;
	padding: 6px;
}
.InvisibleHeaderStyle
{
    display: none;
}
.MiniHeaderStyle, .MiniHeaderStyle td
{
	border-bottom: 1px solid #636363;
	font-weight: bold;
	color: black;
	padding: 6px;
}
.FooterStyle {color: #000066; background-color:white}
.FooterStyleNoData {color: #99A992;}
.AltItemStyle
{
	color: black;
	background-color:#eeeeee;
	padding: 6px;
}
.ItemStyle
{
	color: black; 
	background-color:white;
	padding: 6px;
}
.HeaderStyle A:link {color:black}
.HeaderStyle A:visited {color:black}
.HeaderStyle A:active {color:black}
.HeaderStyle A:hover {color:black}

.weekenddivider { border-bottom: 1px dashed #AAAAAA; }

.innertable
{
	background-color: #FFFFEF;
	border-bottom: 1px solid black;
}
hr
{
	height: 1px;
	width: 90%;
}
UL LI {margin-left:1px;margin-bottom:12px;list-style-image:url('../images/greenbullet.gif');}
OL LI {margin-left:1px;margin-bottom:12px;}

a:link, a:visited, a:active {color: #000000;}
a:hover {color: #800000;}
a.white, a.white:link, a.white:active, a.white:visited { color: White; text-decoration: none; }
a.no, a.no:active, a.no:visited { text-decoration: none; }
a.outstanding, a.outstanding:link, a.outstanding:active, a.outstanding:visited { text-decoration: line-through; }
a.report, a.report:active, a.report:visited { text-decoration: underline; }
a.vpccl, a.vpccl:active, a.vpccl:visited { text-decoration: underline; color: #9799BF; }

tr.ItemStyle td a.no, tr.ItemStyle td td a.no:active, tr.ItemStyle td td a.no:visited { text-decoration: none; }