/*  
Theme Name: Protean Default Theme
Theme URI: http://proteanware.com/themes/
Version: 1.0
Author: Eric Jennings
Author URI: http://proteanware.com
*/


/* Basics and Typography */
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	/*background-color: #f6f8e9;*/
}
h1 {
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 18px;
	color: #775C2B;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #775c2b;
}
h4 {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #660000;
}
a:link {
	color: #660000;
}
.disabled {
	color: #999999;
}
.enabled {
	color: #ff6f00;
	font-weight: bold;
}
.yes {
	color: #00ad11;
}
.no {
	color: #990000;
}
.error {
	color: #F00;
	font-weight: bold;
}
#errorstack {
	color: #F00;
	font-weight: bold;
	padding-bottom: 5px;
}
.errorfield {
	background: #ffb47d;
	color: #333333;
}
.required {
	color: #ff6f00;
	font-weight: bold;
}
/* Form Elements */
input, option, select, textarea {

	font-family:Verdana, Arial, Helvetica, sans-serif; 

	font-size: 10px;
	margin: 3px;

}
label {
	color: #333333;
}
div.row {
  clear: both;
  }

div.row span.label {
  float: left;
  width: 60px;
  text-align: right;
  margin-top: 4px;
  }

div.row span.form {
  float: right;
  width: 160px;
  text-align: left;
  } 
/* Links */
a, a:link, a:visited {
	color: #775C2B;
	text-decoration: none;
	font-weight:bold;
	padding: 0px;
}
a:link:hover, a:visited:hover {
 	color: #000000;
	text-decoration: underline;
	padding: 0px;
}
/* Header */
.header {
/*	padding: 10px; */
	background: #ebf9ff;
	clear: both;
}
/* Banner */
#banner {
	text-align: right;
	float: right;
	padding-right: 12px;
}
#navcontainer {
	clear: right;
}
#navcontainer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
	text-align: center;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer a:link, #navcontainer a:visited {
	text-decoration: underline;
	font-weight: bold;
	padding: .2em .5em;
}
#navcontainer a:hover, #navcontainer a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #775c2b;
	padding: .2em .5em;
}

/* Content Left */
#contentleft {
	/*background: #FAFAFA url(../images/sidebar.gif) repeat-y;
	border: 1px dotted #AAAAAA; */
	text-align: right;
	padding-right: 25px;
}
#contentleft ul {
	/*border-bottom: 1px dotted #AAAAAA;*/
	margin-left:  25px;
	padding-bottom: 30px;
	padding-top: 10px;
	list-style: none;
}
#contentleft lh {
	font-size: 12px;
	font-family: "Helvetica";
	font-weight: bold;
	line-height: 20px;
	color: #063469;
}

#contentleft li {
	font-size: 12px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #888888;
	/*letter-spacing: 0.1em; */
	visibility: visible;
}
#contentleft blockquote {
	margin:  0px;
}
#contentleft a {
	color: #888888;
}
/* Footer */
.footer {
	padding-top: 10px;
	background-color: white;
}
#footerfixed {
	border-top: 1px solid #835a29;
	height: 14px;
	padding: 5px;
	padding-top: 7px;
	font-size: 10px;
	color: #999999;
	text-align: center;
	background-color: white;
}
/* Body */
#doc {
	background-color: white;
	width: 609px;
}
.bodyblock{
	/*background: #FFFFFF url(../images/theregistree_root_ball.jpg) no-repeat 0px 15px;*/
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
}
#main {
	background: 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
}
#eventcontainer {
	float: left;
	padding-right: 25px;
	padding-top: 12px;
}
#bodycontainer {
	display: inline;
}
.bodylist {
	margin-left:  30px;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: disc;
}
.bodylist li {
	padding-bottom: 10px;
}
/* Tables */
.noborder {
	border: none;
}
table.pager {
	border: none;
	/*margin: 7px;*/
}
table.none {
	border: none;
	padding: 0px;
	margin:  0px;
}
table.none td {
	border: none;
}
table.events {
	border: 1px solid #e4e5d7;
	cellspacing: 10px;
	cellpadding: 10px;
	margin-bottom: 2px;
	background-color: #f9fafb;
}
table.events th {
	padding: 8px;
	font-weight: bold;
	font-style: italic;
	color: #775C2B;
	border-bottom: 1px solid #e4e5d7;
	border-top: 1px solid #e4e5d7;
}
table.events td {
	padding: 8px;
}
table.events td.subhead {
	font-weight: bold;
	font-size: smaller;
	border-bottom: 1px solid #e4e5d7;
}
table.data {
	border: 1px solid #e4e5d7;
	cellspacing: 10px;
	cellpadding: 10px;
	width: 100%;
	margin-bottom: 2px;
	background-color: #f9fafb;
}
table.data th {
	padding: 3px;
	font-weight: bold;
	font-style: italic;
	color: #775C2B;
	border-bottom: 1px solid #e4e5d7;
	border-top: 1px solid #e4e5d7;
}
table.data td {
	padding: 10px;
}
table.data td.noborder {
	padding: 5px;
	border-right: none;
}
table.data td.subhead {
	font-weight: bold;
	font-size: smaller;
}
table.form {
	border: 1px solid #e4e5d7;
	cellspacing: 10px;
	cellpadding: 10px;
	width: 100%;
	margin-bottom: 2px;
	background-color: #f4f4f4;
}
table.form th {
	padding: 8px;
	font-weight: bold;
	font-style: italic;
	color: #663300;
	/*background-color: #f5f9fb;*/
}
table.form td {
	padding: 3px;
}
table.item {
	border: 1px solid #e4e5d7;
	cellspacing: 10px;
	cellpadding: 10px;
	width: 100%;
	margin-bottom: 2px;
	background-color: #f9fafb;
}
table.item th {
	padding: 3px;
	font-weight: bold;
	font-style: italic;
	color: #775C2B;
	border-bottom: 1px solid #e4e5d7;
	border-top: 1px solid #e4e5d7;
}
table.item td {
	padding: 5px;
}
table.itemheader {
	width: 100%;
}
.itemname {
	font-size: 1.3em;
	padding: 0px 0px 0px 5px;
}
.pricedollars {
	padding: 0px;
	font:19px arial;
}
.pricecents {
	padding: 0px;
	margin-top: 15px;
	display: inline;
	font:10px arial;
	vertical-align: text-top;
}
table.itemdetail {
	border: none;
	cellspacing: 5px;
	width: 100%;
}
.nullimage {
	margin: 0px;
	padding: 0px;
}
.itemimage {
	border: 1px solid #e4e5d7;
	margin-left: 7px;
	margin-top:  4px;
}
.itemdescription {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
}
div.form {
	border: 1px solid #e4e5d7;
	margin: 2px;
	padding: 2px;
	background-color: #f9fafb;
}
div#termsandcond {
  border: 1px solid #f6f8e9;
  padding: 5px 10px;
  height: 80px;
  overflow: auto;
}
div#termsandcond h2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 3px 0;
  padding: 0;
}
div#termsandcond p {
  margin: 0 0 5px 0;
  font-size: 1em;
}
