@import url("common_browser.css");

a {
	text-decoration: none;
}

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

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

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

}


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


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;
}

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

#results .pane_header {
	background-color: #666;
	border-bottom:#ccc solid 1px;
	color:#ffffff;
	top:0px;
}

#results h4 {
	color:#ffffff;
}



#nav .pane_header {
	background-color: #333;
	border-bottom:#ccc solid 1px;
	color:#ffffff;
	top:0px;
}

#nav h4 {
	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%
}

#toc_list {
	list-style: none;
	padding: 0px;
	margin: 1px 10px 1px -10px;
	border: none;
}

#toc_list li {
	list-style: none;
	padding: 2px 20px 2px 20px;
	font-size: 1em;
	line-height:1.2em;
}

#toc_list li a {
	color:#ccc; 
}

#toc_list li a:hover {
	color: #666;
	background-color:#ccc;

}

#toc_list li.selected {
	background-color:#993300;
	color: white;
}

#toc a {
color:#CCCCCC;
}

.month li a:hover {
	background-color:#333;
}

#calendar_results {
background-color:#f00;

}

#obit_results {

}

#obit_la {
border-right:#fff solid 1px;
float:left;
margin: 10px 10px 10px 10px;
padding: 10px 45px 10px 10px;
background-color:#CCCCCC;
color:#000000;
width:39%;

}

#obit_en {
float:right;
margin: 10px 10px 10px 10px;
padding: 10px 15px 10px 10px;
background-color:#CCCCCC;
color:#000000;
width:39%;

}