/*your custom style goes in this file*/
/* THIS IS FOR THE TEAL PAGES (008080)


/* header: heading text */
.header {
		color: #008080;
}

.menuback {
  background-color: #008080;
  width: 130px;
  }
  
 body {
    margin-top: 8px;
    background-image: url(back.gif); 
} 

/* link: normal links, active: links in use */
a:link, a:active {
	color : #008080;
}

/* visited: previously visited links */
a:visited {
	color: #666633;
}


/* links to other pages */
a.redpage:link {color: #990000;}
a.redpage:visited {color: #666633;}
a.redpage:active {color: #990000;}

a.olive:link {color: #808000;}
a.olive:visited {color: #666633;}
a.olive:active {color: #808000;}

a.purplepage:link {color: #330066;}
a.purplepage:visited {color: #666633;}
a.purplepage:active {color: #330066;}

a.bluepage:link {color: #0000FF;}
a.bluepage:visited {color: #666633;}
a.bluepage:active {color: #0000FF;}

a.brownpage:link {color: #663300;}
a.brownpage:visited {color: #666633;}
a.brownpage:active {color: #663300;}

a.greenpage:link {color: #00CC00;}
a.greenpage:visited {color: #666633;}
a.greenpage:active {color: #00CC00;}

a.tartanpage:link {color: #003300;}
a.tartanpage:visited {color: #666633;}
a.tartanpage:active {color: #003300;}

a.greypage:link {color: #333333;}
a.greypage:visited {color: #666633;}
a.greypage:active {color: #333333;}

 a.whitepage:link, a.whitepage:active, a.whitepage:visited {
color: #ffffff;
}

.teallinkbox {
	background: #008080;
	}


/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #008080;
	border-right: 1px solid #008080; 
	border-bottom: 1px solid #008080;
}

/*for alignment on menu icons*/
.tngmenuicon {
	vertical-align: -3px;
	padding:1px;
	color: #008080;
}


/* databack: background color for data areas */
.databack {background-color: #cccc99;}

#mnav li { /* all list items */
	background: #e0e0f7; /*same as "databack" background color */
	border-top:1px solid #e0e0f7; /*same as "databack" background color */
	border-left:1px solid #e0e0f7; /*same as "databack" background color */
}

#tngnav a {
	font: 10px arial, helvetica, sans-serif;
	color: #008080;
}

/* 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;
}



h3 {font-size: 150%;}


table.genealogy {
	width: 100%;
  margin-bottom: 5px
  }
  
table.genealogy thead th {
  background: #008080;
  color: #FFFFFF;
  }
 
table.genealogy tbody td {
  font-size: 80%;
  }

.myfont {
color: #33cccc;}	

/* Added for TNG 8.1.0 * - ADC/

/* Corrects the line above and below the banner */
/* 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: 2px;
    border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px;
}
/* Adjusts the width of dropdowns to match width of banner */

#mnav .drop {
	padding-right:1em;
	width:108px;
}
