.titlebox {
	border: 1px solid silver;
	background-color: #444444;
	padding: 10px;
	margin: 1px;
}
.whiteback {
	border: 1px solid silver;
	background-color: #000000;
}

/*TNG Tabs - Begin*/

#a0 { left: 10px;}
#a1 { left: -15px;}
#a2 { left: -40px;}
#a3 { left: -65px;}
#a4 { left: -90px;}
#a5 { left: -115px;}
#a6 { left: -140px;}

/*main method*/
ul#tngnav {
	margin:0 0px 0px;
	padding: 0 0 0 0px;
	list-style: none;
	border: none;
} 

#tngnav li {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}
#tngnav a#a0 { left: 10px;}
#tngnav a#a1 { left: -15px;}
#tngnav a#a2 { left: -40px;}
#tngnav a#a3 { left: -65px;}
#tngnav a#a4 { left: -90px;}
#tngnav a#a5 { left: -115px;}
#tngnav a#a6 { left: -140px;}

#tngnav a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url(../img/tngtab.png) no-repeat;
	margin: 0;
	padding: 0.2em 1.9em 0.3em 26px;
	border-right: 1px solid #888;
	position: relative;
	font: 11px arial, helvetica, sans-serif;
}

#tngnav a.here {
	position: relative;
	z-index: 10;
	background: url(../img/tngtabactive.png) no-repeat;
	color: #FFCC00;
	border-right: 1px solid #fff;
	padding: 0.2em 1em 0.4em 26px;
	margin: 0 4px 0 0;
}
	
#tngnav a:hover {
	background: url(../img/tngtabactive.png) no-repeat;
	color:#ffffff;
}

/*everything below this point is to keep older browsers happy*/
#tabs div {
	position: relative;
	float:left;
	height: 21px;
}

#tabs .divhere {
	z-index:10;
	margin: 0 4px 0 0;
}

/*inactive tab*/
#tabs a {
	background: url(../img/tngtabactive.png) no-repeat;
	color:#000000;
	padding: 0.2em 1.9em .6em 26px;
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid #aaa;
}

/*active tab*/
#tabs a:hover {
	background: url(../img/tngtabactive.png1) no-repeat;
	color:#000000;
}

/*active tab*/
#tabs a.here {
	background: url(../img/tngtabactive.png1) no-repeat;
	color:#000000;
	padding: 0.2em 1.0em .6em 26px;
}

/*TNG Tabs - End*/

/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* fieldnameback: background color for column and row title sections */
BODY {
	background-color: #000000;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.canvas {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid silver;
}
.controllerContainer {
    height: 34px;
    background: #111111;
    border: solid 1px #000;
    padding: 0px;
}
.controllerImage {
    margin: 5px 0px 0px 5px;
    background: #000000;
    vertical-align: bottom;
}
.dragarea {
	width:50px;
	cursor:move;
	text-align:center;
	background-color:#222;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.subhead {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999
}
.togglehead {
	text-decoration: none;
	color: #999999;
}
.fieldnameback {
	background-color: #000;
	/*	background-image: url(../PicGen/fieldbg.jpg);*/
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
}
/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.LB_window {
	position: absolute;
	background: #999; /*same as "databack" background color */
	border: 2px solid #333366; /*same as "fieldnameback" background color */
	color: #fff;
	display: none;
	z-index: 500;
	padding-top: 28px;
}
/*boxes on pedigree chart*/
.pedbox {
	position: absolute;
	z-index: 5;
	overflow: hidden;
	background: #444444;
}
.rounded10 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.rounded4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.popup { 
position:absolute; 
visibility:hidden; 
background-color:#444444; 
z-index:8 }
.pboxpopup {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #444;
}
/*background for pedigree popups*/
.pboxpopupdiv {
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	background-color: #444;
	padding: 5px;
}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
}
.lightback {
	background-color: #333333;
	/*these 2 lines added in 6.0.0*/
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.border {
	background-color: #000;
}
.snlink {
	padding: 4px 5px 3px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #333;
	color: #888888;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.snlink:hover, .snlinkact {
	background-color: #000;
	color: #fff;
}
/* sideback: background color for side and top frames */
.sideback {
	background-color: #000000;/*	background-image: url(../PicGen/fieldbg.jpg);*/
}
/* lists nested under hovered list items */
#mnav li:hover, #mnav li.sfhover {
	background-color: #000000;
	border-top: 0px solid #aaa;
	border-left: 0px solid #aaa;
}
/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #cccccc;/*	background-image: url(../PicGen/fieldbg.jpg);*/
}
/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #C60;
}
/* visited: previously visited links */
A:VISITED {
	color: #09F;
}
/* databack: background color for data areas */
.databack {
	background-color: #222;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
/*added in 6.0.0*/
/*for css dropdown menus*/
#mnav, #mnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#mnav a {
	display: block;
	width: 7em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-decoration:none;
}
#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	background: #333; /* Dark Grey */
	background-image: url(../PicGen/ig_background_grey.png);
    border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-top: 1px solid #fff; /*same as "databack" background color */
	border-left: 1px solid #fff; /*same as "databack" background color */
}
#mnav .drop {
	padding-right: 1em;
	width:95px;
}
#mnav li ul { /* second-level lists */
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background: #444;
	position: absolute;
	width: 13em;  /*increased to 13 in 6.2.0*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* menu dropdown top color */
#mnav li ul li {
	border: 0px;
	width: 13em;  /*increased to 13 in 6.2.0*/
	background: #444; /*inactive dropdown menu color*/
	margin-right: 0px;
	margin-top: 1px;
	border-bottom: 1px solid #777;
}
#mnav li ul li a {
	width: 13em;  /*increased to 13 in 6.2.0*/
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}
#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #333;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
#mnav li:hover li, #mnav li.sfhover li { /* lists nested under hovered list items */
	border-top:none;
	border-left:none;
}
#mnav li:hover ul, #mnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
