@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dcc894;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h4 {
  color: #004205;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
}


#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #004205;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#logo {
	background: #F7F7E5; 
	width: 155px;
	height: 103px;
}
#top_title {
	background: #004205;
	text-align: center;
	font-size:20px;
	color: #ffffff;
	height:  73px;
	width: 100%; 
	//padding: 20px 0 0 0;
}
#sidebar {
	background: #004205;
	color: #ffffff;
	//text-align: center;
	line-height: 22px;
	float: left; /* since this element is floated, a width must be given */
	font-size: 12px;
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 10px 10px;
}

#sidebar a:link {
	color: #FFFFFF;
  text-decoration: none;
}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#top_nav {
	background: #F7F7E5;
	color: #004205;
	border-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #004205;
	//text-align: center;
	float: left; /* since this element is floated, a width must be given */
	font-size: 12px;
	width: 625px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 20px;
	padding-top:5px;
	padding-left:5px;
}
#top_nav a:link {
	color: #004205;
  text-decoration: none;
}
#top_nav a:visited {
	color: #004205;
	text-decoration: none;
}
#top_nav a:hover {
	color: #004205;
	text-decoration: underline;
}
#top_nav a:active {
	color: #004205;
	text-decoration: none;
}


#content { 
	margin: 0 0 0 155px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background: #ffffff; // #F7F7E5;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 120%;
	color: #004205;
	border-style: solid;
  border-width: 1px;
	border-color: #004205;
  background-color: #FFFFFF;
	font-size: 14px;
	
} 


#content a:link {
	color: #004205;
  text-decoration: none;
}
#content a:visited {
	color: #004205;
	text-decoration: none;
}
#content a:hover {
	color: #004205;
	text-decoration: underline;
}
#content a:active {
	color: #004205;
	text-decoration: none;
}

#content hr {
  color: #004205;
}
.font12 {
  font-size: 12px;
}	

.ad_text {
  padding-left: 15px;
  padding-right: 15px;
}

.champion_links {
	text-align: center;
	font-size:18px;
	font-weight:500;
}

.officer_name {
	text-align: center;
	font-size:18px;
	font-weight:500;
	line-height: 22px;
	margin: 0;
	padding-top: 12px;
}
.officer_title {
	text-align: center;
	font-size:14px;
	font-weight:300;
}

.boxed_item {
  background: #F7F7E5;
  color: #004205;
  border-width: 1px;
  border-style:solid;
  border-color: #004205;
}

.entities {
  margin:0px auto;
  text-align: center;
  width: 350px;
  height: 50px;
}
  
.record_check {
  background: #F7F7E5;
  color: #004205;
  border-width: 1px;
  border-style:solid;
  border-color: #004205;
 // width: 285px;
  white-space: nowrap;
  
}

.horse1 {
  white-space: nowrap;
}

.horse2 {
  white-space: nowrap;
}
.record_btn {
  text-align: center;
  //width: 225px;
  //margin-left: 200px;
}
#member_btn {
  text-align: center;
  //width: 225px;
  //margin-left: 200px;
}

#entity_btns {
  padding-left: 170px;
}
  
.cancel_horse {
  
}

.form_left {
  width:125px;
  min-width: 125px;
  max-width: 125px;
  text-align: right;
}

.form_right {
  width: 425px;
  white-space: nowrap;
}

.form_header {
  width: 550px;
}  

td input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
  border: 2px solid red;
  background-color: #FFFFD5;
  margin: 0px;
  color: red;
  white-space: nowrap;
}

select.error {
  border: 2px solid red;
  background-color: #FFFFD5;
  margin: 0px;
  color: red;
  white-space: nowrap;
}



tr td.field div.formError {
  display: none;
  color: #FF0000;
}

tr.errorRow td.field div.formError {
  display: block;
  font-weight: normal;
}

.fn_field {
  white-space:nowrap; 
}
  
.mi_field {
  white-space:nowrap; 
//  text-align: right;
  width: 125px;
}
div.error {
  color: red;
}

div.error a {
  color: #336699;
  font-size: 12px;
  text-decoration: underline
}

label.error {
  display: block;
  color: red;
  font-style: italic;
  font-weight: normal;
}

.small_text {
  font-size: 10px;
  text-align: center;
}
.med_text {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.total {
  width: 210px;
  font-size: 30px;
  text-align: center;
  padding-top: 15px; 
}

.ity_btn {
  width: 20px;
  height: 20px; 
  text-align: center;
  vertical-align: middle;
  margin-top: -5;
}  

#member_mi {
  width: 12px;
}  

#donations {
  font-size: 16px;
  margin-left: 40px; 
  padding-top: 5px; 
  padding-left: 25px; 
  padding-bottom: 10px; 
  
  background: #b5f58d; /*#F7F7E5; */
  color: #004205;
  border-width: 1px;
  border-style:solid;
  border-color: #004205;
  width: 275px;
}  

#mhja {
  font-size: 20px;
}  