/*
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;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #5C91D3 url(../images/paesaggio3.jpg) no-repeat top center;
}

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

#header {
	background-color: transparent;
	height: 164px;
/*	border-bottom: 1px solid #ffffff; */
}

#header h1 {
	font: 33px "Times New Roman", Times, serif;
	padding-left: 24px;
	color: #ffffff;
	font-style: italic;
}
#header h4 {
	font: 22px "Times New Roman", Times, serif;
	padding-left: 24px;
	color: #ffffff;
	font-style: italic;
}

#header form {
	padding-left: 24px;
}

#logo {
	float: right;
	padding-right: 8px;
}

/* 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;
	background: transparent url(../images/degrade3.png) repeat-x top;
	border-bottom: 1px solid #6596C1;
	border-right: 1px solid #6596C1;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	max-height: 800px;
	overflow: auto;
}

#content .main {
	padding: 2px 10px 14px 10px;
	color: #000080;
}

#content .main a:link {
	color: #5B8CB7;
	font-weight: bolder;
} 
#content .main a:visited {
	color: #5B8CB7;
	font-weight: normal;
} 
#content .main a:hover, a:active {
	color: #5B8CB7;
}

#content .main h4 {
	color: #BF265F;
	font: italic normal x-large "Times New Roman", Times, serif;
}

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

#pictos {
	text-align: left;
	margin-left: 12px;
}

#pictos img {
	margin: 1px 0px 0px 0px;
}
#breadcrumb a:link, #breadcrumb a:visited {text-decoration:none}
#breadcrumb a:hover, #breadcrumb a:active {
	color: #5D8EB9;
}

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

/* LAYOUT - FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #5D8EB9;
	padding: 10px 0 6px 0;
	text-align: center;
}

#footer .address, #footer .address a {
	font-weight: bolder;
	font-size: small;
	color: #BF265F;
}

#footer p {
	font-size: xx-small;
	color: #6095BF;
}
#footer a {color:#6095BF}
#etoNotice {
	display: none;
}

.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 


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

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

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;
}

