body
{
	margin-left: 2;
	margin-top: 2;
	margin-right: 2;
	margin-bottom: 0;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
}
.pageBG
{
	background-color:#eeeeee;
	margin: 0;
}
.footer
{
	color: #ffffff;
	background-color: #1e5a8c;
}

.leftColumn
{
	background-color: #ECE9D8;
}

.resourceTableBG
{
	background-color: #eeeeee;
}

.questionPadding
{
	padding-left: 30px;
	font-family: Tahoma,Arial,Helvetica,Geneva;
	font-size: x-small;
	font-weight: normal;
}
.questionText
{
	font-family: Tahoma,Arial,Helvetica,Geneva;
	font-weight: bold;
}
.dashBoardRow
{
	height: 30%;
}
.dashBoardTable 
{
	height: 100%;
}
.dgTable {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #ffffff;
	
}

.dgHeader, .dgHeader TD {
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: SteelBlue;
}

.dgHeader A, .dgHeader A:link, .dgHeader A:active, .dgHeader A:focus, .dgHeader A:visited {
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	cursor: hand;
	background-color: SteelBlue;
}

.dgHeader A:hover
{
	color: #ffd700;
}

.dgInfoRow
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffcc99;
}

.dgRow
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	cursor: default;
	font-family: Tahoma, Arial, Helvetica;
	border-bottom: solid 1px #dddddd;
}

.dgRow A, .dgRow A:link, .dgRow A:active, .dgRow A:focus, .dgRow A:visited {
	color: blue;
}

.dgRowFlag
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	color: Red;
	cursor: default;
	font-family: Tahoma, Arial, Helvetica;
	border-bottom: solid 1px #dddddd;
}

.dgRowOver
{
	border-right: #b6c7e5 1px solid;
	border-top: #b6c7e5 1px solid;
	font-size: 11px;
	border-left: #b6c7e5 1px solid;
	cursor: default;
	border-bottom: #b6c7e5 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ECE9D8;
}

.dgRowOverFlag
{
	border-right: #b6c7e5 1px solid;
	border-top: #b6c7e5 1px solid;
	font-size: 11px;
	border-left: #b6c7e5 1px solid;
	cursor: default;
	border-bottom: #b6c7e5 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ECE9D8;
	color: Red;
}
.dgFooter {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: LightSteelBlue;
	color: #777777;
}
.dgFooter A, .dgFooter A:link, .dgFooter A:active, .dgFooter A:focus, .dgFooter A:visited {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
}
.dgFooter A:hover {
	text-decoration: underline;
}
.dgFooterLabel {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
}
.helperText
{
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 4px;
	border: solid 1px #7694C8;
	background-color: #DEE3EA;
}
.headerLink
{
	color: #eeeeee;
	padding: 4px;
}
.lblCurrentUser
{
	color: #e0e0e0;
	font-weight: bold;
}
.ReportLabel
{
	color: #666666;
}

.SideTab
{
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #888888;
	border-bottom: solid 1px #888888;
	border-right: solid 1px #eeeeee;
	padding: 3px;
}
.SideTabBody
{
	background-color: #eeeeee;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	width: 90%;
	height: 100%;
}

.tab
{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: font-family: Tahoma,Verdana,Arial,Helvetica;
	background-color: #ECE9D8;
	color: #666666;
	height: 20px;
}
.tabSelected
{
	background-color: #eeeeee;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: font-family: Tahoma,Verdana,Arial,Helvetica;
	height: 20px;
}

.Label
{
	font-size: 11px;
}
.largeLabel
{
	font-size: 14px;
	font-weight: bold;
}
.errorMessage
{
	border-right: #cc0000 1px solid;
	border-top: #cc0000 1px solid;
	font-weight: bold;
	border-left: #cc0000 1px solid;
	color: #cc0000;
	border-bottom: #cc0000 1px solid;
	background-color: #ffe4e1;
	padding: 3px 3px 3px 3px;
	width: 100%;
}

.cellborder
{
	border-top: #7694c8 1px solid;
	border-left: #7694c8 1px solid;
	border-right: #7694c8 1px solid;
	border-bottom: #7694c8 1px solid;
}

.celltlb
{
	border-top: #7694c8 1px solid;
	border-left: #7694c8 1px solid;
	border-bottom: #7694c8 1px solid;
}

.celltb
{
	border-top: #7694c8 1px solid;
	border-bottom: #7694c8 1px solid;
}

.celltrb
{
	border-top: #7694c8 1px solid;
	border-right: #7694c8 1px solid;
	border-bottom: #7694c8 1px solid;
}
.ToolBar
{
	background-color: SteelBlue;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px MidnightBlue;
	border-right: solid 1px MidnightBlue;
	color: #ffffff;
}
.ToolBarButtonText
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	vertical-align:top;
}
.ToolBarHover
{
	background-color: LightSteelBlue;
	border-top: solid 1px MidnightBlue;
	border-left: solid 1px MidnightBlue;
	border-bottom: solid 1px MidnightBlue;
	border-right: solid 1px MidnightBlue;
	text-align: center;
	cursor: hand;
}
TD
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	vertical-align:top;
}

SELECT, TEXTAREA, INPUT
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
}