/* Start of CMSMS style sheet '2010' */
body {
	font: 12px/130% "MuseoSans500", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
	background: #fcfbe6 url(/img2010/bg.jpg) repeat-x center top;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*BANNER*/

#banner {
	height: 111px;
	background: url(/img2010/bg_banner.jpg) no-repeat left top;
}
#banner a img {
	border: none;
	float: left;
}
h1, h2, h3 {
	font-family: "DanielRegular", "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #0264a1;
	margin: 0 0 8px 0;
}
#banner h1 {
	display: none;
}
/*MENU*/
#menu {
	clear: both;
	padding: 10px;
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu li a {
	font: x-large "DanielRegular", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 2px 15px 0 15px;
	margin-right: 5px;
	text-decoration: none;
	color: #0264a1;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
}
#menu li a:hover {
	color: white;
	background-color: #9ab0cd;
}
#menu li a.currentpage, #menu li a.activeparent {
	background-color: #286cab;
	color: white;
}
/*FOOTER*/
#footer {
	clear: both;
	margin-top: 10px;
	border-top: 2px solid #0264a1;
	padding: 10px 0;
	text-align: center;
	color: #176bab;
	/*font-size: x-small;*/
}
#lavori {
	text-align: left;
	padding: 5px;
	margin-top: 20px;
	color: whitesmoke;
}
span.via {
	display: none;
}
/*SEARCH*/
#search {
	float: right;
	margin: 43px 10px 0 0;
	border: 2px solid white;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
  	padding: 5px 2px 5px 5px;
	background-color: #006aaa;
	height: 25px;
}

input#cntnt01searchinput {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
  	border-radius: 10px;
}

div#bottonitondi {
	text-align: center;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*CONTENUTO*/

div#contenuto {
	/*clear: both;*/
	margin: 10px 0;
	padding: 10px;
	/*background-image: url(/img2010/bg_blue.jpg);*/
	border: 0px solid #8ea9c7;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
	background-image: -moz-linear-gradient(top, #8ea9c7, #fcfbe6); /* FF3.6 */
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,  #f2efe6),color-stop(1, #8ea9c7)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ea9c7', endColorstr='# #f2efe6'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='# #f2efe6', endColorstr='#8ea9c7')";
	color:fcfbe6;
}
#contenuto a, #footer a {
	color: #176bab;
	text-decoration: none;
}
#contenuto a:hover, #footer a:hover {
	border-bottom: 1px dotted #176bab;
}
#contenuto h2 {
	color: white;
	margin-top: 5px;
	padding-top: 5px;
}

/*CONTENUTO.HOME*/
#contenuto.home p.pagecount {
	display: none;
}

/*ACCESSORI*/
#inguattato {
	display: none;
}

/* NEWS */

div.NewsSummary {
	display: block;
	width: 286px;
	float: left;
	padding: 0px;
	border:  1px solid #176bab;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	margin: 0 5px 5px 0;
  	background-color: white;
}

#contenuto.home div.NewsSummarySummary {
	margin: 5px 3px;
	height: 60px !important;
}

div.NewsSummaryMorelink {
	clear: both;
	border-top: 1px solid #176bab;
	padding: 3px;
}

div.NewsSummaryCategory {
	font-size: x-small;
	color: #176bab;
	text-align: center;
}

div.NewsSummary img.imgcat {
	padding: 1px;
	border:  1px solid #176bab;
	margin: 0 3px 19px 0;
	float:  left;
}
#contenuto.pagine div.NewsSummary img.imgcat {
	padding: 1px;
	border:  1px solid #176bab;
	margin: 0 3px 19px 5px;
	float:  left;
}
#NewsPostDetailSummary img.imgcat {
	padding: 1px;
	border:  1px solid #176bab;
	margin: 0 3px 3px 0;
	float: right;
	background-color: #fcfbe6;
}
div.NewsSummaryLink {
	background-color: #176bab;
	padding: 5px 3px 3px 3px;
	font: bold 110% "DanielRegular";
}

div.NewsSummaryLink a{
	text-decoration: none;
	color: white !important;
	
}
div.NewsSummaryAuthor, hr#NewsPostDetailHorizRule, div#NewsPostDetailAuthor {
	display: none;
}

h3#NewsPostDetailTitle {
	font-size: x-large;
	color: white;
	margin: 10px 0 20px 0;
}
#NewsPostDetailSummary strong {
	font-style: italic;
	font-weight: normal;
	color: #white;
}

div#NewsPostDetailCategory {
	margin: 5px 0;
	padding: 2px 5px;
	font-size: x-small;
	color: white;
	background-color: #176bab;
}
img.imgdet {
	padding: 1px;
	border:  1px solid #176bab;
	margin: 0 3px 3px 0;
}

a.esterno {
    background-image: url(img2009/esterno.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;

}

#NewsPostDetailPrintLink {
	float: right;
	padding-top: 5px;
}

#NewsPostDetailReturnLink {
	padding-top: 5px;
	border-top: 1px solid #176bab;
}
#NewsPostDetailReturnLink a {
	background: url(/img2010/scroll_left.png) no-repeat left center;
	padding-left: 20px;
}
#contenuto hr.clear {
	border: #f2efe6 1px solid;
	clear: both;
	
}
/* PANNELLI HOME */

div.pannello img {
	border: none !important;
	float: right !important;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
}
div.pannello {
	color: #006ca6;
}
div.pannello h1 {
	margin-top: 20px;
	background-color: white;
	padding: 10px;
	display: block;
	border: 2px dotted #f0f2e3;
}
div.pannello p {
	margin: 5px 20px;
	line-height: 140%;
	font-size: 110%;
}
/* NAV2*/
#nav2 {
	clear: both;
	margin: 10px 0;
	padding: 8px 0 5px 0;
	text-align: left;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
  	border: 2px solid white;
  	float: right;
	background-color: #8faac8;
	width: 190px;
}
#nav2 ul {
	padding: 0;
	margin: 0;
	clear: both;
}
#nav2 li {
	list-style-type: none;
}
#nav2 a {
	font: large "DanielRegular", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 4px 10px 0 10px;
	margin-right: 5px;
	text-decoration: none;
	color: #0264a1;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
  	display: block;
  	border:  1px solid white;
  	margin-bottom: 3px;
  	background-color: white;
}
#nav2 li a:hover {
	color: white;
	background-color: #8aadd7;
}
#nav2 li a.currentpage, #nav2 li a.activeparent {
	background-color: #286cab;
	color: #whitesmoke;
}

/*NAV3*/
#contenuto.pages ul.clearfix {
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}
#contenuto.pages ul.clearfix li {
	display: inline;
}
#contenuto.pages ul.clearfix a {
	font: 110% "DanielRegular", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 2px 15px 0 15px;
	margin-right: 5px;
	text-decoration: none;
	color: #0264a1;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
}
#contenuto.pages ul.clearfix li a:hover {
	background-image: url(/img2010/bg_blue.jpg);
	color: white;
	
}

#contenuto ul.clearfix li a.currentpage {
	background-image: url(/img2010/bg_blue.jpg);
	color: white;
	border: 1px solid white;
}

#contenuto.pages a.currentpage, #contenuto.pages a.activeparent {
	background-color: #286cab;
	color: #whitesmoke;
}
/* PAGINE */

#contenuto.pagine div.NewsSummary {
	width: 219px;
}

#contenuto div.NewsSummary div.NewsSummarySummary {
	height:  115px;
}

#contenuto div.NewsSummary div.NewsSummaryLink {
	height: 30px;
}

div#contenuto.pagine {
	width: 680px;
	float: left;
}
/*SOTTOPAGINE*/

div.nav2 ul.clearfix li{
	padding-left: 5px;
}

#nav2 div.nav3 ul.clearfix {
	margin: 20px 0px 5px 5px;  	
}
div.nav3 ul.clearfix li a {
	font-size: small !important;
	padding: 5px 10px !important;
}
/* BLOG HOME */
#blog {
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
	border: 2px solid #91abc8;
	padding: 10px 5px 5px 5px;
}
#blog h2 {
	margin: 8px;
}
#blog a {
	text-decoration: none;
	color: #0264a1;
}
#blog a:hover {
	border-bottom: 1px dotted #0264a1;
}
div.blogs-pagechooser {
	display: none;
}
div.blogs-showblogsentry {
	float: left;
	padding: 10px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
	border: 3px dotted #f0f2e3;
	background-color: white;
	margin: 5px;
	width: 94%;
}
#blog div.blogs-showblogsentry {
	width:  405px !important;
}

div.blogs-showblogsentrytime {
	color: #176bab;
	font-size: x-small;
	text-align: right;
}

div.blogs-showblogsentrytitle{
	font: bold 130% "DanielRegular", "Lucida Grande", Lucida, Verdana, sans-serif;
}
div.blogs-showblogsentryshorttext {
		height: 60px;
		border-bottom: 1px dotted #f0f2e3;
		margin-bottom:3px;
		padding-bottom: 3px;
}

div.blogs-showblogsentrycategory {
	float: right;
	font-size: x-small;
}

div.blogs-showblogsentrycomments {
	font-size: x-small;
}
#blog hr.clear {
	clear: both;
	border: 1px solid #fcfbe6;
	margin: 0;
}
/*BLOG Dettaglio*/

#contenuto div.blogs-breadcrumb, div.blogs-breadcrumb {
	border-bottom: 1px solid #cdd7d7;
	margin-bottom: 5px;
}

div.blogs-showentrytime {
 text-align: right;
}

div.blogs-showentrytitle{
	font-size: large;
}

div.blogs-showentrytext, div.blogs-showentrycomments {
	border-bottom: 1px solid #fcfbe6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

input#cntnt01author.blogs-authorinput, input#cntnt01authoremail.blogs-authorinput, textarea.blogs-commentinput, input#cntnt01captcha.blogs-captchainput {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #90abc8;
	background-color: #f0f0dc;
}

div.blogs-showcategorytitle {
	font-size: large;
	margin-bottom: 5px;
}

div.blogs-showcategorydescription {
	border-bottom: 1px solid #fcfbe6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.blogs-showcategoryentry {
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #fcfbe6;
}

div.blogs-showcategoryentrytime {
	float: right;
}

div.blogs-showcategoryentrytitle a {
	font-size: medium;
	margin-bottom: 5px;
}

/*formattazioni varie */
img.destra {
	float: right;
	border: 2px dotted #f0f2e3;
	padding: 2px;
	margin-left: 5px;
}

#intro a {
	color: #000;
	text-decoration: none;
}
#intro a:hover {
	border-bottom: 1px dotted #235e94;
}
table td {
	border-bottom: 1px dotted white;
	vertical-align: top;
	padding: 2px 5px;
}
table th {
	border-bottom: 2px solid white;
	padding-top: 20px;
}

/*CONTATTI*/

label {
	display: block;
	/*padding: 3px;*/
	float: left;
	width: 70px;
}

input#fbrp__4, input#fbrp__5, input#fbrp__6, textarea#fbrp__7{
	padding: 3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #90abc8;
	background-color: #f0f0dc;
}

fieldset {
	border: 1px solid #90abc8;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;
	margin: 10px;
	padding: 10px;
}

div.submit {
	margin-left: 95px;
}
/* IEDIsclaimer */
div.IE {
	border: 1px solid #91abc8;
	margin: 0 0 10px 0;
	padding: 5px;
	height:  338px;
	font-size: 14px;
	line-height: 130%;
	display: none;
}

div.IE img.sinistra {
	float: left;
	margin-right: 10px;
}
div.IE a {
	color: #176bab;
	text-decoration: none;
}
div.IE a:hover {
	border-bottom: 1px dotted #176bab;
}

div.IE h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* End of '2010' */

