/* 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: #666666;}
*/

body {
margin: 0;
font-family: "Open Sans", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #666666;
text-align: left;
background-color: #f9f9f9;
}

h1 
{
font-family: Raleway, "Open Sans", sans-serif;
font-size: 1rem;
padding: 2rem 0 0rem;
text-transform: uppercase;
}

A {
	FONT-SIZE: 11px; 
	COLOR: #cc6600; 
	TEXT-DECORATION: underline;}
TD {
	FONT-SIZE: 14px;
	font-family: "Open Sans", sans-serif;
}

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;
			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: normal;
}
.SurveyQuestionTable TD {
			font-family: Raleway, "Open Sans", sans-serif;
			font-size: 17px;
			vertical-align: text-top;
			padding-bottom: 15px;
}
.SurveyAnswerTable TD {
			font-size : 13px;
			font-family : "Open Sans", sans-serif;
			font-weight: 600;
			padding-bottom: 3px;
}
.Error 
{
			font-size : 14px;
			font-family : "Open Sans", sans-serif;
			color: crimson;
			font-weight: bold;
}
.InvalidCell
{
	background-color: Yellow;
}

.SeparatorRow
{
border-top:1px solid #cccccc;
}

#LogoOrName
{
margin-top:15px;
font-family: Raleway, "Open Sans", sans-serif;
font-size: 1.5rem;
}