/* ******************************************************************* PARTI COMUNI */
body {
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Sans-serif;
	color: #000;
	text-align: center;
}
td {
	font: 12px Arial, Sans-serif;
}
#box {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.legend {
	color: #003366;
}
/* ******************************************************************* FINE PARTI COMUNI */


/* ******************************************************************* HEADER */
#header {
	text-align: right;
	height: 185px;
}
#logo {
	display: block;
	margin-left: auto;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* MENU */
#menu_top {
	text-align: left;
	background: url(/images/sfondo_menu_top.gif);
	height: 43px;
}
#menu_top, #menu_top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu_top ul {
	position: relative;
	z-index: 6;
}
#menu_top a:link, #menu_top a:visited, #menu_top a:hover, #menu_top a:active {
	padding: 0 12px;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
	font-family: Arial, Sans-serif;
	display: block;
}
#menu_top a:hover {
	/*color: #3c7fbc;*/
	color: #ffffff;
}
#menu_top li li a:link, #menu_top li li a:visited, #menu_top li li a:hover, #menu_top li li a:active {
	color: #000;
	line-height: 15px;
	padding: 3px 8px;
	width: 174px;
	overflow: hidden;
}
#menu_top li li a:hover {
	background-color: #afacaa;
}
#menu_top li {
	float: left;
	background: url(/images/sfondo_menu_top_li.gif) no-repeat top right;
}
#menu_top li.over {
	height: 37px;
	background-color: #3C7FBC;
}
#menu_top li.last {
	background: none;
}
#menu_top li li {
	background: none;
	background-color: #cfccc9;
	width: 190px;
}
#menu_top li ul {
	position: absolute;
	width: 190px;
	left: -999em;
}
#menu_top li:hover ul, #menu_top li.sfhover ul {
	left: auto;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* MENU SERVIZI */
#menu_servizi {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 132px;
	left: 0;
	color: #AFAFAF;
}
#menu_servizi li {
	float: left;
}
#menu_servizi a:link, #menu_servizi a:visited, #menu_servizi a:hover, #menu_servizi a:active {
	padding: 0 6px;
	text-decoration: none;
	font: 11px Arial, Sans-serif;
	color: #7F7F7F;
}

#menu_servizi a:hover {
	color: #3c7fbc;
}
#menu_servizi li.first a:link, #menu_servizi li.first a:visited, #menu_servizi li.first a:hover, #menu_servizi li.first a:active {
	padding-left: 0;
}
/* ******************************************************************* FINE MENU SERVIZI */

/* ******************************************************************* MITGLIEDERBEREICH */
#mitgliederbereich {
	height: 80px;
	width: 200px;
	background-color: #3c7fbc;
	text-align: left;
	position: absolute;
	top: 97px;
	right: 0;
	z-index: 3;
}
#mitgliederbereich h2 {
	font: 12px Arial, Sans-serif;
	line-height: 22px;
	padding-left: 18px;
	color: #FFFFFF;
	margin: 0;
	text-transform: uppercase;
	font-weight:bold;
}
#mitgliederbereich form {
	margin: 11px 5px 0px 18px;
}
#mitgliederbereich input {
	color: #a19d99;
	font-family: Arial, sans-serif;
	width: 81px;
	height: 17px;
	border: 0;
	margin: 0 2px 0 0;
	float: left;
	font-size: 11px;
}
#mitgliederbereich input.short {
	width: 66px;
}
#mitgliederbereich input.send {
	width: 17px;
}
#mitgliederbereich a:link, #mitgliederbereich a:visited, #mitgliederbereich a:hover, #mitgliederbereich a:active {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding-top: 3px;
}
#mitgliederbereich p {
	margin: 0 9px 0 18px;
	color: #fff;
}
#mitgliederbereich .pwdlogon:link, #mitgliederbereich .pwdlogon:visited, #mitgliederbereich .pwdlogon:hover, #mitgliederbereich .pwdlogon:active {
	padding: 9px 0 0 18px;
}
/* ******************************************************************* FINE MITGLIEDERBEREICH */

/* ******************************************************************* NAVIGATION + EXTRA */
#navigation div, #extra div {
	margin-bottom: 6px;
	border-bottom: 1px solid #adacaa;
	background-color: #d1cecb;
}
#navigation div img, #extra div img {
	display: block;
	border: 0;
}
#navigation div div, #extra div div {
	margin: 0;
	border: 0;
	background-color: transparent;
}
#navigation h2, #extra h2 {
	background: url(/images/sfondo_h2.gif) repeat-y;
	margin: 0;
	font: 12px Arial, Sans-serif;
	line-height: 22px;
	padding-left: 18px;
	border-bottom: 1px solid #fff;
}
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active, #extra a:link, #extra a:visited, #extra a:hover, #extra a:active {
	color: #5c5c5c;
	text-decoration: none;
}

#navigation .end li a:link, #navigation .end li a:visited, #navigation .end li a:hover, #navigation .end li a:active {
	color: #000;
	text-decoration: none;
}
#navigation .end li a:hover {
	color: #000;
	text-decoration: underline;
}


#navigation a:hover, #extra a:hover {
	text-decoration: underline;
}
#navigation p, #extra p {
	margin: 0 9px 0 20px;
}
#navigation ul, #extra ul {
	padding: 0;
	margin: 0 5px 0 20px;
	list-style: url(images/extra_ul.gif) outside;
}
#navigation h2 a:link, #navigation h2 a:visited, #navigation h2 a:hover, #navigation h2 a:active, #extra h2 a:link, #extra h2 a:visited, #extra h2 a:hover, #extra h2 a:active {
	color: #000;
	text-decoration: none;
}
#navigation .end, #extra .end {
	border-bottom: 0;
	background: #d1cecb url(images/sfondo_end.gif) bottom no-repeat;
	padding-bottom: 8px;
	margin-bottom: 26px;
}
/* ******************************************************************* FINE NAVIGATION + EXTRA */

/* ******************************************************************* NAVIGATION */
#navigation {
	float: left;
	width: 200px;
	overflow: hidden;
}
#navigation .banner {
	height: 70px;
	background-color: #de0018;
}
/* ******************************************************************* FINE NAVIGATION */

/* ******************************************************************* SOTTO MENU */
#navigation ul#sotto_menu, #navigation ul#sotto_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200px;
	font-size: 12px;
}
#navigation li.first {
	line-height: 24px;
	background-color: #d3d0cc;
	border-bottom: 1px solid #a6a6a6;
}
#navigation #sotto_menu li {
	float: left;
	width: 200px;
}
#navigation #sotto_menu a:link, #navigation #sotto_menu a:visited, #navigation #sotto_menu a:hover, #navigation #sotto_menu a:active {
	background-color: #d3d0cc;
	border-bottom: 1px solid #a6a6a6;
	line-height: 16px;
	padding: 4px 8px 4px 17px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 175px;
}
#navigation #sotto_menu a:hover {
	background-color: #003a7f;
	color: #fff;
}
#navigation #sotto_menu a.current:link, #navigation #sotto_menu a.current:visited, #navigation #sotto_menu a.current:hover, #navigation #sotto_menu a.current:active {
	background-color: #BBB9B8;
	color: #000000;
	border-color: #fff;
	font-weight:bold;
}
#navigation #sotto_menu li li a:link, #navigation #sotto_menu li li a:visited, #navigation #sotto_menu li li a:hover, #navigation #sotto_menu li li a:active {
	background-color: #ededed;
	color: #000;
	border-color: #003a7f;
}
#navigation #sotto_menu li li a:hover {
	background-color: #4c74a5;
}
#navigation #sotto_menu li li a.current:link, #navigation #sotto_menu li li a.current:visited, #navigation #sotto_menu li li a.current:hover, #navigation #sotto_menu li li a.current:active {
	background-color: #A2B8CD;
	font-weight:bold;
}
#navigation #sotto_menu li li li a:link, #navigation #sotto_menu li li li a:visited, #navigation #sotto_menu li li li a:hover, #navigation #sotto_menu li li li a:active {
	background-color: #a2b8cd;
	color: #fff;
	padding-left: 23px;
}
#navigation #sotto_menu li li li a:hover {
	background-color: #4c74a5;
}
#navigation #sotto_menu li li li a.current:link, #navigation #sotto_menu li li li a.current:visited, #navigation #sotto_menu li li li a.current:hover, #navigation #sotto_menu li li li a.current:active {
	background-color: #00529B;
	font-weight: normal;
	background-image: url('/images/arrowmenu.png');
	background-repeat: no-repeat;
	background-position:left;
	color:#FFFFFF;	
}

.currentspecial {
        background-color: #00529B !important;
        font-weight: normal !important;
        background-image: url('/images/arrowmenu.png') !important;
        background-repeat: no-repeat !important;
        background-position:left !important;
        color:#FFFFFF !important;
	padding-left: 23px !important;
}

/* ******************************************************************* FINE SOTTO MENU */

/* ******************************************************************* EXTRA */
#extra {
	float: right;
	width: 200px;
	overflow: hidden;
}
#extra form {
	margin: 28px 5px 0px 20px;
	overflow: hidden;
}
#extra input {
	color: #a19d99;
	font-family: Arial, sans-serif;
	width: 166px;
	height: 17px;
	border: 0;
	margin-bottom: 5px;
}
#extra input.short {
	width: 149px;
	float: left;
}
#extra input.send {
	width: 17px;
	float: left;
}
#extra #suche {
	height: 124px;
}
#extra #suche h2 {
	text-transform: uppercase;
}
#extra #newsuche {
	height:25px;
	margin-bottom: 5px;
}
#extra #newsuche form{
	margin:0;
	padding-left:1px;
	padding-top:4px;
}
#extra #info ul a:link, #extra #info ul a:visited, #extra #info ul a:hover, #extra #info ul a:active {
	color: #000;
}
#extra h2 {
	font-weight: bold;
}
#extra #aktuelles h2 {
	background: url(images/sfondo_aktuelles.gif);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#extra #service_link {
	border-bottom: 0;
}
#extra #service_link h2 {
	margin-bottom: 7px;
}
/* ******************************************************************* FINE EXTRA */

/* ******************************************************************* CONTENT */
#content {
	margin-left: 222px;
	width: 496px;
}
#content #foto {
	position: relative;
}
#content #foto img {
	display: block;
	margin-bottom: 14px;
}
#content #foto #bollino_deu {
	position: absolute;
	top: 30px;
	right: -12px;
}
#content #foto #bollino_ita {
	position: absolute;
	top: 30px;
	right: -12px;
}
#content #breadcrumb {
	font: 11px Arial, Sans-serif;
	color: #003a7f;
	position: absolute;
	top: 167px;
	left: 225px;
	width: 496px;
}
#content #breadcrumb span, #content #breadcrumb a {
	background: url(/images/frecciax.gif) no-repeat center left;
	padding-left: 11px;
	margin-right: 4px;

}
#content #breadcrumb a:link, #content #breadcrumb a:visited, #content #breadcrumb a:hover, #content #breadcrumb a:active {
	background-image: url(/images/freccia.gif);
	color: #3c7fbc;
	text-decoration: none;
}
#content #breadcrumb a:hover {
	color: #003a7f;
	background-image: url(/images/frecciax.gif)
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	text-decoration: underline;
	color: #000;
}
#content a:hover {
	text-decoration: none;
}
#content h1, #content h3, #content .classh3 {
	margin: 22px 0 42px 0;
	font: 36px Georgia, "Times New Roman", Times, serif;
}
#content .classh2 {
        font: 20px Georgia, "Times New Roman", Times, serif;
        margin: 11px 0 21px 0;
}

#content h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin: 11px 0 21px 0;
}
#content h4 {
	color: #003a7f;
	margin: 12px 0;
	font-size: 15px;
}
#content #vantaggi {
	border: 1px solid  #bfbcb9;
	border-width: 1px 0;
	padding: 23px 0;
	margin: 20px 0;
}
#content #vantaggi a:link, #content #vantaggi a:visited, #content #vantaggi a:hover, #content #vantaggi a:active {
	text-decoration: none;
	color: #a19d99;
}
#content #vantaggi a:hover {
	text-decoration: underline;
}
#content #tools {
	height: 15px;
	margin-top: 33px;
	clear: both;
}
#content #tools a {
	float: right;
	margin-left: 6px;
}
#testo {
	width: 100%;
}
#content .grigio:link, #content .grigio:visited, #content .grigio:hover, #content .grigio:active {
	color: #5c5c5c;
	text-decoration: none;
}
#content legend {
	color: #003366;
	font-weight: bold;
}
.google_impnote {
	color: #c00000;
}
.frameGallery {
        width:496px;
        height:450px;
}

/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* TESTO */
.doc {
	background:  no-repeat url(/images/link_doc.gif) top left;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
	display:block;
}
.pdf {
	background:  no-repeat url(/images/link_pdf.gif) top left;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
	display:block;
}
.esterno {
	background:  no-repeat url(/images/link_esterno.gif) top left;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
	display:block;
}
/* ******************************************************************* FINE TESTO */

/* ******************************************************************* COMUNICATI */
.comunicati {
	border-bottom: 1px solid #bfbcb9;
	min-height: 130px;
	height: expression( this.scrollHeight < 130? "130px" : "auto" );
	line-height: 17px;
}
.comunicati img {
	float: left;
	margin: 14px 18px 10px 0;
}
.comunicati .date {
	color: #225490;
	padding-top: 17px;
	font-weight: bold;
}
#content .comunicati h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 6px 0;
	line-height: 22px;
}
#content .comunicati a:link, #content .comunicati a:visited, #content .comunicati a:hover, #content .comunicati a:active {
	color: #7f7f7f;
	text-decoration: none;
}
#content .comunicati h2 a:link, #content .comunicati h2 a:visited, #content .comunicati h2 a:hover, #content .comunicati h2 a:active {
        color: #000000;
        text-decoration: none;
}
#content .comunicati a:hover {
	text-decoration: underline;
}
#content #articoli:link, #content #articoli:visited, #content #articoli:hover, #content #articoli:active {
	color: #a19d99;
	text-decoration: none;
	margin: 20px 0 0 0;
	display: block;
}
#content #articoli:hover {
	text-decoration: underline;
}
#content ol li{
	margin-bottom:8px;
}
/* ******************************************************************* FINE COMUNICATI */

/* ******************************************************************* EVENTI */
#calendario {
	margin: 5px 0;
}
#calendario .app {
	background-color: #F6F6F7;
	margin-top: 10px;
	border: 1px solid #DFDFDF;
}
#calendario .app2 {
	background-color: #a2b8cd;
	border: 1px solid #839AAF;
}
#calendario .appvid {
        background-color: #ffffff;
        padding: 4px 7px;
        margin-top: 10px;
}
#calendario .app2vid {
        background-color: #e3e4e5;
}

#calendario .data , #calendario .appuntamento{
	padding: 4px;
}
#calendario .app .data {
	border-bottom: 1px solid #DFDFDF;
}

#calendario .app2 .data {
        border-bottom: 1px solid #839AAF;
}

#calendario .appuntamento .testoapp{
	font-weight:bold;
	font-size: 14px;
}


#calendario .datavid {
        font-size: 16px;
        font-weight: bold;
}

#calendario .zona {
	font-size: 13px;
        font-weight: normal;
}
#calendario h5 {
	text-align: right;
	color: #003366;
	font-size: 22px;
	margin-bottom: -10px;
	border-bottom: 2px solid #003366;
}
/* ******************************************************************* FINE EVENTI */

/* ******************************************************************* TESTO SOFFIETTO */
.none {
	display: none;
}
.hide {
	background-color: #a2b8cd;
	border-bottom: 3px solid #003366;
	padding: 2px 10px;
	color: #000;
	margin-bottom: 6px;
}
.hide a {
	float: right;
	margin-right: 5px;
	text-decoration: none;
}
/* ******************************************************************* FINE TESTO SOFFIETTO */

/* ******************************************************************* FORM */
#content #richiesta td {
	padding-left: 2px;
}
#content #richiesta .titolo_form {
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	border-width: 1px 0;
}
#content input {
	background-color: #fff;
	border: 1px solid #3e4244;
}
#content input.long {
	width: 305px;
}
#content .invia {
	background-color: #184D92;
	font: 12px Arial,Sans-serif;
	color: #ffffff;
}
#content .invia.pressed {
        background-color: #3C7FBC;
        font: 12px Arial,Sans-serif;
        color: #ffffff;
}
#content .invia_newsl {
        background-color: #003a7f;
        color: #fff;
        width: auto;
        padding: 3px 45px;
        float: none;
}

/* ******************************************************************* FINE FORM */

/* ******************************************************************* FIDUCIARI */

#fiduciari {
	width: 495px;
}
#fiduciari .fidu {
	border: 1px solid gray;
}
#fiduciari .fidu table{
        width:100%; 
}
#fiduciari .fidu table td{
        /*border: 1px solid gray;*/
	padding-left: 5px;
}

/* ******************************************************************* FINE FIDUCIARI */

/* ******************************************************************* FOOTER */
#footer {
	clear: both;
	font-size: 11px;
	padding-top: 14px;
}
#footer .copy:link, #footer .copy:visited, #footer .copy:hover, #footer .copy:active {
	float: right;
	color: #003a7f;
	text-decoration: none;
}
#footer .copy:hover {
	text-decoration: underline;
}
#footer address {
	font-style: normal;
}
#footer address a:link, #footer address a:visited, #footer address a:hover, #footer address a:active {
	color: #000;
}
#footer address a:hover {
	text-decoration: none;
}
/* ******************************************************************* FINE FOOTER */

/* ******************************************************************* IFRAME */
iframe#maps {
	width: 496px;
	height: 500px;
}
body#iframe {
	text-align: left;
}
#iframe form {
	margin: 5px 0;
}
#iframe #map_canvas {
	width:480px;
	height:385px;
	margin-bottom: 5px;
}
#iframe input {
	color: #a19d99;
	font-family: Arial, sans-serif;
	width: 166px;
	height: 13px;
	border: 0;
	float: left;
	border: 1px solid #D1CECB;
}
#iframe input.send {
	width: 17px;
	height: 17px;
	float: left;
	border: 0;
}
/* ******************************************************************* FINE IFRAME */
/* ******************************************************************* NEWSLETTER */
.newsl_content {
	float:left;
}
.newsl_small {
	font-size: 11px;
	clear: both;
	padding: 2px 5px;
	border: 1px solid #a2b8cd;
}
#newsl_iscrizione label {
	float: left;
	width: 140px;
	text-align: right;
	padding-right: 4px;
}
#newsl_iscrizione input {
	float: left;
	width: 300px;
}
#newsl_iscrizione .riga, #newsl_iscrizione .riga_radio, #newsl_iscrizione .riga_check, #newsl_iscrizione .riga_sub {
	clear: left;
	padding: 3px 0;
}
#newsl_iscrizione .riga_radio label {
	width: auto;
	text-align: left;
	margin-left: 144px;
}
#newsl_iscrizione .riga_radio input {
	width: auto;
}
#newsl_iscrizione .riga_check input {
	width: auto;
	margin-left: 40px;
	margin-right: 4px;
}
#newsl_iscrizione .riga_check label {
	width: auto;
}
#newsl_iscrizione h4 {
	color: #003a7f;
	font-size: 15px;
	padding: 12px 0px;
	margin: 0;
	clear: both;
}
#newsl_iscrizione .riga_sub {
	text-align: center;
}
#newsl_iscrizione .invia {
	background-color: #003a7f;
	color: #fff;
	width: auto;
	padding: 3px 45px;
	float: none;
}

/* ******************************************************************* FINE NEWSLETTER */

/* ******************************************************************* DATEPICKER */
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
/*        font:900 0.8em/0.8em Verdana, Sans-Serif; */
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
         font:900 77%/77% Verdana; 

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(/images/media/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none !important;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 11px Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:12px;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 10px Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:10px Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(/images/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(/images/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:20px;
        height:20px !important;
        outline:none;
	font-size:10px;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(/images/media/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:20px;
	font-size:10px;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(/images/media/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(/images/media/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
/* ******************************************************************* FINE DATEPICKER */

/* ******************************************************************* AMBULANTI */
ul.ulann {
	margin-left:15px;
	padding-left:0;
}
ul.ulann li {
	padding-top:3px;
}
div.listann {
	display:none;
	padding:5px;
}
div.titleann {
	width: 300px;
	border-bottom: 1px solid #3d7fbc;
}
div.titleann img {
	float:right;
}

/* ******************************************************************* FINE AMBULANTI */

