@import url("common_browser.css");

a {
	text-decoration: none;
}

a:link { color: white;}
a:visited { color: whitesmoke; }
a:hover { color: orange; }
a:active { color: orange; }

#wrapper {
	height:98%;
	width:98%;
	overflow:hidden;
	left:1%;
	top:1%;
	z-index:1;
	right:1%
}


#page_head {
	position:absolute;
	height:8em;
	left:1%;
	top:1%;
	width:98%;
	font:Georgia, "Times New Roman", Times, serif;
	z-index:16;
}

#page_body {
	position:absolute;
	left:1%;
	top:9.5em;
	height:80%;
	width:98%;
	overflow:hidden;
}
/*

#wrapper {
	height:98%;
	width:98%;
	overflow:hidden;
	left:1%;
	top:1%;
	z-index:1;
	right:1%;
}

#page_body {
	margin-left:0%;
	margin-top:12px;
	height:80%;
	width:98%;
	overflow:hidden;

}*/

#toc h4{
	font-size: .9em;
	font-weight:800;	
	padding: 10px 5px 1px 15px;
	margin:1px 5px 1px 5px;
	border: 0;
	color:#fff;
}

#toc h4 a{
	color:#ccc;
}


.pane_header {
	background-color:#333;
	border-bottom:#ccc solid 1px;
	color:#fff;
	top:0px;
	padding: 1px 5px 1px 10px;
}

div#choose_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:10%;
	}

div#choose {
	border:#ffffff solid 1px;;
	left:0px;
	height:25px;
	padding:2px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	background-color:#656f77;
	overflow:hidden;
	color:#FFFFFF;
}

#nav {
	position:absolute;
	width:300px;
	height:90%;
	overflow:auto;
	margin-left:0px;
	color:#ccc; 
	border:#fff solid 1px;
	z-index:10;
	background-color:#666;
	top:8%
}

#nav a{
		color:#ccc; 
}

#nav a:hover {
	color: #666;
	background-color:#ccc;
	}

#results {
	position: absolute;
	padding: 0px;
	height: 98%;
	overflow: auto;
	background-color:#CCCCCC;
	color:#000000;
	border:#fff solid 1px;
	left:310px;
}

.calendar {
}

table.month {
	background-color:#CCCCCC;
	color:#000000;
	width: 100%;
}

tr.day.even {
	background-color: #dedede;
	color:#000000;
	}
	
td.gn {
/*border-bottom:#FFFFFF solid 1px;*/
width:2%;
color:#000000;
}

td.dn {
/*border-bottom:#FFFFFF solid 1px;*/
width:2%;
color:#000000;
}
	
td.r {
/*border-bottom:#FFFFFF solid 1px;*/
width:2%;
color:#000000;
}

td.day_cell {
border-right:#FFFFFF solid 1px;
width:4%;
color:#000000;
}


td.event-la {
border-right:#FFFFFF solid 1px;
width:30%;
color:#000000;
}

td.event-en {
margin-left:1em;
padding-left:10px;
width:30%;
color:#000000;
}


#calendar_results {
}

#obit_results {

}