/* Basic Style Definition */

body {
	left: 0;
	top: 0;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
}


td,p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:justify;
}

a {  
	text-decoration: none;
}
a:hover {  
	text-decoration: underline;
}
/*input {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	border: 1px solid #333333;
}
select {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	border: 1px solid #333333;
	background-color: #EEEEEE;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	background-color: transparent;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img { 
	border: none; 
}*/

/* User Defined Styles */

.workarea {
	float:left;
	width: 98%;
	padding: 10px;
}

.heading {
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
	border:1px #999999 solid;
}

.heading_text_big {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20;	
}

.heading_text_normal {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16;	
}

.heading_text_small {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12;	
}

.body_text_big {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16;	
}

.body_text_normal {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14;	
}

.body_text_small {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12;	
}

.line_white_solid {
	width: 100%;
	height: 1px;
	color: #FFFFFF;
}

/* Body Structure*/
/*.survey_document { 
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 560px;
	align: center;
}
.survey_body {
	background-image: url(../images/t1_svbg.jpg);	
	width: 780px;
	height: 560px;
	border-collapse: collapse;
	border: 1px solid #000000;
	vertical-align: top;
}
.survey_heading {
	height: 120px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
}
.survey_detail {
	height: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
*/
/* Survey Heading */
/*.logo {
	width: 250px;
}
.acs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;	
	width: 450px;
	border-bottom: 1px solid #003366;
}
.acsn05 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #000033;	
	width: 450px;	
}
.heading_area {
	width: 450px;
	background-color: #003366;	
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;		
}
*/
/* Survey Detail */
/*.survey_space {
	width: 20px;
}
.survey_text {
	width: 730px;
	padding: 10px;
	vertical-align: top;
	
}
.login_table {
	float: right;
	height: 100px;
	width: 250px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;		
}
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;		
}
.button {
	border: 1px solid #000000;
}
.button_area {
	text-align: center;
}
.buttonsave {
	border: 1px solid #000000;
}
.buttonsave_area {
	float: right;
	text-align: right;
}
.radio {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	border: 0;
	background-color: #EEEEEE;
}
*/
.question_reference {
	width: 5%;
}

.question_text_right {
}
.question_text_bottom {
	width: 95%;
}

.question_text_right_c {
	width: 70%;
	vertical-align: top;
}
.question_text_bottom_c {
	width: 95%;
	vertical-align: top;
}

.questionnaire {
	width: 100%;
}
.questionnaire_c {
	width: 100%;
}

.option {
	padding: 2px;
}
.option_c {
	padding: 10px;
}

.line {
	width: 100%;
	height: 1px;
	color: #003366;
}

