/* CSS Document 

	02-04-2008

*/

a {
	text-decoration: none;
	color: #663366;
}

a:hover{
	text-decoration: underline;
	color: #d9ccd9;
}

a:visited{
	color: #000000;
}

body,
td,
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


fieldset
{
	margin: 0px ;
	padding: 0px;
	text-indent: 0px;
	border-width: 1px;
}

fieldset legend
{
	color: #6A5B97 ;		/* green = #66BB49  lavender= #6A5B97 */
	font-size: larger ;
}

#introMsg
{
	font-size: larger ;
}

.header{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color:  #66BB49  ;			/* green = #66BB49  lavender= #6A5B97 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.required
{
	color: #DD0000;
	/*font-size: larger ; */
}

.question_number
{
	font-size: 20px;
	border: solid 1px #dddddd;
	background-color: #eeeeee;
	color: #666666;
	vertical-align: text-top ;
	text-align: center ;
	width: 30px;
	margin: 0px 0px 0px 7px;
	float: left ;
}

.question
{
	vertical-align: text-top ;
	margin-left: 50px ;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: bold;
	display: block ;
}


.answer_section 
{
	display: inline-block;
	margin-left: 50px;
}

.textbox
{
	font-weight: normal ; 
	margin-top: 3px;
}

.errors_summary
{
	color: #DD0000 !important ;

	font-style: italic ;
	padding: 5px; 
	font-weight: bold;
}

.error_prompt 
{
	display: inline ; 
	padding: 2px;
	color: #000000 !important;
	background-color:#FFFF99;	
}

em {
	text-indent: -9999em;
	display: block;		
	float: left;		
	width: .5em;		
	margin-left: -.5em;	
	background: transparent url("required.png") 0 .2em no-repeat; 
	}
	
fieldset 
{
  margin-bottom: 10px;
  border-color: #999999 ;
}

legend 
{
  padding: 0px 7px;
  font-weight: bold;
}
