/**
 * styles/sidebar.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 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).
 *
 */

/**
 * Sidebar
 */

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

#sidebar div.block {
	font-size: 1em;
	padding: 4px;
	border: 1px solid #b1b3b4;
	margin-bottom: 10px;
	margin-left: 10px;
}

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

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
	margin-bottom: 0px;
}
#sidebar input.textField {
	width: 110px;
	margin-bottom: 0.5em;
}

#remember
{
  margin-top: 10px;
}

#sidebar input.button {
	padding: 2px 7px 2px 7px;
	float: right;
	margin-top: -25px;
	/*margin-right: 15px;*/
}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*background: #f3f3f3 url(immagini/bkg_ul_menu.gif) top left repeat-x;*/
}

#sidebar ul li {
	list-style: none;
	font-size: 12px;
}

#sidebar div.block a {
	background: transparent url(immagini/arrow_sidebar_a.gif) center left no-repeat;
}

#sidebar div.block a:hover {
	background: transparent url(immagini/arrow_sidebar_a_hover.gif) center left no-repeat;
}

/*#sidebar div.block a.icon {
	border-left: 0px solid #ffffff;
	padding: 0px;
}*/

#sidebar table {
	width: 100%;
}

/*#navbar {
	margin-left: -214px;
}*/