a
{
	font-size:13px;
	text-decoration: none;
	color: #576474;
}

a:hover 
{
	text-decoration: underline;
	color: #576474;
}

a.bold
{
	font-size:13px;
	font-weight:bold;
	color: #576474;
}

a.linkButton
{
	text-decoration:none;
	color:white;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size:9px;
	font-weight:bold;
	border:solid 1px black;
	background-color:rgb(94, 110, 133);
	border: none;
	margin: 3px 3px 3px 3px;
	padding: 3px 8px 3px 8px;
	text-transform: lowercase;
}

a.linkButton:hover
{
	text-decoration:none;
	color:white;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size:9px;
	font-weight:bold;
	border:solid 1px black;
	background-color:rgb(94, 110, 133);
	border: none;
	margin: 3px 3px 3px 3px;
	padding: 1px 8px 3px 8px;
	text-transform: lowercase;	
}

a.linkButton:visited
{
	text-transform: lowercase;	
}

body 
{
	margin: 0;
	background-color:White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	text-align:left;
}

hr
{
	border:none;
	background-color:rgb(178, 178, 178);
	height:1px;
	padding: 0;
	margin: 0;	
}

input
{
	font-family:inherit;
	font-size:15px;
	color: #000000;	
}

select
{
	font-family:inherit;
	font-size:15px;
	color: #000000;	
}

td
{
	font-family:inherit;
	font-size:12px;	
}

textarea
{
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:15px;
	color: #000000;	
}

tr
{
	color:inherit;
	font-family:inherit;
	font-size:inherit;
}

.bold
{
	font-weight:bolder;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
}

.dlDocs a
{
	text-transform:capitalize;
	font-weight:bold;
}

.dlDocs td
{
	font-size:13px;
	text-transform:capitalize;
}

.error
{
	font-weight:bold;
	font-size:inherit;
	font-family:inherit;
	color:red;
}

.heading
{
	font-size:16px;
	font-weight:bold;	
	color:rgb(5,79,126);
}

.smallerText
{
	font-size:12px;	
}

.subHeading
{
	font-size:14px;
	font-weight:bolder;	
}

#divContent
{
	background-color: #EDEDED;
	margin: 0 0 0 20px;
	padding: 30px 10px 10px 20px;
	position:relative;
}

#divTopRightMenu
{
	background-color:white;
	border:solid 1px #070707;
	border-right:none;
	border-top:none;
	margin:3px 3px 3px 3px;
	padding:6px 3px 6px 3px;
	position:absolute;
	right:-2px;
	top:-3px;
	vertical-align:middle;
	white-space:nowrap;	
}

#divFooter
{
	text-align: right;
}

#divFooter hr
{
	margin: 15px 0 10px 0;
	width: 100%;
}

#divFooter .copyright
{
	text-align:right;
	font-family:inherit;
	font-size: 13px;
	font-weight:inherit;
	margin: auto auto auto auto;
	padding: 0px 25px 0px 20px;
	color: #576474;
}

#divFooter .links
{
	text-align:left;
	padding: 0 0 0 20px;	
}

#tableHeader
{
	border-collapse:collapse;
	padding: 0;
	border:none;
	height:118px;
	width:100%;
}

#tableHeader td
{
	margin: 0;
	padding: 0;
	vertical-align:top;
}

#tableHeader td .Logo
{
	padding-top:20px;
	padding-left:15px;
	padding-bottom:25px;
}


/* Reports Page Elements */

td#header {
	height:88px; 
	width:590px;
}

#headline {
	font-size:30px; 
	color:#72818D; 
	padding: 20px 0 0 20px;
}

.headerReportPg {
	color:#72818D; 
	font-size:24px;
}

.headerBG {
	height:86px;
	width:590px;
	background-image: url(../image/header_report_bg.png); 
	background-repeat: repeat-y;
}

.reportTitle {
	 font-size:18px; 
	 color:#72818D; 
	 padding-bottom:3px;
}

.reportText {
	 padding: 2px 0 7px 10px;
	 width:600px;
}

a.report {
	color:#4774BE; 
	font-size:14px;
}

hr.reportLine {
	width:100%; 
	margin: 3px 0;
}

/* End Reports Page */


/* Survey Response Reporting */

	.surveyResultTable
	{
		background-color: #dddddd;
		border: none;
		border-collapse:collapse;
		font-family: verdana, arial, sans-serif;
		width: 100%;
		margin: 0;
		padding: 2px 2px 2px 2px;
	}
	
	.surveyResultTable tr.altItem
	{
		background-color:#eeeeee;
	}
	
	.surveyResultTable tr.item
	{
		background-color:#ffffff;
	}
	
	.surveyResultTable td
	{
		margin: 0;
		padding: 4px 4px 4px 4px;
	}
	
	.surveyResultTable td.heading
	{
		text-align:center;
	}
	
	.surveyResultTable td.surveyQuestionNumber
	{
		font-family: Verdana, Helvetica, Sans-Serif;
		font-size: 14pt;
		font-weight: bold;
		vertical-align: middle;
		width: 25px;
		float: left;
	}
	
	.surveyResultTable td.surveyQuestionText
	{
		font-family: Verdana, Helvetica, Sans-Serif;
		font-size: 10pt;
		font-weight: bold;
		vertical-align: middle;
		width:100%;
	}
	
	.surveyResultTable td
	{
		font-size:10pt;
		vertical-align: middle;
	}
	
	
	.surveyResultTable td.resultNumber
	{
		font-weight:bold;
		text-align:center;
	}
	
	.surveyResultBarGraph
	{
		border:none;
		padding:0;
		margin:0;
		height:10px;
		font-size:2px;
		background-color:black;
		float:left;
	}
	
	.surveyResultBarGraphSpacer
	{
		border:none;
		padding:0;
		margin:0;
		height:10px;
		font-size:2px;
		float:left;
	}
/* End Survey Resposne Reporting */