﻿body
{
	margin: 0 0 0 26px;
	background-image: url('esi_stripe.gif');
	background-repeat: repeat-y;
}

form
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#header
{
	position: absolute;
	top: 0px;
	width: 80%;
}

#header_top
{
	position: absolute;
	left: 110px;
	top: 0px;
	padding: 10px 0px 10px 20px;
	width: 100%;
	background-color: #19998b;
	height: 87px;
}

#report_header
{
	font-size: 20px;
	font-weight:bold;
	margin-bottom:20px;
}

.header_esi
{
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
}

.header_site
{
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 18pt;
	color: White;
	font-weight: bold;
}

#header_bottom
{
	background-image: url('header_bg.png');
	background-repeat: repeat-x;
	position: absolute;
	left: 110px;
	top: 87px;
	width: 100%;
	padding: 10px 0px 10px 20px;
	height: 70px;
}

#header_bottom a
{
	color: Black;
	text-decoration: none;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
}

#header_bottom a:hover
{
	color: Black;
	text-decoration: underline;
}

.header_menu
{
	padding-right: 25px;
}

#sidebar
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	top: 142px;
	width: 110px;
}

.sidebar_item
{
	padding: 10px 5px 10px 5px;
	text-align: center;
	height: 78px;
	background-image: url('check_bg.png');
	background-repeat: no-repeat;
}

.sidebar_item a
{
	color: Black;
	text-decoration: none;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
}

.sidebar_item a:hover
{
	color: Black;
	text-decoration: underline;
}

#content
{
	position: absolute;
	top: 150px;
	left: 140px;
	padding: 5px 10px 10px 25px;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 14px;
	width: 75%;
	line-height: 1.3em;
}

#content a
{
	text-decoration: none;
}
#content a:hover
{
	text-decoration: underline;
}


.page_title
{
	color: #FF9933;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3em;
}

.page_subtitle
{
	color: #FF9933;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}

.page_subsubtitle
{
	color: #FF9933;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}

.running_subheader
{
	color: #000000;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 2.6em;
}

.groupheader
{
	font-weight: bold;
	font-size: large;
}

.subheader
{
	font-weight: bold;
	font-family: Myriad Pro, Arial, Sans-Serif;
	font-size: 16px;
}

.surveyresultquestion
{
	background-color: #cadcf2;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 750px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.surveyresults
{
	width: 750px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 10px 0;
	border: solid 1px black;
}

.selectedanswer
{
	text-decoration: underline;
}

.unselectedanswer
{
	color: #B3AFA2;
	text-decoration: none;
}

.surveyresultheader
{
	background-color: #E8EFFF;
}
.surveyresultodd
{
	padding: 2px 1px 2px 1px;
	background-color: #F9FBFF;
}

.surveyresulteven
{
	padding: 2px 1px 2px 1px;
	background-color: #F4F7FF;
}


.clear
{
	clear: both;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #89b4e2;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #cadcf2;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{	
	color: White;    
}