/**
 * sidebar.css
 *
 * Copyright (c) 2003-2009 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.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Sidebar
 */

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

#sidebar div.block {
	font-size: 11px;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font: bold 24px Arial;
	font-size: 12px;
	color: #0088C4;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0 0 5px 0;
	font-weight: bold;
}

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

#sidebar .block {
	width:300px;
	float:left;
	margin-bottom: 5px;
	font: normal 11px Arial;
}

#sidebar .block .blockTitle {
	width:280px;
	height: 20px;
	background: url(images/sidebar_top_wborder.jpg) no-repeat top left;
	color: #000;
	padding: 5px 0 0 20px !important;
	display: block;
	color: #000 !important;
}

#sidebar .block a.blockTitle
{
	background: #98d2ec;
}

#sidebar label.fieldLabel
{
	width: 70px !important;
	display: block;
	font-weight: bold;
}

#sidebar .block .txt {
	width:268px;
	padding: 15px;
	border-left: 1px solid #98d2ec;
	border-right: 1px solid #98d2ec;
}

#sidebar .block .bottom {
	width:300px;
	height: 14px;
	background: url(images/sidebar_bottom_wborder.jpg) no-repeat bottom left;
}

#sidebar #sidebarHelp 
{
	background: transparent;
}

#sidebar #sidebarHelp a.blockTitle
{
	background-color: transparent;
	background: url('images/arrow_blue.png') no-repeat center left;
	padding: 0 0 0 20px;
	color: #008CBF !important;	
}

#sidebar #sidebarHelp a:hover.blockTitle
{
	text-decoration: none;
}

	
#sidebar .button
{
	border: none;
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;
	font-family: Arial !important;
	float: right;
	width: 70px;
	height: 28px;
	background: url('images/button_bg.jpg') no-repeat top left;
	padding: 0 0 5px 0;
	white-space: normal !important;
}

#sidebar .textField,
#sidebar .selectMenu
{
	width: 170px;
}

#sidebar .selectMenu
{
	width: 192px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style-type: none;
	clear: both;
}

#sidebar ul li a
{
	background-color: transparent;
	background: url('images/arrow_blue.png') no-repeat top left;
	padding: 0 0 5px 20px;
	color: #008CBF !important;
	display: block;
	float: left;
}

#sidebar ul li a:hover
{
	text-decoration: none !important;
}
