body {
	background: url(/images/bk.jpg) repeat;
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #2b3849;
}

div#container {
	margin-right:auto;
	margin-left:auto;
	height: 100%;
	width: 855px;
	margin-top: 0px;
}

div#content {
	height: 100%;
	min-height: 300px;
	max-height: 600px;
	width: 820px;
	overflow: auto;
	background-color: white;
	margin-left: 16px;
	margin-right: 16px;
	
}

div#footer {
	width: 855px;
	height: 32px;
	background: url(/images/footer.jpg) no-repeat;
	color: white;
	font-size: 9px;
}

div#title {
	font-size: 18px;
	color: #2b3849;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

.footer_link a:link, .footer_link a:visited, .footer_link a:active {
	color: white;
}

.footer_link a:hover{

	color: #ff9c3a;

}

div#dotted_line {
	background: url(/images/dotted_line.gif) repeat-x 0 center;
	height: 3px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* @group banner */

div#banner {
	width: 855px;
	height: 172px;
	background: url(/images/banner.jpg) no-repeat;
	position: relative;
}

div#nav_container {
	position:absolute;
	top: 138px;
	margin-left: 80px;

}



/* @end */

/* @group menu */

#nav {
	background: none repeat scroll 0%;
	float:left;
	font-weight:bold;
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	width:auto;
	margin: 0 auto 1em;
	z-index: 2;
}

#nav ul {
	background: none repeat scroll 0%;
	font-weight:bold;
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	width:auto;
	margin: 0 auto 1em;
}

#nav a {
	color: white;
	display:block;
	padding: 4px 12px;
	text-decoration:none;
	font-weight: bold;
	border-right: 1px solid #c4b977;
}

#nav a.daddy {
	background:transparent url(/images/nav_arrow.gif) no-repeat scroll right center;
}

#nav li {
	float:left;
	padding: 0;
	width: auto;
}

#nav li ul {
	font-weight:normal;
	height:auto;
	left:-999em;
	margin:0pt;
	position:absolute;
	width:13.9em;
	background-color: #36465b;
	border: 3px solid #2b3849;
	background-image: url(/images/bk.jpg);
}

#nav li li {
	padding-right:1em;
	width:13em;
	border-bottom: 1px solid #2b3849;
}

#nav li ul a {
	width:auto;
	border-width: 0;
	border-style: none;
}

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

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

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

#nav li:hover, #nav li.sfhover {
	background: #2b3849 none repeat scroll 0%;
}

/* @end */

/* @group Animal List */

.animalList {
 
}

#animalListBox {
  float: left;
  width: 780px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

#animalListBox h1 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #4f0c35;
}

#animalListBox h2 {
	margin: 0;
}

#animalListBoxPhoto {
  margin: 6px 0 6px 6px;
  float: left;
  background: url(/images/listing_frame_bk.jpg) repeat-y;
}

#animalListBoxPhoto img {
  border: none;
  margin-left: 8px;
}

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

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

#animalListBoxDetails {
  float: left;
  width: 600px;
  background: url(/images/listing_bk.jpg) no-repeat;
  height: 100px;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 10px;
}

#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;
  visibility: hidden;
}

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



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



/* @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;
}

.photoListTitle{
  font-weight: bold;
}

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

#photoList img {
  border: 3px solid #2b3849;
}



/* @end */

/* @group News */

.news {
	
}

#newsRecentArticles {
  width: 240px;
}

#newsRecentArticles hr {
  border-top: 1px solid #f2f4f6;
  border-right-style: hidden;
  border-bottom-style: hidden;
  border-left-style: hidden;
}

#newsRecentArticles img {
  border:  none;
}

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


.newsRecentArticlesDate {
  font-style: italic;
  font-size: 9px;
}

#newsRecentArticles a:link {
   color: #213b4e;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;}

#newsRecentArticles a:visited {
color: #213b4e;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;;
}

#newsRecentArticles a:active {
  color: #213b4e;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;;
}

#newsRecentArticles a:hover {
  color: #81000c;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;}
#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 viewAnimal */

/* This is a container which contains everything */
#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 */


