/**
 * sidebar.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 * $Id: sidebar.css,v 1.3 2008/06/11 18:55:17 asmecher Exp $
 */

/**
 * Sidebar
 */
 
 #developedBy {
	text-transform: uppercase;
	font-size: 0.8em;

#sidebar div.block {
	font-size: 0.9em;
	padding-bottom: 1.6em;
	padding: 0em 0em 0em 0em;
	font-family: Book Antiqua,Arial,Verdana,Georgia,Times New Roman,Times,serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-left: 0%;
	margin-right: 2%;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0em 0em 0em 0em;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 12pt;
	margin-left: 2%;
	margin-right: 2%;	
	width: 100%;
	padding: 1em 0em 1em 0em;
	display: inline;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu {
	font-size: 0.95em;
	color: #006600;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #08946B;
	font-family: Book Antiqua,Arial,Verdana,Georgia,Times New Roman,Times,serif;
	background-color: #C7C496;

}

#sidebar input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: white;
	background-color: #08946B;
	font-family: Book Antiqua,Arial,Verdana,Georgia,Times New Roman,Times,serif;
	font-size: 1em;
	font-weight: bold;
}

