/* @group General Elements */

body {
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  letter-spacing: 1px;
}

hr {
  margin: 6px 0;
  border-bottom: 1px solid gray;
  border-right-style: hidden;
  border-top-style: hidden;
  border-left-style: hidden;
}

a:link {
	
}

a:visited {
	
}

a:active {
	
}

a:hover {
	
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}



/* @end */

/* @group Layout */

#container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background-color: white;
}

#header {
  background: url(/images/headerBk.jpg) no-repeat;
  height: 168px;
  float: left;
  width: 960px;
}

#content {
  
  overflow: hidden;
  color: #511007;
  background: url(/images/contentContainerBk.jpg) no-repeat left top;
  min-height: 500px;
  padding-right: 20px;
  padding-top: 50px;
  padding-left: 80px;
  clear:both;
}

#contentBottom{
  clear: both;
}

#footer {
  clear: both;
  width: 960px;
  overflow: hidden;
  font-size: 10px;
}

/* @end */

/* @group Content Modules */

/* @group Animal View */

#viewAnimal{
  padding: 10px;
  overflow: hidden;
}

/* This container contains: animal name, photos, brand & logo images  */
#viewAnimalContainer1{
  float: left;
  width: 235px;
}

/* contains everthing else */
#viewAnimalContainer2{
  float: right;
  width: 475px;
}

/* Animal name at very top outside and above container 1 & 2 */
#viewAnimalNameTop{
  visibility: hidden;
  font-weight: bold;
  font-size: 1px;
  color: #001b40;
  
}

/* Animal name inside container 1*/
#viewAnimalNameContainer1{
  visibility: hidden;
  font-weight: bold;
  font-size: 1px;
  color: #001b40;
}

/* Animal name inside container 2 */
#viewAnimalNameContainer2{
  visibility: visible;
  font-weight: bold;
  font-size: 16px;
  color: #001b40;
  padding-bottom: 5px;
}

/* styles all viewAnimal Tables */
#viewAnimal table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  font-size: 12px;
}

#viewAnimal table tr{

}

#viewAnimal table th{
  width: 150px;
  border: 1px solid #ece8d6;
  padding: 4px;
}

#viewAnimal table td{
  border: 1px solid #ece8d6;
  padding: 4px;
}

/* container main photos */
#viewAnimalPhoto{
 
}

#viewAnimalPhoto img{
  border: 1px solid silver;
  cursor: pointer;
}

#viewAnimalAdditionalPhotos{
  margin-top: 8px;
}

#viewAnimalAdditionalPhotos img{
  margin-right: 6px;
  cursor: pointer;
}

/* Extra div under main photo to add button or whatever */
#viewAnimalPhotoEnlargeButton{
  
}

#viewAnimal #tabs{
  visibility: hidden;
  display: none;
}

/* styles all animalView titles */
#viewAnimalTitle{
  font-style: italic;
  font-weight: bold;
  margin-bottom: 4px;
  color: #001b40;
  margin-top: 8px;
}


#viewAnimalGeneralInfo{
  text-align: left;
}

/* Overwrides General Info Title */
.viewAnimalGeneralInfoTitle{
	display: none;
}

#viewAnimalGeneralInfoTable table{

}

#viewAnimalGeneralInfoTable table tr{

}

#viewAnimalGeneralInfoTable table th{

}

#viewAnimalGeneralInfoTable table td{

}

#viewAnimalAuction{
  
}

/* Overwrides Auction Title */
.animalViewAuctionTitle{
  
}

.animalViewLotNumber{
  color: #001b40;
  font-weight: bold;
  font-size: 15px;
}

/* Overrides default table style */
#viewAnimalAuctionTable table{

}

#viewAnimalAuctionTable table tr{

}

#viewAnimalAuctionTable table th{

}

#viewAnimalAuctionTable table td{

}

#viewAnimalSale{
  
}


/* Overwrides Sale Title */
.viewAnimalSaleTitle{
  
}

/* Overrides default table style */
#viewAnimalSaleTable table{

}

#viewAnimalSaleTable table tr{

}

#viewAnimalSaleTable table th{

}

#viewAnimalSaleTable table td{

}

#viewAnimalSemenSale{
  
}

/* Overwrides Sale Title */
.viewAnimalSemenSaleTitle{
  
}

/* Overrides default table style */
#viewAnimalSemenSaleTable table{

}

#viewAnimalSemenSaleTable table tr{

}

#viewAnimalSemenSaleTable table th{

}

#viewAnimalSemenSaleTable table td{

}

#viewAnimalEmbryoSale{
  
}

/* Overwrides Sale Title */
.viewAnimalEmbryoSaleTitle{
  
}

/* Overrides default table style */
#viewAnimalEmbryoSaleTable table{

}

#viewAnimalEmbryoSaleTable table tr{

}

#viewAnimalEmbryoSaleTable table th{

}

#viewAnimalEmbryoSaleTable table td{

}

#viewAnimalPedigree{
  
}

#viewAnimalPedigreeTableContainer{
  border: none;
  padding: 12px;
}

/* Overwrides Sale Title */
.viewAnimalPedigreeTitle{
	display: none;
}

/* Overrides default table style */
#viewAnimalPedigreeTable table{
	border: none;
}

#viewAnimalPedigreeTable table tr{
	border: none;
}

#viewAnimalPedigreeTable table th{
	border: none;
}

#viewAnimalPedigreeTable table td{
	border: none;
}

.viewAnimalPedigreeAnimalName{
  color: #001b40;
  font-weight: bold;
  font-size: 15px;
}

.viewAnimalPedigreeSire{
  font-weight: bold;
  
}

.viewAnimalPedigreeDam{
  font-weight: bold;
  
}

.viewAnimalPedigreeNamesInner{
  color: gray;
}

.viewAnimalPedigreeNamesOuter{
  color: #545454;
}

#viewAnimalEbv{
  
}

/* Overwrides Sale Title */
.viewAnimalEbvTitle{
  
}

/* Overrides default table style */
#viewAnimalEbvTable table{

}

#viewAnimalEbvTable table tr{

}

#viewAnimalEbvTable table thead th{

}

#viewAnimalEbvTable table tbody th{

}

#viewAnimalEbvTable table td{

}

#viewAnimalGenestar{
  
}

/* Overwrides Sale Title */
.viewAnimalGenestarTitle{
  
}

/* Overrides default table style */
#viewAnimalGenestarTable table{

}

#viewAnimalGenestarTable table tr{

}

#viewAnimalGenestarTable table th{

}

#viewAnimalGenestarTable table td{

}



/* @end */

/* @group Album */

#album {
  clear: both;
  margin-bottom: 6px;
  border: 1px solid gray;
  overflow: hidden;
}

#albumPhoto {
  float: left;
  margin: 6px 0 6px 6px;
}

#albumDetails {
  float: left;
  margin-left: 6px;
}

#albumTitle {
  font-weight: bold;
  font-size: 18px;
  clear: both;
}

#albumDesc {
  float: left;
  clear: both;
}


#albumOptions {
  float: right;
  clear: right;
}


#albumOptions img{
  border: none;
}

#albumButton {
  border: 1px solid gray;
  padding: 3px;
  margin: 6px;
  background-color: #feface;
}

#albumButton:hover{
  background-color: #fde696;
}


/* @end */

/* @group Photo List */

#photoList {
  text-align: center;
}

#photoList table {
  width: 100%;
  padding: 6px;
  margin-bottom: 6px;
}

#photoList img {
  border: 1px solid gray;
}



/* @end */

/* @group News */

.news {
	
}

#newsRecentArticles {
  float: right;
  clear: right;
  width: 25%;
}

#newsRecentArticles hr {

}

#newsRecentArticles img {
  border:  none;
}

.newsRecentArticlesTitle {
  font-weight: bold;
  font-size: 14px;
}


.newsRecentArticlesDate {
  font-style: italic;
  color: gray;
  font-size: 12px;
}

.newsRecentArticles a:link {
	
}

.newsRecentArticle a:visited {
	
}

.newsRecentArticle a:active {
	
}

.newsRecentArticle a:hover {
	
}

#newsArticle {
  width: 70%;
}

.newsArticleTitle {
  font-size: 18px;
  font-weight: bold;
}

.newsArticleDate {
  color: gray;
  font-style: italic;
}

.newsArticle h1 {
	
}

.newsArticle h2 {
	
}

.newsArticle h3 {
	
}

.newsArticle h4 {
	
}

.newArticles a:link {
	
}

.newsArticle a:visited {
	
}

.newsArticle a:active {
	
}

.newsArticle a:hover {
	
}

#newsForm {
  margin-bottom: 6px;
}

/* @end */

/* @group Animal List */

.animalList {
 
}

#animalListBox {
  float: left;
  width: 800px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid #daded1;
  background-color: #f2f7e9;
}

#animalListBox h1 {
	margin: 0;
  padding: 0;
  font-size: 18px;
}

#animalListBox h2 {
	margin: 0;
}

#animalListBoxPhoto {

  float: left;
  padding: 10px 10px 7px;
}


#animalListBoxPhoto a:link {
  margin: 0px;
  padding: 0px;
}

#animalListBoxPhoto img {
  border: none;
  margin: 0;
  padding: 0;
}

#animalListNoPhoto{
  float: left;
  padding: 10px 10px 7px;;
}

#animalListBoxDetails {
  float: left;
  width: 600px;
  padding: 10px 10px 10px 0;
}

#animalListBoxName {
  clear: both;
}

#animalListBoxPedigree {
  clear: both;
}

#animalListBoxSemen {
  clear: both;
}

#animalListBoxAuction {
  clear: both;
}

#animalListBoxSale {
  clear: both;
}

#animalListBoxSold {
  
}

#animalListBoxLot {
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  margin: 6px;
}

#animalListBoxOptions {
  float: right;
  clear: right;
}


#animalListBoxOptions img{
  border: none;
  display: none;
}

#animalListBoxButton {
 	width: 131px;
	height: 35px;
	margin: 6px;
 	background: url(/images/btnMoreInfo.gif) no-repeat 10px;
  bottom: 6px;
  right: 6px;
  position: absolute;
  cursor: pointer;
  
}



#animalListBoxButton:hover{
  background: url(/images/btnMoreInfo.gif) no-repeat 15px;
  cursor: pointer;
}


/* @end */



/* @end */

/* @group Forms */

input {
	padding: 3px;
  border: 1px solid gray;
}



/* @end */

/* @group Tables */



/* @end */

/* @group Menu */


/* @group Suckerfish */

#mainMenu{
  list-style-image: none;
  list-style-type: none;
  padding-top: 135px;
  float: right;
}
#mainMenu ul {
	float: left;
	line-height: 1;
	font-weight: bold;
	padding: 1px;
	margin: 1px;

}

#mainMenu a {
	display: block;
	color: maroon;
	text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px 4px;
}


#mainMenu li {
	float: left;
	padding: 0;
}

#mainMenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#mainMenu li li {
	padding-right: 1em;
	width: 150px;
  background-color: #f2f7e9;
  border-bottom: 1px solid #d5d9cc;
}
	


#mainMenu li li:hover {

	  background-color: white;}

#mainMenu li ul a {
	width: 13em;
	w\idth: 9em;
}

#mainMenu li ul ul {
	margin: -1.75em 0 0 14em;
}

#mainMenu li:hover ul ul, #mainMenu li:hover ul ul ul, #mainMenu li.sfhover ul ul, #mainMenu li.sfhover ul ul ul {
	left: -999em;
}

#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li li li:hover ul, #mainMenu li.sfhover ul, #mainMenu li li.sfhover ul, #mainMenu li li li.sfhover ul {
	left: auto;
}

#mainMenu li:hover, #mainMenu li.sfhover {
	  background-color: #ebefe1;
}
/* @end */



/* @end */