/**
 * 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
 */

#sidebar {
  float: right;
  height: 100%;
  margin: 2px;
  padding: 1em 1em 1em 1em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.7em;
  background-image: url(sidebar.gif);
  background-repeat: repeat-y;
  border: none;
  border-left: 2px dotted #000;
}

#sidebar td { 
  font-family: Verdana,sans-serif; 
  font-size: 11px; 
 }

#developedBy {
  height: 42px;
  width: 148px;
}

#sidebar a#developedBy { 
	text-decoration: none; 
	font-size: 0px; 
	line-height: 0px; 
}

#sidebar a:visited#developedBy { 
	text-decoration: none; 
}

#sidebar a:active#developedBy { 
	text-decoration: none; 
}

#sidebar div.block {
  font-size: 11px; 
  padding: 20px 0 0 13px;
}

#sidebar div.block span.blockTitle {
	display: block;
  padding: 0 0 0 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
	text-transform: uppercase;
}

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

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

#sidebar a { 
	padding: 0 2px 1px 2px; 
	text-decoration: none; 
	font-weight: bold; 
}

#sidebar a:visited { 
	text-decoration: none; 
	font-weight: bold; 
} 

#sidebar a:hover { 
}
#sidebar a:active { 
}

#igitur { 
	padding: 0 0 0 12px; 
}
#igitur a { 
	padding: 0;
}
#igitur img
{
	border: none;
}

#sidebar ul {
  padding: 3px 0 0 17px;
  margin: 0 0 0 0px;
}

#sidebar li {
  padding: 0 0 0 0;
  margin: 0 0 0 0px;
}

