a{
	color: #820203;
}

a:hover{
	color: #4f0101;
}

#siteHeader{
  background-repeat: no-repeat;
}

.npSingleSelect .singleSelectOptions .selected a{
    background: #820203;
}

#surveyNameHeader h1{
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	border-bottom: solid 2px #eac700;
}

#memberMenu{
	background-image: url(https://s3.amazonaws.com/assets.ngin.com/site_files/838/siteHeaderRight.jpg);
}

#leftHandGraphics .text div{
	background: url(https://s3.amazonaws.com/assets.ngin.com/site_files/838/sidePanel.jpg) no-repeat top left;
}


#accountNav .currentSite a{
	background: #820203 url(https://s3.amazonaws.com/assets.ngin.com/site_files/838/favicon.gif) no-repeat center center;
}

#accountNav .currentSite a:hover{
	background: #4f0101 url(https://s3.amazonaws.com/assets.ngin.com/site_files/838/favicon.gif) no-repeat center center;
}


/*
Table Formatting
-------------------------------------------------*/

.ResultsTable {
	width: 700px;
	padding: 2px 4px;
	border: solid 1px #5E9DDD;
	font-size: 10px;
	margin: 5px;
	position: relative;
}

.ResultsTableSmall {
	width: 346px;
	padding: 2px 4px;
	border: solid 1px #5E9DDD;
	font-size: 10px;
	margin: 5px;
	position: relative;
}

.ResultsTable .headerRow td{
	background-color: #5E9DDD;
	border: solid 1px #A2C7EC;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
	color: #FFFFFF;
}

.ResultsTableSmall .headerRow td{
	background-color: #5E9DDD;
	border: solid 1px #A2C7EC;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
	color: #FFFFFF;
}

.ResultsTable .footerRow td{
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 3px;
	font-size: 11px;
	color: #000000;
	border-top: 2px solid #5E9DDD;
	border-bottom: 2px solid #5E9DDD;
}

.ResultsTable .subheaderRow td{
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 2px;
	font-size: 11px;
	color: #000000;
}

.ResultsTable .dataRow td{
	padding: 2px;
	font-size: 10px;
	margin: 1px;
}

.ResultsTableSmall .dataRow td{
	padding: 2px;
	font-size: 10px;
	margin: 1px;
}


.ResultsTable a:link, .ResultsTable a:visited, .ResultsTable .headerRow a:visited, .ResultsTable .headerRow a:link, .ResultsTable .dataRow a:visited, .ResultsTable .dataRow a:link{
	color: #2D80D5;
	text-decoration: none;
	border-bottom: solid 1px #2D80D5;
}
