/* Colour scheme
Pale Peach (background) #FFEFDE
Dark Peach #FFCC99
Brown #95816C
Dark Brown #402E1C

*/

/* normal: most regular body text */
.normal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

p, A:LINK, A:VISITED, blockquote, ul, ol, table, tr, td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* header: heading text H2 */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: bold;
	font-weight: bolder;
	background-color : #FFCC99;
	color: #000000;
}

/* subhead: subheading text H3 */
.subhead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
	font-style: normal;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	background-color : #FFCC99;
	font-size : 200%;
	font-style : normal;
	font-weight : bolder;
	padding-left : 120px;
	letter-spacing : 40px;
	border : 12px solid Black;
	padding-right : 300px;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFEFDE;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color: #000000;
}

/* visited: previously visited links */
A:VISITED {
	color : #402E1C;
}


/* fieldnameback: background color for column and row title sections 666600 */
.fieldnameback {
	background-color: #666600;
}

/* databack: background color for data areas CCCC99*/
.databack {
	background-color: #CCCC99;
}

.pboxname {
  font-family: Arial, Helvetica, sans-serif; 
}

/* pedigree box: dates font */
/* font-size should be in points */
.pboxdates {
  font-family: Arial, Helvetica, sans-serif; 
}

/* pedigree box information popups */
/* font-size should be in points */
.pboxpopup {
  font-family: Arial, Helvetica, sans-serif; 
  margin-top: 0;
  margin-bottom: 0;
}