body {
	color: #333;
	margin: 0px;
    padding: 0px;
}

body, p, ol, ul, td, th, pre, textarea, caption {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size:   12px;
  line-height: 18px;
}

caption {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
tfoot { border-top: 1px solid silver; }

th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid silver;
}

h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }

hr { border: 1px solid silver; }

label {
	float: left;
	display: block;
	text-align: right;
	margin-right: 10px;
	padding: 3px;
	width: 170px;
	border-bottom: 1px solid silver;
}

.wide_label {
	text-align: left;
	float: none;
	display: inline;
	width: 380px;
	border: none;
}

.plain_label {
	float: none;
	display: inline;
	text-align: left;
	width: auto;
	border: none;
	padding: 0px;
	margin: 0px;
}
.on_mouse_over {
	background-color: silver;
}
.on_mouse_out {
	background-color: none;
}

a { color: #083A52; }
a:visited { color: #083A52; }
a:hover { color: black; }

#container {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -380px;
	padding: 0px;
	width: 760px;
	background-color: white;
}

#header {
	background:  url("/images/header_background.jpg") no-repeat top center;
	height: 140px;
}
#header a { text-decoration: none; }
#header #tabs {
	float: right;
	margin: 0px 25px 0px 0px;
	padding: 0px;
}
#header #tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header #tabs li {
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	width: 115px;
	height: 28px;
	text-align: center;
	background: url("/images/tab_background.jpg") no-repeat top center;
}

#horizontal_navigation {
	height: 30px;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#horizontal_navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#horizontal_navigation li {
	float: left;
	text-align: center;
	display: block;
	width: 19%;
	margin: 0px;
	padding: 0px;
}

.navigation {
	float: left;
	margin-top: -15px;
	padding: 0px;
}
.navigation h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px -10px 0px;
	padding: 0px 0px 0px 10px;
}
.navigation ul {
	list-style: none;
	margin: 0px 5px 0px 15px;
	padding: 0px;
}
.navigation li {
	margin: 0px;
	padding: 5px 0px 3px 7px;
	background: url("/images/navigation_background.jpg") no-repeat top left;
}
.navigation a {
	display: block;
	width: 135px;
	text-decoration: none;
	margin:  0px;
	padding:  0px;
}

#content {
	margin: -20px 5px 5px 200px;
	padding: 0px;
	width: 770 - 160;
}

#footer {
	border-top: 1px dotted silver;
	border-bottom: 6px solid #083A52;
	overflow: auto;
	width: 100%;
	padding: 3px 0px 3px 0px;
}

#searchcontrol {
	width: 500px;
}

#scoreboard {
	font-size: 18px;
	background-color: #BACDD3;
	width: 440px;
	border: 1px dashed black;
	padding: 10px 60px 10px 60px;
}

.two_columns {
	overflow: auto;
	width: 100%;
}
.left_column {
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0px;
	width: 240px;
}
.right_column {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.summary {
	border-top: 5px solid silver;
	border-left: 5px solid silver;
	border-right: 5px solid silver;
	padding: 3px 3px 3px 25px;
	margin: 0px 0px 10px 0px;	
}

.divider {
	border:  1px solid silver;
	padding:  2px 15px 2px 15px;
	margin: 4px 0px 4px 0px;
}

.subdivider {
	border-top: 3px solid silver;
	margin: 0px;
	padding: 0px;
}

.clearing { clear: both; }

.odd { background-color: #E6E6E6; }
.even { }

.required_field {
    background-image: url("/images/required_field_image.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

#required_field_statement {
	padding-left: 15px;
	font-style: italic;
}

.attention {
	font-style: italic;
	font-weight: bold;
	color:  #083A52;
}

.submit_button { text-align: center; }

.notice {
	color: #083A52;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	border-right: 10px solid #083A52;
	border-left: 10px solid #083A52;
}

.paragraph_edit { text-decoration: line-through; }

/*
Square corners - box
*/
.box_top {
	background: url("/images/box_top.gif") no-repeat bottom center;
	margin: 0px;
	padding: 0px;
	width: 181px;
	height: 24px;
}
.box_middle {
	background: url("/images/box_middle.gif") repeat-y center center;
	margin: 0px;
	padding: 0px;
	width: 181px;
}
.box_bottom {
	background: url("/images/box_bottom.gif") no-repeat top center;
	margin: 0px;
	padding: 0px;
	width: 181px;
	height: 18px;
}

.fieldWithErrors {
}

#errorExplanation {
  border: 1px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

