/*
Author: Jodi Sweere wyldetype.com
Author's website: wyldetype.com
Author's email: wyldetype at gmail.com
Based on The Next Generation of Sitebuilding - template 2
Modifications made: 04 Dec 2006
Modifications by author noted as: ~JS */


/* normal: most regular body text */
.normal {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ffffff; /*~JS*/
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff; /*~JS*/
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #58433E; /*~JS*/
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	color: #ffffff; /*~JS*/
}

/* subhead: subheading text */
.subhead {
	font-family: Trebuchet MS, 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 : #ffffff; /*~JS*/
	color : #000000;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links */
a:link {
	color : #58433E; /*~JS*/
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
/*active: links in use */

a:active {
	color : #58433E; /*~JS*/
	text-decoration: none;
	border-bottom: 1px dotted;
}



/* visited: previously visited links */
a:visited {
	color: #9f6800; /*~JS*/
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #58433E; /*~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: #af9e8e;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

.pboxname {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
}

/* pedigree box: dates font */
/* font-size should be in points */
.pboxdates {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
}

/* pedigree box information popups */
/* font-size should be in points */
.pboxpopup {
  font-family: Trebuchet MS, 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: Trebuchet MS, Arial, Helvetica, sans-serif; 
	color: #ffffff; /*~JS*/
	text-decoration: none;
}

a.lightlink:visited {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	color: #9f6800; /*~JS*/
	text-decoration: none;
}


a.lightlink:hover {
	color: #9f6800;
	text-decoration: none;
}

/* For white-only links on dark background */

a.lightlink2:link {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	color: #ffffff; /*~JS*/
	text-decoration: none;
}

a.lightlink2:active {
	color: #ffffff; /*~JS*/
	text-decoration: none;
}

a.lightlink2:visited {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	color: #9f6800; /*~JS*/
	text-decoration: none;
}

a.lightlink2:hover,  {
	color: #9f6800; /*~JS*/
	text-decoration: none;
}

.lightback {
	background-color: #ffffff; /*~JS*/
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #58433e; /* ~JS */
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #c3b165;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

.whitesubhead {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	color: #ffffff; /*~JS*/
	font-size: 16px;
}

/* smaller: small body text */
.smaller {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/*added in 5.0.0*/
/*for active secondary tab link*/

a.lightlink3:link, a.lightlink2:active {
	color: #af9e8e;
	text-decoration: none;
}

a.lightlink3:visited, a.lightlink3:hover {
	color: #9f6800;
	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: Trebuchet MS, Arial, Helvetica, sans-serif; 
		font-size: 14px;
		text-decoration: none;
		color: #ffffff;
	}


/* index page styles transferred here 03Dec2006 ~JS */
	
a.sidelink {
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px dotted;
		}
	
.sidelink:hover  {
		text-decoration: underline;
		color: #9f6800;
	} 
.sidesmall {
		font-family: Trebuchet MS,Arial, Helvetica, sans-serif; 
		font-size: 11px;
		color: #ffffff;
	}

.small {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		color:#ffffff;
	}

/* topmenu styles transferred here 03Dec2006 ~JS */

.topmenu {
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ffffff;
	text-decoration : none;
}

.topmenu:Link  {text-decoration : none; color: #ffffff;} 
.topmenu:Visited  {text-decoration : none; color: #9f6800;} 
.topmenu:Active  {text-decoration : none;}
.topmenu:Hover  {
	color: #9f6800;
	text-decoration : none;
} 

/* table styles transferred here 03Dec2006 ~JS */

table {
border-color: #ffffff;
}

td {
border-color: #ffffff;
}

tr {
border-color: #ffffff;
}

a.mailto {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
