body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
a.menu {
	text-decoration: none;
	font-size: size 16;
	color: #0099FF;
	background-color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
	border-top: medium ridge;
	border-right: medium ridge;
	border-bottom: medium ridge;
	border-left: medium ridge;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
a.menu:hover {
	text-decoration: none;
	font-size: size 16;
	color: #C63;
	background-color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
	border-top: medium ridge;
	border-right: medium ridge;
	border-bottom: medium ridge;
	border-left: medium ridge;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
a.menuSelected {
	text-decoration: none;
	font-size: size 16;
	color: #FFFFFF;
	background-color: #0099FF;
	font-weight: bold;
	font-style: oblique;
	border-top: medium ridge;
	border-right: medium ridge;
	border-bottom: medium ridge;
	border-left: medium ridge;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
a.pedigreeButton {
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	padding: 2px;
}
a.pedigreeButton:hover {
	font-size: xx-small;
	font-weight: bold;
	color: #000099;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	padding: 2px;
}
.pedigreeTag {
	font-size: x-small;
	font-weight: bold;
	color: #0033CC;
	/* display: none;  (add to hide, remove to show hidden pedigree tags*/
}
.pedigreeHeading {
	font-size: x-small;
	font-weight: bold;
}
.pedigreeName {
	font-size: xx-small;
}
a {
	color: #0033FF;
}
.akcRegisteredName {
	font-size: small;
	font-weight: bold;
	color: #0033CC;
}
.sireAndDam {
	font-size: xx-small;
}
.cerfOfaInfo {
	font-size: xx-small;
	font-weight: bold;
}
.dogComment {
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
.akcNumber {
	font-size: xx-small;
}
.birthDate {
	font-size: xx-small;
}
.dogOwner {
	font-size: xx-small;
}
.copyright {
	font-size: x-small;
}
.photoCaption {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/*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: #6699CC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
display:none;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
display:inline;
top: -60px;
left: auto; /*position where enlarged image should offset horizontally */
}
