@import "html_body.css";
@import "page_elements.css";		/* Page elements found on EVERY page */
@import "tags_defaults.css";				/* Default values for tags */
@import "generic_widgets.css";				/* Default values for tags */


span.tabul {
	width: 30px;
	white-space: pre;
}


span#chapter {
	color: #CCC;
	font-size: 2.5em; 
	margin-left: 10px;
}

div.key_lbl {
	background-color: yellow;
	width: 60px;
	margin-left: -10px;
}


img.toolbar {
	border-style: none;
	margin: 0px;
}


/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/

#postit{
	position: absolute;
	width: 250;
	padding: 5px;
	background-color: #FFC;
	border: 1px solid black;
	visibility: hidden;
	z-index: 100;
	cursor: pointer;
 	left: 150px;
 	top: 150px;
 }



/* Repository? */

table#lst_kw {
	margin-top: 40px;
	border-style: solid;
	font-size: 0.8em;
	color: #36C;
}


table.query_db {
	font-size: 0.9em;
	margin-top: 5px;
}

div.lst_items {
	line-height: 1.45em; 
	font-family: "Century Gothic", sans-serif; 

	margin: 10px 0px 0px 20px;
	padding: 0px;

	font-size: 1.1em;
	color: #000;
}


