BODY {font-family: arial;}

.mainTable {
	width: 790px;
	border: 1px solid #888888;
}
.topHead {
	width: 790px;
}
.topNav {
    background: #ffffff;
	height: 22px;
	width: 790px;
}
.topTable {
    width: 800px;
    height: 2px;
}
.mainDiv {
	height: 350px;
	width: 790px;
}
.footDiv {
	height: 20px;
	width: 790px;
}
.topOrange {
	height: 2px;
	width: 790px;
}
.rollover a {
	display:block;
	background-image: url(../banners/banner1.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 343px;
}
.rollover a:hover {
	background-image: url(../banners/banner2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.rollover a:active {
	background-image: url(../banners/banner3.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.headingRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #CD0C28;
	text-align: left;
	line-height: 130%;
}
.headingRedCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #000000;
	text-align: center;

}
.headingRedLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #CD0C28;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CD0C28;
	padding-top: 20px;
}
.headingBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.headingBlackCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.headingWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.prog {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 90%;
}
.progBold {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.imageRight {
	float: right;
	margin-left: 8px;
}
.imageLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 3px;
	margin-left: 0px;
}
.tableFloat {
	float: left;
	padding: 0px;
	margin-right: 8px;
}
	

.text {	font-family: Tahoma, Arial, Helvetica, sans-serif, ;
	font-size: 90%; 
	text-align: justify;
	line-height: 80%;
	
}




.textPadding {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-right: 60px;
		font-size: 12px;
	padding-left: 60px;
	text-align: justify;
	line-height: 100%;
}
.textBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-type: square;
}
.textIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	color: #000000;
	text-align: justify;
	line-height: 120%;
}
.textRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: justify;
	line-height: 130%;
	color: #000000;
}
.textRedCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	line-height: 130%;
	color: #000000;
}
.textCentre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	line-height: 130%;
}
.textGreenCentre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	line-height: 130%;
	color: #009999;
}
.textBlueCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: center;
	line-height: 130%;
	color: #003399;
}
.imageHighlight img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
	vertical-align: top;
	border: 1px solid #000000;
}
.imageHighlight:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	border: 1px solid #FF3300;
}
.imageHighlightBorder img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	vertical-align: top;
	border: 2px solid #333333;
}
.imageHighlightBorder:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	border: 2px solid #FF3B0B;
}
#dropmenudiv {
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	position: absolute;
	z-index:100;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 13px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#dropmenudiv a:hover{
	background-color: #FF9966;
	color: #000000;
}
.boxBorder {
	border: 1px solid #999999;
}

/* -------------------------------------------------------------------------
Start of new Style
*/

TABLE.K9-main {width: 790px; border: 0px solid #161616;}
TH.K9-main {width: 790px;}
TABLE.K9Pedigree {width: 521px;}
TH.K9Pedigree {background-color: #E9E9E9;}
TD.K9Pedigree-foot {}

TABLE.K9List {width: 85%; border: 1px solid #161616; background-color: #FFFFFF;}
TH.K9List {text-align: left; padding-left: 15px; background-color: #CECECE;}
TD.K9List {text-align: left; padding-left: 15px; font-size: 14px; line-height: 18px; background-color: #EFEFEF;}
.K9ListCaption {font-size: 20px; font-weight: bold;}

TD.K9Black {font-family: "Arial Narrow", Arial, Helvetica, sans-serif; color: black; padding-left: 90px; font-size: 13px; line-height: 20px; margin-top: 0px; margin-bottom: 0px;}
A.K9Black {color: black;}
A.K9Black:HOVER {text-decoration: none;}

TD.K9Red {font-family: "Arial Narrow", Arial, Helvetica, sans-serif; color: #CD0C28; padding-left: 60px; font-size: 13px; line-height: 20px; margin-top: 0px; margin-bottom: 0px;}
A.K9Red {color: #CD0C28;}
A.K9Red:HOVER {text-decoration: none;}

TD.K9Blue {	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; color: blue; padding-left: 30px; font-size: 13px; line-height: 20px; margin-top: 0px; margin-bottom: 0px;}
A.K9Blue {color: blue;}
A.K9Blue:HOVER {text-decoration: none;}

TD.main-dog {font-family: Arial; color: black; font-weight: bold; font-size: 13px; line-height: 20px; padding-top: 10px; padding-bottom: 10px;}
A.main-dog {color: black; font-weight: bold; text-decoration: none; cursor: default;}
A.main-dog:HOVER {text-decoration: none; cursor: default;}

TD.K9Description {color: black; font-size: 14px;}
TABLE.description-box {	width: 645px; line-height: 135%; text-align: justify;}
TABLE.box-text-head {width: 100%;}
TD.box-text-head {width: 20%; text-align: center;}
A.box-text-head {font-weight: bold;}
A.box-text-head:HOVER {text-decoration: none;}

TD.box-text {width: 612px; background: #E9E9E9;}
TD.box-top {width: 645px; height: 12px; background-image: url('box_top.gif');}
TD.box-bottom {width: 645px; height: 18px; background-image: url('box_bottom.gif');}
TD.box-left {width: 14px; background-repeat: repeat-y; background-image: url('box_left.gif');}
TD.box-right {width: 19px; background-repeat: repeat-y; background-image: url('box_right.gif');}

TABLE.header-box {width: 100%;}
TD.header-text {text-align: center; font-weight:bold; font-size:26px;}
TD.header-top {background-image:url(header_outsideLine.gif); height:5px; background-repeat:repeat-x;}
TD.header-bottom {background-image:url(header_outsideLine.gif); height:5px; background-repeat:repeat-x;}
TD.header-left {background-image:url(header_left.gif); width:39px; height:47px; background-repeat:no-repeat;}
TD.header-right {background-image:url(header_right.gif); width:39px; height:47px; background-repeat:no-repeat;}
TD.header-out {background-image:url(header_centreLine.gif); width: 10%; background-repeat:repeat-x;}

TABLE.std-search {font-size: 12px;}

TABLE.search-results {font-size: 12px; width: 90%; border: 1px solid #161616;}
TH.search-results {text-align: left; background-color: #FFFFFF;}

TABLE.adv-search {font-size: 13px; width: 85%;}
TD.adv-search-hd {font-weight: bold;}
TD.adv-search-text {color: red;}
