/* CSS Document */

<style type="text/css" media="all">
body{
	background: #FFFFCC;
}

a{
	color: #003366;
}

a:visited{
	color: #006699;
}

.form_table{
	width: 700px;
	overflow: hidden;
	margin-left: 0;
	margin-right: auto;
	border: 2px solid #FFFFCC;
	background: #FFFFCC;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #003366;
}

.segment_header{
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 1px;
	color: #003366;
	background: #FFFFCC;
	background-repeat: repeat;
}

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

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

.required .icon{
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 14px;
}

.q .text_field{
	background: #FFFFFF;
	border: 2px inset #003366;
	color: #003366;
	margin-top: 1px;
	margin-bottom: 1px;
}

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

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

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

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

.q .matrix th{
	color: #003366;
	background: #FFFFCC !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 #FFFFFF;
	white-space: nowrap;
	height: 26px;
}

.q .matrix_row_dark td{
	color: #003366;
	background: #FFFFCC;
}

.q .matrix_row_light td{
	color: #003366;
	background: #FFFFCC;
}

.outside_container{
	width: 700px;
	margin-left: 0;
	margin-right: auto;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

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

.outside_container .progress_bar{
	background: #000000;
	margin: 0;
}

</style>
