/*your custom style goes in this file*/
/* THIS IS FOR THE TARTAN PAGES (003300)


/* header: heading text */
.header {
		color: #990000;
}

   .tartanheader {
  background-image: url(back.gif);
  }

/* 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;
}

./* menuback: left nav menu background color with no right and bottom border */
.menuback {
  color: #003300;
/* background-image: url(tartan.jpg); */

}   

.leftmenu {
	   background-image: url(tartan.jpg);
	} 
	

/* fieldnameback: background color for column and row title sections */
.tartannameback {
	background-image: url(tartan.jpg);
	width: 140px;
}
	


/* fieldnameback: background color for column and row title sections 
.tartanback {
 background-image: url(tartan.jpg); 
	color: #003300;
	width : 130px;
}                                                                    */


/* 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;}

 
a.whitepage:link, a.whitepage:active, a.whitepage:visited {
color: #ffffff;
}

.tartanlinkbox {
	background: #003300;
	}



/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-image: url(tartan.jpg);
	border-right: 1px solid #003300; 
	border-bottom: 1px solid #003300;
}







/* 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%;
  }

  
  .myfont {
color: #006600;}		

.sectionheadline {
	color: #990000;
	font-weight: bold;
}

.sectionuline {
  color: #990000;
  }
/* 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;
}

.snlink {
  border-radius: 4px;
  }