/*
Based on The Next Generation of Sitebuilding - template 2
Author: Jodi Sweere wyldetype.com
Author's website: wyldetype.com
Author's email: wyldetype at gmail.com
Modifications made: 04 Dec 2006
Modifications by author noted as: ~JS */
dark green: #274218
medium green: #9aaf83
light green: #bacfa8
copper: #bf8217

/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #274218; /*~JS*/
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #9aaf83; /*~JS*/
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #274218; /*~JS*/
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #9aaf83; /*~JS*/
}

/* subhead: subheading text */
.subhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color : #274218; /*~JS*/
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links */
a:link {
	color : #274218; /*~JS*/
}

/*active: links in use */
a:active {
	color : #274218; /*~JS*/
}

/* visited: previously visited links */
a:visited {
	color: #bf8217; /*~JS*/
}

a:hover {
	color: #bf8217; /*~JS*/
}


/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #274218; /*~JS*/
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* databack: background color for data areas */
.databack {
	background-color: #9aaf83;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

.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;
}

/* 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:active  {
	font-family: Arial, Helvetica, sans-serif; 
	color: #9aaf83; /*~JS*/
	text-decoration: none;
}

a.lightlink:visited {
font-family: Arial, Helvetica, sans-serif; 
	color: #bf8217; /*~JS*/
	text-decoration: none;
}


a.lightlink:hover {
	color: #9aaf83;
	text-decoration: none;
}

/* For white-only links on dark background */
a.lightlink2:link {
	font-family: Arial, Helvetica, sans-serif; 
	color: #9aaf83; /*~JS*/
	text-decoration: none;
}

a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #bf8217; /*~JS*/
	text-decoration: none;
}


a.lightlink2:hover, a.lightlink2:active {
	color: #ffffff; /*~JS*/
	text-decoration: none;
}

.lightback {
	background-color: #ffffff; /*~JS*/
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #274218; /* ~JS */
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #274218;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

.whitesubhead {
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; /*~JS*/
	font-size: 16px;
}

/* smaller: small body text */
.smaller {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/*added in 5.0.0*/
/*for active secondary tab link*/

a.lightlink3:link, a.lightlink2:active {
	color: #9aaf83;
	text-decoration: none;
}

a.lightlink3:visited, a.lightlink3:hover {
	color: #bf8217;
	text-decoration: none;
}

/*for alignment on menu icons*/
.tngmenuicon {
	vertical-align: -3px;
}

/*for descendancy chart*/
#descendantchart {
	text-align: left;
}

#descendantchart li {
	list-style-type: none;
	white-space: nowrap;
}

#descendantchart ul {
  margin-left: 0px;
}

#descendantchart ul.first {
	margin: 0;
	padding: 0;
}

.sidelink {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration : none;
		color: #9aaf83;
	}


/* index page styles transferred here 03Dec2006 ~JS */
	
a.sidelink  {
		text-decoration : none;
		color: #9aaf83;
	}
	
.sidelink:Hover  {
		text-decoration : underline;
		color: #bacfa8;
	} 
.sidesmall {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px;
		color: #ffffff;
	}
.small {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px;
		color:#ffffff;
	}

/* topmenu styles transferred here 03Dec2006 ~JS */

.topmenu {
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #ffffff;
	text-decoration : none;
}

.topmenu:Link  {text-decoration : none; color: #ffffff;} 
.topmenu:Visited  {text-decoration : none; color: #bf8217;} 
.topmenu:Active  {text-decoration : none;}
.topmenu:Hover  {
	color: #bacfa8;
	text-decoration : none;
} 

/* table styles transferred here 03Dec2006 ~JS */

table {
border-color: #9aaf83 2px ;
}

td {
border-color: #9aaf83 2px;
}

tr {
border-color: #9aaf83 2px;
}

/* --misc-- */

.img {
border: #9aaf83 2px;
 

input.textarea {
background-color: #ffffff;
}
