/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id: uncommon.css,v 1.4 2008/06/11 18:55:17 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	/*background-image: url(back.gif);*/
	background-color: #fefcf3;
	/*background-color: #6F7D63;*/
	color: #333;
}

a:link {color: #6F7D63;}
a:active {color: #3399CC;}
a:visited {color: #6F7D63;}
a:hover {color: #eee;background: #6F7D63;}

label.error {
	color: #900;
}

input {
	border: 1px solid #6F7D63;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #6F7D63;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #6F7D63;
	color: #eee;
}

/***HEADER***/
#header {
	width: 100%;
	margin: 0 auto;
	background-color: #F5E1C0;
	/*min-height:125px;*/
	border: 1px solid #000;	
}

#header img.title{
	margin: 0 auto;
	border:0;
}

#header img.titleleft{
	float:left;
	margin-left:10px;
	border:0;
}

#header img.titleright{
	float:right;
	margin-right:10px;
	border:0;
}

#header a{background:none;}

#header h1 {
	display: inline;
	position:relative;
	bottom:35px;
	text-align:center;
	padding: 0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #6F7D63;
	letter-spacing: 1px;
	font-size: 1.8em;
}
/***BODY***/
#body{
	width:1000px;
	height:auto!important;
	margin: 0 auto!important;
	background-color:#fff;	
}

#main{
	width: 520px;
	/*background-color: #fff;*/
	padding: 10px;
	min-height: 400px;
	float:right;
	float:left;
	border-left:2px ridge #6F7D63;
	
}

#rightSidebar, #leftSidebar{
	/*background-color: #fff;*/
	width: 218px;
	padding: 5px;
	height: auto;
	
}
#rightSidebar{float:right;/*background-color:brown*/}
#leftSidebar{float:left;/*background-color:green*/}

#bottom{
	width:100%;
	/*height:50px;*/
	background-color:#6F7D63;
	float:right;
	padding:0 0 0 0 !important;
}

#main, #rightSidebar, #leftSidebar, #bottom{
	position:relative;
	margin:0px !important;
	border:0px !important;
	
}


#bottom text{
	border-bottom: 5px solid #AAB7B0;
	text-align: center;
}

ul.bottommenu{list-style-position: inside;list-style-type: none;text-align: center;font-size: x-small;}
ul.bottommenu li{display: inline;color: #aab7b0;}
ul.bottommenu a:link,
ul.bottommenu a:active,
ul.bottommenu a:visited {color: #fff;}
ul.bottommenu a:hover {color: #f5e1c0;/*background: #fff;*/}
/*
#footer {
	width: 100%;
	min-height: 35px;
	background-color: #006699;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}
*/




#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #206242;
	font-size: 24px;
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #206242;
	font-size: 18.7167px;
}

#navbar, #topnavbar {
	border:none;
	text-align: center;
	font-size: 16px;
	background-color:#6F7D63;
}
.testo{font-size:0.65em;padding:0;border:0;}
.links a:link ,
.links a:active,
.links a:visited {color: #fff;}
.links a:hover {color: #f5e1c0;}
#topnavbar{font-size:10pt;text-align:right;height:25px;}
/*#sidebarUser{display:block;float: left;color:#fff;}
#sidebarUser ul{display:inline;list-style-position: inside; list-style-type: none}
#sidebarUser li{display:inline;}
*/
#breadcrumb {
	color: #666666;
	font-size: 11.2px;
}

#content {
	border-top: 5px solid #AAB7B0;
	font-size: 12px;
}

#content h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #206242;
	font-weight: bold;
}

#content h4 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #206242;
}

#content h5 {
	color: #006699;
}

#rightSidebar select,
#leftSidebar select{
width:89px;
}

#leftSidebar div.block,
#rightSidebar div.block{
	padding: 0.5em 0;
	/*border-top: 5px solid #AAB7B0;
	border-bottom: 1px solid #AAB7B0;*/
	margin-bottom: 5px;
	color: #999999;
}

#leftSidebar div.block span.blockTitle ,
#rightSidebar div.block span.blockTitle{
	padding: 0;
	font-weight: bold;
	color: #206242;
}

#leftSidebar div.block span.blockSubtitle,
#rightSidebar div.block span.blockSubtitle{
	font-weight: bold;
	color: #206242;
	font-size:0.65em;
}

pre {background-color: #EEEEFF;}

div.separator {border-bottom: 2px solid #006699;}