﻿html,body {
	margin: 1;
	padding: 0;
	height: 100%;
	margin-bottom: 1px;
	background:#42475b;
	scrollbar-base-color:#2f3342;
}

body.familydata {
	scrollbar-face-color: B9AF92;
 	scrollbar-highlight-color: 002754;
 	scrollbar-shadow-color: 002754;
 	scrollbar-3dlight-color: 002754;
 	scrollbar-darkshadow-color: 002754;
 	scrollbar-track-color: 002754;
 	scrollbar-arrow-color: yellow;
 }


table.familydata {
	background:#42475b;
	border: 0px solid #111111;
	cell-padding:8px;
	cell-spacing:0px;
	border-collapse:collapse;
	width: 880;
	height: 100%; color:#FFFFFF
}



table.familydata a{
	color:#ffffff;
	text-decoration:underline;
}


table.familydata a:hover {
	color:#ff0000;
}


div.container {
	position: relative;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 880px;
	background:#42475b;
	border: 0px solid #2f375b;
}

table.centering {
	width: 100%;
	height: 100%;
	border-collapse:collapse;
	cell-padding:0px;
	cell-spacing:0px;
	border: 0px solid #00ff00;
	text-align:center;
}

td.centercell {
	text-align: center;
	vertical-align: top;
	height: 100%;
}

table.content {
	width: 100%;
	height: 100%;
	padding:0px;
	spacing:0px;
	text-align:left;
	white-space:nowrap;
	border-collapse:collapse;
	border: 0px solid #2f375b;
}


td#centervertical {
	vertical-align: middle;
	text-align: center;
}

td#menucell {
	height: 22px;}

.red         { color: #E80000 }
.rollover 	{ background-color: #000000}

.rolloveron 	{ background-color: #D9FFD9; filter:alpha(opacity=80)  }

 /* START THE CODE FOR THE MENUS */


 /* TOP LEVEL MENU CONTROL */


a.menu_TOP{
display:block;
line-height: 8pt;
text-align: center;
text-decoration:none;
border-right: #313252 0px solid;
border-left: #313252 0px solid;
}

 /* SUB LEVEL MENU CONTROL */

a.menu_SUB{
display:block;
padding: 2px 2px 2px 2px;
text-decoration:none;
filter:alpha(opacity=100);
border-bottom: #999999 0px solid;
}

 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #333333 1px solid;
border-bottom: #666666 1px solid;
border-right: #666666 1px solid;
border-left: #666666 1px solid;
filter:alpha(opacity=80);
z-index:100;
}