body { background-color: #fff; color: #333; }

#text { position: absolute; left: -3298px; }
body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 18px;
  margin: 0px;

  background-color: #fff;
  background-image: url('/images/ui/background.gif');
  text-align: center;
}

p
{
	margin-bottom: 10px;
}

table
{
	border-spacing: 5px;
}

td
{
	margin: 5px;
}

#header
{
	width: 939px;
	height: 125px;
	
	background-color: #03657f;
	background-image: url('/images/ui/header.jpg');
	background-repeat: no-repeat;
}

#page-container
{
	display: block;
	position: relative;
	width: 939px;
	min-height: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#small-page-container
{
  width: 370px;
  min-height: 550px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  text-align: left;

  padding: 10px;

  border-left: 2px solid #011a26;
  border-right: 2px solid #011a26;
  border-bottom: 2px solid #011a26;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

img
{
	border: 0;
}

th 
{
	font-weight: bold;
	color: #013c4a;
}

a { color: #013c4a; }
a:visited { color: #013c4a; }
a:hover { color: #137289; }

.fieldWithErrors {
  padding: 1px;
  background-color: #490200;
  display: table;
}

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

#errorExplanation h2 {
  display: none;
}

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

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
  list-style-position: inside;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

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

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

.notice
{
	color: green;
}

.error
{
	color:red;
}


/* Form styles */
#form_container
{
	text-align: center;
}

#form
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

div#form .row
{
	height: 30px;
}

#form .field_name
{
	display: inline;
	float: left;
	width: 170px;
	text-align: right;
	margin-right: 5px;
	
	color: #013c4a;
	font-weight: bold;
}

#form .field_by_itself
{
	display: inline;
	float: left;
	width: 100px;
	margin-left: 5px;
	text-align: left;
}


/* Colors */
.clear_blue
{
	color: #137289;
}

.blue
{
	color: #013c4a;
}

.nonexistent_link
{
	background-color: #ffe2e3;
}

/* Text Styles */
h1
{
	color: #013c4a;
	font-size: 1.7em;
	margin: 10px 0px 25px 0px;
	line-height: 1em;
}

h2
{
	font-size: 1.5em;
	margin: 10px 0px 15px 0px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

ul
{
	list-style: disc inside;
}

.registration_details
{
	font-size: 0.8em;
	color: #333;
	line-height: 1.0em;
}

.admin-controls
{
	color: #666666;
	font-size: 0.8em;
	margin: 0px 0px 10px 0px;
}

.admin-controls a { color: #666666; }

.object_details
{
	font-size: 0.8em;
	color: #666666;
	margin-top: 15px;
}

/* Menu */
#admin_menu_container
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 20px 0px;
}

#admin_menu_container .sb-inner { background: #fff; }
#admin_menu_container .sb-shadow { background: #000; }
#admin_menu_container .sb-border { background: #000; }

div#admin_menu
{
	padding: 3px 8px 10px 8px;
}

div#admin_menu div
{
	display: inline;
}

div#main_menu
{
	float: right;
	background-color: #03657f;
	font-size: 0.9em;
	
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 5px 10px;
}

div#main_menu div
{
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 8px;
	border-left: 1px solid #fff;
}

div#main_menu div.first
{
	border: none;
}

#main_menu a { color: #fff; }
#main_menu a:hover { color: #fff; }
#main_menu a:visited { color: #fff; }

div.shadow1 {
	background:#000;
	overflow: hidden;
	height: 1px;
	opacity: 0.38;
	-moz-opacity: 0.38;
	filter:alpha(opacity=38);
}

div.shadow2 {
	background:#000;
	overflow: hidden;
	height: 1px;
	opacity: 0.28;
	-moz-opacity: 0.28;
	filter:alpha(opacity=28);
}

div.shadow3 {
	overflow: hidden;
	height: 1px;
	background:#000;
	opacity: 0.18;
	-moz-opacity: 0.18;
	filter:alpha(opacity=18);
}

div.shadow4 {
	overflow: hidden;
	height: 1px;
	background:#000;
	opacity: 0.08;
	-moz-opacity: 0.08;
	filter:alpha(opacity=08);
}


div.message
{
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #999;
}

/* IE PNG Fix*/
img {
   behavior: url("/stylesheets/iepngfix.htc");
}

.centered
{
	text-align: center;
}

div#first_column
{
	display: inline;
	float: left;
	width: 162px;
}

div#second_column
{
	position: absolute;
	top: 187px;
	width: 553px;
	left: 178px;
	padding: 5px 15px 15px 15px;
}

div#second_column .admin-controls { width: 400px;}

div#second_column.user_is_logged_in { top: 221px;}

div#third_column
{
	display: inline;
	float: right;
	width: 162px;
}

div#second_column .sb-inner { background: #fff; }
div#second_column .sb-shadow { background: #000; }
div#second_column .sb-border { background: #000; }

div.box_container
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.box_container .sb-inner { background: #fff; background-color: #fff; }
.box_container .sb-shadow { background: #000; }
.box_container .sb-border { background: #000; }

div.box_content
{
	padding: 5px 15px 15px 15px;	
	font-size: 0.9em;
}

.box_title
{
	color: #fff;
	text-align: center;
}

.box_title_bordered
{    
	padding-top: 3px;
    height: 25px;
}

.box_title .sb-inner { background: #112c36;}
.box_title .sb-shadow { background: #000000; }
.box_title .sb-border { background: #000000; }


#box_title_1 div { font-weight: bold; font-size: 115% }

#box_1 { margin-bottom: 35px;  }

.empty
{
	text-align: center;
	color: #999;
	font-weight: bold;
}

.separator
{
	margin-top: 5px;
	height: 5px;
	border-top: 1px solid #d1d1d1;
}

.vertical-spacer
{
	height: 15px;
}

ul.chapters
{
	margin-left: 15px;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: square;
}

.register_link
{
	font-size: 1.2em;
}

div.box_title {
  background-color: #112c36; 
}

div.box_content {
  background-color: #fff;    
}

div#second_column {
  background-color: #fff;    
  border: 1px solid #000;
}

div#admin_menu_container { background-color: #fff; border: 1px solid black;}
div#admin_menu_container  div { padding-right: 10px;}
