/*your custom style goes in this file*/
/* THIS IS FOR THE BLUE PAGES (0000FF)


/* header: heading text */
.header {
		color: #0000ff;
}

.menuback {
	background-color: #0000ff;
	width: 130px;
	}

body {
    margin-top: 8px;
    background-image: url(back.gif); 
}

/* link: normal links, active: links in use */
a:link {color : #0000ff;}
/* visited: previously visited links */
a:visited {color: #666633;}

a:active {color : #0000ff;}

/* links to other pages */
a.redpage:link {color: #990000;}
a.redpage:visited {color: #666633;}
a.redpage:active {color: #990000;}

a.tealpage:link {color: #008080;}
a.tealpage:visited {color: #666633;}
a.tealpage:active {color: #008080;}

a.purplepage:link {color: #330066;}
a.purplepage:visited {color: #666633;}
a.purplepage:active {color: #330066;}

a.olivepage:link {color: #808000;}
a.olivepage:visited {color: #666633;}
a.olivepage:active {color: #808000;}

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.orangepage:link {color: #ff6600;}
a.orangepage:visited {color: #666633;}
a.orangepage:active {color: #ff6600;}

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;
}

.bluelinkbox {
	background: #0000ff;
	}



/* text colour for Liston-Smith searches are black -ADC */
/* utilised here for NOSWORTHY searches */
.nessname {
	color: #99ccff;
} 

a.nessname:link, a.nessname:active, a.nessname:hover {
	color: #99ccff;
}
a.nessname:visited {
	color: #6699cc;
}


.listonname {
color: black;
}

a.brooksname:link, a.brooksname:active {
  font-family: Arial, Helvetica, sans-serif; 
	color: white;
	text-decoration: none;
}

a.brooksname:hover, a.brooksname:visited {
  font-family: Arial, Helvetica, sans-serif; 
	color: white;
	text-decoration: none;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #0000ff;
	border-right: 1px solid #0000ff; 
	border-bottom: 1px solid #0000ff;

}



/* 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 */
}

/*inactive tab*/
#tngnav a {
	color: #0000ff;
}



/* sideback: background color for side and top frames */
.sideback {
	background-color: #0000ff;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #cc6666;
}



h3 {font-size: 150%;}

.center {
     text-align: center;
   }

.tngmenuicon {
    color: #0000ff;
    }

table.genealogy {
	width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
  border-color: #111111;
  }
  
table.genealogy thead th {
  background: #0000ff;
  color: #ffffff;
  }
 
table.genealogy tbody td {
  font-size: 80%;
  }
  
/* put here for table data elements */

table.genealogy tbody td.cbold {
  text-align: center;
  font-weight: bold;
}  

.myfont {
color: #0000ff;}		

/* 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;
}

#mnav a:visited  {
	color: #0000ff;
		}
