﻿body { 
}




.bchead {
	/* background: #eee; */
	padding: 3px;
	/*width: 700px;*/
	font-family: sans-serif;
	color: Green;
	border-bottom: 2px #ccc solid;
}



/* for the help and post links on the right */
#ef { float: right; }



#title {
	margin-top: 10px;
	font-size:x-large;
	font-style:italic;
	color:Black;
	font-weight:bold;
}


/* for the tabs */
#satabs {
	margin-top: 10px;
	font-size: smaller;
}

/* selected tabl */
#satabs b {
	background: white;
	border-top: 2px #ccc solid;
	border-left: 2px #ccc solid;
	border-right: 2px #ccc solid;
	padding: 3px;
	padding-bottom: 5px;
	-moz-border-radius: 0.7em 0.7em 0 0;
}


/* the other tabls */
#satabs a 
{
	background: #eee;
	border: 1px #ccc solid;
	padding: 4px;
	text-decoration: none;
	color: Green;
	-moz-border-radius: 0.7em 0.7em 0 0;
}


#satabs a:hover {
	background: #f7f7f7;
	padding: 3px;
	border: 2px #ccc solid;
}

#results_top 
{
	margin-top: 10px;
	font-size: smaller;
	background: #f7f7f7;
	padding: 3px;
	border: 2px #ccc solid;
}

.toc h4 {
	background: #eee;
	border-bottom: 2px solid #ccc;
	width: 90%;
 	padding: 4px;
}
.toc td, a, th, .hl { white-space:nowrap; }
.toc #messages { white-space: normal; text-align: right; }
.toc dd, dt { font-size:smaller; }


