/*
LEGAL
=====
Copyright: ARTplus di M. Gebhard 2007, http://www.artplus.ch
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by/2.5/
*/

/* THE BIG GUYS */
body {
	padding: 0px 0px 20px 0px;
	margin: 0;
	background-color: #669934;
	color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* LAYOUT - HEADER */
#topmenu {
	width: 100%;
	clear: both;
}

#header {
	background-color: transparent;
	height: 231px;
}

#header h1 {
	font: 31px "Times New Roman", Times, serif;
	padding-left: 24px;
	color: #D8EBD8;
}
#header p {
	padding-left: 24px;
}

#logo {
	float: right;
}

/* LAYOUT - main body of page */

#wrap {
	min-width: 750px;
	max-width: 1070px;
	margin: 0 auto 0 auto;
	position: relative;
}
	
#content-wrap {
	position: relative;
	width: 100%;
}

#content {
	margin: 0 10px 20px 25px;
}

#content .main {
	border-bottom: 1px solid #65CB67;
	border-right: 1px solid #65CB67;
	border-left: 1px solid #376D33;
	border-top: 1px solid #376D33;
	padding: 2px 10px 4px 64px;
	color: #376D33;
	font-size: smaller;
	background-color: #d3d3d3;
}

#content .main a:link {
	color: #57644A;
	font-weight: bolder;
} 
#content .main a:visited {
	color: #376D33;
	font-weight: bolder;
} 
#content .main a:hover, a:active {
	color: #63C860;
}

#content .main h1, #content .main h2, #content .main h3, #content .main h4, #content .main h5, #content .main h6 {
	color: #669934;
}

#breadcrumb {
	margin-top: 12px;
	font-size: 70%;
	font-weight: bold;
}

#breadcrumb a:link, #content #breadcrumb a:visited {text-decoration:none}
#breadcrumb a:hover, #content #breadcrumb a:active {
	color: #63C868;
}

#sidebar {
	float: right;
	width: 20%;
	padding-top: 1px;
	padding-bottom: 40px;
}

/* LAYOUT - FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #D8EBD8;
	padding: 10px 0 30px 0;
	font-size: xx-small;
	color: #B6D9BE;
	text-align: center;
}
/*	#footer p {margin:0}
	#footer a:link {color:#999} */
#etoNotice {
	display: none;
}
	
/* LINKS */
a, a:link, a:hover {
	text-decoration: none;
	cursor: pointer;
} 
a:link {
	color: #63C868;
} 
a:visited {
	color: #D8EBD8;
} 
a:hover, a:active {
	color: #ffffff;
	font-weight: bolder;
} 

/* GENERAL */
img {
	border: none;
	margin: 0;
} 
hr {
	margin: 1em 0 1em 0;
	background-color: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 
	
/* TYPOGRAPHY */
h1 {font-size: 196%;margin-top:.6em}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}

/* LISTS */
ul {margin: .3em 0 1.5em 0;list-style-type:none}
	ul.related {margin-top: -1em}
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
li {
	line-height: 1.4em;
	padding-left: 25px;
}
li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* FORMS 
form {margin: 0 0 1.5em}
input {font-family: arial,tahoma,verdana,sans-serif;margin: 2px 0}
fieldset {border: none}
label {display:block;padding: 5px 0}
label br {clear:left} */

/* FORM di CONTATTO */

fieldset {
	border: 1px solid #669934;
	padding-left: 4px;
}

fieldset .text, fieldset .textarea, fieldset .checkbox {
	border: none;
}

label {
	float: left;
	width: 40%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-size: x-small;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }
  
div .explain {
	margin-left: 41%;
	color: #fefefe;
}
/* SEARCH */
	#search {color:#fff;font-weight:bold;position:absolute;top:10px;right:110px;left:auto;width:18em}
	#search form {margin:0}
	#search input {width:8em;margin: 0 0 -1px;height:1.2em}
	#search label {padding:5px 0 0;display:inline}
	#search input.f-submit {width:auto;font-size:81%;margin:0 0 -.15em;height:1.95em}
	

		
	/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
		ol.code {font-family: monospace;position:relative}
		ol.code li {color: #666;margin-bottom: 1px}
		ol.code code {color: #000;display: block}
		ol.code .cmt {color: #4077d2}
		li.tab0 code {padding-left: 4em}
		li.tab1 code {padding-left: 8em}
		li.tab2 code {padding-left: 12em}
		li.tab3 code {padding-left: 16em}
		li.tab4 code {padding-left: 20em}
		li.tab5 code {padding-left: 24em}
		ol.code li  {
}
		p.note {margin: 1em;border: 1px solid #ddd;background: #f0f0f0;padding: 1em}

/* ============= LOGIN =============== */

#content .riservato {
	border-bottom: 1px solid #65CB67;
	border-right: 1px solid #65CB67;
	border-left: 1px solid #376D33;
	border-top: 1px solid #376D33;
	padding: 2px 10px 4px 64px;
	color: #376D33;
	font-size: smaller;
	background-color: #d3d3d3;
	min-height: 240px;
}

.LM_endPage {
	display: block;
	padding: 6px;
	border-bottom: 1px solid #000099;
	border-top: 1px solid #ffffff;
	color: #669934;
}
.LM_endPage a {
	color: #669934;
}

table.loginTable {
	background-color: #E0E0E0;
	border: 1px solid #669934;
	padding: 6px;
}
#login {
	display: block;
	width: 180px;
	background-color: #E0E0E0;
	border: 1px solid #669934;
	padding: 6px;
	float: right;
	margin-left: 10px;
	margin-bottom: 6px;
}
#login a {
	color: #669934;
}
.clear03 {
	line-height: 3px;
	font-size: 3px;
	height: 3px;
	width: auto !important;
	overflow: hidden;
	float: none !important;
	clear: both;
}
.navigare, .navigare a {
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.navigare a:hover {
	font-weight: bolder;
}
