@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-image: url(images/newbackground.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	background-repeat: no-repeat;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FFCC33;
}
a:hover {
	color: #0000CC;
}
a:active {
	color: #CCCCCC;
}
.menuback {
	background-image: url(images/background_files_06.jpg);
	background-repeat: repeat-y;
}

div.date
{
	text-transform:uppercase;
}
.style2 {font-size: 16px}
.style4 {
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}
div.photodiv
{
	margin-top: 0px;
	margin-right:12px;
	margin-bottom: 12px;
	width: 395px;
	height: 295px;
	float:left;
	clear:none;
}
.style10
{
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}

/* FORM STYLES */

.form_table{
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #444444;
	background: #000000;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
}

.form_table a{
	color: #CCCCCC;
}

.outside a{
	color: #CCCCCC;
}

.form_table a:visited{
	color: #CCCCCC;
}

.outside a:visited{
	color: #CCCCCC;
}

.form_shadow_top{
	display: none;
}

.form_shadow_bottom{
	display: none;
}

.segment_header{
	margin: 1px;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	width: 585px;
	text-align:center;
}

.q{
	padding: 10px;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
	display: block;
}

.q .question{
	font-weight: bold;
}

.q .left_question_first{
	width: 15em;
}

.required .icon{
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 14px;
}

.q .text_field{
	border: 1px solid #CCCCCC;
	color: #000000;
	margin: 1px 0;
	padding: 2px 1px;
	background: #FFFFFF url(images/forms/field_bg.html) top left;
}

.q .file_upload{
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	color: #000000;
	margin-top: 1px;
}

.q .file_upload_button{
	margin-top: 2px;
	border-color: #CCCCCC;
	clear: left;
}

.q .file_upload_button:hover{
	border-color: #BBBBBB;
}

.q .inline_grid td{
	padding: 5px;
	vertical-align: baseline;
}

.q .drop_down{
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	color: #000000;
	margin: 1px 0;
	padding: 1px;
}

.q .matrix th{
	color: #FFFFFF;
	background: #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.q .matrix td{
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	border-bottom: 1px solid #1F1F1F;
	border-top: 1px solid #1F1F1F;
}

.q .matrix td.question{
	border-right: 1px solid #1F1F1F;
	font-weight: normal;
}

.q .matrix .multi_scale_sub th{
	font-weight: normal;
	border-top: 1px solid #1F1F1F !important;
	background: #666666;
}

.q .matrix .multi_scale_break{
	border-right: 1px solid #1F1F1F;
}

.q .matrix_row_dark td{
	color: #FFFFFF;
	background: #333333;
}

.q .matrix_row_dark td.question{
	color: #FFFFFF;
	background: #333333;
}

.q .matrix_row_light td{
	color: #FFFFFF;
	background: #222222;
}

.q .matrix_row_light td.question{
	color: #FFFFFF;
	background: #222222;
}

.q .rating_ranking td{
	padding: 5px;
}

.q .scroller{
	border: 1px solid #444444;
}

.highlight{
	background: #444444;
}

tr.highlight td{
	background: #444444 !important;
}

.outside{
	color: #FFFFFF;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
	font-size: 12px;
}

.outside_container{
	width: 605px;
	padding: 1em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
	font-size: 12px;
}

.outside_container .submit_button{
	color: #111111;
	background-color:#333;
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
}

.outside_container .submit_button:hover{
	border-color: #555555;
}

.outside_container .progress_bar{
	background: #666666;
	margin: 0;
}


