@import url('feedback.css');
@import url('home_page.css');
body {
	margin: 0;
	background-color: #FFF;
	height: 100%;
}
a {
	color: #003388;
	text-decoration: underline;
}
a:hover {
	color: #007788;
}
a img {
	border: none;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
fieldset {
	border: solid 1px #BBB;
	padding: 10px;
	margin: 0 0 15px 0;
}
legend {
	font-weight: bold; 
	font-size: 12px; 
	color: #C00; 
	background-color: #FFF;
	padding: 0 5px;
}
select, input, textarea {
	margin: 0;
}
textarea{
	font-family: Arial, Verdana, sans-serif;
}
td {
	vertical-align: top;
}
#main {
	width: 100%;
}


/* spot missing locale keys */
.translation_missing {
  background: orange !important;
}


/*  Error Styles */
.error_box{
	background-color: #FFCCBB;
	padding: 10px 20px;
}
.error_list{
	padding-left: 50px;
}
.errorExplanation {
}
.errorExplanation * { display: none; }
.errorExplanation ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.errorExplanation li {
	list-style-type: disc;
	font-size: 12px;
	padding-top: 3px;
	display: list-item;
	color: #000;
}
form .fieldWithErrors {
	display: inline;
}
form .fieldWithErrors input,
form .fieldWithErrors select,
form .fieldWithErrors textarea {
	background-color: #FFCCBB;
}


/*  Registration Styles */
#registration_types {
	margin: 20px 0 20px 0;
	padding: 20px;
}
#registration_types legend {
	font-size: .9em;
	color: #555;
}
#registration_status {
	margin: 10px;
}
#registration_status #step{
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	white-space: nowrap;
}
#registration_status #step_green{
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	color: #339900;
	white-space: nowrap;
}
#registration_status #active_step {
	background-image: url('/images/red_arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-weight: bold;
	padding: 0 0 0 10px;
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	white-space: nowrap;
}
table#membership_chart {
  border: 0px;
}
table#membership_chart td {
  text-align: center;
  border-bottom:1px solid #CCC;
  font-size: .9em;
}
table#membership_chart th {
  text-align: right;
  font-weight: normal;
  border-top:1px solid #CCC;
  font-size: .8em;
}
#membership_option {
	border-bottom: 2px solid #CCC;
}
#membership_option td {
	padding: 20px 0 20px 5px;
}
#membership_option #more_info {
  font-size: .9em;
}
#membership_option #type_label {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFFF00;
	background-color: #FFFF99;
	overflow: hidden;
	font-size: 1em;
	font-weight: bold;
	padding: 4px;
}
#membership_chart_link {
  margin: 0 0 0 5px;
  color: #999;
  font-weight: normal;
}
#membership_chart_link a {
  color: #555;
}
#membership_chart_link:hover a  {
  color: #999;
}
.left {
	float: left;
}
.right {
	float: right;
}

#registration_help_links {
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDD;
}
#registration_help_links div {
	margin: 0 0 10px 0;
}
#registration_help_links .title {
	font-weight: bold;
	margin: 15px 0 5px 0;
}


/* Listing Index */
.listing_group_section {
	background-color: #f2f2f2;
}
.listing_group_section_dark {
	background-color: #DDD;
}
.listing_group {
	position: relative;
	float: left;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}
.listing_group_links {
	position: relative;
	float: right;
	padding: 2px 0 0 0;
}
.listing_types {
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 8px;
	background-color: #fff;
}
.listing_type {
	padding: 2px;
	margin: 0 0 3px 0;
	list-style: none;
}
.listing_type:hover {
	background-color: #CCC;
}


/* Sitemap section */
div#sitemap_section {
	position: relative;
	float: left;
	border: 1px solid #CCC;
	margin: 20px;
	padding: 5px;
	width: 250px;
	height: 200px;
}
div#sitemap_section h2 {
	font-size: 1em;
	font-weight: bold;
	background-color: #CCC;
	margin: 1px;
	padding: 2px;
}
div#sitemap_section ul {
	margin: 0;
	padding: 0 0 0 0;
}
div#sitemap_section li {
	list-style: none;
}


/* Misc styles */
.tiny_header {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
.small_green_text {
	color: #390;
	font-size: 10px;
	font-weight: normal;
}
.small_red_text {
	color: #C00;
	font-size: 11px;
}
.small_red_header{
	color: #C00;
	font-weight: bold;
	font-size: 12px;
}
.small_red_link {
	color: #C00;
	font-size: 12px;
	text-decoration: underline;
}
.assistance {
	color: #555;
	font-weight: normal;
	padding: 0 5px;
	font-size: 12px;
}
.small_header{
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.small_text{
	color: #000;
	font-weight: none;
	font-size: 12px;
}
.small_link{
	color: #0000CC;
	text-decoration: none;
	font-size: 12px;
}
.small_link:hover {
	text-decoration: underline;
}
.medium_header{
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.medium_text{
	color: #000;
	font-weight: none;
	font-size: 14px;
}
.medium_link{
	color: #0000CC;
	text-decoration: none;
	font-size: 14px;
}
.medium_link:hover {
	text-decoration: underline;
}
.large_header{
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.large_text{
	color: #000;
	font-weight: none;
	font-size: 18px;
}
.large_link{
	color: #0000CC;
	text-decoration: none;
	font-size: 18px;
}
.large_link:hover {
	text-decoration: underline;
}
.legend_red {
	color: #C00;
	font-weight: bold;
	background-color: #FFF;
	padding: 0 5px;
	font-size: 14px;
}
.option_red {
	font-size:12px;
	color: #C00;
	font-weight: bold;
}
.option_black {
	font-size:12px;
	color: #000;
	font-weight: bold;
}
.label {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.section_header {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 1px 1px 1px 5px;
}
.total_cost{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	background-color: #CCFFCC;
	border: 1px solid #99EE99;
	padding: 4px 2px 4px 4px;	
}
.bottom_border{
	border-bottom: 1px solid #999;
}
.details_section_header{
  padding: 3px;
  background-color: lightgray;
}
.forum_logo {
  vertical-align: top;
  display:block;
}
.logo{
	margin:15px;
}
.float_right {
	float:right;
	padding: 0 0 0 10px;
	background-color: #FFF;
}
.upcase {
  text-transform: uppercase !important;
}
.red {
	color: #C00;
}
a.red {
	color: #C00;
	text-decoration: underline;
}
tr.heading td {
	font-weight: bold;
	white-space: nowrap;
	background-color: #DDD;
	font-size: 12px;
}
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.section {
	display: none;
}
.section.active {
	display: block;
}
.section_header{
  padding: 10px;
  background-color: #d5e0eb;
}
.section_content{
  margin: 10px;
  font-size: 12px;
}
.nomargins{
  margin: 0px;
}
.inline_button{
  display: inline;
}
.inline_form{
  display: inline;
}

#search_results {
	margin: 0 0 0 0;
}
#search_results #narrow_options {
	position: relative;
	float: left;
	padding: 0 5px 0 5px;
}
#search_results #results {
	position: relative;
	float: left;
	padding: 0 5px 0 10px;
	border-left: 1px solid #CCC;
}
#search_results #advertisements {
	position: relative;
	float: left
}

.page_info {
	padding: 5px 0 15px 0;
}


/* Get content by feature styles */
#get_it_by {
	margin: 0 0 5px 0;
	text-align: left;
}
#get_it_by #links {
	font-weight: bold;
}
#get_it_by #email_box {
	background:none repeat scroll 0 0 #F2F2F2;
	border:1px solid #CCCCCC;
	margin:10px 0;
	padding:10px;
}
#get_it_by #email_box #instructions {
	font-weight: bold;
	color: #555;
}
#get_it_by #email_box #email_address {
	font-weight: bold;
	font-size: 16px;
	width: 400px;
	margin: 7px 0 5px 0;
}
#get_it_by #email_sent {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 10px;
}
#get_it_by sup {
	color: green;
	padding: 0 3px 0 0;
}

#main_content_wrapper {
	padding: 10px;
	margin: 50px;
	background-color: #FFF;
	border: 1px solid #555;
}