/* CSS Document */
/* slpatterson.com - updated 26 April 2004 */
/* slpatterson.com - updated 05 September 2006 */
/* slpatterson.com - updated 26 June 2008 (TNG 7.0) */
/* slpatterson.com - updated 24 January 2010 (TNG 7.0) - Revisions to Victorian theme */
/* slpatterson.com - updated 30 May 2010 (TNG 8.0) - Revisions to Victorian theme */

/* normal: most regular body text */
.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #7d6b35 
	font-size: x-small;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	color: white;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	color: white;
}

/* header: heading text (incl. individual names at top of each group sheet) */
.header {
	background-color: #ded3b4;
	text-shadow: 2px 2px 2px #a4968a;
	text-align: left;
	letter-spacing: 1px;
	font-variant: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 200%;
	font-weight: bold;
	color: #3a280b;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
    font-size: 120%;
}

/* subhead: subheading text */
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
    font-weight: bold;
    color: #371c00;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #efe4c4;
	background-image: url('http://slpatterson.com/images/slp-victorian-bg-lt.gif');
	color: #3a280b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color: #3f4766;
	font-size: 100%;
}

/* visited: previously visited links */
A:VISITED {
	color: #707899;
	font-size: 100%;
}

/* fieldnameback: DARK background color for column and row title sections */
.fieldnameback {
	background-color: #c3b99d;
}

/* databack: LIGHT background color for data areas */
.databack {
	background-color: #efe4c4;
}

.pboxname {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* pedigree box: dates font */
/* font-size should be in points */
.pboxdates {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* pedigree box information popups */
/* font-size should be in points */
.pboxpopup {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin-top: 0;
  margin-bottom: 0;
}

/* Added in 3.0.4 */
UL {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
}

/* Added in 4.0.0 */
/* For links on dark background */

a.lightlink:link, a.lightlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666;
	text-decoration: none;
	font-size: 100%;
}

a.lightlink:hover, a.lightlink:active {
	color: #3f4766;
	text-decoration: none;
	font-size: 100%;
}

/* For white-only links on dark background */

a.lightlink2:link, a.lightlink2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
}

a.lightlink2:hover, a.lightlink2:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
}

.lightback {
	background-color: #e4d7b1;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #e4d7b1;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #c3b99d;
}

.whitesubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 100%;
}

/* smaller: small body text */
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%;
    color: #3a280b;
}

