#body #controls {
	width: 910px;
	margin: 0 auto;
	position: relative;
}

#body #controls #welcome {
	position: absolute;
	left: 0px;
	width: 250px;
	color: #888888;
	font-size: 14px;
	z-index: 1100;
}

#body #controls #back {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#body #logout {
	width: 250px;
	left: 660px;
	padding: 1px 0 0 0 !important;
}

#body ul#progress {
	width: 895px;
	margin: 10px auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 14px;
	clear: both;
}

#body ul#progress li {
	float: left;
	margin-left: -10px;
	padding-top: 7px;
	text-align: center;
	width: 146px;
	height: 24px;
	background: url(progress_sprite.gif) no-repeat;
	background-position: 0px -63px;
}

#body ul#progress li a,
#body ul#progress li span {
	position: relative;
	left: 2px;
	color: #333333;
	text-decoration: none;
	margin: 0 auto;
}

#body ul#progress li.current a,
#body ul#progress li.current span {
	color: white;
}

#body ul#progress li a:hover {
	text-decoration: underline;
}

#body ul#progress li#start {
	margin-left: 0px !important;
	background: url(progress_sprite.gif) no-repeat;
	background-position: 0px 0px;
}

#body ul#progress li#start a,
#body ul#progress li#start span {
	position: relative;
	left: -5px;
}

#body ul#progress li#end a,
#body ul#progress li#end span {
	position: relative;
	left: 5px;
}

#body ul#progress li#end {
	width: 78px;
	background: url(progress_sprite.gif) no-repeat;
	background-position: 0px -63px;
}

#body ul#progress li.current {background-position: 0px -94px;}
#body ul#progress li#start.current {background-position: 0px -32px;}
#body ul#progress li#end.current {background-position: 0px -95px;}

#body #feedback {
	position: relative;
	top: 10px;
	width: 894px;
	clear: both;
	margin: 0 auto;
	font-size: 16px;
}

#body #feedback div {
	padding: 5px 5px 5px 10px;
}

#body #instructions {
	position: relative;
	clear: both;
	width: 895px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 14px;
}

#body .shallow {
	padding-bottom: 5px !important;
}

#body #instructions ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2.0em;
}

#body #instructions ul li {
	margin-bottom: 1.0em;
}

#body #form, #content {
	width: 895px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#body #form .field {
	position: relative;
}

#body #form .field .label {
	float: left;
	width: 200px;
	color: #222222;
}

#body #form .field .label_wide {
	width: 500px;
	margin-bottom: 1.0em;
}

#body #form .field input,
#body #form .field textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border: 1px solid black;
	padding: 2px;
	background-color: #F9F9F9;
}

#body #form .field input {
	display: inline;
	width: 250px;
}

#body #form .field textarea {
	clear: both;
	display: block;
	width: 100%;
	height: 100px;
}

#body #form .field .check_group {
	float: left;
}

#body #form .field .check_group .light_desc {
	color: #888888;
	font-style: italic;
	font-size: 0.9em;
}

#body #form .field .check_split {
	float: left;
	width: 175px;
	overflow: hidden;
}

#body #form .field .check_split table td {
	vertical-align: text-top;	
}

#body #form .field .check {
	float: none;
	width: 1.0em;
	border: none !important;
}

#body #form .field input.xshort {width: 75px;}
#body #form .field input.short {width: 150px;}
#body #form .field input.large {width: 350px;}

#body #form .field select {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border: 1px solid black;
	padding: 1px;
	background-color: #F9F9F9;
}

#body #form .field p {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	width: 279px;
	text-align: left;
	padding: 5px;
	margin: 0 !important;
}

#body #form .field p.empty {
	background-color: #F9F9F9;
	color: #777777;
}

#body #form .field p.valid,
#body #feedback .valid {
	background-color: #DFF2E8;
	color: #006931;
}

#body #form .field p.warning,
#body #feedback .warning {
	background-color: #FFF9DF;
	color: #996600;
}

#body #form .field p.error,
#body #feedback .error  {
	background-color: #F2DFDF;
	color: #990000;
}

#body #form .field .details {
	clear: both;
	font-style: italic;
	font-size: 13px;
	padding: 5px 0 15px 0;
	color: #555555;
}

#buttons {
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding-bottom: 2px;
	text-align: center;
	background-image: url(buttons_bg.png);
}

#buttons input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 1px 15px;
	background-color: #EEEEEE;
	color: #00467F;
}

#buttons img#loading {
	visibility: hidden;
	position: relative;
	top: 4px;
	left: 10px
}

#body #form .buttons {
	padding: 20px 0 30px 0;
	text-align: center;
}

#body #form .buttons input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-style: outset;
	padding: 2px 15px;
	background-color: #E6E6E6;
	color: #00467F;
}

#body #form .buttons input#big_submit {
	font-size: 24px;
}

#body #form .buttons input#big_submit_disabled {
	font-size: 24px;
	background-color: #EEEEEE;
	color: #AAAAAA;
}

#body #form #loading {
	visibility: hidden;
	height: 25px;
	background: center url(loading.gif) no-repeat;
}


#body #content .app_map {
	height: 260px;
}

#body #content #app_status th {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

#body #content #app_status td,
#body #content #app_status th {
	text-transform: capitalize;
	background-color: #EEEEEE;
	border: 2px solid white;
}

#body #content #app_status tr.neutral td {
	background-color: #DFE8EF;
	color: #001E36;
}

#body #content #app_status tr.complete td {
	background-color: #DFF2E8;
	color: #006931;
}

#body #content #app_status td#decision {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0px;
	background-color: #FFCC66;
	color: black;
}

#body #content table {
	margin: 0 auto 1.0em auto;
	width: 895px;
}

#body #content table th {
	color: black;
	font-style: italic;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;	
	text-align: center;
}

#body #content table td {
	padding: 5px;
	font-size: 15px;
	color: #444444;
	text-align: center;
}

#body #content table td div.delete {
	position: relative;
	text-align: center;
}

#body #content table td div.delete div {
	position: absolute;
	display: none;
	left: 75px;
	top: 0px;
	width: 55px;
	font-size: 10px;
	color: black;
}

#body #status {
	font-size: 24px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 1.0em;
}

#body #status img {
	position: relative;
	top: 3px;
	margin-right: 10px;
}

#body .stat_comp {
	background-color: #DFF2E8;
	color: #006931;
}

#body .stat_incomp {
	background-color: #FFF9DF;
	color: #996600;
}

#body .stat_error {
	background-color: #F2DFDF;
	color: #990000;
}

#body ol#breakdown {
	list-style: inside upper-roman;
	font-size: 20px;
}

#body ol#breakdown li {
	padding: 0.2em;
}

#body ol#breakdown li a {
	color: #333333;
}

#body ol#breakdown span {
	font-size: 14px;
	padding: 3px;
	margin-left: 1.0em;
}

#body ol#breakdown span.complete {
	background-color: #DFF2E8;
	color: #006931;
}

#body ol#breakdown span.incomplete {
	background-color: #FFF9DF;
	color: #996600;
}

#body ol#breakdown span.blank {
	background-color: #EEEEEE;
	color: #555555;
}
	
#body ol#breakdown ol {
	list-style: lower-alpha;
	font-size: 18px;
	margin-left: 3.0em;
}

/* Admin sim reference styles */

#body #ref_content {
	width: 895px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#body #ref_content .red  {
	background-color: #F2DFDF !important;
}

#body #ref_content .results {
	font-size: 13px;
	color: white;
	margin-top: 0.5em;
	background-color: #808080;
	padding: 4px 5px;
}

#body #ref_content .results a,
#body #ref_content .results a:visited {
	color: #FFDD00;
}

#body #ref_content p.no_records {
	padding-top: 1.0em;
	text-align: center;
	font-style: italic;
}

#body #ref_content table#records {
	font-size: 13px;
	margin-top: 0.5em;
	width: 100%;
}

#body #ref_content table#records td,
#body #ref_content table#records th {
	padding: 4px;
	margin: 3px;
}

#body #ref_content table#records th {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #4D4D4D;
	text-align: center;
	font-weight: normal;
}

#body #ref_content table#records td {
	background-color: #EEEEEE;
	text-transform: capitalize;
}

#body #ref_content table#records td.nocap {
	text-transform: none;
}

#body #ref_content table#records td.email {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: -1px;
}

#body #ref_content table#records tr.dark td {
	background-color: #DDDDDD;
}

#body #ref_content table#records td.icons,
#body #ref_content table#records td.center {
	text-align: center;
}

#body #ref_content table#records td.action_icons {
	text-align: center;
}

#body #ref_content table#records td.action_icons a {
	margin: 0 3px;
}

#body #ref_content .ref_add {
	clear: both;
	text-align: center;
	padding: 1.5em 0 0.5em 0;
}

#body #ref_content .ref_add a {
	text-decoration: none;
}

#body #ref_content .ref_add span {
	color: #999999;
}

#body .echo input,
#body .echo select {
	background-color: #EEEEEE !important;
	color: #444444 !important;
}

#body #form .ref_upload,
#body #form .ref_empty {
	position: relative;
	top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #00467F;
	padding: 3px;
	margin-bottom: 1.0em;
}

#body #form .ref_empty {
	border: 1px solid #CCCCCC;
	color: #777777;
} 

#body #form .ref_upload a {
	text-decoration: none;
	font-weight: bold;
}

#body #ref_content .ref_add .icon,
#body #form .ref_empty .icon,
#body #form .ref_upload .icon,
#body #instructions .ref_status .icon {
	position: relative;
	top: 2px;
}

#body #instructions .ref_status {
	position: relative;
	top: -20px;
	float: right;
	text-transform: capitalize;
}

#body #instructions .ref_status span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#body #instructions .ref_status .incomplete {
	color: #333333;
}

#body #instructions .ref_status .complete {
	color: #006931;
}