/*
 
-- Table of Contents --
 
- Browser Reset
- Clear Fix
- General Text Styles
- Quote Text Styles
- Heading Text Styles
- Navigation Styles
	- Top Navigation
	- Left Navigation (Parent Level)
	- Left Navigation (Sub Level)
	- Footer Navigation
- Link Styles
- List Styles
- Input Styles
- Image Styles
- Page Layout Styles
- Blog / Category Layout Styles 
*/
 
/* @group Browser Reset */
 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: arial, sans-serif, verdana;
	text-align: center;
	text-decoration: none;
}
 
img, hr, fieldset {
	border: none;
}
 
h1, h2, h3, h4, p,
ul, ol, li,
hr, br,
form, fieldset,
dl, dt, dd {
	margin: 0;
	padding: 0;
}
 
br, hr {
	height: 0;
}
 
address {
	font-style: normal;
}
 
.clr {
	clear: both;
	height: 0;
}
 
/* @end */
 
/* @group Clear Fix */
 
/* for relatively new browsers*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE Mac */
.clearfix {
	display: inline-table;
}
/* for IE Windows \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
 
/* @end */
 
/* @group General Text Styles */
 
body {
	font: 13px  Arial, sans-serif, Verdana;
	color: black;
}
 
p {
	text-align: justify;
	margin: 0 0 10px;
	line-height: 150%;
}
 
#header p {
	margin: 0;
	line-height: normal;
}
 
#addwrap div {
	margin: 0;
	line-height: 150%;
        color: black;
        font-size: 12px;
}
 
address {
	
}
 
/* @end */
 
/* @group Quote Text Styles */
 
.quote {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 15px;
	color: #fff;
	font-family: georgia, times, serif;
	font-style: italic;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
 
.quote2 {
	display: block;
	margin: 0 0 10px 0;
	padding: 15px;
	color: #333;
	background: #fafafa;
	border: 1px solid #ededed;
}
 
.boxquote {
	display: block;
	float: right;
	width: 200px;
	margin: 0 0 5px 15px;
	padding: 10px;
	color: #333;
	background: #fafafa;
	border: 1px solid #ededed;
}
 
/* @end */
 
/* @group Heading Text Styles */
 
h1,
.componentheading,
.contentheading {
	padding: 10px 0;
	font-size: 28px;
	color: #3399cc;
}
 
h2,
.sectiontableheader	{
	padding: 10px 0;
	color: #cc9933;
	font-size: 18px;
	font-weight: bold;
}
 
h3 {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #cc9933;
}
 
#rightcolumn h3 {
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #cc9933;
        text-align: left;
}
 
h4 {
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
 
.headings1 {
	padding: 10px 0;
	font-size: 22px;
	color: #c2d87f;
	font-size: 22px;
	font-weight: normal;
}
 
.headings2 {
	padding: 10px 0;
	font-size: 18px;
	color: #dfb937;
	font-size: 22px;
	font-weight: normal;
}
 
.headings3 {
	padding: 10px 0;
	font-size: 18px;
	color: #9BC7E0;
	font-size: 22px;
	font-weight: normal;
}
 
.headings4 {
	padding: 10px 0;
	font-size: 18px;
	color: #999;
	font-size: 22px;
	font-weight: normal;
}
 
/* @end */
 
/* @group Navigation Styles */
 
/* @group Top Navigation */
 
#mainlevel_top a:link,
#mainlevel_top a:visited {
	display: block; 
	float: left;
	width: auto;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666;    
	border-right: 1px solid #CCC;
}
 
#mainlevel_top a:hover,
#mainlevel_top a#active_menu_top {
	color: #fb7000;	
}
 
/* @end */
 
/* @group Left Navigation (Parent Level) */
 
ul.menu_right a:link,
ul.menu_right a:visited {
	display: block;	
	margin: 0;
	padding: 6px 0;	
	text-align: left;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ededed;
}
 
ul.menu_right a:hover {
	background-color: #fafafa;
	color: #fb7000;
}
 
ul.menu_right li.active a {
	font-weight: bold;
}
 
/* @end */
 
/* @group Left Navigation (Sub Level) */
 
ul.menu_right ul a:link,
ul.menu_right ul a:visited {
	display: block;
	width: 180px;
	margin: 0;
	padding: 5px 0 5px 20px;	
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #666;	
	border-bottom: 1px solid #ededed;
}
 
ul.menu_right ul a:hover {
	background-color: #fafafa;
	color: #fb7000;
}
 
ul.menu_right li.active li.active a {
	font-weight: bold;
	background-color: #ededed;
}
 
/* @end */
 
/* @group Footer Navigation */
 
ul.menu_footer a:link,
ul.menu_footer a:visited {
	line-height: 15px;
        height: 15px;
	padding: 0 5px 0 5px;	
	text-decoration: none;
	color: #3399cc;
}
	
ul.menu_footer a:hover {
	background-color: #ededed;
}
 
/* @end */
 
 
/* @end */
 
/* @group Link Styles */
 
a:link,
a:visited {
	color: #3399cc;
	text-decoration: none;
}
 
a:hover {
	color: #fb7000;
}
 
.readon,
.details {
	line-height: 20px;
	padding-left: 20px;
	font-size: 11px;
	background: url(../images/read.gif) no-repeat 0 0;
}
 
/* @end */
 
/* @group List Styles */
 
.moduletable_menu ul {
	list-style: none;
	padding: 0;
}
 
.moduletable_menu #mainlevel_top li,
.moduletable_menu .menu_footer li{
	display: inline;
}
 
 
#content .moduletable_menu ul {
	padding: 0;
	list-style-position: outside;
	list-style: none;
}
 
#content .moduletable_menu ul li {
	line-height: normal;
}
 
#content ul {
	padding: 0 0 10px;
	list-style: square;
	list-style-position: inside;
}
 
#content ol {
	padding: 0 0 10px;
	list-style: decimal;
	list-style-position: inside;
}
 
#content li {
	line-height: 150%;
}	
 
 
/* @end */
 
/* @group Input Styles */
 
.button {
	padding: 4px 20px;
	color: #000000;
	background: #F5F5F5;
	border: 1px solid #CBCBCB;
}
 
.button:hover {
	color: #FFF;
	background: #444;
	cursor: pointer;
}
 
.inputbox {
	padding: 2px 5px;
	color: #444;	
	border: 1px solid #ccc;	
}
 
.inputbox#mod_search_searchword {
	width: 225px;
}
 
.inputbox#mod_login_username,
.inputbox#mod_login_password {
	width: 188px;
}
 
textarea.inputbox {
	padding: 5px;
	line-height: 150%;
}
 
 
 
/* @end */
 
/* @group Image Styles */
 
 
/* @end */
 
/* @group Page Layout Styles */
 
body {
	background: #fff;
}
 
#addwrap {
	margin: 0 auto;
	text-align: center;
	width: 900px;
        margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 25px;
}
 
#addwrap .moduletable{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	width: 270px;
}
 
#addwrap h3 {
	color: #FB7000;
	font-family: verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
}
 
#content {
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 900px;
        text-align: left;
}
 
#footer {
	margin: 0 auto;
        margin-top: 10px;
	text-align: left;
	width: 900px;
}
 
#footer .moduletable{
	margin: 10px 0 0 10px;	
}
 
#footerwrap {
	background-position: bottom;
	float: left;
	height: 70px;
	margin: 0 auto;
	width: 100%;
}
 
 
#mainbody {
	border-right: 1px solid #ededed;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	text-align: left;
	width: 630px;
	min-height: 400px;
}
 
#mainbody li{
	list-style: square;
	list-style-position: inside;
}
 
#rightcolumn {
	float: left;
	text-align: right;
	width: 230px;
}
 
#rightcolumn .moduletable {
	padding-bottom: 15px;
	text-align: right;
}
 
#header {
	height: 230px;
	margin: 0 auto;
	width: 900px;
}
 
#top {
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	width: 100%;
 
}
 
#topnav {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
        position: relative;
}
 
#topnav .moduletable_menu {
	left: 0px;
	position: absolute;
	text-align: left;
	top: 70px;
}
 
 
#topnavwrap {
	margin: 0 auto;		
	overflow: hidden;
	width: 100%;
}
 
#headerwrap {
	margin: 0 auto;		
	overflow: hidden;
	width: 100%;
}
 
#contentwrap {
	margin: 0 auto;		
	overflow: hidden;
	width: 100%;
        float: left;
}
 
 
.article_separator {
	display: block;
	height: 1px;
	margin: 5px 0 10px;
	padding: 0;
	background-color: #E8EAF1;
}
 
/* @end */
 
/* @group Blog / Category Layout Styles */
 
.small,
.createdate,
.modifydate,
.pathway {
	line-height: 150%;
	font-size: 10px;
}
 
.modifydate {
	font-style: italic;
	color: #CCC;
}
 
.pathway {
	padding: 15px 0;
}
 
.blog_more {
	margin: 0 0 15px 0;
	padding: 15px;
	text-align: left;
	background: #8A7E49;
}
 
.contentpaneopen {
	width: 100%;
}
 
.sectiontableheader img {
	padding-left: 8px;
}
 
.contentpane .sectiontableheader {
	padding: 5px;
}
 
.contentpane .sectiontableheader,
.contentpane .sectiontableheader a {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}
 
.contentpane .sectiontableheader a:hover {
	color: #FFF;
}
 
.contentpane a.category {
	color: #CCC;
}
 
.sectiontableentry1 td {
	padding: 5px;
	background: #554E2F;
}
 
.sectiontableentry2 td {
	padding: 5px;
}
 
.sectiontableentry1 a,
.sectiontableentry2 a {
	color: #CCC;
}
 
.sectiontableentry1 a:hover,
.sectiontableentry2 a:hover {
	color: #FFF;
}
 
/* @end */

/* @group Lista Lavori */

.num{
	list-style: none;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	width: 20px;
	height: 20px;
	clear: none;
	position: relative;
	margin-left: 10px;
	text-align: center;
	line-height: 20px;
}

td.imgmini{
	width: 30px;
	height: 30px;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	float: left;

}

.infocont{
float: left;
width: 600px;
text-align: left;
}

/* @end */
 
/*inizio stile css mappa*/

	#wrap_mappa{
	width:580px;
	height:344px;
	float: right;


	}

	#mappa img{

	border:none;

	}

	#mappa{
	width:532px;
	height:319px;
	position:relative;
	left:25px;
	top:10px;
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	float: left;
	}

	#mappa a{

	text-decoration:none;

	color:#000000;

	outline:none;

	}

	#mappa a img.regione{

	position:absolute;

	display:block;

	}

	#mappa a:hover img.regione{

	filter:alpha(opacity=60);

	-moz-opacity:.60;

	opacity:.60;

	}

	#mappa a span{

	display:none;

	}

	#mappa a:hover span, #mappa #info{

	display:block;

	width:232px;

	height:273px;

	position:absolute;

	right:10px;

	top:10px;

	border:2px solid #CCCCCC;

	background-color:#FFFFFF;

	padding:10px;

	color:#333333;

	font-size:12px;

	line-height:18px;

	letter-spacing:1px;

	text-align:justify;

	overflow:hidden;

	z-index:20;

	}

	#mappa span b{

	display:block;

	height:30px;

	line-height:30px;

	margin-bottom:10px;

	border-bottom:1px solid #CCCCCC;

	}

	#aosta{

	left:5px;

	top:37px;

	z-index:1;

	}

	#piemonte{

	left:2px;

	top:27px;

	}

	#liguria{

	left:20px;

	top:77px;

	}

	#lombardia{

	left:41px;

	top:19px;

	}

	#trentino{

	left:80px;

	top:3px;

	z-index:2;

	}

	#veneto{

	left:85px;

	top:15px;

	}

	#friuli{

	left:120px;

	top:15px;

	z-index:3;

	}

	#romagna{

	left:55px;

	top:62px;

	}

	#toscana{

	left:66px;

	top:81px;

	}

	#marche{

	left:118px;

	top:96px;

	}

	#umbria{

	left:113px;

	top:108px;

	}

	#lazio{

	left:105px;

	top:132px;

	}

	#abruzzo{

	left:139px;

	top:128px;

	}

	#molise{

	left:160px;

	top:152px;

	z-index:4;

	}

	#puglia{

	left:182px;

	top:154px;

	}

	#campania{

	left:158px;

	top:169px;

	}

	#basilicata{

	left:194px;

	top:179px;

	z-index:5;

	}

	#calabria{

	left:205px;

	top:210px;

	}

	#sardegna{

	left:30px;

	top:175px;

	}

	#sicilia{

	left:130px;

	top:270px;

	}

	/*fine stile mappa*/
 
