/* This stylesheet handles content layouts */

  #title {
    width: 600px;
    padding-top: 8px;
    clear: right;
  }
  
  .build {
    font-size: 0.8em;
  }
  
  .error {
    color: red;
    font-weight: bold;
  }
  
  .showLabel {
    font-weight: bold;
  }
  
  #logoImage {
    padding-top: 0px;
    float: left;
  }
  
  table.adminTable {
  	table-layout: fixed;
  	width: 475px;
  }
  
  th.horse {
  	width: 180px;
  }
  
  th.edit {
  	width: 53px;
  }
  
  td.horse,
  td.sire,
  td.dam {
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	text-align: left;
  	padding: 4px 4px;
  }
  
  th.sire,
  th.dam {
  	width: 120px;
  }
  
  a.duplicatesire:link, a.duplicatesire:active, a.duplicatesire:visited {
    font-weight: bold;
    color: blue;
    text-decoration: none;
  }
  
   a.duplicatesire:hover {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
  }
  
  a.duplicatedam:link, a.duplicatedam:active, a.duplicatedam:visited {
    font-weight: bold;
    color: red;
    text-decoration: none;
  }
  
   a.duplicatedam:hover {
    font-weight: bold;
    color: red;
    text-decoration: underline;
  }
  
  td.edit {
  	width: 53px;
  	text-align: center;
  }
  
  .login {
    width: 100px;
  }
  
  .legendTable {
    margin-left: 25px;
  }
  
  #statusColumn {
    padding-left: 45px;
  }
  
  .userActive {
    font-weight: bold;
    color: green;
  }
  .userActive.colorSample {
    background: green;
  }
  
  .userUnpaid {
    font-weight: bold;
    color: orange;
  }
  .userUnpaid.colorSample {
    background: orange;
  }
  
  .userBehaviour {
    font-weight: bold;
    color: red;
  }
  .userBehaviour.colorSample {
    background: red;
  }
  
  .userNew {
    font-weight: bold;
    color: blue;
  }
  .userNew.colorSample {
    background: blue;
  }
  
  .userDeleted {
    font-weight: bold;
    text-decoration: line-through;
    color: gray;
  }
  .userDeleted.colorSample {
    background: gray;
  }
  
  select#horse_sex,
  select#user_member_level_id {
    min-width: 80px;
    background: white;
  }
  
  select#user_member_level_id {
    width: 155px;
  }
  
  .colorSample {
    width: 8px;
    padding: 0;
  }
  
  .email {
    width: 280px;
  }
  
  table.Users td {
  	padding: 0px;
  }
  
  table.Users td.space_01, table.Users th {
  	padding: 0px;
  	padding-bottom: 10px;
  }
  
  th.email {
    width: 290px;
  }
  
  th.affiliate {
    width: 62px;
  }
  
  th.updated{
    width: 64px; 
  }
  
  th.role {
    width: 61px; 
  }
  
  
  .newAction {
  	width: 70px;
  	text-align: center;
  }
  
  .prevAction,
  .nextAction {
  	width: 40px;
  	text-align: center;
  }
  
  div#accountText.contentPadding {
    text-align: center;
  }
  
  #loginWrapper {
    margin-top: 5px;
    margin-left: 40px;
  }
  
  .signupLink {
    margin-top: 30px;
    text-align: center;
  }
  
  td#goButton {
    text-align: right;
    padding-right: 5px;
  }
  
  #step1, #step2, #step3 {
    min-height: 280px;
    height: 280px;
  }
  
  .showDetails {
    width: 470px;
  }
  
  .showColOne {
    width: 175px; 
  }
  
  #comments {
    font-size: 10pt;
    background: #fff;
  }
  
  .notice {
    clear: both;
    color: orange;
    height: 20px;
    margin-bottom: 2px;
    text-align: left;
    padding-left: 30px;
  }
  
  /* This styling is for the tabset */
  .ulbrich_nav div {
    float: left;
    padding: 5px 10px 5px 10px;
    border: 0px;
    /*border: 2px #AAAAAA;
    border-style: groove;*/
  }
  
  .ulbrich_nav div.selected {
    background: #FFFFDD;
    color: white;
  }
  
  .commentarea01 {
    background: #fff;
  }
  
  /*div.tabset {
    margin-top: 4px;
  }*/
  
  fieldset {
    border: 0px;
    margin: -6px 0px 8px 0px;
    clear: both;
    border: 0px;
  }
  
  button.previous-tab {
    border: 2px solid red;
  }
  
  button.next-tab {
    border: 2px solid green;
  }
  
  /* Progeny Styling */
  
  .progenyTables {
    position: relative;
  }
  
  #col00, #col01, #col02, #col03, #col04, #col05, #col06 {
    height: 1280px;
    border-collapse: collapse;
    width: 20px;
    top: 0px;
  }
  
  #col00 {
    z-index: 0;
  }
  
  #col01 {
    position: absolute;
    z-index: 100;
  }
  
  #col02 {
    position: absolute;
    left: 100px;
    z-index: 99;
  } 
  
  .col02sub {
  height: 640px;
  position: relative;
  }
  
  #col03 {
    position: absolute;
    left: 200px;
    z-index: 98;
  }
  
  .col03sub {
  height: 320px;
  position: relative;
  }
  
  #col04 {
    position: absolute;
    left: 300px;
    z-index: 97;
  } 
  
  .col04sub {
  height: 160px;
  position: relative;
  }
  
  #col05 {
    position: absolute;
    left: 400px;
    z-index: 96;
  }
  
  .col05sub {
  height: 80px;
  position: relative;
  }
  
  #col06 {
    position: absolute;
    left: 500px;
    z-index: 95;
  } 
  
  .col06sub {
  height: 40px;
  position: relative;
  }
  
  div.anchor01 {
  position: absolute;
  top: 50%;
  line-height: 10px;
  width: 200px;
  }
  
  div.anchor02 {
  position: absolute;
  top: 49%;
  line-height: 10px;
  width: 200px;
  }
  
  div.anchor03 {
  position: absolute;
  top: 48%;
  line-height: 10px;
  width: 200px;
  }
  div.anchor04 {
  position: absolute;
  top: 47%;
  line-height: 10px;
  width: 200px;
  }
  div.anchor05 {
  position: absolute;
  top: 45%;
  line-height: 10px;
  width: 200px;
  }
  div.anchor06 {
  position: absolute;
  top: 40%;
  line-height: 10px;
  width: 200px;
  }
  
  .pedigree {
    vertical-align: middle;
  }
  
  .clearTable {
    clear: both;
  }
  
  .sire01 {
   background: transparent url("/images/sireline01.gif") no-repeat 0% 50%;
  }
  
  .dam01 {
   background: transparent url("/images/damline01.gif") no-repeat 0% 50%;
  }
  
  .horseLink {
    background-color: #EFF0F2;
  }

  .back {
    padding-left: 580px;
    margin-bottom: -20px;
  }
  
  .back2 {
    margin-bottom: -20px;
  }
  
  .horseLong {
  width: 240px;
  }
  
  .horseMed {
  width: 180px;
  }
  
  .horseShort02 {
  width: 58px;
  }
  
  .horseShort01 {
  width: 80px;
  }
  
  .offspringLinks a:link,
  .offspringLinks a:visited,
  .offspringLinks a:hover:visited {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
  }
  
  .pagebutton {
	width: 2cm;
  }

.pagebutton td {
	width: 50%;
  }
  
  /* Styling for the branch report */
  
  div.wrapper01 {
    float: left;
    position: relative;
    background: transparent;
  }
  
  div.wrapper02 {
    float: left;
    position: relative;
    background: transparent;
    background: transparent url("/images/black_line_01.jpg") top right repeat-x;
  }
  
  div.killthefloats {
    height: 55px;
    width: 0px; /* To stop the div expanding across the screen - screws up IE */
  }
  
  div.floater01 {
    position: relative;
    float: left;
    width: 70px;
    height: 40px;
    background: #CDD969;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: center;
    font-size: 7pt;
    line-height: 10px;
  }
  
  img.line01 {
    position: absolute;
    top: -15px;
    left: 34px;
  }
  
  img.line02 {
    position: absolute;
    top: -8px;
    left: 32px;
  }
  
  img {
  	border: 0px;
  }
  
  div.CBranch01 {
   font-weight: bold;
   background: #CDe969;
  }
  
  fieldset.branchlegend {
    border: 1px solid #CDD969;
    padding-left: 5px;
    width: 150px;
  }
  
   div.floater02 {
    position: relative;
    float: left;
    width: 70px;
    height: 40px;
    background: #CDe969;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: center;
    font-size: 7pt;
    font-weight: bold;
    line-height: 10px;
  }
