/* @group tags */

body {
	background-image:url(/images/background_gradient.gif);
	background-repeat:repeat-x;
	background-color:#797a78;
	color: #3e3e3e;
	font: 87.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:13px;
}

h1, h2, h3, h4, h5 {
	color: #3e3e3e;
	white-space:nowrap;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #656565;
	margin-top: 1em;
}

a {
  color: #4C8F4C;
}

table tr td {
	vertical-align: top;
}

/* @end */

/* @group flash and errors */

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  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: 0;
  background-color: #c00;
  color: #fff;
}

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

#errorExplanation ul {
  margin: 2px 24px;
}

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

/* @end */

/* @group layout */

.green_hr {
	height:3px;
	margin:4px 0px 4px 0px;
	padding:0px;
	background-image:url(/images/green_hr.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#window {
	min-height:700px;
	height:100%;
	background-image:url(/images/window_background.gif);
	background-repeat:repeat-y;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	position:relative;
	border-bottom:1px solid black;	
}
#main_content_window {
}
#main_content_header {
	height:53px;
}
#main_content {
	padding-bottom: 10px;
}
#content_div {
	padding-bottom: 120px;
	min-height:600px;
}

#sidebar {
}

#logo {
	width:221px;
	height:135px;
}
#tagline {
	height:41px;
	background-image:url(/images/tagline.gif);
	background-repeat:no-repeat;
}
#user_status {
	height:110px;
	padding-top:14px;
	line-height:16px;
}

#user_status a {
	margin-right: 0.4em;
}

#user_status a:last {
	margin-right: 0;
}

#top_links a {
	float:right;
	padding:0px 10px 0px 10px;
}

#container {
  width: 75%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 40px;
  border: solid 1px black;
  margin-top: 20px;
}

/* @group sponsor */

#sponsor_container {
	text-align: center;
	height:180px;
}



/* @end */



/* @end */

/* @group home */

#home_login input.text_field {
	display:block;
	width: 170px;
}
#home_login label {
	font-weight:normal;
}
#home_image {
	height:342px;
	background-color:#abc;
	text-align:center;
	font-size:22px;
	color:white;
}
#home_image_caption {
	text-align:right;
	margin:4px 5px 4px 5px;
	font-style:italic;
	font-size:10px;
}



/* @end */

/* @group details */

.description {
	font-size: 100%;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.textright {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.spaced {
	margin-top:1em;
}

/* override .small in blueprint css to make it a bit bigger */
.small {
	font-size: 0.8em;
}

/* @end */

/* @group form elements */

div.form input[type="checkbox"] {
	top: -0.05em;
	position: relative;
}

div.form input[type="radio"] {
	top: -0.02em;
	position: relative;
}

div.form select {
	top: -0.5em;
	position: relative;
}

input[type="text"], input[type="password"], input.text, input.title, textarea {
	width: 384px;
	padding: 3px;
	font-size: 110%;
	color: #535353;
}

select {
	padding: 2px;
	font-size: 100%;
	color: #535353;
}

span.radio {
	font-size: 125%;
	color: #535353;
}

/* textarea is 10 less because of 5px padding */

textarea {
	width: 380px;
}

input.narrow, textarea.narrow {
	width: 100px;
}


/* @end */

/* @group bordered */

h1.bordered, h2.bordered, h3.bordered
{
	border-top: 3px solid #bebebe;
	margin-top: .5em;
	padding-top: .5em;
}

h4.bordered, h5.bordered {
	border-top: 2px solid #bebebe;
	margin-top: .5em;
	padding-top: .5em;
}



/* @end */

/* @group menu */

.menu#ajax_switch_menu {
	position: relative;
}

.menu#ajax_switch_menu ul {
	margin: 0;
	padding: 0 .5em;
}

.menu#ajax_switch_menu ul li {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type: none;
	float: left;
}

.menu#ajax_switch_menu a {
	padding: 6px;
	position: relative;
	border-top: 1px solid #2d592d;
	border-right: 1px solid #2d592d;
	border-left: 1px solid #2d592d;
	border-bottom: 1px solid #2d592d;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	background-color: #6c6;
	color: #2d592d;
}

.menu#ajax_switch_menu a:hover {
	background-color: #6ddb6d;
}

.menu#ajax_switch_menu a.current {
	background-color: #54a754;
	border-bottom-color: #54a754;
	color: #fff;
}

.menu#ajax_switch_menu li:first-child a {
	border-right-style: none;
}

.menu#ajax_switch_menu li:last-child a {
	
}

#tab_buffer {
	border-top: 1px solid #2d592d;
	height: 16px;
	background: url(/images/navigation/tab_buffer.png) no-repeat;
}

.menu {
	margin:10px 30px 10px 20px;
}
.menu a {
	color:white;
	padding:6px 0px 16px 0px;
	text-decoration: none;
}
.menu.switch_menu a.current {
	font-weight:bold;
	text-decoration: underline;
}
.menu.switch_menu {
	text-align:center;
	padding-bottom:4px;
}
.menu.switch_menu a {
	margin-right:6px;
	text-decoration: underline;
}
.menu.switch_menu a:hover {
	color:yellow;
}
.menu.switch_menu a:active {
	color:orange;
}
.menu .menu_section_title {
	text-align:center;
	color: #cae5ab;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px solid #cae5ab;
	padding: .25em 15px 0em 0px;
	margin-top: 1em;
}
.menu#main_menu a {
	display:block;
	font-size:15px;
	text-decoration: none;
	padding: 0;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.menu#main_menu a:hover {
	text-decoration: underline;
}
.menu a:active {
	color:yellow;
}

/* @end */

/* @group lists */

ul.ruled {
	margin: 0;
	padding: 0 0 1em;
}

ul.ruled li, table.ruled td {
	margin: 0;
	border-top: 1px dotted #ccc;
	list-style-type: none;
	padding: .5em;
}

ul.ruled li p, table.ruled td p
 {
	padding: 0;
	margin-top: .25em;
	margin-bottom: .5em;
}

ul li.thick {
	border-top: 2px solid #4d4d4d;
}

/* @end */

/* @group tables */

table.striped tr:nth-child(even), ul.striped li:nth-child(even) {
	background-color : #f1f1f1;
}

table tr.header td {
	padding-top: 1em;
	background-color : #fff;
	font-weight: bold;
}

.nowrap {
	white-space:nowrap;
}

/* @end */

/* @group news */

.news_item {
	/*margin:15px 9px 10px 5px;*/
	margin:1.25em 0em 1em 0.5em;
	padding-bottom:25px;
	padding-right:1em;
	background-image:url(/images/green_hr.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.news_item h3 {
	margin-bottom:1em;
	afont-weight:bold;
}
.news_item .news_date {
	color:green;
	font-style:italic;
	margin-bottom:1em;
}
.news_item p {
	atext-indent:1.25em;
	line-height: 1.25em;
}

/* @end */

/* @group store */

ul.store_listing {
	font-size: 125%;
}
ul.store_listing a {
	text-decoration: none;
}
ul.store_listing a img {
	margin:0 10px -3px 0;
	border:1px solid black;
}
ul.store_listing a span {
	text-decoration: underline;
}
a.empty_cart {
	color:red;
}

div.package_list p {
	font-size: 110%;
	border-top: 1px dotted #ccc;
	padding-top: 0.5em;
	margin-bottom: 0.2em;
}

div.package_list p.quiet {
	font-size: 92%;
	border-top-style: none;
	margin-bottom: 0.75em;
}
/* @end */
table.subform {
	width:380px;
}
table.subform td {
	white-space:nowrap;
}
form.subform {
	
}
form.subform input {
	margin:0px 12px 0px 0px;
	padding:0px 0px 0px 2px;
}
form.subform input.text_field {
	width:75px;
	font-size:12px;
}
form.subform input.select_field {
	width:200px;
	font-size:12px;
}
a.destroy {
	color:#222;
}
#sponsor_div {
	width:690px;
	padding:70px 0px 10px 0px;
	color:#aaa;
}
tr.canceled td, tr.canceled td a {
	text-decoration: line-through;
	color:red;
}

div.question {
	padding-bottom:8px;
}
div.question_value_input {
	padding-bottom:4px;
}
div.question_value_input input {
	top:0;
}