/* CONTENT
********************************************/

.red
{
	color: Red;
}

.disabled, .disabled:link, .disabled:visited, .disabled:hover
{
	color: Gray;
}

div#Content
{
	padding-top: 10px;
}

.SortedColumnAsc
{
	background: url(/WebResources/Images/ArrowDown.jpg) 2px 50% no-repeat;
	padding: 4px 4px 4px 4px;
}

.SortedColumnDesc
{
	background: url(/WebResources/Images/ArrowUp.jpg) 2px 50% no-repeat;
	padding: 4px 4px 4px 4px;
}

#Content Table
{
	width: 100%;
}

Table
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

Table#pageTable
{
	border: 0px;
	width:100%;
}

td#LeftCol
{
	width: 200px;
	vertical-align:top;
	padding-top:4px;
}

* html #LeftCol
{
	width: 200px;
}

td#RightCol
{
	width: 200px;
	vertical-align:top;
	padding-top: 12px;
}

td#CenterCol
{
	padding: 0 20px 0 20px;
	width:100%;
	vertical-align:top;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.LineSpacer
{
	padding-top: 6px;
	background-position: center;
	background-image: url(/WebResources/Images/Line.jpg);
	background-repeat: repeat-x;
}

div.PrintControl
{
	background: url(/WebResources/Images/printControlBg.jpg) 0 0 repeat-x;
}

div.PrintControl div
{
	background: url(/WebResources/Images/printControlLeft.jpg) 0 0 no-repeat;
}

div.PrintControl div div
{
	background: url(/WebResources/Images/printControlRight.jpg) 100% 0 no-repeat;
	height: 30px;
	text-align:center;	
	padding: 7px 15px 0 15px;
}

div.PrintControl a:hover
{
	text-decoration:underline;
}

/* REPORT MENUS
********************************************/
.MenuTable
{
	width: 197px;
}

.ReportContentTableSpacer
{
	height:20px;
}

.MenuCell
{
	vertical-align:top;
}

.ReportingCell
{
	width:100%;
	padding-left:15px;
	font-family:Verdana;
	font-size: 12px;
	vertical-align:top;
}

.ReportMenuHeader
{
	height:33px;
	background: url(/WebResources/Images/reportMenuTopHeader.jpg) 100% no-repeat;	
	width:100%;
	padding: 0 0 0 15px;
	font-weight:bold;
	color:#330099;
}

.ReportMenuCell
{
	border-right: solid 1px #94B7E1;
	background-color:#E3E3F4;
	padding: 0 0 0 15px;
}

.ReportMenuSeparator
{
	height:25px;
	background-color:#E3E3F4;
	border-right: solid 1px #94B7E1;
	padding: 0 0 0 15px;
	font-weight:bold;
	color:#330099
}

.ReportMenuFooter
{
	height:11px;
	background: url(/WebResources/Images/reportMenuBottomFooterBg.jpg) repeat-x;	
	width:100%;
}

.reportSurveyCoachCell
{
	height:20px;
	background: url(/WebResources/Images/reportSurveyCoachRight.jpg) 100% 0 repeat-y;	
	padding-left: 10px;
}

.fadeSpace
{
	padding:15px 0 5px 0;
}

/* Shared Results
********************************************/

.zoomSharedBanner
{
	background: url(/WebResources/Images/zoomSharedBg.jpg) repeat-x;	
	height:75px;
}

.zoomSharedBanner div
{
	background: url(/WebResources/Images/zoomSharedLogo.jpg) 12px 0 no-repeat;
	height:75px;	
}

.SharedResultsNavTable
{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#244DCA;
	width:100%;
}

.SharedResultsNavTable a
{
	text-decoration:none;
}

.SharedResultsNavTable a:visited
{
	color:#244DCA;
}

.SharedResultsNavTable .navLinkLeft
{
	padding: 5px 35px 5px 20px;
	border-top: 1px solid #FFCC03;
	border-bottom: 1px solid #FFCC03;
	white-space:nowrap;
}

.SharedResultsNavTable .navLink
{
	padding: 5px 35px 5px 0px;
	border-top: 1px solid #FFCC03;
	border-bottom: 1px solid #FFCC03;
	white-space:nowrap;
}

.SharedResultsNavTable .navLinkRight
{
	border-top: 1px solid #FFCC03;
	border-bottom: 1px solid #FFCC03;
	width:100%;
}

.zoomSharedSubNav
{
	background: url(/WebResources/Images/zoomSharedSubBg.jpg) repeat-x;	
	width:100%;	
	height:27px;
}

.LearnMore
{
	font-size:11px;
	font-family:Verdana;
	color:#666666;
}

.LearnMore a
{
	text-decoration: underline;
	color:#254CCD;
}
