/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:visited {
  color: #00A400;
  text-decoration: none;
}
a:hover {
  color: #00A400;
  text-decoration: none;
}
body {
  padding: 30px 10%; /* LTR */
  background-image: url(bkgbody.jpg);
  background-repeat: repeat-x;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: .9em;
}

ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/
#main {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #00FF00; 
  border-bottom: 1px solid #00FF00; 
  border-left: 1px solid #00FF00; 
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}
.breadcrumb{
	border-bottom: 1px solid #FF0000;
}
#content{
  background-color: #ffffff;
  border: 0;
  clear: both;	
}
#sidebar-left {
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 0; /* LTR */
  border-right: 0; /* LTR */
}
#sidebar-left td{
	border-top: 1px solid #ffffff;
}
#sidebar-left h2{
	display: none;
}
#sidebar-let a{
	display: block;
}
#sidebar-left a:hover{
	display: block;
	font-weight:bold;
	background-image:url(freccia.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
#sidebar-left li{
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#sidebar-right {
  background-color: #ffffff;
  border: 0; /* LTR */
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  padding: 10px;
}
/*
** Common declarations for child classes of node, comment, block, box etc
*/

#header{
	background-image: url(bkgheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	height: 130px;
	margin:0;
  clear: both;
}
/*
** Logo Image Positioning
*/

#header .logo{
	float: left;
	padding:20px 0 0 60px;
}
#header .title {
  font-weight: bold;
  padding-top: 10px;
  margin-right: 20px;
  float:right;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #37628C;
}
#header .title a:hover {
  color: #368BB5;
}
#header .immapertitle{
	height:80px;
}
#header .site-slogan {
  font-size: 0.8em;
}

#subnavlist {
  font-size: 0.8em;
  background-color: #ffffff;
}

ul.links {	
	margin:0 0 0 200px;
  border-left: 0; /* LTR */
}
ul.links li {
  border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  border-left: none; /* LTR */
}
.node .title {
  border-bottom:1px solid #FF0000;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
div.links {
  margin: 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}
.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
