
/*
 * reset.css
 */

/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*
 * g4cm.css
 */

/* Stili pannello CMS */

#cms {
	margin:0em;
	padding:0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:1em 0em 1.5em 0em;
	}
#cms a:link, #cms a:visited {
	font-weight:normal;
	padding:3px 5px;
	border:1px solid #999;
	background:#FFF url("/img/bt_bkg.gif") repeat-x bottom;
	text-decoration:none;
	margin-right:-1px;
	color:#333;
	}
#cms a:hover, #cms a:active {
	background-image:none;
	background-color:#333;
	color:#FFF;
	}

/* mini-form selezione canali */

#cms form.popup {
	display: inline;
	}
#cms form.popup select, form.popup option {
	margin: 0;
	padding: 0;
	}
#cms form.popup select {
	float: none;
	width: 10em;
	color:#333;
	border:1px solid #999;
	padding:2px;
	}
#cms span.nuovo span {
	margin-left:.5em;
	color:#3187DB;
	text-decoration:underline;
	cursor:pointer;
	}
#cms span.nuovo form.popup {
	display: none;
	}

#greyout {
	display: none;
	position: fixed;
	background: black;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .5;
}


/* Stile per G4CM */

#g4cm {
	margin:0em;
	padding:0em;
	border:none;
	background:transparent none;
	padding-top:1em;
	clear:left;
	}

#g4cm h4 {
	margin:0em;
	padding:0em;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:-9999px;
	}
#g4cm h4 a {
	display:block;
	background:transparent url("/img/g4cm.gif") no-repeat top left;
	width:50px;
	height:15px;
	}
#g4cm p {
	margin:0em;
	padding:0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.1;
	color:#999;
	margin-top:.3em;
	}
#g4cm p a:link, #g4cm p a:visited {
	color:#999;
	text-decoration:none;
	}
#g4cm p a:hover, #g4cm p a:active {
	color:#999;
	text-decoration:underline;
	}

/* Stili per alert pagina disattiva */

div.alert-disabled {
	position:fixed;
	left:0;
	top:0;
	background-color:#ff7;
	width:100%;
	border-bottom:2px ridge #995;
}
div.alert-disabled p {
	margin:0;
	padding:6px 0 6px 32px;
	font-size:14px;
	color:black;
	background:transparent url("/img/status_0.png") no-repeat 4px 50%;
}

div.pwd_field {
	height:40px;
	}	
div.pwd_field label.required {
	width:150px;
	}


/*
 * typo.css
 */

/* Stili tipografici base */

html {
	background-color:#FFF;
	}

body {
	color:#3F4555;
	font:11px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	line-height:1.3;
	}

strong, b {
	font-weight:bold;
	}
em, i {
	font-style:italic;
	}
ul, li {
	line-height:0;
	}

/* Stili base wysiwyg */

div.p ul br, div.p ol br {
	height:0px;
	overflow:hidden;
	}
div.p ul {
	margin-top:1em;
	}
div.p ul li {
	margin:0;
	padding:0;
	line-height:1.3;
	margin-left:2em;
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:.5em;
	}
div.p ol { }
div.p ol li {
	margin:0;
	padding:0;
	line-height:1.3;
	margin-left:2em;
	list-style-type:decimal;
	list-style-position:outside;
	margin-bottom:.5em;
	}
div.p p {
	font-size:1em;
	}
sub {
	font-size:80%;
	vertical-align:sub;
	}
sup {
	font-size:80%;
	vertical-align:super;
	}
blockquote {
	margin-left:.5em;
	margin-bottom:1em;
	}

/* Stili base wysiwyg / uoc */

div.dett-uoc ul br, div.dett-uoc ol br {
	height:0px;
	overflow:hidden;
	}
div.dett-uoc ul {
	margin-top:1em;
	}
div.dett-uoc ul li {
	margin:0;
	padding:0;
	line-height:1.3;
	margin-left:2em;
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:.5em;
	}
div.dett-uoc ol { }
div.dett-uoc ol li {
	margin:0;
	padding:0;
	line-height:1.3;
	margin-left:2em;
	list-style-type:decimal;
	list-style-position:outside;
	margin-bottom:.5em;
	}

/* Stili link */

a:visited, a:link {
	text-decoration:underline;
	background-color:transparent;
	}
a:hover, a:active {
	text-decoration:underline;
	background-color:transparent;
	}

/* Stili generali testi */

strong, b {
	font-weight:bold;
	}
em, i {
	font-style:italic;
	}
div.p, p, h1, h2, h3, h4, h5, h6, a, strong, b, i, em, span {
	line-height:1.3em;
	text-align:left;
	}
div.p, p, h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

/* Stili immagini base */

div.immagini { }

img { }

div.img_supleft, div.img_supright {
	overflow:hidden;
	_width:100%; /* per IE */
	}

div.immagini dl {
	padding-bottom:10px;
	min-height:100px;
	}
div.immagini dt {
	}
div.immagini dd {
	padding:5px 0px;
	font-size:1.2em;
	color:#A0A5B1;
	text-align:center;
	}
div.immagini img {
	font-size:2em;
	}

.img_supleft dl  {
	padding-right:20px;
	float:left;
	text-align:left;
	}
.img_supcenter dl {
	padding:0 10px;
	margin:0 auto;
	text-align:center;
	}
.img_supright dl {
	padding-left:20px;
	float:right;
	text-align:right;
	}

.img_inleft dl {
	padding-right:20px;
	float:left;
	}

.img_inright dl {
	padding-left:20px;
    float:right;
	}

/* Stili form */

form, input, textarea, label {
	font:11px Arial, Helvetica, sans-serif;
	font-size:1em;
	}

div.form, div.privacy, div.search {
	width:100%;
	}

div.form div, div.privacy div {
	padding-bottom:2px;
	}

div.form fieldset, div.privacy fieldset  {
	border:none;
	}
div.form label, div.privacy label {
	font-weight:bold;
	padding-top:5px;
	font-size:1.2em;
	float:left;
	width:100px;
	}

div.form input, div.privacy input, div.search input, div.sfoglia input, div.form textarea, div.privacy textarea, div.filtro input, form.login input  {
	width:200px;
	margin:2px 0;
	font-size:1.1em;
	color:#3F4555;
	padding:3px;
	border:#E2E4E7 solid 1px;
	margin-right:10px;
	}
div.privacy input.submit, div.search input.submit, div.sfoglia input.submit, div.filtro input.submit, form.login input.submit {
	border:none;
	font-size:1.1em;
	background:#3188DD url("/img/bt_input.gif") repeat-x bottom;
	cursor:pointer;
	width:auto;
	color:#FFF;
	margin-right:0;
	font-weight:bold;
	}
div.privacy input.submit:hover, div.privacy input.submit:active { }

.validation-message {
	font-size:1.6em;
	margin-left:3px;
	}
a:visited.validation-message, a:link.validation-message {
	text-decoration:none;
	}
a:hover.validation-message, a:active.validation-message {
	text-decoration:underline;
	}

span.required:after {
	content: '*';
	font-size:1.4em;
	padding-left:5px;
	}
span.forms img {
	margin-left:5px;
	}
div.privacy {
	margin-top:10px;
	}
div.informativa {
	padding:3px;
	background-color:#FFF;
	border:#E2E4E7 solid 1px;
	height:150px;
	overflow:auto;
	margin-bottom:10px;
	}

/* Form di login */

form.login { }

form-login p {
	font-size:1.2em;
	}
form.login ul, ul.form {
	padding:0;
	padding-top:10px;
	}
form.login label, form.login input, form.login li, ul.form li {
	font-size:12px;
	margin-top:5px;
	display:block;
	}
hr {
	margin:20px 0;
	}
/*
 * base.css
 */

/* Stili contenitori base */

#page {
	width:920px;
	margin:0em auto;
	text-align:left;
	}

	/* Stili banner e men superiore */
	
	#top, #topinternal {
		width:100%;
		background-color:#1D54AD;
		text-align:left;
		}
		
	#bar {
		width:100%;
		background-color:#FFF;
		text-align:left;
		}
	
	#banner {
		width:100%;
		height:120px;
		background-color:#99CEED;
		text-align:left;
		overflow:hidden;
		}
	
	/* Stile contenitore contenuti pagina */
	
	#main {
		width:100%;
		background-color:#FFF;
		text-align:left;
		}
	
		/* Stili per definizione colonne contenuti pagina */
		
		#home {
			width:690px;
			_width:689px; /* Per IE */
			float:left;
			}
		
		#content {
			width:920px;
			}

			div.col1 {
				float:left;
				width:230px;
				_width:229px; /* Per IE */
				}
			div.col2 {
				float:left;
				width:460px;
				_width:459px; /* Per IE */
				}
			div.col3 {
				float:left;
				width:690px;
				_width:689px; /* Per IE */
				}
			div.col4 {
				float:left;
				width:920px;
				}

		#right {
			width:230px;
			float:right;
			}
			
		#left {
			width:230px;
			float:left;
			}
			
	/* Stili per definizione footer */
	
	#foot {
		background-color:#FFF;
		width:100%;
		text-align:left;
		}

div.close {
	width:100%;
	clear:both;
	height:1px;
	overflow:hidden;
	}
	

/*
 * sanita.css
 */

/* Stili colori link principali */

a:visited, a:link {
	color:#3188DD;
	}
a:hover, a:active {
	color:#1D54AD;
	}

/* Stile contenuti */

h1 {
	font-weight:bold;
	color:#1D54AD;
	font-size:2.2em;
	line-height:1.1;
	margin-bottom:10px;
	}
h2 {
	color:#1D54AD;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.1;
	margin-bottom:20px;
	}
h3 {
	color:#1D54AD;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:20px;
	}
h4 {
	color:#3F4555;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	}
h5 {
	color:#3F4555;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:5px;
	}
p, div.p {
	color:#3F4555;
	font-size:1.2em;
	margin-bottom:5px;
	text-align:justify;
	}
div.p ul {
	margin-bottom:10px;
	}
div.p li {
	color:#3F4555;
	font-size:1em;
	list-style-type:square;
	list-style-position:outside;
	margin-left:10px;
	margin-bottom:10px;
	}

div.testo {
	margin-bottom:20px;
	}
div.indice {
	margin-bottom:20px;
	}
div.paragrafo {
	margin-bottom:20px;
	clear:both;
	}
div.interno h2, div.paragrafo h2 {
	font-weight:bold;
	background-color:#3188DD;
	color:#FFF;
	padding:5px 10px 5px 10px;
	font-size:1.2em;
	margin:15px 0;
	}
div.links, div.allegati {
	margin-bottom:10px;
	clear:both;
	}
div.links p {
	padding:5px 10px 5px 15px;
	background:#F1F2F3 url("/img/freccia_menu_left.gif") no-repeat left 50%;
	font-weight:bold;
	}
div.allegati p {
	display:block;
	padding:5px 10px 5px 25px;
	background:transparent url("/img/freccia_down.gif") no-repeat 5px 50%;
	border:1px solid #E2E4E7;
	}
div.allegati p a {
	font-weight:normal
	text-decoration:underline;
	}
div.links p a {
	text-decoration:underline;
	}
div.allegati span, div.links span {
	font-weight:normal;
	font-size:.9em;
	}
div.indice a {
	text-decoration:underline;
	}
div.indice {
	border-top:1px solid #E2E4E7;
	padding-bottom:20px;
	}
div.indice > div {
	padding:10px 0;
	border-bottom:1px solid #E2E4E7;
	}
div.indice h2 {
	background:none;
	padding:0;
	margin:0;
	color:#1D54AD;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.1;
	margin-bottom:5px;
	}
div.indice h3 {
	margin-bottom:5px;
	color:#3F4555;
	font-size:1.2em;
	font-weight:bold;
	}
div.indice h4 {
	font-weight:normal;
	}
div.risultati-ricerca > div {
	margin-bottom:20px;
	}
div.risultati-ricerca h5 {
	font-size:1.1em;
	}

/*****************************************************************/

/* Stile logo e data */

#top div.logo, #topinternal div.logo {
	margin:10px 0 15px 20px;
	float:left;
	display:inline;
	}
#top div.logo h1 {
	background:transparent url("/img/logo.gif") no-repeat top left;
	margin:0;
	}
#top div.logo h1 a {
	display:block;
	width:490px;
	height:130px;
	text-indent:-9999px;
	}
#topinternal div.logo h1 {
	background:transparent url("/img/logo_internal.gif") no-repeat top left;
	margin:0;
	}
#topinternal div.logo h1 a {
	display:block;
	width:395px;
	height:90px;
	text-indent:-9999px;
	}
#foot div.data {
	color:#FFF;
	padding-top:10px;
	float:left;
	font-size:1.1em;
	}

/* Stili menÃ¹ info */
#top, #topinternal {
	position:relative;
	}
#top div.menu, #topinternal div.menu {
	position:absolute;
	right:0;
	z-index:10;
	text-align:right;
	}
#top div.menu.bandi {
	top:130px;
	}
#topinternal div.menu.bandi { 
	top:90px;
	}
#top div.menu.info {
	top:110px;
	}
#topinternal div.menu.info {
	top:70px;
	}
#top ul, #topinternal ul {
	white-space:nowrap;
	padding-bottom:10px;
	margin-right:10px;
	}
#top li, #topinternal li {
	padding:2px 0;
	display:inline;
	list-style:none;
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #6188C6;
	}
#top li:first-child, #topinternal li:first-child {
	border:none;
	}
#top li a:visited, #top li a:link, #topinternal li a:visited, #topinternal li a:link {
	font-size:1.2em;
	line-height:1;
	color:#FFF;
	text-decoration:none;
	}
#top li a:hover, #top li a:active, #topinternal li a:hover, #topinternal li a:active {
	text-decoration:underline;
	}

/* Stili menÃ¹ top */

#bar div.menu {
	float:left;
	}

#bar ul {
	padding:15px 0;
	}
#bar ul ul {
	display:inline;
	padding:0;
	}
#bar li {
	display:inline;
	list-style:none;
	}
#bar li li { }
#bar li a:visited, #bar li a:link {
	padding:2px 0;
	font-weight:bold;
	font-size:1.2em;
	color:#1D54AD;
	line-height:1.5;
	text-decoration:none;
	}
#bar li li a:visited, #bar li li a:link {
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #E2E4E7;
	}
#bar li a:hover, #bar li a:active  {
	text-decoration:underline;
	}
#bar li li.current, #bar li li.supercurrent { }

/* Stili menÃ¹ */

div.lingue {
	padding:15px 0;
	text-align:right;
	float:right;
	}
div.lingue ul {
	text-align:right;
	display:inline;
	}
div.lingue li {
	display:inline;
	padding:2px 0;
	font-size:1.2em;
	line-height:1;
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #E2E4E7;
	}
div.lingue li:first-child {
	border:none;
	padding:0;
	margin:0;
	}

/* Stili flusso */

div.flusso {
	margin:15px 0;
	}

ul.flusso-sezioni {
	display:inline;
	}
ul.flusso-sezioni li {
	font-size:1.2em;
	display:inline;
	list-style:none;
	padding-right:3px;
	margin-right:3px;
	}
ul.flusso-sezioni li a:visited, ul.flusso-sezioni li a:link {
	text-decoration:underline;
	}
ul.flusso-sezioni li a:hover, ul.flusso-sezioni li a:active {	}

ul.flusso-sezioni li:before {
	content: '>';
	padding-right:3px;
	margin-right:3px;
	color:#A0A5B1;
	}
ul.flusso-sezioni li:first-child:before {
	content: '';
	padding-right:0;
	margin-right:0;
	}

/* Stili wai */

div.wai {
	width:100%;
	margin-top:40px;
	clear:both;
	}
div.wai p {
	font-size:1.4em;
	display:inline;
	color:#1D54AD;
	}
div.wai ul {
	margin:15px 0;
	display:inline;
	}
div.wai li {
	color:#3188DD;
	font-size:1.4em;
	padding:2px 0;
	display:inline;
	list-style:none;
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #E2E4E7;
	}
div.wai li:first-child {
	border:none;
	margin:0;
	}
div.wai li a:visited, div.wai li a:link {
	font-weight:bold;
	line-height:1;
	color:#1D54AD;
	}
div.wai li a:hover, div.wai li a:active  {
	color:#3188DD;
	}
div.wai li li.current a, div.wai li li.supercurrent a {
	}


/*****************************************************************/

/* Stile ricerca */

div.search h3 {
	margin-bottom:3px;
	color:#FFF;
	font-weight:bold;
	font-size:1.4em;
	}
div.search input {
	width:110px;
	}
div.search > div {
	padding:10px;
	}

/*****************************************************************/

/* Stili flusso num. pagine */

div.nav {
	font-size:1.2em;
	text-align:right;
	margin:10px 0;
	padding:5px 0;
	overflow:hidden;
	}
div.nav .totale {
	display: block;
	float: left;
	}
div.nav ul {
	margin:0;
	padding:0;
	display:inline;
	}
div.nav li {
	padding:2px 0;
	display:inline;
	list-style:none;
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #E2E4E7;
	}
div.nav li:first-child {
	border:none;
	}
div.nav a {
	font-weight:normal;
	text-decoration:underline;
	}

/*****************************************************************/

/* Stili menÃ¹ Foot */

#foot {
	padding-top:10px;
	}
#foot div {
	padding:10px;
	background-color:#1D54AD;
	}
#foot div.unipd {
	float:right;
	text-align:right;
	}
div.unipd h3 {
	background:transparent url("/img/unipd.gif") no-repeat top left;
	margin:0;
	}
div.unipd h3 a {
	display:block;
	width:150px;
	height:70px;
	text-indent:-9999px;
	}

#foot p {
	color:#FFF;
	font-size:1.1em;
	}
#foot a:visited, #foot a:link {
	color:#FFF;
	}
#foot a:hover, #foot a:active {
	color:#E2E4E7;
	}

div.legale {
	float:righ;
	}
div.legale ul {
	text-align:right;
	}
div.legale li {
	color:#FFF;
	font-size:1.2em;
	padding:2px 0;
	display:inline;
	list-style:none;
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #6188C6;
	}
div.legale li:first-child {
	border:none;
	margin:0;
	}
div.legale li a:visited, div.legale li a:link {	}
div.legale li a:hover, div.legale li a:active  { }

/*****************************************************************/

/* Stili banner grafici */

div.icon {
	padding-left:10px;
	margin-bottom:0;
	}
#left div.icon {
	padding:0;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #E2E4E7;
	margin-right:10px;
	}
div.icon h2 {
	margin-bottom:0;
	}
div.icon h2.ps {
	background:transparent url("/img/118.gif") no-repeat top left;
	}
div.icon h2.urp {
	background:transparent url("/img/urp.gif") no-repeat top left;
	}
div.icon h2.cup1 {
	background:transparent url("/img/cup1.gif") no-repeat top left;
	}
div.icon h2.cup2 {
	background:transparent url("/img/cup2.gif") no-repeat top left;
	}
div.icon h2.centralino {
	background:transparent url("/img/centralino.gif") no-repeat top left;
	}
div.icon h2.ps a, div.icon h2.urp a, div.icon h2.cup1 a, div.icon h2.centralino span {
	display:block;
	width:210px;
	height:185px;
	text-indent:-9999px;
	}
div.icon h2.cup2 a {
	display:block;
	width:415px;
	height:185px;
	text-indent:-9999px;
	}

/*****************************************************************/

/* Stili contenitori interni */

div.image {
	width:690px;
	float:left;
	height:120px;
	overflow:hidden;
	}
div.search {
	width:230px;
	height:120px;
	float:right;
	}
div.col1 > div, div.col2 > div, div.col3 > div, div.col4 > div {
	border-left:1px solid #E2E4E7;
	margin-top:10px;
	overflow:hidden;
	}
div.interno {
	padding-left:10px;
	}

/*****************************************************************/

/* Stili titoli fascia */

#content div.title {
	width:100%;
	clear:both;
	}
#content div.title, #home div.title {
	width:100%;
	clear:both;
	}
#content div.title h1, #home div.title h1 {
	background-color:#1D54AD;
	font-size:1.4em;
	padding:5px 10px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:0;
	}
#home div.title h1 {
	margin-right:10px;
	}

/* Stili portlet home */

#content div.portlet h3, #home div.portlet h3, #right div.portlet h3  {
	padding:25px 10px 10px 10px;
	background-color:#F1F2F3;
	font-size:1.6em;
	font-weight:bold;
	color:#1D54AD;
	margin:0 10px;
	}
#content div.portlet > div, #home div.portlet > div, #right div.portlet > div {
	padding-top:20px;
	background:transparent url("/img/freccia_grigia.gif") no-repeat 20px 0px;
	}
div.portlet div.indice, div.portlet div.indice > div {
	border:none;
	margin:0;
	padding:0;
	}
#right div.portlet > h3  {
	padding:10px;
	font-size:1.4em;
	font-weight:bold;
	color:#1D54AD;
	margin:1px 0 0 10px;
	}
#right div.portlet div.indice h3 {
	color:#3F4555;
	font-size:1.2em;
	margin-bottom:5px;
	}
#content div.portlet h2, #home div.portlet h2, #home div.portlet p {
	font-weight:normal;
	font-size:1.2em;
	padding:0 10px;
	margin-bottom:15px;
	text-align:left;
	}
#home div.portlet h2.stampa {
	margin-bottom:2px;
	}
#right div.portlet h2 {
	font-weight:normal;
	font-size:1.2em;
	margin-bottom:15px;
	}
#right div.portlet h2 a, #home div.portlet h2 a {
	text-decoration:underline;
	}
#right div.indice {
	margin-left:10px;
	margin-bottom:10px;
	border-bottom:1px solid #E2E4E7;
	}
#right div.portlet div.indice div > h3 {
	font-weight:bold;
	}
#right div.portlet h4 {
	margin-bottom:15px;
	font-weight:normal;
	}

/*****************************************************************/

/* Stile menÃ¹ left */

#left div.menu {
	background-color:#F1F2F3;
	margin:10px 10px 10px 0;
	padding:10px 0;
	}
#left h3 {
	margin:0 20px 10px 20px;
	font-size:1.4em;
	font-weight:bold;
	color:#1D54AD;
	}

#left ul {
	margin:0;
	}
#left li { }
#left ul ul {
	padding-bottom:3px;
	}

#left li {
	font-size:1.2em;
	line-height:1;
	list-style:none;
	}
#left li li {
	font-size:1em;
	}
#left li a:visited, #left li a:link {
	line-height:1;
	padding:5px 0 5px 20px;
	display:block;
	}
#left li a:hover, #left li a:active {	}

#left li li a:visited, #left li li a:link {
	color:#3F4555;
	font-weight:normal;
	padding:0 0 5px 35px;
	}
#left li li a:hover, #left li li a:active { }

#left li.current, #left li.supercurrent {
	background:transparent url("/img/freccia_menu_left.gif") no-repeat left .45em;
	font-weight:bold;
	}
#left li li.current, #left li li.supercurrent {
	background:none;
	}

#left li.current a, #left li.supercurrent a {
	text-decoration:none;
	}

/* Stili menÃ¹ left / pagina Reparto */

#left  ul.menu-pag li.current {
	color:#3188DD;
	padding:5px 0 5px 20px;
	background-image:none;
	background:transparent url("/img/freccia_menu_left.gif") no-repeat left .45em;
	font-weight:bold;
	}

/* Stili tabelle base */

table {
	width:100%;
	}
th, td {
	margin:0;
	padding:0;
	padding:5px;
	text-align:left;
	}
th {
	background-color:#E2E4E7;
	color:#3F4555;
	font-weight:bold;
	line-height:1.1;
	}
td {
	border-bottom:solid 1px #E2E4E7;
	line-height:1.3;
	}

/* Stili span testo colori/dimensione */

.verde {
	color:#51B639;
	}
.rosso {
	color:#C00;
	}
.giallo {
	color:#FFD800;
	}
.blu {
	color:#1D54AD;
	}

.big {
	font-size:150%;
	}
.bold {
	font-weight:bold;
	}

/*****************************************************************/

/* Stile indice sfoglia */

div.filtro {
	padding:10px;
	background-color:#F1F2F3;
	font-weight:bold;
	color:#1D54AD;
	}
div.filtro input {
	width:200px;
	}
div.filtro h3 {
	color:#1D54AD;
	font-size:1.3em;
	font-weight:normal;
	display:inline;
	margin-right:10px;
	}
div.freccia {
	height:10px;
	background:transparent url("/img/freccia_grigia.gif") no-repeat 10px 0px;
	}
div.q h3 {
	font-weight:bold;
	}

/* Stili alfabetico */

div.alfa ul, div.q form {
	margin:2px 0;
	display:inline;
	}
div.alfa li {
	padding:2px 0;
	font-size:1.2em;
	display:inline;
	list-style:none;
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #E2E4E7;
	}
div.alfa li:first-child {
	border:none;
	}
div.alfa span.attivo {
	border-bottom:3px solid #3188DD;
	padding:0 5px;
	}
div.alfa span.inattivo {
	color:#A0A5B1;
	font-weight:normal;
	}
div.alfa a {
	font-weight:normal;
	text-decoration:underline;
	}

/*****************************************************************/

/* Stile Reparti / Medici / Prestazioni */

div.uoc, div.pers, div.prest {
	border-top:1px solid #E2E4E7;
	padding-bottom:20px;
	}
div.uoc > div, div.pers > div, div.prest > div {
	clear:left;
	padding:10px 0;
	border-bottom:1px solid #E2E4E7;
	}
div.uoc div.sottoindice {
	width:220px;
	float:left;
	}
div.uoc h2 {
	margin-bottom:5px;
	margin-right:10px;
	}
div.uoc h3, div.uoc h4, div.uoc h5 {
	font-weight:bold;
	margin:0;
	padding:0;
	margin-right:10px;
	}
div.uoc span {
	color:#3F4555;
	font-weight:normal;
	}

div.map {
	float:right;
	}

/* Stile pagina Reparto */

div.dett-uoc h1 {
	margin-bottom:5px;
	}
div.dett-uoc h2 {
	background:none;
	padding:0;
	margin:0;
	color:#1D54AD;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.1;
	margin-bottom:15px;
	}
div.dett-uoc h3 {
	color:#1D54AD;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.1;
	margin-top:20px;
	margin-bottom:0;
	background-color:#F1F2F3;
	padding:20px 0 20px 10px;
	}
div.dett-uoc h4 {
	color:#1D54AD;
	}
div.dett-uoc h4.evidenza {
	background-color:#3188DD;
	color:#FFF;
	padding:5px 0 5px 10px;
	font-size:1.2em;
	margin:15px 0;
	}
div.dett-uoc h5 {
	_padding-bottom:5px;
	font-weight:bold;
	}
div.dett-uoc h5 span {
	font-weight:normal;
	}
div.dett-uoc div.descrizione {
	margin-top:20px;
	}
div.dett-uoc > div.sottoindice > div {
	padding:10px 0;
	border-bottom:1px solid #E2E4E7;
	}
div.sotto-prestazioni > div, div.dett-uoc > div.sotto-branche div {
	padding:0;
	border:none;
	}
div.dett-uoc > div.sotto-prestazioni > div {
	border:none;
	padding:0;
	}
div.sotto-prestazioni h5 {
	margin-bottom:0;
	}
div.sotto-personale {
	border-top:1px solid #E2E4E7;
	margin:15px 0 20px 0;
	}

/* Stile medici */

.uppage {
	clear:both;
	text-align:right;
	padding-right:20px;
	background:transparent url("/img/freccia_up.gif") no-repeat right 50%;
	}
.uppage a {	}

.back {
	float:right;
	text-align:right;
	padding:5px 10px 5px 15px;
	margin:0;
	background:transparent url("/img/freccia_back.gif") no-repeat 0 50%;
	}
.back a:link, .back a:visited {
	color:#FFF;
	}
.back a:active, .back a:hover { }

/* Stile mappa */

div.mappa ul {
	padding-bottom:5px;
	font-size:1em;
	}
div.mappa li {
	list-style:none;
	font-size:1.2em;
	padding-top:5px;
	font-weight:bold;
	}
div.mappa li li {
	font-size:1em;
	}
div.mappa li li li {
	color:#3188DD;
	list-style:square;
	font-size:1em;
	font-weight:normal;
	margin-left:50px;
	}
/*
 * thickbox.css
 */

#TB_window {
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	}

#TB_window a:link {
	color:#666;
	}
#TB_window a:visited {
	color:#666;
	}
#TB_window a:hover {
	color:#000;
	}
#TB_window a:active {
	color:#666;
	}
#TB_window a:focus {
	color:#666;
	}

#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	}

.TB_overlayMacFFBGHack {
	background: url("/img/macFFBgHack.png") repeat;
	}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}

* html #TB_overlay { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_window {
	position:fixed;
	background:#FFF;
	z-index:102;
	color:#000;
	display:none;
	border:none;
	text-align:left;
	top:50%;
	left:50%;
	}

* html #TB_window { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_window.full, * html #TB_window.full {
	position:absolute;
	margin-top:0;
	top:50px;
}

#TB_window img#TB_Image, #TB_window #TB_Object {
	display:block;
	margin:15px 0px 0px 15px;
	border:none;
	}

#TB_caption {
	padding:7px 15px 10px 15px;
	}
#TB_text {
	clear:both;
	text-align:center;
	overflow:hidden;
	}

#TB_firstLine {
	font-size:1.2em;
	font-weight:bold;
	color:#555;
	margin-bottom:.5em;
	overflow:hidden;
	}
#TB_next {
	display:block;
	float:right;
	}
#TB_next a, #TB_prev a {
	text-decoration:none;
	}

#TB_playPause {
	float:left;
	margin-right:5px;
	}
#TB_closeWindow {
	float:right;
	margin-left:5px;
	}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
	}

#TB_title {
	background-color:#E8E8E8;
	height:27px;
	}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent.TB_modal {
	padding:15px;
	}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
	}

#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left:50%;
	margin:-6px 0px 0px -104px; /* -height/2 0 0 -width/2 */
	}

* html #TB_load { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#FFF;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}

* html #TB_HideSelect { /* ie6 hack */
  position:absolute;
  height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_iframeContent {
	clear:both;
	border:none;
	margin:15px 0px 0px 15px;
	/*
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	*/
	}

