/* start horse header image */
#horseImg {
	position :absolute;
	top :21px;
	left :50%;
	margin-left: -349px;
	visibility :visible;
	z-index :10;
	display :block;
}

.homeTbl img {
	border-top:1px solid #3F596A;
	border-bottom:1px solid white;
}

.homeHeading {
	font-size:18px;
	padding-bottom:2px;
	line-height:24px;
}
/* end horse header image */
/* start common elements */
.contentImg {
	border-top:1px solid #3F596A;
	border-bottom:1px solid white;
	margin-right:16px;
	margin-bottom:16px;
}
/* end common elements */
/* start horse listing */
.horseListingTbl th {
	text-align:left;
	vertical-align:top;
	padding-right:16px;
	padding-top:2px;
}

.horseListingTbl img {
	border-top:1px solid #3F596A;
	border-bottom:1px solid white;
	margin-bottom: 10px;
}

.horseListingTbl td {
	padding-top:1px;
}
/* end horse listing */
/* start progeny listing */
.progenyHd {
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	padding-bottom:6px;
}

.progenyTbl td {
	padding-right:16px;
	padding-bottom:16px;
}

.progenyListingTbl th {
	text-align:left;
	vertical-align:top;
	padding-right:16px;
	padding-top:2px;
}

.progenyListingTbl img {
	border-top:1px solid #3F596A;
	border-bottom:1px solid white;
	margin-bottom: 10px;
}

.progenyListingTbl td {
	padding-top:1px;
}
/* end progeny listing */
/* start horse detail images */
.horsePicsTbl td {
	padding-top:3px;
	padding-bottom:13px;
	padding-right:16px;
}

.horsePicsTbl img {
	border-top:1px solid #3F596A;
	border-bottom:1px solid white;
}

.detailTxt {
	padding-top:7px;
}

#dividerDetailDots {
	width: 100%;
	height: 10px;
	background: url(/imgs/bg_dots.gif) repeat-x 0 3px;
}

.disableCursor {
	cursor:default;
}	
/* end horse detail images */
#cta {
	padding-right:19px;
}

#ctaDivider {
	height:10px;
}

/* start call to action with image */
.cta_withImage {
	width:185px;
	border-top:1px solid white;
	border-bottom:1px solid #9AA5B3;
	background:white url(/imgs/bg_cta1.jpg) repeat-x; 
}

.cta_withImage img {
	margin-top:8px;
	border-top:1px solid white;
	border-bottom:1px solid #9AA5B3;
}

.cta_withImage td {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:8px;
}
/* end call to action with image */
/* start call to action no image */
.cta_noImage {
	width:185px;
	border-top:1px solid white;
	border-bottom:1px solid #9AA5B3;
	background:white url(/imgs/bg_cta2.jpg) repeat-x; 
}

.cta_noImage td {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:8px;
}
/* end call to action no image */
/* start call to action link */
.moreLink1 {
	font-weight:bold;
}

.moreLink1 a:link, .moreLink1 a:visited { 
	padding-left:8px;
	text-decoration:none; 
	color:#13364C; 
	background:url(/imgs/icon_arrowOff.gif) no-repeat 0px 3px;
}

.moreLink1 a:hover { 
	text-decoration:none;
	color:#993300; 
	background:url(/imgs/icon_arrowOnRed.gif) no-repeat 0px 3px;
}

.moreLink1 a:active { 
	text-decoration:none; 
	color:#13364C; 
}

/* used within centre content */
.moreLink2 {
	font-weight:bold;
	padding-top: 4px;
}

.moreLink2 a:link, .moreLink2 a:visited { 
	padding-left:8px;
	text-decoration:none; 
	color:#13364C; 
	background:url(/imgs/icon_arrowOff.gif) no-repeat 0px 3px;
}

.moreLink2 a:hover { 
	text-decoration:none;
	color:#993300; 
	background:url(/imgs/icon_arrowOnRed.gif) no-repeat 0px 3px;
}

.moreLink2 a:active { 
	text-decoration:none; 
	color:#13364C; 
}
/* end call to action link */