﻿
#reportNavDIV
{
	height: 30px;
	background-color: #e6e6fa; /* #E8EEF4; page background colour */
	padding: 4px 2px 0px 3px;
	margin-bottom: 12px;
	text-align: left;
	border-bottom: #B2C3D2 3px solid;
	border-top: #B2C3D2 3px solid;
	font-size: .5em;
	width:600px;
	vertical-align:top;
}

#reportNavDIV td
{
	font-size: .6em;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana;
	text-align: left;
	
}

#reportNavDIV td a:hover
{
	text-decoration: underline overline;
	background-color: Yellow;
	color: olive;
}

.questionIcon, .questionIcon img
{
	width: 24px;
	border: 0px;
}

.questionIcon img
{
	cursor:hand;
}


#reportNavDIV img
{
	border: 0px;
	cursor: hand;
}


#ReportWizardCell
{
	padding-left: 5px;
	color: #5F76AC;
	text-align: left;
	vertical-align:top;
}
