/* CSS Document */

/* ~~~~~ FOUNDATION ~~~~~ */
BODY {
	MARGIN: 0px;
	FONT-SIZE: 11px;
	font-weight: normal;
	COLOR: #2C2C2C; 
	LINE-HEIGHT: 17px;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
	BACKGROUND: #dcdcdc;}

A {
	FONT-SIZE: 11px; 
	COLOR: #cc6600; 
	TEXT-DECORATION: underline;}
TD {
	FONT-SIZE: 11px;}

UL {
			padding: 0px;
			margin-top:-5px;}
LI {			
			padding-bottom: 3px;
			padding-top: 3px;
			list-style-position: outside;
			list-style-image: url(/PatientPortal/Images-UI/bullet_dblarrow.gif);}

						

/* ~~~~~  PAGE LAYOUT ~~~~~  */
#Section2 {
	FLOAT: left; 
	MARGIN-LEFT: 15px; 
	margin-top:10px;
	text-align: left;}
		#Section2 p {
			padding-left:20px;
			text-align: left;}	
		#Section2 H1 {
			font-family:  Arial, Helvetica, Verdana, sans-serif; 		
			FONT-SIZE: 24px;
			font-weight: normal;
			text-transform: capitalize;
			color: #ff9900;
			margin-left: 10px;
			margin-bottom:10px;}				
		#Section2 H2 {
			font-family: Arial, Helvetica, Verdana, sans-serif;
			FONT-SIZE: 14px;
			text-transform: uppercase;
			color: #666666;
			font-weight: bold;
			margin-top:20px;
			margin-left:10px;
			border-bottom: 1px dotted #f4eade;}
		#Section2 H3 {		
			FONT-SIZE: 18px;
			font-weight: bold;
			text-transform: uppercase;
			color: 669933;
			margin-left:10px;
			margin-bottom:0px;}
		#Section2 H4 {
			color: #669900;
			font-weight: bold;
			margin-left:15px;
			font-size: 12px;}
		#Section2 H5 {
			color: #669900;
			font-weight: bold;
			text-transform: uppercase;
			margin-top: 5px;
			margin-left:15px;
			font-size: 14px;}						
		#Section2 H6 {
			COLOR: #0066cc;
			font-size: 11px;
			font-weight: bold;
			margin: 0px 0px 5px 20px;}
		#Section2 H6 A {
			FONT-SIZE: 9px;
			text-transform: uppercase;}
	
.SurveyQuestionTable {
			FONT-WEIGHT: bold;
			/* background-color: #F9F9F9; */}
.SurveyQuestionTable TD{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			vertical-align: text-top;}
.SurveyAnswerTable {
			font-size : 12px;
			font-family : Verdana;
			padding-bottom: 3px;}
.Error 
{
			font-size : 14px;
			font-family : Verdana;
			color: crimson;
			font-weight: bold;
}
.InvalidCell
{
	background-color: Yellow;
}
