img {
  display : block;
}


body {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  display: block;
  margin-left:  auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-color : #CCCCCC;
  background-position : center 0%;
}


h1 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 18px;
  font-weight : bold;
  margin-top : 24px;
  margin-right : 8px;
  margin-bottom : 8px;
  margin-left : 8px;
  text-align : center;
  color : #735234;
}

h2 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-weight : bold;
  margin-top : 24px;
  margin-right : 8px;
  margin-bottom : 8px;
  margin-left : 8px;
}

h3 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  margin-top : 6px;
  margin-right : 2px;
  margin-bottom : 2px;
  margin-left : 2px;
  text-align: center;
}


table.R_album {
  width:  900px;
  border-style: inset;  
  margin-left:  auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #CCFFFF;
  padding : 5px;
}


a:link {
  color : #003366;
  text-decoration : underline;
}

a:visited {
  color : #666699;
  text-decoration : underline;
}


a:hover {
  color : #003399;
  text-decoration : underline;
}


.ital {
    font-style:  italic;
}

.important {
    font-weight:  bold;
}

.highlight {
   color:  #CC0000;
}

.normal-text {
    font-weight: normal;
}

.onright {
   float:  right;
   padding:  10px;
}

.onleft {
   float:  left;
   padding:  10px;
}

.oncenter {
   position: absolute;
   left:  45%;
}


.header {
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: comic sans ms;
    font-size: 14pt; 
    font-weight: bold; 
    color: black; 
    text-align: center;
}  

 .caption {
    line-height: 110%; 
    margin-top: 0; 
    margin-bottom: 0; 
    font-family: comic sans ms; 
    font-size: 10pt; 
    font-weight: bold; 
    color: black; 
    text-align: center;
}   
 .description {
    line-height: 110%; 
    margin-top: 0; 
    margin-bottom: 0; 
    margin-left: 20px; 
   font-family: comic sans ms; 
    font-size: 10pt; 
    font-weight: bold; 
    color: black; 
    text-align: left;
}   

 .pedigree {
    margin-top: 0; 
    margin-bottom: 0; 
    font-family: arial; 
    font-size: 10pt; 
    color: black; 
    text-align: left;
    border-color: #FFFFFF; 
    border-width:  1px;
    border-style:  solid;
    padding:       3px;

}   

/* COMPACT CAPTCHA WHITE */

.capbox {
	background: #FFFFFF;
	border: #999999 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background: transparent;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #000000 1px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}

