/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	ablaze
   TEMPLATE CODE: 	S-0009
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
	
	
	#336699

#24486B

#D5EAFF

#AAD5FF

#996833

#6B4924

#FFEBD5

#FFD6AA

#998533

#6B5D24

#FFF7D5

#FFEEAA

#553399

#3B246B

#E3D5FF

#C6AAFF
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em  Tahoma, 'Trebuchet MS', sans-serif;
	color: #7B7B7B;
	background: #FFF7D5;
	text-align: center;		
}

/* links */
a {
	color: #333366; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #B2B2B2; /* C8AAFF */
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #996833;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 5px 15px;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #996833;
}
ul span, ol span {
	color: #996833;
} 

/* images */
img {
	padding:3px;
	border: 1px solid #996833;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #998533;
}
a:hover img {  
  border: 0px solid #FFD6AA !important; /* IE fix*/
  border: 0px solid #FFD6AA;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FFF7D5;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #6B5D24;
}
blockquote {
	margin: 15px 15px 15px 0;
 	padding: 0 0 0 20px;  	
  	background: #FFF7D5;
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 10px 15px 10px 0;
	padding: 10px 15px;
	background: #FFF7D5;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #FFF;
}
textarea {
	width: 250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#000;
	background: #FFF;
}
input.button { 
	margin: 0; 
	font: bold .80em Arial, Sans-serif; 
	border: 1px solid #999;
	cursor: pointer;
	padding: 2px 3px; 
	color: #999;
	background: #FFF;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 5px; right: 0;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; 
	padding: 0 2px;
	width: 130px;
	background: #FFF7D5;
	color: #B38300;
	font: 11px Arial, sans-serif; 
	height: 20px;
	border: 1px solid #B7080F;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 11px Arial, sans-serif; 
	background: #FFF7D5;
	color: #996833;	
	width: 70px;
	height: 22px;
	border: 1px solid #B7080F;	
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, 
#footer-content,
#content {
	width: 95%;
}

/* header */
#header {
	background: #FFF url(headerbg.jpg) repeat-x 0% 100%;
	height: 110px;
	text-align: left;
	border-bottom: 0px solid #FFEEAA;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}

#header-content #logo {
	position: absolute;	
	font: bold 4.6em Tahoma, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #3B246B;
	margin: 0; padding: 0;
	border:0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 0px;


}
#header-content #slogan {
	position: absolute;	
	font: bold 1.1em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF7D5	;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 15px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0; top: 70px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #996833;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #E3D5FF;
}
#header-content li a:hover {
	background: #24486B url(buttonbg.jpg) repeat-x;
	color: #FFF7D5;
}
#header-content li a#current  {
	background: #24486B url(buttonbg.jpg) repeat-x;
	color: #FFF7D5;
}

.genderAge {
	font:12px Arial, Helvetica, sans-serif;
}



/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #FFF;		
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0; margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 10px 0; padding: 0;
	background: #ffffff;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	background: #AAD5FF;
	padding: 15px 0;		
	border: 1px solid #e2e2e2;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #573399;
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #FFF7D5;
	border-right: 5px solid  #FFD6AA;
	border-bottom: 1px solid #999;
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px solid #999;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #FFF;
	border-left: 5px solid  #3D246B;
	color: #3D246B;		
}

/* main */
#main {
	float: left;
	width: 75%;	
	margin: 10px 0 10px; padding:0;
	background: #fff ;
	border:0px solid #333;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	border-top: 1px solid #555;
	font-size: 95%;
	color:#996833;
	background-color:#FFF;
	text-align: left;	
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {	
	margin: 0 auto;
}
#footer-content a {
	text-decoration: none;
	color: #996833;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #FFD6AA;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 33%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 32%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	background: #FFF7D5;
	padding: 5px 15px;
	margin: 20px 0px 10px 0px;
}



/* GENSTYLE2 */
/*************/

/* 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: white;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #990000;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

/* 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 : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #990000;
}

/* visited: previously visited links */
A:VISITED {
	color: #666633;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #333366;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
	padding:2px;
}

/* databack: background color for data areas */
.databack {
	background-color: #FFF7D5;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
	padding:2px;
}

.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: #990000;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #cc6666;
	/*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;
	background: #FFF7D5; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #FFF7D5; /*same as "databack" background color */
	border-left:1px solid #FFF7D5; /*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: 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: #eeeecc; /*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;
}

.showHide  {position:relative;z-index:99;  display:block;}

a.reminderWhat
{
    position:relative; /*the key*/
    z-index:20;
    color:#0066CC;
    text-decoration:none
}
a.reminderWhat:visited {
    color:#0066CC;
}
a.reminderWhat:hover
{
    z-index:25; 
	background-color:#fff;
    color:#0066CC;
}
a.reminderWhat span
{
    display: none
}
a.reminderWhat:hover span{ /*show span on hover*/
    display:block;
    position:absolute;
    text-decoration:none;
    color:#0066CC;
    padding:0px;
    /*top:-67px; left:53px;*/
	top:10px;left:10px;
	
}

