/*your custom style goes in this file*/

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

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
        background-image: url('../orange-background-light.jpg'); 
        background-repeat: repeat;
 	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
        color : #333399; 
}

/* visited: previously visited links */
A:VISITED {
         color : #387f91;
 
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {

	background-image: url('../img/fc/blue.jpg');
        background-repeat: repeat;
 
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* glassback: glass background color for column and row title sections */
.glassback {

        background-image: url('../img/fc/blue.jpg'); 
        background-repeat: repeat;

	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}



/* orangeback: orange background color for column and row title sections */
.orangeback {

	background-image: url('../orange-background.jpg'); 
        background-repeat: repeat;
        
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #e68d15; 
	border-bottom: 1px solid #e68d15;
}

/* orangebacklighter: orange background colour for column and row title sections */
.orangebacklighter {

	background-image: url('../orange-background-ligter.jpg'); 
        background-repeat: repeat;
        
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #e68d15; 
	border-bottom: 1px solid #e68d15;
}

/* orangebackdarker: orange background colour for column and row title sections */
.orangebackdarker {

	background-image: url('../orange-background-darker.jpg'); 
        background-repeat: repeat;
        
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #e68d15; 
	border-bottom: 1px solid #e68d15;
}

/* orangedarker: orange background colour for column and row title sections */
.orangedarker {

	background-image: url('../orange-background-darker.jpg'); 
        background-repeat: repeat;
        /*these 2 lines added in 5.0*/
	/*border-right: 1px solid #e68d15;*/ 
	/*border-bottom: 1px solid #e68d15;*/	
}

/* orangeformback: orange background colour for overall form */
.orangeformback {

	background-image: url('../orange-background-darker.jpg'); 
        background-repeat: repeat;
        
        border-left: 1px solid #f6cc9c; 
	border-top: 1px solid #f6cc9c;
	border-right: 1px solid #e68d15; 
	border-bottom: 1px solid #e68d15;	
}

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

	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}


.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:#ffffff; 
	color:black;
	text-decoration:none;
}

a.snlink:hover, .snlinkact {
	background-image: url('../img/fc/blue.jpg');
        background-repeat: repeat;
	color:#fff;
}


/* counting-down settings */
#cd {
	margin: off;
	height: auto;
	width: auto;
	font-family: "Courier New", Courier, mono;
	font-size: 16pt;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	background-image: url('../orange-background-darker.jpg');
        /* background-color:#ffffff; */
	vertical-align: middle;
        white-space: nowrap;
}





.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:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}

a.lightlink:hover, a.lightlink:active {
	color: #FFCC33;
	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: #FFFFFF;
	/*these 2 lines added in 6.0.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

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

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #336399;
	/*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.lightlink3:active {
	color: #FFCC33;
	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;
}

/*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;
	
        /* -ORIG------ background: #e0e0f7; */
	
        /* -MY CHANGE------ */
        background-image: url('../orange-background-light.jpg'); 
        background-repeat: repeat;
        /* -end of my change------ */

        /* -ORIG------  border-bottom:1px solid #777; */

        /* -MY CHANGE------ */
        border-bottom:1px solid #e3a96b;
        /* -end of my change------ */

	/* -ORIG------  border-right:1px solid #777; */

        /* -MY CHANGE------ */
        border-right:1px solid #e3a96b;
        /* -end of my change------ */

	/* -ORIG------  border-top:1px solid #e0e0f7; */

        /* -MY CHANGE------ */
        border-top:1px solid #f5c792;
        /* -end of my change------ */

	/* -ORIG------  border-left:1px solid #e0e0f7; */

        /* -MY CHANGE------ */
        border-left:1px solid #f5c792;
        /* -end of my change------ */

}

#mnav li ul { /* second-level lists */
	border-top: 1px solid #002455;
	border-left: 1px solid #002455;
	border-right: 1px solid #002455;
        border-bottom: 1px solid #002455;
	background: #ffffff;
	position: absolute;
	width: 10em;
	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: 10em;
	background: #eeeeee; /*inactive dropdown menu color*/
	margin-right: 0px;
	margin-top: 1px;
	border-bottom: 1px solid #002455;
}

#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;
	
        /* -MY ADDITION------ */
        background-image: url('../orange-background-light.jpg');  

        /* -ORIG------  border-top:1px solid #aaa; */
        
        /* -MY CHANGE------ */
        border-top:1px solid #002455;
        /* -end of my change------ */

        /* -ORIG------  border-left:1px solid #aaa; */
        
        /* -MY CHANGE------ */
        border-left:1px solid #002455;
        /* -end of my change------ */


        /* -MY ADDITION------ */
        border-right:1px solid #002455; 
        border-bottom:1px solid #002455; 
        /* -end of my addition------ */

}

#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 for home page */

.s_return-link {
	color: #cc3300;
	font-weight: bold;
	text-decoration: underline;
}

.s_footer {
	padding:3px;
	margin:0px;
	font-size: 12px;
}

.s_black-border {
	border: 1px solid #000000;

}
.s_inner-table {
	margin: 5px;

}
.s_center-table_OLD {
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -208px;
	margin-left: -330px;

}

.s_center-table {
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -275px;
	margin-left: -245px;

}

.s_highestheight {
	height: 100%;
	position: relative;

}

.s_subnav-center-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 5px;

}



/* letter-style-header: letter styled header text */
.letter-style-header{
  	margin-top: 0px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
        /* font-weight: bold; */
	/* color: #333366; */
        color: #c46315;  
        
}

/* letter-style-header-nomargin: letter styled header text without margin*/
.letter-style-header-nomargin{
  	margin-top: 0px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
        /* font-weight: bold; */
	/* color: #333366; */
        color: #c46315;        
}

/* letter-style-subhead: letter styled sub-header text */
.letter-style-subhead{
  	margin-top: 0px;
        margin-left: 80px;
        margin-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: bold;
	/* color: #333366; */
        color: #000000;
}


/* letter-style: letter styled text blocks */
.letter-style{
  	margin-top: -3px;
        margin-left: 40px;
        margin-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
        line-height: 18px;
	color: #000000;
}

/* captcha-style: letter styled for captcha */
.captcha-style{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
        line-height: 18px;
	color: #000000;
}

/* letter-style-sub: letter styled sub text blocks */
.letter-style-sub{
  	margin-top: 10px;
        margin-left: 80px;
        margin-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
        line-height: 18px;
	color: #000000;
}

/* memb-letter-style-sub: letter styled sub text for members page */
.memb-letter-style-sub{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
        font-weight: bold;
        line-height: 18px;
	color: #000000;
}

/* memb-letter-style: letter styled text blocks for members page */
.memb-letter-style{
  	margin-top: -3px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 18px;
	color: #000000;
}

/* memb-big-style: big heading styled text blocks for members page */
.memb-big-style{
  	margin-top: 15px;
 	margin-bottom: 10px;
}


/* memb-letter-style-small: small letter styled text blocks for members page */
.memb-letter-style-small{
  	margin-top: -3px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
        line-height: 14px;
	color: #000000;
}


/* memb-subheading: letter styled sub header text without margin*/
.memb-subheading{
  	margin-top: 0px;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight: bold; 
	color: #000000;        
}

/* memb-subheading2: letter styled sub header text without margin*/
.memb-subheading2{
  	margin-top: 0px;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        line-height: 40px;
        font-weight: bold; 
	color: #000000;        
}

/* memb-subheadingbig: big letter styled sub header text without margin*/
.memb-subheadingbig{
  	margin-top: 0x;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
        /* line-height: 50px; */
        font-weight: bold; 
	color: #000000;        
}

/* normalplus1: members links */
.normalplus1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}






/* transcript: transcript text colour */
.transcript{
	color: #974001;
}










/* XTRAMENU STUFF */
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.xtramenu { margin: 10px; height: 100px; font-size: 10pt; font-family: verdana; }
.xtramenu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 11em; }
.xtramenu li { background-color: #ffffff; float: left; }
.xtramenu li.sub { background-color: #ffffff; }
.xtramenu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.xtramenu a, .xtramenu a:visited { border: 1px solid #000000; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 11em; color: #000000; padding-left: 1em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; }
.xtramenu b { float: right; margin-right: 5px; }
* html .xtramenu a, * html .xtramenu a:visited { width: 11em; }
* html .xtramenu a:hover { border-color: #000000; color: #000033; background-image: url('../orange-background-light.jpg'); position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.xtramenu li:hover { position: relative; }
.xtramenu a:active, .xtramenu a:focus { border-color: #000000; color: #000099; background-image: url('orange-background-light.jpg'); font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.xtramenu li:hover > a { border-color: #000000; color: #000099; background-image: url('../orange-background-light.jpg'); font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.xtramenu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 7em; background-color: transparent; }
.xtramenu li:hover > ul { visibility: visible; }
.xtramenu ul a:hover ul ul { visibility: hidden; }
.xtramenu ul a:hover ul a:hover ul ul { visibility: hidden; }
.xtramenu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.xtramenu ul a:hover ul { visibility: visible; }
.xtramenu ul a:hover ul a:hover ul { visibility: visible; }
.xtramenu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.xtramenu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }




