/**
 * leftSidebar.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 a left-hand sidebar.
 *
 * $Id: leftSidebar.css,v 1.7.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Common HTML elements
 */
/*
#headerTitle {
	width: 100%;
}

#body {
	vertical-align: top;
	height: 100%;
}



#main {
	float: right;
	width: 63%;
	margin-right: 10%;
	overflow: hidden;
}

// Set main on non-IE browsers to have a 10% margin
*html #main {
	margin-right: 5%;
} 
*/
#leftSidebar {
	position: absolute;
	left: 0px;
	top: 169px;
	font-size: 12px;
	width: 190px;
	padding: 5px;
	background-color: transparent;
}
#leftSidebar div.block{
    
    background-color: white;
	
}