﻿body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #727272;
}
#header {
	padding: 4px;
	height: auto;
	background: white;
	text-align: center;
	margin-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #4088b8;
}
#container {
	padding: 2px;
	width: 820px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 16%;
	float: left;
	text-align: left;
	background: #4088b8;
}
#right {
	width: 82%;
	float: right;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 5px;
}

#right ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#727272;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #4088b8;
}
#navigation li {
	display: block;
	background-color: #4088b8;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #4088b8;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Footer Styles */
#footer {
	text-align: center;
	font-weight: bold;
	color: #808080;
	margin: 0 auto;
	font-size: 0.8em;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}

/* Table styles for table in html report */ 

table.SurveyTable {

                border-width: 1px;
                border-spacing: ;
                border-style: solid;
                border-color: black;
                border-collapse: collapse;
                background-color: white;
}

table.SurveyTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
	width: 90%;
}

table.SurveyTable td {
                border-width: 1px;
                padding: 4px;
                border-style: solid;
                border-color: black;
                background-color: white;
                -moz-border-radius: ;
}

