/*your custom style goes in this file*/
/* THIS IS FOR THE TARTAN PAGES (003300)


/* header: heading text */
.header {
		color: #990000;
}

/* body: describes page background color and all non-table text not governed by any other style */
.body {
    background-image: url(back.gif);
    margin-top: 8px;
}



/* subhead: subheading text */
.subhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #000000;
}

/* body: describes page background color and all non-table text not governed by any other style */


/* page: is defined to replace the bgcolor=#FFFFFF; in the top table for the page */
.page {
	background-color : #FFFFFF;
	background-image: none;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */  
}


/* link: normal links, active: links in use */
A:LINK {color : #003300;}
/* visited: previously visited links */
A:VISITED {color: #666633;}

A:ACTIVE {color : #003300;}

/* links to other pages */
A.redpage:LINK {color: #990000;}
A.redpage:VISITED {color: #666633;}
A.redpage:ACTIVE {color: #990000;}

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: #800080;}
A.purplepage:VISITED {color: #666633;}
A.purplepage:ACTIVE {color: #800080;}

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.greypage:LINK {color: #333333;}
A.greypage:VISITED {color: #666633;}
A.greypage:ACTIVE {color: #333333;}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #003300;
	border-right: 1px solid #003300; 
	border-bottom: 1px solid #003300;
}

/* fieldnameback: background color for column and row title sections */
.tartannameback {
	background-image: url(tartan.jpg);
	width : 10%;
}



/* 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 */
}
/* 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%;}


table.genealogy {
	width: 100%;
  margin-bottom: 5px
  }
  
table.genealogy thead th {
  background: #0000FF;
  color: #FFFFFF;
  }
 
table.genealogy tbody td {
  font-size: 80%;
  }

.menuback {
  background-color: #003300;}
  
  .myfont {
color: #006600;}		

.sectionheadline {
	color: #990000;
}
