html,
body {
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

body{
	min-width: 750px;
	font-family: Arial, verdana, sans-serif;
	font-size: 75%;
	color: #333;
	background-color: #fff;
	background-image: url(../img/bk_body.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.clearfix:after { display: block; visibility: hidden; height: 0; font-size: 0; content: " "; clear: both; }
/*.clearfix {clear: both;}*/
*:first-child+html .clearfix { zoom: 1; }

a {
	color: #10425E;
	text-decoration: underline;
}

a:hover {
	color: #CD2F00;
}

div#wrap { margin: 0 auto; padding: 0; }

html>body div#wrap {
	width: 1000px;
}

div#internalwrap {
	width: 99%;
	float: left;
	text-align: left;
	position: relative;
}

.hide { display: none; }

/*stili specifici per il layout */

div#leftSideBar {
	top: 281px;
	float: left;
	width: 186px;
	background: #fff url( ../img/bk_content.gif) repeat-x;
}

div#rightSideBar {
	top: 281px;
	float: right;
	width: 186px;
	background: #fff url( ../img/bk_content.gif) repeat-x;
}

div#content{
	margin: 0 186px;
	padding: 10px 19px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	background: #fff url( ../img/bk_content.gif) repeat-x;
	border-left: 1px solid #C9CDD2;
	border-right: 1px solid #C9CDD2;
}

div#falsefooter {
	margin-top: 50px;
	
	position: relative;
	/*z-index: 1000;*/
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
	background: #fff url("../img/bk_footer.gif") left top repeat-x;
	color: #333;
	font-size: 95%;
}

div#falsefooter p {
	padding: 0;
	margin: 0;
	text-align: left !important;
}

div#falsefooter a {
	color: #333;
}

div#falsefooter .big
{
	font-size: 110%;
	font-weight: bold;
}

div#falsefooter .time {
	padding:2px 0pt 5px 20px;
}

div#falsefooter #copyright
{
	margin-top: 1em;
	font-style: italic;
}

div#falsefooter #mibac
{
	position: absolute;
	top: 20px;
	right: 10px;
}

div#falsefooter #mibac img
{
	padding: 0;
	border: 0;
}

a.emailcertificata {
	background: transparent url("../img/i_emailSecure.png") left center no-repeat;
	margin-left:10px;
	padding:2px 0pt 5px 20px;
}



div.clear {
	clear: both;
}

/* header */
div#header {
	height: 246px;
}

#headerImages
{
	position: relative;
	height: 198px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#headerImages img
{
	border: 0;
	padding: 0;
}

#headerImages div
{
	position: absolute;
	top: 0;
	left: 0;
}

#headerBar
{
	background: #fff url(../img/bk_headerBar.gif) 0 0 repeat-x;
	height:45px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.searchBar {
	position: absolute;
	top: 5px;
	left: 10px;
	padding-right: 15px;
	border-right: 1px solid #166E81;
	height: 35px;
	width: 360px;
}
.searchBar label {
	font-size: 98%;
}

.searchBar input.text {
	border: 1px solid #ccc;
	padding: 3px;
	width: 200px;
	font-size: 110%;
}

.searchBar input.submitBtn {
	position: absolute;
	right: 12px;
	top: 6px;
}

.newsletter {
	position: absolute;
	top: 5px;
	left: 400px;
	width: 590px;
}

.newsletter p {
	float: left;
	width: 330px;
}

.newsletter form {
	width: 240px;
	float: right;
}


.newsletter form p {
	width: auto;
}


.newsletter label {
	font-size: 98%;
}

.newsletter input.text {
	border: 1px solid #ccc;
	padding: 3px;
	width: 150px;
	font-size: 110%;
}

.newsletter input.submitBtn {
	position: absolute;
	right: 0;
	top: 6px;
}


/*stile generici, su header e menu*/

div#menu {
	height: 25px;
	background: #06529E;
	position: relative;
}

html>body div#menu {
	padding-bottom: 5px;
}

ul.metanavigation {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font: 10px verdana;
	float: left;
}

ul.metanavigation li {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

ul.metanavigation li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding-bottom: 3px;
	padding-top: 2px;
	text-decoration: none;
	border-top: 5px solid #06529E;
}

ul.metanavigation li a:hover, ul.metanavigation li a#select,
ul.metanavigation li.current a {
	color: #fff;
	border-top: 5px solid #fff;
}


ul.metanavigation li a:hover {
}

img.mappr {
	background-color: #fff;
	padding: 0 0 0 0;
	margin: 0;
	border: 0;
	display: block;
}

ul#languages {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 0;
}
ul#languages .current {
	display: block;
	font-weight: bold;
	color: #fff;
	padding-bottom: 3px;
	padding-top: 2px;
	text-decoration: none;
	border-top: 5px solid #06529E;
}
ul#languages .first {
	background: transparent url("../img/div.gif") right center no-repeat;
}

/*Logos*/

div#logosBar {
	background-color: #06529E;
	padding: 0;
	height: 69px;
	position: relative;
}

div#logosBar img {
	border: 0;
}


div#logosBar h1 {
	text-indent: -9999px;
	display: block;
	width: 627px;
	height: 69px;
	margin: 0;
	background: transparent url("../img/logo_dr.gif") no-repeat;
}

/*STILI H1-2-3-4-5-6 NELLA COLONNA CENTRALE*/

h1,h2,h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom: 5px;
}

h4,h5,h6 {
	font-family: Arial, verdana, sans-serif;
	margin-bottom: 5px;
}

h1 {
	font-size: 170%;
	color: #8c2d00;
	padding-left: 5px;
}

h2 {
	font-size: 200%;
	color: #0F4157;
	padding-bottom: 2px;
	border-bottom: 1px solid #a0a0a0;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 160%;
	color: #0F4157;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	color: #505050;
	font-size: 120%;
}

h4 a {
	text-decoration: none;
}

h5 {
	font-weight: normal;
	color: #505050;
	margin: 0;
	font-size: 110%;
}

h5.subtitle {
	font-size: 140%;
}

h5.detailSubTitle {
	font-size: 110%;
}

h5.detailSubTitleItalic {
	font-size: 110%;
	font-style: italic;
}

h6 {
	color: #505050;
	font-size: 90%;
}

/*-----------------------------------*/

/*PHARAGRAPH*/

p {
	margin: 5px 0 12px 0;
}

p.highlight {
	color: #DD8500;
}

p.subdued {
	color: #DD8500;
}

p.error {
	color: #C00;
	font-weight: bold;
}

p.success {
	color: #060;
	font-weight: bold;
}

p.caption {
	font-size: 90%;
	color: #666;
}

p small {
	font-size: 90%;
	color: #000;
}

p strong {
	color: #000;
}

span.time {
	background: transparent url("../img/i_clock.png") left center no-repeat;
	padding:2px 0pt 5px 20px;
}


/*-----------------------------------*/

/*FEATUREBOX*/
div.featurebox {
	margin: 20px 0 0 0;
	background: #F0F0F0 url(../img/featurebox.jpg) no-repeat bottom right;
	padding: 10px;
	clear: both;
}

.featurebox h3 {
	margin-top: 0;
	color: #DD8500;
	border-color: #DD8500;
}

a.more, a.moreright {
	color: #9D3502;
	font-weight: bold;
	text-decoration: none;
}

a.more:hover, a.moreright:hover {
	color: #D74900;
}

span.rowleft {
	padding-left: 10px;
	display: block;
	background: transparent url(../img/frecciamoreleft.gif) no-repeat top left;
	background-position: 0 3px;
}

a.moreLeft {
	padding-left: 10px;
	display: block;
	background: transparent url(../img/frecciamoreleft.gif) no-repeat top left;
}


a.moreright {
	background: transparent url(../img/frecciamore.gif) no-repeat top right;
	background-position: 50px 4px;
	width: 60px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	voice-family: "\"}\"";
	voice-family: inherith;
	padding-right: 12px;
}

html>body a.moreright {
	padding-right: 12px;
}

.featurebox a.moreright {
	float: right;
	clear: both;
	margin-top: -13px;
	padding-bottom: 17px;
	voice-family: "\"}\"";
	voice-family: inherith;
	padding-right: 0;
	margin-right: -7px;
}

html>body .featurebox a.moreright {
	margin-top: -9px;
	margin-right: -11px;
	margin-bottom: 5px;
}

div.login a.moreright, div.newslett a.moreright, div.find a.moreright , div.forum a.moreright, div.newscol a.moreright, div.forumtwo a.moreright{
	display: block;
	width: 204px;
	text-align: right;
	background-position: 199px 4px;
	padding-left: 0;
	margin: 0 0 0 0;
	voice-family: "\"}\"";
	voice-family: inherith;
	background-position: 209px 4px;
} 

html>body div.login a.moreright, html>body div.newslett a.moreright, html>body div.find a.moreright , html>body div.forum a.moreright, html>body div.newscol a.moreright, html>body div.forumtwo a.moreright{
	background-position: 209px 4px;
} 

#backbtn
{
	padding-left: 8px;
	padding-top: 8px;
	background: transparent url("../img/arrow.gif") left 10px no-repeat;
	font-weight: bold;
	text-decoration: none;
}


#backbtn2
{
	padding-left: 8px;
	padding-top: 8px;
	background: transparent url("../img/arrow.gif") left 10px no-repeat;
	font-weight: bold;
	text-decoration: none;
}


/*---------------------------------*/

/*BLOCKQUOTE*/

p.blockquote {
	border-left: 6px solid #CCC;
	margin: 3%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 13px;
}

/*---------------------------------*/

/*UL*/

#content ul {
	list-style-image: url(../img/list.gif);
	margin-left: 16px;
	margin-top: 20px;
}

#content ul ul{
	margin-top: 0px
}

html>body #content ul {
	margin-left: auto;
	padding-left: 16px;
}

#content ul a {
	color: #9D3502;
}

#content ul a:hover {
	text-decoration: underline;
	color: #D74900;
}

/*-------------------------------*/

/*OL*/

ol {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 23px;
}

html>body ol {
	margin-left: auto;
	padding-left: 23px;
}

/*-------------------------------*/


/*DL*/

dl {
	margin: 20px 0;
}

dt {
	margin-top: 10px;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #666;
	/*clear: both;*/
}

dt span {
	margin-right: 10px;

}

dt span.date {
	text-decoration: none;
	color: #333333;
    font-size: 85%;
    font-style: italic;
    font-weight: normal;
    padding-left: 5px;
}

dd {
	margin-left: 0px;
	color: #000;
}

img.thumb{
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 7px;
	display: block;
	border: 1px solid #ccc;
	position: relative;
}


/*-------------------------------*/


/*Notice e Thumbnail*/

h3.notice {
	clear: both;
}

h4.subtitle {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 98%;
	color: #666;
	margin-top: -9px;
}

/*-----------------------------*/

/*NAVBAR*/

div.navbar {
	margin-top: 20px;
	height: 14px;
	background-color: #ddd;
	padding: 2px 10px 4px;
	font-size: 98%;
}

div.navbar p{
	padding: 0;
	margin: 0;
	float: left;
}

div.navbar p strong{
	color: #666;
}

div.navbar p.number {
	float: right;
}

div.navbar p.number a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

div.navbar p.number a:hover {
	text-decoration: underline;
}

div.navbar p span.here {
	color: #DD8500;
}

/*-----------------------------*/


/*SEARCH RESULTS*/

div.resultslist-wrap ol {
margin: 10px;
}

div.resultslist-wrap ol li dl dt {
	margin-top: -36px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

html>body div.resultslist-wrap ol li dl dt {
	margin-top: auto;
}

div.resultslist-wrap ol li dl dt a {
	color: #9D3502;
}

div.resultslist-wrap ol li dl dt a:hover {
	color: #D74900;
}

div.resultslist-wrap ol li dl dd.desc{
	margin-top: 7px;
}

div.resultslist-wrap ol li dl dd{
	margin-top: 3px;
}

div.resultslist-wrap ol li dl dd.filetype {
	float: left;
	clear: left;
	margin-right: 7px;
}

div.resultslist-wrap ol li dl dd.filetype, div.resultslist-wrap ol li dl dd.date, dl dd.date{
	color: #666;
}

div.resultslist-wrap ol li dl dd.date, dl dd.date
{
	font-size: 98%;
}

/*-----------------------------*/


/*TABLE CAPTION*/

.tablecaption div.left {
	clear: left;
	float: left;
	margin: 5px;
	position: relative;
}

.tablecaption div.left img {
	border: 0px;
}

.tablecaption div.around {
	padding: 5px 5px 7px 5px;
}

.tablecaption div.right {
	padding: 5px 5px 7px 130px;
}

html>body .tablecaption div.right {
	padding: 5px 5px 7px 125px;
}

div.pari {
	background-color: #CCE0EB;
	border-bottom: 1px solid #fff;
	position: relative;
}

div.dispari {
	background-color: #E7F0F5;
	border-bottom: 1px solid #fff;
	position: relative;
}

div.selected {
	background-color: #DBF0DE;
	border-bottom: 1px solid #fff;
	position: relative;
}


div.pari, div.dispari, div.selected {
	padding: 3px 0;
}

div.pari h4, div.dispari h4, div.selected h4 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	color: #CC8500;
}

div.pari a, div.dispari a, div.selected a {
	color: #9D3502;
}

div.pari a:hover, div.dispari a:hover, div.selected a:hover {
	text-decoration: underline;
	color: #D74900;
}

div.pari p, div.dispari p, div.selected p {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

/*-----------------------------*/


/*NEWS & EVENTS*/

div.news, div.events  {
	background-color: #EEDFC8;
	padding: 0 5px 5px 5px;
	margin-top: 10px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #EEDFC8;
}

div.news h1, div.events h1 {
	margin: 0 -5px 7px -5px;
	padding: 2px 5px 3px;
	background: #AD6800;
	color: #fff;
	border-bottom: 0;
	position: relative;
}


.news h4, div.events h4 {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	color: #AD6800;
	text-decoration: underline;
}

.news p, div.events p {
	margin: 5px 0 10px;
	padding: 0;
}

.news h4.date {
	display: inline;
	padding-right: 7px;
	text-decoration: none;
}

div.events  h4 a{
	color: #9D3502;
}

div.events  h4 a:hover{
	color: #D74900;
}

h4 span.date {
	padding-left: 5px;
	font-size: 85%;
	color: #333;
	font-weight: normal;
	font-style: italic;
}

/*-----------------------------*/

/*------------------------------------------------*/


/*COLONNE*/

/*MENU0NE*/
div.menuone  {
	padding: 6px;
}

div.menuone h3 {
	padding: 3px 5px 3px 3px;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #0F4157;
	color: #0F4157;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 130%;
	font-weight: lighter;
}

div.menuone a {
	text-decoration: none;
}

div.menuone ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.menuone ul li {
	padding: 5px 2px 3px 0;
	border-bottom: 1px solid #C9CDD2;
}
div.menuone ul li ul li { border: 0; }

/*
div.menuone ul li a.relif {
	font-size: 110%;
	color: #9D3502;
}
*/
div.menuone ul li a {
	color: #333;
	font-size: 95%;
	padding-left: 6px;
	display: block;
}

div.menuone ul li a:hover {
	color: #8C2D00;
	background: transparent url("../img/menu_ov.jpg") -4px 3px no-repeat;
}
div.menuone ul li a.current { color: #8C2D00; padding-left: 6px; background: transparent url("../img/menu_ov.jpg") -4px 3px no-repeat; }

div.menuone ul li ul li a { padding-left: 17px; background: transparent url("../img/menu.jpg") 5px 3px no-repeat; }
div.menuone ul li ul li a:hover,
div.menuone ul li ul li a.current {color: #8C2D00; padding-left: 17px; background: transparent url("../img/menu_ov.jpg") 5px 3px no-repeat; }

div.menuone ul li ul li ul li a { padding-left: 22px; background: transparent url("../img/menu.jpg") 10px 3px no-repeat; }
div.menuone ul li ul li ul li a:hover,
div.menuone ul li ul li ul li a.current { color: #8C2D00;padding-left: 22px; background: transparent url("../img/menu_ov.jpg") 10px 3px no-repeat; }

div.menuone ul li ul li ul li ul li a { padding-left: 27px; background: transparent url("../img/menu.jpg") 15px 3px no-repeat; }
div.menuone ul li ul li ul li ul li a:hover,
div.menuone ul li ul li ul li ul li a.current { color: #8C2D00;padding-left: 27px; background: transparent url("../img/menu_ov.jpg") 15px 3px no-repeat; }

#boxUser li a { padding-left: 22px; background: transparent url("../img/menu.jpg") 0 4px no-repeat; }
#boxUser li a:hover { padding-left: 22px; background: transparent url("../img/menu_ov.jpg") 0 4px no-repeat; }


/*----------------------------*/

/*LOGIN*/
#rightSideBar div.login,
#rightSideBar div.ricerca {
	margin: 0;
	padding: 0;
}

div.login label,
div.ricerca label {
	font-size: 98%;
	line-height: 15px;
}

div.login form,
div.ricerca form {
	padding: 5px;
}

div.login input.text {
	border: 1px solid #016699;
	width: 157px;
	font-size: 110%;
	margin-top: 1px;
	margin-bottom: 5px;
}

.login .error {
	background: transparent url("../img/error.gif") left center no-repeat;
	color: #252525;
	font-size: 90%;
	padding: 2px 0 2px 22px;
}
.login label,
.ricerca label {
	font-weight: bold;
}
.login p,
.ricerca p { margin: 2px 0; }


div.login  input.psw { width: 130px;}
.login input.submitBtn { float: right;}

.login .checkbox { width: auto; }

.borderUp {
	padding: 6px 5px 0 5px;
}
.borderUp a {
	color: #252525;
	font-size: 90%;
	background: transparent url("../img/arrow_dx.gif") right center no-repeat;
	padding-right: 8px;
}

div.ricerca input.text {
	width: 127px;
}

a.blackrow {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-size: 85%;
	display: block;
	background: transparent url(../img/list5.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin-right: 7px;
}

a.blackrow:hover {
	color: #000;
}

p.errormsg {
	padding: 0;
	margin: 2px 0 5px;
	font-size: 85%;
	font-weight: bold;
	background: transparent url(../img/error.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 2px;
}

html>body p.errormsg {
	font-size: 90%;
}

/*----------------------------*/

/*SEARCH*/

.search {
	padding: 10px;
	background: transparent url("../img/ricerca_back.jpg") bottom left repeat-x;
}

.search h2 {
	border-bottom-color: #9D3502;
	margin-bottom: 6px;
}

.search h4{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 95%;
}

.search label {
	display: block;
	float: left;
	width: 20%;
	voice-family: "\"}\"";
	voice-family: inherith;
	width: 30%;
}

html>body .search label {
	width: 30%;
}

.search input, .search select {
	margin-bottom: 6px;
}
.search select {
	max-width: 380px;
}

.search input {
	width: 60%;
	border: 1px solid #7f9db9;
}

div.button, span.button {
	margin-top: 20px;
	display: block;
	text-align: center;
	background: transparent url(../img/repeatbutton.gif) repeat-x center left;
	position: relative;
}

.search span.button input,
.search div.button input {
	width: auto;
	display: inline;
	margin-left: 10px;
}

.searchtwo span.form {
	display: block;
	padding-top: 7px;
	padding-bottom: 0px;
	text-align: center;
}

.searchtwo span.form input{
	border: 1px solid #069;
	width: 30%;
}

.search input.required {
	border: 2px solid #016699;
}

.search label.required {
	font-weight: bold;
}

.search input.err {
	border: 1px solid #CC0101;
}

.searchtwo span.form input.button{
	width: auto;
	border: 1px solid #9D3502;
}

input.button{
	width: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #9D3502;
	background-color: #C45823;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

html>body input.button{
	padding: 0px 5px 2px 5px;
	margin: 0;
}

/*----------------------------*/


/*Teaser*/

div.teaser {
	position: relative;
	/*clear: both;*/
}

div.teaser img{
	float: left;
	display: block;
}

div#content div.teaser ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding: 3px 0 0 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherith;
	margin: 0 0 0 15px;
}

html>body div#content div.teaser ul {
	margin: 0 0 0 15px;
}

div#content div.teaser ul li {
}

/*----------------------*/

.searchtwo {
	position: relative;
	clear: both;
}

p#breadcrumbs {
	margin: 3px 0 20px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C3C3C3;
	color: #333;
	font-size: 95%;
}

p#breadcrumbs a {
	font-weight: bold;
	text-decoration: none;
	color: #06529E;
}

p#breadcrumbs a:hover {
	text-decoration: underline;
}


div#emilia {
	text-align: center;
}

div#emilia img{
	display: inline;
}


/* dimix mod */


em { /*color: #8c2d00;*/ }

img {
	border: 1px solid #aaa;
	padding: 3px;
	background: #fff;
}
img.noborded,
#result img.noborded {
	border: 0;
	padding: 0;
	background: none;
}

.floatLeft {
	float: left;
	margin: 2px 8px 8px 0;
}
.floatRight {
	float: right;
	margin: 2px 0 8px 8px;
}
.arrow {
	padding-left: 8px;
	background: transparent url("../img/arrow.gif") left center no-repeat;
	font-weight: bold;
	text-decoration: none;
}
dl dt {
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	background: transparent url("../img/dot.gif") left 4px no-repeat;
	padding-left: 10px;
}
dl dd {
	padding-left: 20px;
}

.detailTitle {
	font-weight: normal;
	color: #9D3502;
	margin: 0;
}
/*
.detailSubTitle {
	font-weight: normal;
	margin: 0;
	font-size: 95%;
}
*/

#breadcrumbs a { font-weight: bold; text-decoration: none; }

/* Ricerca */

.formButtons { text-align: center; margin: 15px 0 0 0; }
.formButtons input { width: auto; border: 0; }

/*
#paginate {
	margin-top: 10px;
	padding: 3px;
	width: 98%;
	background: #ebebeb;
}
#paginate p {
	float: left;
	font-weight: bold;
	width: 100px;
	margin: 0;
}
#paginate ul {
	margin: 0;
	padding: 0;
}
	#paginate ul li {
		display: inline;
		background: none;
		margin: 0;
		padding: 0;
	}
	#paginate ul li a { padding: 1px; text-decoration: none; color: #000; }
	#paginate ul li a:hover,
	#paginate ul li.current,
	#paginate ul li.current a {
		background: #8c2d00;
		color: #fff;
	}
*/

#paginate {
	margin-top: 10px;
	width: 100%;
	border-top: 3px solid #ADAEAF;
	clear: both;
	font-size: 95%;
}
#paginate p , #paginate span{
	float: left;
	font-weight: bold;
	width: 200px;
	margin: 0;
}
#paginate ul {
	margin: 0;
	padding: 0;
	float: right;
}
#paginate ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}
#paginate ul li a { padding: 0.5em; padding-bottom: 0; padding-top: 0; text-decoration: none; color: #000;  display: block; float: left;}
#paginate ul li a:hover,
#paginate ul li.current {
	padding: 0 0.5em;
	background: #ADAEAF;
	color: #fff;
	display: block;
	float: left;
}

#paginate form {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	border-left: 1px solid #ADAEAF;
	padding-left: 0.5em;
}
#paginate form input.go {
	border: 0;
}

#paginate form input.page {
	width: 4em;
	font-size: 80%;
}


#domande dt {
	background: transparent url("../img/dot3.gif") 0 3px no-repeat;
	padding-left: 13px;
}
#domande dd { padding-left: 13px; }

.form { text-align: center; }
.form input.submit { border: 0; width: auto; }
.form input {
	margin-right: 15px;
	width: 30%;
	float: left;
}

#result  {
	margin-top: 2em;
}

#result h3 {
	font-size:120%;
	color: #505050;
	padding-top: 1em;
	margin: 0;
	/*border-top:1px solid #A0A0A0;*/
}

#result h3.noBorder {
	padding-top: 0;
	border-top: 0;
}
#result p { margin-bottom: 3px; }
#result dt {
	position: relative;
	color: #9D3502;
	font-size: 120%;
/*	text-decoration: underline;*/
	background: transparent url("../img/dot2.gif") left 5px no-repeat;
}
#result dt a {
	text-decoration: none;
}
#result dd { padding-left: 10px; margin: 5px 0 15px 0;}
#result img { padding: 0; border: 1px solid #000; }
#result h4 {
	margin-top: 5px;
	font-weight: normal;
	color: #8c2d00;
	padding-bottom: 2px;
	border-bottom: 1px solid #a0a0a0;
}
#result .pdf {
	width: 93%;
	float: left;
}
#result .withThumb {
	width: 90%;
	float: left;
}
#result .withThumb p { margin-top: 0; }

#result ul { margin-top: 0; }
#result ul li {
	font-weight: bold;
	list-style-image: url(../img/dot.gif);
}
#result ul li  span { font-weight: normal; }
#result .download,
#result .email {
	font-weight: bold;
	padding: 3px 0 3px 23px;
}
#result .download { padding-right: 30px; background: transparent url("../img/download.gif") left center no-repeat; }
#result .email { background: transparent url("../img/email.gif") left center no-repeat; }

#content #gallery li {
	list-style: none;
	float: left;
	width: 180px;
	height: 250px;
	margin: 0 8px 30px 0;
	padding: 0;
}
#gallery dl {
	margin: 0;
	padding: 0 0 0 5px;
}
#gallery dd {
	padding: 0;
	margin: 0;
}
#gallery .box {
	width: 166px;
	height: 131px;
	background: transparent url("../img/cornice.gif") top left no-repeat;
	text-align: center;
}
#gallery .box img {
	border: 0;
	padding: 6px 0 0 0;
	background: none;
}

/* Form Registrazione */

.errorForm {
	background: #ffffcc url("../img/error2.gif") 5px 7px no-repeat;
	border-top: 1px solid #ffcc00;
	padding: 7px 10px 10px 25px;
}
.errorForm strong { color: #8c2d00; }
.smallPrivacy input,
.formButton input {
	vertical-align: middle;
	border: 0;
	width: auto;
}
.smallPrivacy input { margin-top: 5px; }
.formButton,
.smallPrivacy { text-align: center; }

p.reqP {
	margin: 0;
	text-align: right;
	padding: 3px 10px 3px 0;
}

#privacy {
	border-left: 3px solid #e64a00;
	border-right: 3px solid #e64a00;
	padding: 0 10px;
	margin-top: 30px;
}

.search .checkbox { width: auto; border: 0; }
.search p { margin: 0; }

input.inputButton {
	width: 80px;
	border: 1px solid #fff;
	padding: 3px 0;
	background: #394E59;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
input.submitButton {
	background-color: #2261A4;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 1px 3px #999999, ""; -moz-box-shadow: 0 1px 3px #999999, ""; -webkit-box-shadow: 0 1px 3px #999999, "";
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px #222222;
	cursor: pointer;
	border: 0;
	font-size: 12px;
	width: auto;
	margin: 0 5px;
}
/*
input.submitButton {
	width: auto;
	border: 0;
	border: 1px solid #fff;
	padding: 2px 6px 2px 10px;
	background: #676767 url("../img/input.gif") left top repeat-y;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#login_signup input[type='submit'] { 
	background-color: #1e90ff;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 1px 3px #999999, ""; -moz-box-shadow: 0 1px 3px #999999, ""; -webkit-box-shadow: 0 1px 3px #999999, "";
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px #222222;
	cursor: pointer;
	border: 0;
	font-size: 12px;
}

*/
.rightAlign {
	position: relative;
	left: 90px;
	margin-top: 5px;
}

/* p styles */
p.download, p.note, p.alert, p.dvd {
	background-position:15px 10px;
	background-repeat:no-repeat;
	font-size: 110%;
	line-height:115%;
	margin:10px auto;
	padding:10px 10px 10px 50px;
	text-align:left;
	color: #fff;
}

p.alert, p.dvd , p.alert a, p.dvd   a{
	color: #000;
}

p.download a, p.note a
{
	color: #fff;
}

p.note {
	background-color:#444444;
	background-image:url("../img/i_page.png");
	border-bottom:2px solid #AAAAAA;
	border-top:2px solid #AAAAAA;
}

p.download {
	background-color:#333355;
	background-image:url("../img/i_download.png");
	border-bottom:2px solid #3333FF;
	border-top:2px solid #3333FF;
}

p.alert {
	background-color:#FFFFCC;
	background-image:url("../img/i_alert.png");
	border-bottom:2px solid #FFFF33;
	border-top:2px solid #FFFF33;
}

p.dvd {
	background-position: 0 0;
	background-color: #DEE8ED;
	background-image:url("../img/i_dvd2.png");
	border-bottom:2px solid #9D3502;
	border-top:2px solid #9D3502;
	height: 35px;
}

#flvplayer
{
	margin: auto;
	text-align: center;
}
.detailsImage img
{
	float: right;
	margin: 2px 0 8px 8px;	
}
.properties dd 
{
	margin-top: 0;
}

.properties dt
{
	float: left;
	clear: left;
	margin-top: 0;
	margin-right: 10px;
}

#ja_2 img
{
padding: 0;
}


.boxNewsEvents h3 {
	font-size: 200%;
	border-bottom: 4px solid #0F4157;
	margin-top: 0;
	position: relative;
}

.boxNewsEvents h3 a {
	text-decoration: none;
	font-size: 50%;
	color: #10425E;
	text-transform: none;
	padding-top: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.boxNewsEvents {
	margin-bottom: 30px;
}

div.detail {
	margin-top: 20px;
}


h4.downloadTitle {
	margin-bottom: 0.5em;
}
#content ul.downloadList {
	margin-top: 0;
}

.imgLinks {
	margin: 0;
	list-style: none;
	padding: 0 6px;
}

.imgLinks li {
	margin: 0;
	border-bottom: 1px solid #C9CDD2;
	padding: 5px 2px 3px 0;
}

.imgLinks img {
	border: 0;
	padding: 0;
}

#map_canvas {
	width: 590px;
	height: 590px;
}

#map_canvas img {
	background: transparent;
}

.boxCollapsible h3
{
	position: relative;
	margin: 0;
	margin-bottom: 0.5em;
	cursor: pointer;
	background: url( ../img/clickToExpand.gif ) no-repeat right 7px;
}

.boxCollapsible h3.expand
{
	background: url( ../img/clickToCollapse.gif ) no-repeat right 7px;
}

.boxCollapsible div.inner {
	padding-bottom: 20px;
}

#sitesMap {
	display: none;
}


#content ul#sitesTab
{
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #676767;
	margin: 0 0 20px 0;
	list-style-image: none;
}

#content ul#sitesTab li
{
	float: left;
	height: 21px;
	background-color: #676767;
	margin: 2px 2px 0 0;
	border: 1px solid #676767;
}

#content ul#sitesTab li.current
{
	
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#content ul#sitesTab li.current a { color: #676767; }
#content ul#sitesTab li.current a:hover { color: #fff;}
#content ul#sitesTab a
{
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 15px;
	height: 14px;
}

#content ul#sitesTab a:hover { background: #505050; color: #fff; }

#content #result.inner {
	margin-top: 0;
	padding-top: 0;
}

#content #result.inner dl {
	margin-top: 0;
	padding-top: 0;
}


.detailsImage {
	float: right;
	width: 220px;
	margin-top: 20px;
}

.detailsImage #imageList {
	width: 220px;
}


.detailSubTitle div.links
{
	display: inline;
	font-size: 11px;
	float: right;
}

.detailSubTitle div.links a
{
	padding: 0 5px;
}

.detailSubTitle div.links a+a
{
	border-left: 1px solid #ccc;
}

div.afterContent {
	margin-top: 2em;
	border-top: 1px solid #A0A0A0;
}

a.printPdf {
	color: #505050;
	text-decoration: none;
	padding: 0 0 5px 20px;
	background: url( ../img/icon_pdf.gif ) no-repeat;
	display: block;
	margin: 30px auto;
	width: 100px;
}

h3+dl.properties, h4+dl.properties {
	margin-top: 5px;
}

.properties dd {
    margin-top: 0;
     padding-left: 0;
}

.properties dd p {
    margin: 0;
}

/* MESSAGES */
#content .message		{ border: 1px solid #000000; border-width: 1px 0; clear: both; margin: 0; margin-bottom: 20px; padding: 5px;}
#content .message.success	{ background: #F3F6EB url(../images/i_success.gif) no-repeat 5px 5px; border-color: #608C00; color: #608C00; }
#content .message.failure	{ background: #FAEBEB url(../images/i_failure.gif) no-repeat 5px 5px; border-color: #C00000; color: #C00000; }
#content .message.notice		{ background: #F6F6F6 url(../images/i_notice.gif) no-repeat 5px 5px; border-color: #8C8C8C; color: #8C8C8C; }
#content .message.warning	{ background: #F9F8EB url(../images/i_warning.gif) no-repeat 5px 5px; border-color: #B3A003; color: #B3A003; }
#content .message ul		{ margin: 0; padding: 0; list-style: none; color: #000;}
#content .message ul li		{ margin: 0; }
#content .message p		{ font-size: 140%; font-weight: bold; margin: -0.5em -0.5em 0.5em -0.5em; padding: 0.5em; }
