/*your custom style goes in this file*/
/* THIS IS FOR THE RED PAGES ()


/* header: heading text */
.header {
		color: #990000;
}

/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-color: #990000;
	
} 

/* utilised here for OTHER CRAXFORD searches */
.cxname {
	color: #ffff00;
} 

a.cxname:link, a.cxname:active, a.cxname:hover {
	color: #ffff00;
}
a.cxname:visited {
	color: #cccc99;
}


/* link: normal links, active: links in use */
a:link {color : #990000;}
/* visited: previously visited links */
a:visited {color: #666633;}

a:active {color : #990000;}

/* links to other pages */
a.bluepage:link {color: #0000FF;}
a.bluepage:visited {color: #666633;}
a.bluepage:active {color: #0000FF;}

a.olivepage:link {color: #808000;}
a.olivepage:visited {color: #666633;}
a.olivepage:active {color: #808000;}

a.purplepage:link {color: #330066;}
a.purplepage:visited {color: #666633;}
a.purplepage:active {color: #330066;}

a.tealpage:link {color: #008080;}
a.tealpage:visited {color: #666633;}
a.tealpage:active {color: #008080;}

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.yellowpage:link {color: #ffff33;}
a.yellowpage:visited {color: #000000;}
a.yellowpage:active {color:#ffff33;} 



/* databack: background color for data areas cccc00 */
.databack {background-color: #cccc99;}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #990000;
	border-right: 1px solid #990000; 
	border-bottom: 1px solid #990000;
}

#tngnav a {
	font: 10px arial, helvetica, sans-serif;
	color: #990000;
}



#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 */
}
/* 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;
}

.central {
  text-align: center;
  }

.center {
   background-color: #ffffff;
   background-image: none;
   text-align: center;
   }
 
  

h3 {font-size: 150%;}




table.genealogy {
	
  margin-bottom: 5px;
  border-collapse: collapse;
  border-color: #111111;
  }
  
table.genealogy thead th {
  background: #990000;
  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;
}  

.data1 {
	width: 15%;
	text-align: center;
}

.data2 {
	width: 35%;
	}

.data3 {
	width: 25%;
}

.data4 {
	width: 25%;
}

.myfont {
color: #cc3333;}			
