/* Tags */

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;	
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	background-color: #f1f1ee;
	
	margin-bottom:				1em;
	color:						#333333;
	background-color:   		#FFFFFF;
	background-image:			url(/nebraskastatebar/themes/wholeauctioncustom/images/header_background.gif?1278387449);
	background-repeat:			repeat-x;
	background-position:		0 -25px;
	font-size:					80%;	
	font-family:				verdana, helvetica, arial, sans-serif;
	line-height:				1.6em;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Navigation */

#nav {
	width: 1000px;
	height: 33px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

#nav ul {
	margin: 0;
	padding: 1px 5px 5px 5px;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1em;
	letter-spacing: 2px;
	white-space: nowrap;
}

#nav li a, li .active {
	float: left;
	padding: 6px 10px;
	text-decoration: none;
	color: #000;
	border: none;
	/*background: url(/images/nav-bg.gif) no-repeat right;*/
}

#nav li a:hover {
	color: #000;
	background: #316BB6;
}

#nav li .active {
	font-weight: bold;
	color: #000;
}

/* Layout */

#outer {
	width: 900px;
	margin: auto;
}

#header {
	height: 90px;
	width: 906px;
	color: #FFFFFF;
	/*margin: 10px auto 0 auto;*/
	/*background: url(/images/head.png)*/
}

#header h1 {
	padding: 30px 0 0 15px;
	font-size: 2em;
	color: #FFFFFF;
}
#header p {
	padding: 0 0 0 15px;
	margin: 0;
	color: #333;
}

#page_background {
	width: 906px;
	/*background: url(/images/body_back.png) repeat-y;*/
}

#content {
	color: #333333;
	padding: 10px 20px 20px 20px;
}

#footer {
	top: 0px;
	padding: 30px;
	width: 906px;
	margin: 0 auto;
	font-size: 0.7em;
	line-height: 1.6em;
	/*background:  url(/images/page_bottom.png) no-repeat;*/
	text-align: center;
}

/* Styles for data grids (Tables) */
.data_list caption, #data_list caption {
  text-align: left;
  font-weight: bold;
}

.data_list thead th, #data_list thead th, .data_list tfoot td, #data_list tfoot td{
	background: #88AFDA;
	text-align: left;
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
}

.data_list thead th a, #data_list thead th a {
  text-decoration: none;
  color: #fff;
}

.data_list thead th a:hover, #data_list thead th a:hover {
  text-decoration: underline;
  color: #fff;
}

.data_list, #data_list {
	border-collapse:collapse;
	margin-bottom: 5px;
	background: #fff;
	width: 500px;
}

.data_list th, #data_list th, .data_list td, #data_list td{
	border: 1px solid #38521d;
	padding: 1px 3px 1px 3px;
	border-collapse:collapse;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.data_list td.right, #data_list td.right {
	text-align: right; 
	padding-right: 3px;
}

.data_list a, #data_list a {
  color: #000;
}
.data_list a:hover, #data_list a:hover {
  text-decoration: underline;
  color: #A70000;
}

.data_list tr.ruled, #data_list tr.ruled{
	background: #a1b4c2;
	color:#fff;
}

/* Reusable styles */

.required {
	background-color: #F4C7C7;
}

.hr_thick {
	border: none 0;
	border-top: 2px solid #CCCCCC;
	width: 100%;
	height: 2px;
}

.hr_thin {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	height: 1px;
}

#gutter {
	padding: 3px;
	margin-right: 5px;
	background-color: #eeeeee;
	border: 1px solid #CCC;
}

#gutter #section {
	margin-bottom: 7px;
}

.gutter_container {
	padding-left: 10px;
}

.gutter_list {
	padding-left: 5px; 
	margin-bottom: 7px;
	line-height: 1em;
}

.gutter_list div {
	font-size: 1em;
}

.gutter_list a { text-decoration: none; }
.gutter_list a:hover { text-decoration: underline; }

.highlight_container {
	background-color: white;
	border: 3px solid #ca630f;
}

#gutter h4 {
	margin-top: 0px; 
	margin-bottom: 1px;
}

.donor_details, .donor_details a {
	color: #7f7f7f;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 95%;
	margin: 4px auto;
	border: none;
}

.donation_item_price {
	margin-top: 1.4em;
	width: 50%;
	height:50px;
	color: #f00;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	background: url(/images/dontaion_price_background.gif) no-repeat;
	cursor: pointer;
}

.donation_item_price div {
	font-size: 0.7em;
}

.donation_item_price a {
	color: #f00;
	text-decoration: none;
}

.signup_item_price {
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	color: #f00;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	cursor: pointer;
	background-color: #cef;
	color: #00f;
	font-size: 1em;
	line-height: 1.1em;
}

.signup_item_price div {
	font-size: .7em;
}

.signup_item_price a {
	color: #cef;
	text-decoration: none;
}

.donation_item h3 {
	margin: 1px;
}

.donation_item img {
	border-style: none;
}

.item_left_column {
	float: left;
}

.item_right_column {
	float:right;
	margin-right: 50px;
}

.item_details {
	background: #9ccc6c; 
	padding: 5px;
	margin: 2px;
	color: #333333;
}

.item_details a {
	color: #333333;
}

#item_images {
	
}

#item_thumbs {
	clear: both;
}

.item_main_image img {

}

.item_thumb, .item_thumb_current {
	float: left;
	border: solid 3px #84ACD9;
	margin: 10px;
}

.item_thumb img, .item_thumb_current img {
	width: 50px;
	height: 50px;
}

.item_thumb_current {
	border: solid 3px #275BA6;
}

.main_item_image {
	text-align: center;
}

.main_item_image img {
	border: solid 2px #000;	
}

.item_description {
	clear: both;
}
#bid_list {
	padding-left: 10px;
	margin-bottom: 10px;
}
#bid_list ul, #bid_list p {
	margin: 0;
}
#online_item_list ul {
	margin-top: 1px;
	padding-left: 20px;
}
.form_section_title {
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: -30px;
}
#user_login_information, #payment_information, #user_section {
	background: #ddd; 
	margin: 30px 0 10px 0;	
	padding: 8px;
}



pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

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

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

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

#positiveExplanation {
  width: 400px;
	border: 2px solid #267c32;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#positiveExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #267c32;
  color: #fff;
}

#positiveExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#positiveExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#order_reciept {
	background: #ddd; 
	padding: 5px; 
	width: 700px;	
}

.form_label {width: 150px; float: left;}
.form_row {padding: 1px;}

.item_admin_links_links {
	text-align: center;
	padding-left: 5px;
}
h3 {
  display: inline;
}
.item_admin_links a {
	color: #7f7f7f;
	font-size: 0.8em;
}


div.item_list_box {
	display: block;
	width: 200px;
	float: left;

	text-align: center;
	overflow: hidden;
	margin: 5px;
}

div.inner_box {
	border-left: 1px solid #88AFDA;
	border-right: 1px solid #88AFDA;
	overflow: auto;
	height:  280px;
	padding: 5px;
}

div.item_image img {
	
	height: 100px;
}
.round_title *, .round_footer * {
	display: block;
	font-size: 1px;
	overflow: hidden;
	border-style:solid;
	border-width:0 1px;
	height: 1px;
	background-color: #88AFDA;
	border-color: #88AFDA;
	white-space:nowrap;
}
.round_title, .round_footer {
	display: block;
	background-color: transparent;
	overflow: hidden;
}

.rnd1 {
	margin-left:  5px;
	margin-right: 5px;
	border-width: 1px 0 0;
	height: 0px;
}

.rnd2 {
	margin-left:  3px;
	margin-right: 3px;
	border-right: 2px solid #88AFDA;
	border-left: 2px solid #88AFDA;
}

.rnd3 {
	margin-left:  2px;
	margin-right:  2px;
}

.rnd4 {
	margin-left:  1px;
	margin-right:  1px;
	height: 2px;
}

.item_title {
	background-color: #88AFDA;
	white-space:nowrap;
}
.item_title a {
	text-decoration: none;
  color: #fff;
}
.item_title a:hover {
	text-decoration: underline;
  color: #fff;
}


/* Tab Styles */

#tab_container {
	border: 1px solid #c0c0c0;
}

.fixed_width {
	width: 900px;

}

ul.tabselector { 
	text-align: left; 
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #c0c0c0; 
	list-style-type: none;
	padding: 4px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabselector li {
	display: inline;
}

ul.tabselector li.tab-selected { 
	border-bottom: 5px solid #fff;
	background-color: #fff; /* set background color to match above border color */
}

ul.tabselector li.tab-selected a { 
	background-color: #fff;
	color: #000;
	position: relative;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
	border-bottom: 1px solid #fff;
}

/* style for backgroun (unslected) tabs */
ul.tabselector li a { 
	padding: 4px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #c0c0c0; 
	background-color: #f0f0f0;
	color: #666;
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul.tabselector a:hover { 
	background: #fff;
}

/* 'Dialog' styles used with tabs*/
.panes, .pane-selector {
  width: 97%;
  padding-left: 0px;
  margin: 2%;
  min-height: 300px;
  overflow: auto;
}

.pane-selected {
  list-style-type: none;
  display: block;
  padding: 3px;
}

.pane-unselected {
  list-style-type: none;
  display: none;
}

.emphasize {
	font-size: 1.2em;
}

#logo_image {
	max-height: 75px;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
