/* top drawers */

#top_drawer {
   display:none;
   position:fixed;
   z-index:11;
   font-size:84%;
   width:100%;
/*   background-color: #eceadf;*/
background-color: #eceadf;
 /*  border-right:3px solid #ebebeb;
   border-bottom:4px solid #ebebeb;*/
	border: 2px solid #cccccc;
	bottom: 0;
}


#top_drawer h5 {
    font-size:13px;
    padding-top:5px;
    padding-bottom:10px;
    padding:left:10px;
    color: #b83400;
    font-weight:bold;
    text-decoration:underline;
}

#options_drawer {
	display:none;
	padding:10px;
}

#winchester_drawer {
	display:none;
	padding:10px;
}

#caxton_drawer {
	display:none;
	padding:10px;
}

#search_drawer {
	display:none;
	padding:10px;
}

.close {
	float:right;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-size:11px;
}

.highlight {
    background: #ff0;
}

.highlight2 {
    background: rgb(0, 255, 0);
}

#deletions_highlighter {
    display:none;
}
