/* Core Compontent Sytles */

html, body
{
	background-image: url(http://ebrdi.com/images/common/bg.jpg);
	background-repeat: repeat-x;
	background-color: #555555;
}

i { font-style: italic }
b { font-weight: bold; }

#custom-doc { width:65.34em;*width:63.76em; min-width: 250px; } 
   
#hd {
	width: 100%;
	height: 145px;
	background-image: url(http://ebrdi.com/images/common/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#bd {
	width: 100%;
	background-image: url(http://ebrdi.com/images/common/bg_content_white.jpg);
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-right: 13px;
}

#container {
	width: 61.9em;*width:60.45em;
	padding-left: 2.5px;
	background-color: #EEEEF0;
}

#ft {
	width: 100%;
	height: 50px;
	margin-top: -5px;
	margin-left: 1px;
	padding-top: 10px;
	background-image: url(http://ebrdi.com/images/common/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 85%;
	font-weight: bolder;
}

#post-ft {
	margin-top: -10px;
	font-size: 90%;
	text-align: center;
}

#post-ft a {
	color: white;
}

/* Navigation Styles */

#top-level-links {
	height: 24px;
	padding-top: 5px;
	padding-right: 53px;
}

#header-message {
	padding-top: 60px;
	padding-right: 55px;
}

#header-message .line1 {
	position: relative;
	color: #532A88;
	font-size: 125%;
	font-weight: bold;
}

#header-message .line2 {
	color: #009900;
	font-size: 77%;
	font-weight: bold;
}

#header-message .line2 a {
	color: #009900;
}

#other-controls
{
	text-align: left;
	margin-left: 12px;
	line-height: 1em;
	margin-top: 5px;
}

#other-controls a {
	color: white;
	font-size: 80%;
	text-decoration: none;
}

ul.navigation {
	margin-top: -10px;
	padding-top: 12px;
	padding-right: 43px;
	list-style: none;
}

ul.navigation li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

ul.navigation li a {
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;
}

.page_controls {
	margin: 20px;
	text-align: center;
}

.clear-float {
	clear: both;
}

/* Message Styles */

.application-messages, #system-messages {
	width: 75%;
	font-size: 110%;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	/*border: 1px #446693 solid;*/
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

.application-messages ul {
	margin-left; 0px;
	padding-left: 0px;
	text-align: center;
}

.application-messages .success, #system-messages .success { color: green; }

.application-messages .notice, #system-messages .notice { color: black; }

.application-messages .error, #system-messages .error { color: red; }

/* Form Styles */

.button-submit, .button-systemchecker {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 77%;
	font-weight: bold;
	color: #333333;
	white-space: normal;
	height: 22px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.special-button {
	color: white;
	background-color: #436bae;
	padding: 10px;
	border-color: #efefef;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
}

/* General */

p {
	margin-bottom: 1em;
}

a {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

a:link {
	color: #3333FF;
}

#bug {
	float: left;
	width: 100%;
	height: 37px;
	background-image: url(http://ebrdi.com/images/common/bg_bug.jpg);
	background-repeat: repeat-x;
}

h1,h2,h3 {
	margin-bottom: 1em;
}


#bug h1 {
	margin-left: 60px;
	padding-top: 1px;
	color: #55298A;
	font-size: 200%;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-style: italic;
	font-weight: bold;
}

#bug h1 span {
	font-size: 60%;
}

h3, h4{
	font-size: 123.1%;
	color: #446693;
	font-family: Arial;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.offset-info {
	margin-left: 30px;
	font-size: 93%;
}

#toc, .toc {
	font-family: Arial;
	font-weight: bold;
	font-size: 100%;
}

a.toc {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	padding-left: 4em;
}

ul.plain {
	padding-left: 0em;
}

li { list-style-type: disc; }

ul.plain li, li.markerless, li.toc, li.executive, li.link-list { list-style: none; }

li.link-list {
	margin-bottom: 10px;
}

#progress-indicator {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

table.executive {}

table.executive tr {
	padding: 10px;
	padding-left: 0;
}

table.executive tr td {
	padding: 10px;
	padding-left: 0;
}

table.executive tr td .office {
	font-weight: bold;
	font-style: italic;
}

.line-paragraph {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 10px 0 10px 0;
}

.section {
	margin-bottom: 20px;
}

th {
	font-size: 130%;
	font-weight: bold;
}

.tooltip {
	cursor: help;
}

/* 1 column layout */

.full {
	background-color: white;
	padding: 20px;
	margin: 15px;
	border: 1px #CCCCCC solid;
}

/* 2 column layout */

.yui-gc #primary {}

.yui-gc #primary #content {
	width: 100%;
	margin: 15px;
	padding: 15px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	color: #333333;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size: 93%;
}

.yui-gc #primary #content h2 {
	color: #446693;
	font-size: 143.1%;
	font-family: Arial;
	font-weight: bold;
}

.yui-gc #secondary {
	width: 195px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	/*font-style: oblique;*/
	color: #333333;
	/*font-weight: bold;*/
	font-size: 95%;
}

.yui-gc #secondary h4 {
	font-weight: bold;
}

.yui-gc #secondary .executive {
	margin-bottom: 15px;
}


.message_errors {
	color: red;
	margin: 20px;
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
}

.message_errors li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

#contact-info ul li {
	margin-bottom: 1em;
}

/* Areamaps */
/* This should probably be abstracted into common style names if possible. */

#areasearch label {
	float: left;
	width: 10em;
}

#areasearch .field {
	margin-bottom: 10px;
}

#areasearch .button-submit {
	width: 15em;
}

/* Stats */

form h2 {
	font-weight: bold;
}

#dates table {
	margin-bottom: 20px;
}

#dates td {
	padding-right: 50px;
}

#dates label {
	display: block;
	float: left;
	width: 50px;
	font-weight: bold;
}

/* Training */

.training-signup-field {
	width: 90%;
}

.trainingLabel
{
	text-align: right;
}

.trainingText td { padding: 5px; }

#training_class_signup, #training_class_signup table, #training_class_signup td {
	border: 3px black solid;
}

#training_class_signup ul.offset-info {
	padding-left: 30px;
	margin-left: 0px;
}

.required {
	color: red;
	font-weight: bold;
}

/* DPS */

.dps-template-choice {
	float: left;
	width: 165px;
	margin: 3px;
}

#dps_preview_area {
	width: 360px;
	height: 451px;
	padding: 20px 0px 0px 20px;
	background-image: url('/images/dps/previewwindow.jpg');
	background-repeat: no-repeat;
}

#dps_samples {
	text-align: center;
}

#dps_samples img {
	border: 1px black solid;
	margin: 20px;
}

#dps_samples .label {
	width: 50%;
	float: left;
	font-weight: bold;
	font-size: 125%;
}

/* ADS */

#ads-goto-agent {
	text-align: right;
}

#ads table td {
	padding: 5px;
}

#ads .controls {
	margin-top: 20px;
	margin-bottom: 10px;
}

.centered {
	text-align: center;
}

#ads h1 {
	text-align: center;
	font-size: 175%;
}

.help {
	width: 2em;
	float: right;
	font-size: 150%;
	margin-top: 5px;
}

#ads-property-lookup {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Profile */

label.set-size {
	width: 50px;
}

/* Admin */

#admin-documents {}

#admin-documents h2 {
	font-size: 150%;
	margin-bottom: 0px;
	padding: 5px;
}

#admin-documents h2 input {
	font-size: 75%;
}

#admin-documents .controls {
	margin-bottom: 20px;
}

#admin-documents .document-list {
	margin-bottom: 20px;
	border: 1px black solid;
}

#admin-documents .document-list td {
	width: 135em;
}

#admin-documents .document-list td {
	padding: .5em;
}

#admin-documents .document-list tr.even td {
	background-color: #CCC;
}

#admin-documents .document-list tr.odd td {
	background-color: #FFF;
}

#admin-documents .document-list td.position {
	width: 3em;
}

#admin-documents .document-list td.name {
	width: 90em;
}

#admin-documents .document-list td.visibility {
	width: 15em;
}

#admin-documents .document-list td.control {
	width: 5em;
	text-align: center;
}

/* Geocheck styles */

#geocode-results {
	float: left;
	width: 250px;
}

#geocode-results caption {
	font-weight: bold;
	font-size: 120%;
}

#geocode-results th {
	font-size: 90%;
	padding-right: 1em;
	vertical-align: top;
}

.geocheck-map {
	width: 400px;
	height: 250px;
	margin: 0px 0px 30px 300px;
}
