/*$Id: print.css,v 1.3 2007/10/25 17:28:06 jgoldsmith Exp $*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;	
}

#page {	
	
}

#header {
	position: relative;
	height: 126px;
	margin-bottom: 15px;	
}

#nav {	
	height: 25px;	
	position: absolute;
	bottom: 6px;
	left: 15px;
}

.nav_item {
	margin: 0;
	padding: 0;
	margin-right: 5px;
	float: left;
}

#subnav {		
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #3F7BD1;
	width: 800px;
	height: 6px;
	font-size: 0;
}

#content {
	min-height: 350px;
}

#footer {
	font-size: 11px;	
	text-align:center;
	padding: 20px 0 20px 0;
}

#footer, #footer a {
	color: #666666;
}

a:link, a:visited {
	color: #0033CC;
}
a:hover, a:active {
	color: #CC0000;
}

h1, .headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0;
	margin-bottom: 10px;
}

h2, .subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0;
}

h3, .subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0;
}

#breadcrumbs {
	font-size: 11px;
	margin: -5px 0 15px 0;
}

.mediumtext {
	font-size: 11px;
}

textarea.mediumtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size: 10px;
}

.question {
	margin: 0 10px 15px 10px;
}

.question_text {
	font-size: 11px;
	font-weight: bold;
}

.question_choices {
	font-size: 11px;
}

.question_hint {
	font-size: 11px;
	font-weight: normal;	
}

input.question_input, select.question_input, textarea.question_input {
	font-size: 11px;
}

input.question_input {
	width: 200px;
}

textarea.question_input {
	width: 400px;
	height: 150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.error, .required {
	font-size: 11px;
	color: #FF0000;
}

.required {
	margin-right: 2px;
}
.question .required {
	margin-left: -12px;
}

div.error_box {
	color: #FF0000; 
	font-weight: bold; 
	padding: 6px; 
	border: 1px solid #FF0000; 
	margin-bottom:15px; 
	background-color: #FFDFDF;
}

#submit_button {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-top: 25px;
}

.button {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.popout_help {
	display: none;
	position: absolute;	
	z-index: 2;
}
.popout_arrow_left {
	position: absolute;
	left: -15px;
	top: 12px;
}
.popout_arrow_right {
	position: absolute;
	right: -15px;
	top: 12px;
}
.popout_arrow_down {
	position: absolute;
	left: 124px;
	bottom: -15px;
}
.popout_arrow_up {
	position: absolute;
	left: 124px;
	top: -15px;
}
.popout_text {
	width: 250px;	
	padding: 6px;
	padding-bottom: 16px;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	background-color: #FFFFCC;
	border: solid 1px #FF9900;
}
.popout_close {
	position: absolute;
	right: 6px;
	bottom: 6px;
	font-size: 10px;	
}
.popout_close:link, .popout_close:visited, .popout_close:hover, .popout_close:active, .popout_text a, .popout_text a:link, .popout_text a:visited, .popout_text a:hover, .popout_text a:active {
	color: #FF0000;
}
a.popout_link:link, a.popout_link:visited, a.popout_link:hover, a.popout_link:active {
	text-decoration: none;
}
a.popout_link {
	cursor: help;	
	text-decoration: none;	
	border-bottom: dotted 1px;
}

#psla, #app_review {
	height: 300px;
	overflow: auto;
	border: solid 1px #CCCCCC;
	background-color: #F1F1F1;
	padding: 6px;
	font-size: 11px;
}

#app_review .page_link {
	font-size:12px;
	font-weight:bold;
}
#begin_app_button {
	text-align: center;
}
#progress_bar {
	border: solid 1px #CCCCCC;
	height: 17px;
	margin: 0 0 15px 0;
}
#progress_bar #bar {
	background: url(images/progress_bar.jpg);
	height: 17px;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 7px;
}
.character_count {
	font-size: 11px;
	color: #FF0000;
}
.info_box {
	float: right;
	width: 180px;
	font-size: 11px;
	background-image:url('images/more_info.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #D9EAFF;
	border: 1px solid #4070FF;
	padding: 25px 6px 6px 6px;
	margin: 0 0 15px 15px;
}
.info_box ul {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	list-style:none;
}

.info_box ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
}

.info_box a:link, .info_box a:visited {
    color: #4070FF;
}

.info_box a:hover, .info_box a:active {
	color: #CC0000;
}

.data_table {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-collapse:collapse;
	font-size: 10px;
	line-height:normal;
}

.data_table td, .data_table th {
	border: solid 1px #000000;
	text-align: center;
}

.data_table td.sub {
	background-color: #EAEAEA;
	text-align: left;
}

.data_table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#CC0000;
	text-align:center;
}