﻿body
{
    background-color: #008549;
    background-image: url(img/bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment:scroll;
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
}
.container_12
{
    background: url('img/page_bg.png') repeat-y center top;
}
.container_12 .container_wrap
{
    background: url('img/page_hdr.png') no-repeat center top;
}
.cell_logo, .cell_banner
{
    height: 100px;
}
.cell_content
{
    min-height: 450px;
}
.content_wrap
{
    margin: 15px;
}
.container_12 .cell_footer
{
    background-image: url(img/footer.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 20px;
    width: 960px;
    margin: 0;
}
.cell_nav ul
{
    margin: 15px 12px;
    padding: 0;
}
.cell_nav ul li
{
    margin: 0;
    padding: 5px;
    list-style-type: none;
    list-style-image: none;
}
.cell_nav ul li a, .cell_nav ul li a:hover, .cell_nav ul li a:active, .cell_nav ul li a:visited, .cell_nav ul li a:link
{
    font-size: 1.75em;
    color: #008549;
    text-decoration: none;
    display: block;
    background-color:Transparent;
}
.cell_nav ul li.selected
{
    background-image: url(img/nav_selected.png);
    background-repeat: repeat-y;
}
h1
{
    background-image: url( img/header_uline.png );
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 1.75em;
    color: #008549;
    font-weight: normal;
}
h2
{
    font-size: 1.45em;
    font-weight: normal;
    margin: 5px 0;
}
a
{
    color: #376F6F;
}
ol li
{
    color: #376F6F;
    font-size: 1.45em;
    font-weight: normal;
}
p
{
    font-size: 1.1em;
}
ol li p
{
    color: #000;
    font-size: .75em;
    font-weight: normal;
}
ol li h2
{
    color: #000;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    line-height: 1.2em;
    border-bottom: solid 1px #EEE;
}
div.stallion_item
{
    border-bottom: solid 1px #EEE;
}
div.stallion_item .thumb
{
    float: right;
    margin-left: 3px;
    text-align: center;
}
.breeding
{
    font-size: .9em;
}
ul.stallion_info
{
    width: 400px;
    clear: both;
    float: right;
    border: solid 1px #376F6F;
    background-color: #F8FCFD;
    padding: 3px;
}
ul.show_results li
{
    font-size: 1.125em;
    color: #008549;
    font-weight: bold;
}
ul.show_results li ul li
{
    font-size: .75em;
    color: #000;
    font-weight: normal;
}

fieldset
{
    border: solid 1px #008549;
    color: #008549;
    font-size: 1.2em;
    padding: 5px;
    width: 550px;
}
fieldset label
{
    display: block;
    width: 120px;
    clear: left;
    float: left;
    font-size: .85em;
    color: #000;
    margin-bottom: 5px;
}
fieldset input, fieldset select
{
    display: block;
    float: left;
    font-size: .85em;
    color: #000;
    margin-bottom: 5px;
}

#tabs {
  width:585px;
  background:#FFF;
}
 ul#tabs {
 display:block;
 float:left;padding:0;margin:0;
}
#tabs li { float:left; list-style-type:none;padding:0;margin:0;border:solid 1px #008549;border-bottom:0;}
#tabs li.split { clear:both; }
#tabs li a {
  display:block;
  height:25px;
  width:115px;
  line-height:22px;
  text-align:center;font-weight:bold;
  text-decoration:none;
  background:#008549;color:#FFF;
}
#tabs li a:hover {
  background:#37DF91;
}
#tabs li a.selected {
  background:#FFF;
  color:#008549;
  font-weight:bold;
}
/* images */
img {
	margin: 0;
	padding: 0;
	border: none;
}

img.thumb {
    border: 1px solid #DADADA;
    padding: 6px;
    background: #FAFAFA;
}

img.right {
    margin: 8px 0px 8px 12px;
}

img.left {
    margin: 8px 12px 8px 0px;
}
