/* Main Background */

body {
  background-color: #0084A7;
}

#hd, #bd {
  background-color: #E5EFF5;
}

/* Page Title */

#body h1#pagetitle {
  font-size:140%;
  font-weight:bold;
  color: #0084A7;
  font-family: Arial, Geneva, "Bitstream Vera Sans", Helvetica, sans;
  position:absolute;
  top:0.8em;
  left: 220px;
  width:75%;
  padding-bottom:5px;
  border-bottom:1px solid #0084A7;
}

/* Main Styles */

#body {
  color: #333;
  font-size:120%;
  min-height:348px;
  margin: 4.45em 10px 20px 20px;
  padding-left: 30px;
  
}

#body p, #body ul, #body ol {
  margin: 0 0 1em 0;
}

#body p, #body li {
  line-height: 140%;
}

#body h1,#body h2,#body h3, #body h4 {
  margin-top:0;
  margin-bottom:0.3em;
  font-weight:bold;
  font-size:117%;
}

#body h1, #body h2, #body h1 a, #body h2 a {
  color: #666;
}

#body h3, #body h4, #body h3 a, #body h4 a {
  color:#DC880E;
  font-size:90%;
}

#body h4 {
  font-size:85%;
  margin-bottom:0.5em;
}

#body li {
  margin-left: 2em;
  margin-bottom: 0.25em;
}

#body ul li {
  list-style: disc;
}

#body ol li {
  list-style: decimal;
}

#body a {
  text-decoration:none;
  color: #DC880E;
}

#body strong {
  font-weight: bold;
}

#body em {
  font-style: italic;
}

#body table td, #body table th {
  padding: 0.1em 0.5em;
}

#body table th {
  font-weight: bold;
}

#body table {
  border-top: 1px solid #aaa;
}

#body table tr {
  border-bottom: 1px solid #aaa;
}


/* Paging styles */

#paging {
  border-top: 1px solid #CCC;
  margin:15px 0 5px 0;
  padding: 5px;
  height:1.2em;
  position:relative;
  text-align:left;
}

#paging div {
  font-size: 110%;
}

#paging #paging-numresults {
  position:absolute;
  left:0;
  top:0.3em;
}

#paging #paging-prev {
  position: absolute;
  top:0.3em;
  right:60px;
}

#paging #paging-next {
  position: absolute;
  top:0.3em;
  right:10px;
}

#paging a {
  color: #AA8877;
}

#paging #paging-ranges {
  text-align:center;
  margin-left:91px;
  margin-right:91px;
}

#paging-range-left {
  position: absolute;
  right:405px;
  top:0.3em;

}

#paging-range-right {
  position: absolute;
  left:405px;
  top:0.3em;


}

#paging-range-center {
  border-left:1px solid #AA8877;
  border-right:1px solid #AA8877;
  width:3em;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-weight:bold;
}

#paging .range {
  margin:0 13px 0 10px;
}

/* Default Form Styles */

.nevow-form {
	padding: 0;
}

.nevow-form fieldset.group {
	border-bottom: 2px solid #f4f4f4;
}

.nevow-form fieldset.group legend {
	font-size: 150%;
	padding: 0.5em 15px;
	font-style: italic;
}

.nevow-form div.field {
	padding: 0.3em 15px;
}

.nevow-form div.actions {
	padding: 1.5em 15px;
}

.nevow-form div.field label {
	float: left;
	width: 14em;
}

.nevow-form div.field.required label {
	font-weight: bold;
}
	
.nevow-form div.field.required label:after {
	content: " *";
}
	
.nevow-form div.field.error label {
	color: #d00;
}
	
.nevow-form div.field.error .message {
	margin-top: 0.25em;
	padding-left: 14em;
	color: #d00;
}

.nevow-form .checkbox .inputs {
  display:block;
  padding-left:14em;
}

.nevow-form .checkbox label {
  width:100%;
  margin-bottom:1em;
}

.nevow-form .description {
  margin-left:16.5em;
  font-size:85%;
  margin-top:5px;
}


/* Hides from IE-mac \*/
* html .nevow-form form div.field {height: 1%;}
/* End hide from IE-mac */

.nevow-form div.actions {
	padding-left: 15em;
}

.nevow-form div.actions input {
	font-size: 125%;
	font-weight: bold;
}

.nevow-form div.field input {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}

.nevow-form div.field textarea {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}


.nevow-form div.errors {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #fee;
}

.nevow-form div.errors p, .nevow-form div.errors ul {
	margin: 0;
	padding: 0;
}

/* Clearfix */
.nevow-form .description:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.nevow-form .description {display: inline-block;}

/* Hides from IE-mac \*/
* html .nevow-form .description {height: 1%;}
.nevow-form .description {display: block;}
/* End hide from IE-mac */


#ft a {
  color: #fff;
  text-decoration: none;
}

