/*
   4 April 2009
   
   The following items override the TNG styles. This file does not get
   overwritten during TNG upgrades.
   
   To see what a style does, I change the color to red #ff0033, upload
   this page, and reload a "person page" to see what turned red.
   
   To change the tab colors (Individual, Ancestor, Descendants, ...)
   go to http://www.albemarle-callaway.com/surnames/switchcolor.php
   and use that tool to create new tab images.
*/

/* Set this value to a percentage, and all other sizes in "em"s, e.g.,
   0.9em. This should allow browsers to make the fonts larger and smaller.
*/
BODY {
	font-size: 90%;
}

/* normal: most regular body text */
.normal {
	font-size: 1em;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-size: 0.9em;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-size: 1em;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #0000ff;
}

/* visited: previously visited links */
a:visited {
	color: #666699;
}

.whitesubhead {
	font-size: 1.2em;
}

/* smaller: small body text */
.smaller {
	font-size: 0.95em;
}

/* Links in the Personal Information line below the tabs */
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #FFCC33;
}

#mnav a {
    font-size: 1em;
}


#mnav li ul li a {
	font-size: 1em;
}

#mnav li { /* all list items */
	background: #fdf5e0; /*same as "databack" background color */
	border-top:1px solid #fdf5e0; /*same as "databack" background color */
	border-left:1px solid #fdf5e0; /*same as "databack" background color */
}


#mnav li ul li {
	background: #eeeecc; /*inactive dropdown menu color*/
}

.smallest {
	font-size: 0.8em;
}

.LB_window {
	background: #fdf5e0; /*same as "databack" background color */
	border: 2px solid #fdf5e0; /*same as "fieldnameback" background color */
}

.LB_closeAjaxWindow{
	background-color:#fdf5e0; /*same as "fieldnameback" background color */
}

/* subheadbold: subheading text in Help screens */
.subheadbold {
	font-size: 1.2em;
}

/* largeheader: heading text used on dark backgrounds (usually fieldnameback) in Help screens */
.largeheader {
	font-size: 2em;
}

/*inactive tab*/
#tngnav a {
	color:#0000ff;
	font: 1em arial, helvetica, sans-serif;
}

/*active tab*/
#tngnav a.here {
	color:#FFCC00;
}

/* header: heading text */
.header {
	color: #006600;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #006600;
}

/* databack: background color for data areas */
.databack {
	background-color: #feffe8;
}

/* page: is defined to replace the bgcolor=#676037; */
.page {
	background-color : #fff;
}

.topmenu {
	font-size: 1em;
    color: #006600;
}

a.topmenu:link  { color: #0000ff;} 
a.topmenu:visited  { color: #666699;} 
a.topmenu:hover  {
	color: #996633;
} 
a.topmenu:Active  {color: #0000ff;}

/* footer added to replace footer fonts and links */
.footer {
	color: #006633;
	font-size: 0.9em;
	text-align: center;
}

a.footer:link  { color: #0000ff;} 
a.footer:visited  { color: #666699;} 

/* The thin border surrounding the /surnames/index.php page content */
.indexpage {
	background-color : #996600;
}

