a{
	color: #FFFFFF;
}

a:visited{
	color: #FFFFFF;
}	


#content .form_table{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 410px;
	height:1%;
	}

.q{
	padding-left: 10px;
	margin-bottom: 10px;
	float: left;
	display: block;
}

.q .question{
	font-weight: bold;
}

.q .text_field{
	background: #ffffff;
	border: 2px inset #BCBCBC;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
}

.q .file_upload{
	background: #FFFFFF;
	border: 2px inset #BCBCBC;
	color: #000000;
	margin-top: 1px;
}

.q .file_upload_button{
	margin-top: 2px;
	border-color: #BCBCBC;
	clear: left;
}

.q .drop_down{
	background: #FFFFFF;
	border: 2px inset #BCBCBC;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
}

.q .matrix .multi_scale_break{
	background-color: #eeeeee !important;
	font-weight: normal !important;
	background: #666666 !important;
}

.q .matrix th{
	color: #FFFFFF;
	background: #666666 !important;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.q .matrix td{
	padding: 1px 2px 2px 2px;
	text-align: center;
	border-left: 1px solid #1F1F1F;
	white-space: nowrap;
	height: 26px;
}

.q .matrix_row_dark td{
	color: #FFFFFF;
	background: #333333;
}

.q .matrix_row_light td{
	color: #FFFFFF;
	background: #222222;

}

.outside_container .submit_button{
	color: #000000;
	background: #D4D0C8;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
}

.outside_container .progress_bar{
	background: #666666;
	margin: 0;
}
.q .page_break {
    page-break-after:always;

}

.q .matrix th {
      color:#000000;
      background:#FFFFFF !important;
}

.q .matrix_row_dark td {
      color:#000000;
      background:#FFFFFF !important;
}

.q .matrix_row_light td {
      color:#000000;
      background:#CCCCCC !important;
} 
.full_width {
	padding-left:0 !important;
	padding-right:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
	width:100%;
}

.full_width_space {
	margin-left:0px;
	margin-right:10px;
}

.q .top_question {
	display:block !important;
	margin-left: 4px;
}

.q .top_question b {
	min-height:16px;
}

.q .left_question_first {
	width:15em; /* value will be custom generated */
	text-align:right;
	padding-right: 0.5em;
	display:block;
	float:left;
	margin-top:2px;
}

.q .left_question {
	padding-right:.5em;
	display:block;
	float:left;
	margin-top:2px;
}

.q .right_question {
	padding-left: 0.5em;
	display:block;
	float:left;
	margin-top:2px;
}

.q .inline_answer {
	float:left;
}

.q .inline_grid {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1px;
}

.q .inline_grid td {
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
}

.q .full_width {
	width:100%;
}

.q .multiple_choice { /* input:radio, input:checkbox */
	margin-bottom:0;
}

.segment_header h1 {
	padding-left:4px;
	padding-right:4px;
	margin:0;
}

.q img {
	border:none;
}

.q .calendar_container {
	display:none;
	position:absolute;
	left:10px;
}

.q .inline_button {
	margin:2px 2px 0 2px;
	white-space:nowrap;
}

.q .popup_button {
	border:none;
	cursor:pointer;
}

.q .rating_ranking { /* rating and ranking items */
	border-collapse:collapse;
	border-spacing:0;
}

.q .rating_ranking td {
	padding:1px 2px 2px 2px;
}

.q .inline_grid {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1px;
}

.q .matrix { /* matrix and mult-scale */
	border-collapse: collapse;
	margin-right:3px;
}

.q .matrix .question {
	text-align:left;
	border-left:none;
	background-image:none;
	font-family:inherit;
	font-size:inherit;
	white-space:normal !important;
}

.q .matrix .text_field {
	margin-bottom:0 !important;
}


.q .icon {
	font-size:13px;
}

.order_summary {
	margin-left:auto;
	margin-right:auto;
	border:1px solid;
	margin-bottom:10px;
	border-collapse:collapse;
}

.order_summary td, .order_summary th {
	text-align:left;
	border:1px solid;
	padding:2px;
}

.yui-panel .instructions {
	font-size:12px !important;
	margin-right:15px !important;
	max-width:400px;
}

.clear {
	clear: left;
	margin:0;
	padding:0;
}
/* END CORE */


/* ERRORS */
.invalid .invalid_text_input {
	border-color:#FF0000;
	background-color:#FFEEEE !important;
	color:#EE0000;
}

.invalid .inline_grid {
	background-color:#FFEEEE;
	color:#000000;
}

.invalid .invalid_message {
	padding:1px;
	color:#FFFFFF;
	background:#FF0000;
	font-size:10px;
	font-weight:bold;
	clear:both;
}

.invalid .matrix .invalid_message {
	border-left:none;
	height:auto;
	text-align:left;
}

.invalid .matrix .invalid_row {
	background-color:#FFEEEE;
	border-color:#FFCCCC;
}
/* END ERRORS */


/* DESIGN TIME */
.page_break {
	display:block;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#000000;
	margin-top:3px;
	margin-bottom:3px;
}

#outside_container {
	margin-left: 15px;
	float:left;
	clear: both;
	height: 1%;
}

#outside_container .submit_button{
	color: #000000;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
}

#outside_container .reset_button{
	margin: 0 15px 0 10px;
	color: #000000;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
}

