/**
 * sidebar.css
 *
 * Copyright (c) 2000-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.2 2008/04/23 00:02:45 asmecher Exp $
 */

/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1em; /*###*/
	border:1px solid #678FC2; /*###*/
	margin-bottom: 10px; /*###*/
}

#sidebar div.block {
	display: block;
	/*padding: 0.5em 0;*/ /* ### */
	padding: 0.5em; /* ### */
	font-size: 1em;
	/*letter-spacing: 0.1em;*/ /*###*/
	text-transform: uppercase;
	background-image: url(../templates/images2/top_menu_bg.gif); /*###*/
	background-repeat: repeat-x; /*###*/
	direction:rtl; /*###*/
}

#sidebar span.blockTitle {
	/*background-repeat: no-repeat;*/ /*###*/
	/*background-position: right top !important;*/ /*###*/
	padding-right: 10px;
	/*margin-right: 5px;*/ /*###*/
	display: block;
	height: 25px;
	background:transparent url(../templates/images2/bullet.GIF) no-repeat scroll right top; /*###*/
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

