@charset "utf-8";
body {
	background-image: url(../_images/GrainBkgndDark.jpg);
	background-repeat: repeat;
	width: auto;
}
.container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #DCDCBA;
	border: medium ridge #FFF;
}
.masthead {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.subheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #006;
	text-align: center;
}
.header {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	color: #000;
	text-align: center;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #600;
}
.navcol {
	width: 160px;
	text-align: left;
	float: left;
	height: auto;
	margin-top: 5px;
	padding-left: 5px;
}
.maincontent {
	text-align: left;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	padding: 4px;
	height: auto;
	background-repeat: no-repeat;
	border: thin solid #000;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 166px;
}
.maincontentTransparent {
	text-align: left;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	height: auto;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 166px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.maincontentTransparent2 {
	text-align: center;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	height: auto;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 80px;
	margin-bottom: 5px;
	margin-left: 168px;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 5px;
	padding-left: 28px;
	left: auto;
	right: auto;
}

.quotation {
	margin: 0pt;
	text-indent:0;
	text-align:left;
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	color:#033;
	font-style: normal;
	font-weight: normal;
}
.lastUpdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-align: center;
	font-weight: bold;
	/*vertical-align: top;*/
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #CCF;
	clear: both;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #F63;
	padding-top: 3px;
	padding-bottom: 6px;
	background-color: #333;
	font-style: normal;
	font-weight: normal;
}
.container .copyright a {
	color: #33F;
}
.tableTextHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C03;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000;
}
.tableTextLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: left;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #633;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	text-decoration: none;
	font-weight: bold;
}
.tableTextLeftFairlySmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: left;
	color: #033;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #996;
	padding: 3px;
}
.tableTextLeftSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
	color: #000;
	padding: 2px;
	margin: 0px;
}
.tableTextCenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #003;
}
.tableTextCenterCaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.linksText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: left;
	color: #033;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #996;
	padding: 3px;
}
.siredam2 {
	color: #300;
}
.ToP {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 1px;
	padding: 3px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top:50%; left:50%; margin:-200px auto auto 80px;/*position where enlarged image should be offset*/
}

/*.centered{
	/*position: absolute;
	left: auto; right: auto;
	vertical-align: middle;*/
	/*margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}*/

.thumbnail2{
	position: absolute;
	z-index: 0;
	left: 522px;
	top: 4353px;
}
.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 1px;
	padding: 3px;
}
.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top:50%; left:50%; 
	margin: auto auto auto auto;/*position where enlarged image should be offset*/
}
.sold {
	color: #F00;
}
.container .navcol div table tr td p {
	font-family: Tahoma, Geneva, sans-serif;
}
.container .copyright a {
	color: #8080FF;
}
.damparents {
	color: #FF3C3C;
}
.sireparents {
	color: #000080;
}
.miniatureHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #663;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #009;
}

