/*	
.table {
	border-collapse:collapse;	
	border: 2px #444444 solid;
}	
*/	
	
.question-text		{
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align: left;
	margin-left: 5px;
}
	
.question-instructions		{
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	padding-left: 5px;
}

	
.header		{
	color: #ffffff !important;
	background: #244061;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align:center;
	padding: 3px 5px 3px 5px;
}

.odd-row-left		{
	color: Black;
	background: #B8CCE4;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	padding: 2px 5px 2px 5px;
	text-align:left;
	vertical-align:middle;	
}

.even-row-left	{
	color: Black;
	background: #D9D9D9;
	font-family : Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;	
	text-align:left;	
	vertical-align:middle;		
}

.odd-row		{
	color: Black;
	background: #DBE5F1;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align:center;	
	padding: 2px 5px 2px 5px;	
}

.even-row		{
	color: Black;
	background: #F2F2F2;
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 2px 5px 2px 5px;			
}

.bold		{
	font-weight:bold;
}

.center		{
 	text-align:center;
}

.width-1		{
	width: 100px;
}

.width-2		{
	width: 360px;
}


.width-3		{
	width: 45px;
}

.width-4		{
	width: 60px;
}

.width-5		{
	width: 450px;
}


.margin-left  {
	margin-left:20px;	
}

.textbox-field  {
	background-color: #F2F2F2;
 	height: 22px; 	
}

.choice-text		{
	color: Black;
	font-family : Verdana;
	line-height : normal;
}

.question-dropdown  {
	color: Black;
	background: #F2F2F2;
	font-family : Verdana;
	font-weight : normal;
	font-size: 100%;
}

.survey-question-response-holder {
    margin-left:0px;
 }

.survey-question-response-holder input {
margin: 4px 10px;
}