/* CSS Document */
* 		{ 
		padding:0px; 
		margin:0px;
		}

body 	
		{ 
		background-color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;

		}
		
#container
		{
		margin: 0px auto 0px; 
		width:783px;
		}
		
#cont-logo
		{
		background:url(images/Heartland1.gif) no-repeat;
		width:192px; 
		height:92px;
		float:left;
		position:relative;
		}
		
#cont-top-bar
		{
		background:url(images/Heartland2.gif) no-repeat;
		width:591px; 
		height:92px;
		float:left;
		position:relative;
		}

#cont-foot-logo
		{
		background:url(images/Heartland4.gif) no-repeat;
		width:133px; 
		height:66px;
		float:left;
		position:relative;
		}
		
#cont-foot-bar
		{
		background:url(images/Heartland3.gif) no-repeat;
		width:650px; 
		height:66px;
		float:left;
		position:relative;
		}
#cont-foot-bar p
		{ 
		padding-top:27px; 
		padding-left:18px; 
		color:#7b92ba; 
		font-size:10px;
		}
#cont-survey
		{
		min-height:400px;
		/*height:400px;*/
		/*overflow:auto;*/
		padding-left:24px;
		padding-right:24px;
		clear:both;
		}
.section-heading { font-weight:bold; color:#003399; font-size:16px; border-bottom:1px solid #990000; width:100%; padding-top:10px; display:block; clear:both; font-family:Arial, Helvetica, sans-serif;}

.submit-button { font-size:13px; cursor:pointer;}
.choice-row{ font-weight:normal; font-size:12px;}
.odd-row{ background:#FFFFFF; color:#163780; }
.even-row{ background:#990000;color:#FFFFFF}
table { width:100%; margin-top:10px; border:1px solid #E9E9E9;}
table td{ padding:7px;  border-left:1px solid #FFFFFF;}
table th{ background:#163780; padding:7px;}
table th.choice-row{ border-left:1px solid #FFFFFF; color:#FFFFFF;}
.progress-table { width:80px;}
h2{ font-size:16px; color:#003399; font-family:Arial, Helvetica, sans-serif;}
.question-text { color:#163780; font-size:12px; font-weight:bold; padding-top:3px; padding-bottom:3px; display:block;}
.choice-text{clear:both;}
input {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
textarea{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
.completed-cell{ background-color:#163780;}
.uncompleted-cell{ background-color:#8AACC6;}
table.progress-table td{ padding:4px; }
table.progress-table{height:10px;}