/* CSS Document */

#formwrapper {
  text-align: left;
  width: 575px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #CCCCCC;

}
.tablequeuebox {
	border-bottom: 1px solid #1875A5;
	border-right: 1px solid #1875A5;
	border-left: 1px solid #1875A5;
	border-top: 1px solid #1875A5;
}
#tableholder {

	padding: 10px 10px 10px 10px;


	overflow:visible;
	}
#tablerow {
	width:555px;
	display:block;
	padding: 5px 0 5px 0;
	clear: both;
	
}

#rowspace {
	width:auto;
	padding: 5px -5px 5px 5px;
	clear: both;
	margin:5px 0 5px 0;
	display:block;
}
.column1 {
	width:150px;
	float: left;
}
.column1check {
	text-align: left;
	width:30px;
	height: 20px;
	float: left;
}
.column2holder {
	width: 400px;
	text-align: right;
	float: right;
	overflow:visible;
}
.column2 {
	width: 390px;
	height: 20px;
	text-align: left;
	float: left;
}
.column2check {
	width: 460px;
	height: 20px;
	text-align: left;
	float: left;
	background-color:#00CCFF
}
.column3check {
	width: 100px;
	height: 20px;
	float: left;
	background-color:#00CCFF
}
.column4check{
	width: 100px;
	float: left;
	background-color:#00CCFF
}
.column4checksub{
	width: 300px;
	float: right;
	background-color:#33FF66
}
.column5check{
	width: 100px;
	float: left;
	background-color:#00CCFF
}
.column5checksub{
	width: 230px;
	float: right;
}
.column6check{
	width: 70px;
	float: left;
	background-color:#00CCFF
}
.column1data {
	text-align: left;
	width:150px;
	height: 20px;
	float: left;
}
.column2holderdata {
	width: 350px;
	text-align: right;
	float: right;
}
.column2data {
	width: 390px;
	height: 20px;
	text-align: left;
	float: left;
}
.firstnamecolumn {
	width: 150px;
	float: left;
/*	border: 1px solid #9900FF; */
}
.lastnamecolumn {
	width: 240px;
	float: left;
/*	border: 1px solid #00FF66; */
}
.subnamecolumn {
	width: 140px;
	float: right;
}
	
.citycolumn1{
	width: 150px;
	float: left;
}
.sub1column2{
	width: 240px;
	float: right;
}
.statecolumn1{
	width: 50px;
	float: left;
}
.sub2column2{
	width: 180px;
	float: right;
}
.zipcolumn1{
	width: 70px;
	float: left;
}
.tableheader {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#00a4de;
	padding: 2px 2px 2px 5px;
}
.tableheaderSmall {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-color:#00a4de;
	padding: 2px 2px 2px 5px;
	height:15px;
	vertical-align:middle;
}
.formcell {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}
.formbutton {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	background-color:#00a4de;
	color:#FFFFFF;
	font-weight:bold;
}
.boldheader {
    font-weight:bold;
}

.TableRowData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #160A67;
	font-weight:bold;
	}
.TableRowheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #160A67;
	}
.FormTableBorder {
	border: 1px solid #CCCCCC;
}

.TableVoteAnswers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #160A67;
	
	}
.TableVoteQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #160A67;
	font-weight:bold;
	}
.ErrorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
}

/*----------------------------- Questionair Styles -------------------------------------*/
#Questionairholder{
	border: solid 1px #CCCCCC;
	Padding:5px 5px 5px 5px;
	margin:65px 5px 0 15px;
	width:250px;
	float:right;
	display:block;
}

#QuestionairTitle{
	background:#FBCC30 none repeat scroll 0%;
	color:#160A67;
	padding:3px 10px;
	font-style:italic;
	margin:-20px 0 0 0;
}
#Questionairheader{
	color:#160A67;
	background-color: #FFFFFF;
	Padding:0px 5px 0px 5px;
	margin:-13px 0px 25px 5px;
	font-weight:bold;
	font-size:14px;
	width:auto;
}
* html #Questionairheader{
	margin:0px 0px 25px 5px;
}
#QuestionairDetail{
	margin:0px 0px 0px 0px;
}

#QuestionairDetailButton{
	margin: 25px 0 0 90px;
}

.QuestionairQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:20px 0px 0px 10px;
}
.QuestionairAnswers {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 20px;
}
