/*Template Style 4*/
/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
}

.txtbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
	
.txtlarge {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	color: #ffffcc;
}

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

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

/* txtname: regular text within extrapgs table sections */
.txtname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffcc;
}

/* smalltxtname: small text */
.smltxtname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #ffffcc;
}

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ffffcc;
}

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

/* subhead: subheading text */
.subhead {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #ffffcc;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #ffffcc;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #000000;
	text-decoration:underline;
}

/* visited: previously visited links */
A:VISITED {
	color: #82828C;
	text-decoration:underline;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #0A6A0A;
	/*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: #4F5010;
	/*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;
}

/*background for pedigree popups*/
.pboxpopupdiv {
    border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	background-color:#f9f9f9;
	padding:7px;
}

/*area between sections of pedigree popups*/
.popdivider {
	height:3px;
	overflow:hidden;
}

/*inner div for pedigree popups, to allow sliding*/
.popinner {
	padding:3px;
	width:280px;
}

/*boxes on pedigree chart*/
.pedbox {
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.rounded10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rounded4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* 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: Arial, Helvetica, sans-serif; 
	color: #ffffcc;
	text-decoration: none;
}

a.lightlink:hover, a.lightlink:active {
	color: #ECAA1C;
	text-decoration: none;
}

/* For white-only links on dark background */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}

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

.lightback {
	background-color: #D9D9D3;
	/*these 2 lines added in 6.0*/
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

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

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #46AB28;
	/*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;
	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.lightlink3:visited, a.lightlink3:hover, a.lightlink2:active {
	color: #ECAA1C;
	text-decoration: none;
}

/*for alignment on menu icons  also remove link  box around icon*/
.tngmenuicon {
	vertical-align: -3px;
	padding:1px;
	margin: 0px 1px 0px 1px;
	border: 0px;
	width: 16px;
	height: 15px;
}

/*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;
}

/*added in 6.0.0*/
/*for css dropdown menus*/
#mnav, #mnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#mnav a {
	display: block;
	width: 6em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-decoration:none;
}

#mnav li { /* all list items */
	float: left;
	width: 6em; /* width needed for Opera */
	margin-right: 2px;
	background: #D0BC91; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #D0BC91; /*same as "databack" background color */
	border-left:1px solid #D0BC91; /*same as "databack" background color */
}

#mnav li ul { /* second-level lists */
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background: #ffffff;
	position: absolute;
	width: 13em; /*increased to 13 in 6.2.0*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mnav li ul li {
	border: 0px;
	width: 13em; /*increased to 13 in 6.2.0*/
	background: #ddeedd; /*inactive dropdown menu color*/
	margin-right: 0px;
	margin-top: 1px;
	border-bottom: 1px solid #777;
}

#mnav li ul li a {
	width: 12em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration:underline;
}

#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #ffffff;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}

#mnav li:hover li, #mnav li.sfhover li { /* lists nested under hovered list items */
	border-top:none;
	border-left:none;
}

#mnav li:hover ul, #mnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*added in 6.2.0*/
.media-prev {
	top: -180px;
	right:-426px;
	height: 400px;
	padding: 20px 7px 12px;
	position:absolute;
	text-align: center;
	width: 410px;
	z-index:98;
	display:table-cell;
	line-height: 50px;
	vertical-align:middle;
}

.media-prev img {
	border: 1px solid #b3b3b3;
	display: block;
	margin:0 auto;
}

.media-img {
	height: 1px;
	margin: 0 0 0;
	position: relative;
}

* html .media-prev {
	background: url(media-prevbg.gif) no-repeat 0 0;
	width:420px;
	height:420px;
}
/*moved here from showmedia.php in 7.0.0*/
#slideshow {
	position: relative;
}

#slideshow div.slide, #slideshow div.loadingdiv {
	position: absolute;
	top: 0;
	left: 0;
}

#loadingdiv {
	position: absolute;
	background-color: white;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21pt;
	border: solid 1px black;
	z-index: 5;
	display: none;
}

#sscontrols {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-bottom: 8px;
}

/* added in 7.0.0 */
.tngshadow {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.togglehead {
	text-decoration:none;
	color: #ECAA1C;
}

input.veryshortfield {
	width:100px;
}

input.shortfield {
	width:140px;
}

input.longfield {
	width:350px;
}

input.verylongfield {
	width:500px;
}


.smallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.dragarea {
	width:50px;
	cursor:move;
	text-align:center;
	background-color:#ddd;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.smallicon {
	margin:0px 2px 0px 2px;
	border:0px;
}

.closelink {
	padding-right:25px;
	padding-bottom:5px;
}

.nw {
	white-space:nowrap;
}

.snlink {
	padding:4px 5px 3px 5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#e0e0f7; /*same as "databack" background color */
	color:black;
	text-decoration:none;
}

a.snlink:hover, .snlinkact {
	background-color:#0A6A0A; /*same as "fieldnameback" background color */
	color:#fff;
}

.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 101;
}

.LB_window {
	position: absolute;
	background: #e0e0f7; /*same as "databack" background color */
	border: 2px solid #0A6A0A; /*same as "fieldnameback" background color */
	color:#000000;
	display:none;
	z-index:500;
	padding-top:28px;
}
/*
* html .LB_window {position:absolute;}
*/

#LB_closeWindow{
	padding:10px 25px 10px 0;
}

.LB_content{
	overflow:auto;
}

.LB_closeAjaxWindow{
	cursor: move;
	margin: 0px;
	padding:3px 0px 2px 0px;
	position:absolute;
	text-align:right;
	top: 0;
	background-color:#0A6A0A; /*same as "fieldnameback" background color */
}

.LB_closeAjaxWindow a {
	cursor: pointer;
	padding: 2px 4px 2px 2px;
}

/* The following classes were added when converting the Help screens to php file for the template look and feel */
/* subheadbold: subheading text in Help screens */
.subheadbold {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

/* largeheader: heading text used on dark backgrounds (usually fieldnameback) in Help screens */
.largeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}

/* optionhead: added to replace <strong> on option heading */
.optionhead {
	font-weight: bold;
}

/* helpbody: describes page background on Help screens  */
.helpbody {
	background-image: url(../background.gif);
}

.tblback {
	background-color: #FFFFFF;
}

.yellow {
	color: #FFCC33;
}

td.highlightedchild {
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

td.unhighlightedchild {
    padding-top:1px;
	padding-bottom:1px;
}

/* templatestyle.css for template 4 overrides to TNG genstyle.css   */

/* header: heading text */
.header {
	color: #37B60A;
}

/* body: describes page background color and all non-table text not governed by any other style */
/*      background-image: url(back.gif); */
 
body {
    margin-top: 8px;
    background-image: url(back.gif); 
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #990000;
}

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

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

/* sideback: background color for side and top frames */
.sideback {
	background-color: #37B60A;
	background-image: none;
}

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

#mnav li { /* all list items */
	background: #CCCC99; /*same as "databack" background color */
	border-top:1px solid #CCCC99; /*same as "databack" background color */
	border-left:1px solid #CCCC99; /*same as "databack" background color */
}

#mnav li ul li {
	background: #eeeecc; /*inactive dropdown menu color*/
}

/* page: is defined to replace the bgcolor=#FFFFFF; in the top table for the page */
.page {
	background-color : #FFFFFF;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */
	margin-right: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 90%;   /* to center, change to 900px or 90% */
}

/* line: is defined to replace the bgcolor="#999966" used with a line gif image (khaki.gif in template 4)*/
.line {
    background-image: url(khaki.gif);
    height: 1px;
    border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px;
}


/* footer added to replace footer fonts and links */
.footer {
	font-size: 10px;
	color: #000000;
}

a.footer:link  {color: #333399;} 
a.footer:visited  {color: #333399;} 
a.footer:hover  {
	color: #339999;
}

/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-image: url(background_menu.gif);
}	
/*	border-right: 0px; 
	border-bottom: 0px;
	
	margin-left: 10px;
	vertical-align: top;
} */

#tngnav a {
	font: 10px arial, helvetica, sans-serif;
}

/* additional styles added for XHTML 1.0 Strict validation */
/* featureimg defined to replace width="40" height="45" border="1" hspace="8" align="left" in index.php for feature images */
.featureimg {
	width: 40px;
	height: 45px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	border: 1px;
	border-color: black;
	border-style: solid;
}

/* emailimg added to replace width="40" height="26" border="0" align="left" hspace="8" vspace="2" for email.gif */
.emailimg {
	width: 40px;
	height: 26px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
	border: 0px;
}

/* searchimg added to replace width="109" height="35" vspace="0" border="0" search4.gif */
.searchimg {
	width: 109px;
  	height: 35px;
  	padding: 0px;
	border: 0px;
}

/* banner added to replace width="468" height="100" vspace="5" border="0" align="left" for title.gif */
.banner {
  	text-align: left;
  	margin-top: 5px;
	border: 0px;
}

/* smallphoto added to replace width="71" height="100" vspace="5" border="0" align="right" for smallphoto.jpg */

.smallphoto {
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0px;
} 

.imgright {
	float: right;
}

/* emphasisyellow: added to replace <strong> for welcome message */
.emphasisyellow {
	font-weight: bold;
	color: yellow;
}

/*  home page sections replaces valign="top" width="300" */
.section_col {
	width: 300px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:10px;
	vertical-align: top;
}

.section_main {
	width: 800px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:10px;
	vertical-align: top;
}

.spacercol {
	width: 1%;
}

.content {
	width: 100%;
	vertical-align: top;
}

/* indexpage defined to replace bgcolor="#FFFFFF" sytle="text-align:left" "border="0" cellspacing="0" cellpadding="0" in index.php sets width of page  */
.indexpage {
	background-color : #ffffcc;
	margin-top: 0px;
	text-align: left;  /* added to replace style="text-align:left" in 6.2.0 */  
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%    /* total width of all the columns */
}

/* bigphoto defined to replace width="300" height="172" border="0" in index.php */ 
.bigphoto {
	border: 0px;
} 

.snlink {
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	background-color:#D9D9D3;
	color:black;
}

a.snlink:hover, .snlinkact {
	background-color:#37B60A;
	color:#fff;
}

.LB_window {
	background: #CCCC99;
	border: 2px solid #000000;
	color:#000000;
}

.LB_closeAjaxWindow{
	background-color:#37B60A;
}
/* end of templatestyle.css for template 4 */

.searchbox {
	width: 140px; 
	height: 20px; 
	font-size: 11px; 
}	

.searching {
	width: 170px 
	height: 35px 
	margin-top: 0px;
	margin-bottom: 0px; 
	border: 0
)	

div.c8 {text-align: center}
 td.c7 {background-color: #999966}
 div.c6 {text-align: left}
 li.c5 {list-style: none}
 li.c4 {list-style: none; display: inline}
 hr.c3 {text-align: left; width: 110px}
 hr.c2 {text-align: center; width: 110px}
 input.c1 {font-size: 10px;}	