/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Modified by: Neamedia Snc
URL: http://www.neamedia.it
Date: 2007-04-10
Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

table {
	width:100%;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}
table td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:3px;
}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.credits {
	width: 99%;
	color: #5A5A43;
	font-size: 0.9em;
	margin: 4px;
	text-align:center;
	font-weight: bold;
	padding: 2px;
}
.credits a:link, .credits a:visited, .credits a:active, .credits a:focus {
	color: #5A5A43;
	text-decoration: none;
}
.credits a:hover {
	text-decoration: underline;
}
/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	padding-bottom: 64px;
}

/* headere & title */

.header {
	background: #222 url('img/testata.jpg') no-repeat;
	height: 117px;
	margin-bottom: 5px;
	text-align: center;
}
.spacer {
	height: 75px;
}
#titolotestata{
    margin-left: auto;
    margin-right: auto;
	left:5px;
	width:770px;
	color: #FFEFAE;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
/*
.header {
	position:relative;
	background: #222 url('img/testata.jpg') no-repeat;
	height: 117px;
	margin-bottom: 5px;
	text-align: center;
}
#titolotestata{
	position:absolute;
	top:75px;
	left:5px;
	width:770px;
	color: #FFEFAE;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

*/
/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
	min-height: 350px;
	height: auto !important;
	height: 350px;	
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul li {
	list-style: url(img/li.gif);
	margin-left: 20px;
}
.content ol li {
	list-style-type:decimal;
	margin-left: 30px;
}
/*.content p {font-family: "Lucida Sans Unicode",sans-serif;}*/

/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 6px 0 6px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li.parent a {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	padding: 8px 0 3px 5%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;
}
/* titoli elenco articoli */
.titoletto a{
	color: #5A5A43;
	font: bold 1.2em Tahoma,sans-serif;
	line-height: 30px;
	text-decoration: none;
}
.titoletto a:hover{
	text-decoration: underline;
}
/* footer */
.prefooter {
	font-size: 0.1em;
	color: #FFFFFF;
	border: 1px solid #F0F0EB;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
/* finestra modale (login) */
#overlay {
    background-image: url(img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 2000px;
}
* html #overlay{
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
}
#box{
	background:#949490 none repeat scroll 0%;
	border:2px solid #EEEEEE;
	padding:10px;
	position:absolute;
	width:300px;
	color: #F7F7F2;
	font-size: 12px;
}
#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
div.closebutton {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-right: 3px;
    background: url('../img/close.png');
    background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
/* login page */
dl {
	margin: 0; padding: 0;
}

dt {
	float: left;
	clear: left;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
	font-size: 11px;
}
.centered{
	text-align:center;
}
.righted{
	text-align:right;
}
.lefted{
	text-align:left;
}
.justified{
	text-align:justify;
}
a img{
	border: 0px;
}
/* modulo contatti */
	.contactForm 	{
	margin : 0;
	padding : 0;
	}
	.contactForm fieldset{
	border: 0px;
	margin:2px;
	padding:2px;
	}
	.contactForm div{
	padding: 3px 0;
	}
	.contactForm label{
	float: left;
	width: 140px;
	font-weight:bold;
	line-height: 16px;
	padding-right: 5px;
	text-align:right;
	}
	.contactForm div.form-button input{
	width:120px;
	margin-left:200px;
	clear : both;
	}
	.contactForm input, .contactForm textarea {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #999999;
	padding : 1px;
	background: #fff;
	color: #333;
	font-size: 100%;
	}
/* modulo di ricerca albo professionale */
	.alboForm 	{
	margin : 0;
	padding : 0;
	}
	.alboForm fieldset{
	border: 1px solid #5A5A43;
	margin:2px;
	padding:2px;
	}
 .alboForm legend{
 font-weight: bold;
 color: #5A5A43
 margin:2px;
 padding:2px;
 }
	.alboForm div{
	padding: 3px 0;
	}
	.alboForm label{
	float: left;
	width: 140px;
	font-weight:bold;
	line-height: 9px;
	padding-right: 5px;
	text-align:right;
	}
	.alboForm div.form-button input{
	width:100px;
	margin-left:200px;
	clear : both;
	}
	.alboForm input, .alboForm textarea {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #999999;
	padding : 1px;
	background: #fff;
	color: #333;
	font-size: 100%;
	}
	.alboForm fieldset .checkradio{
 	width:20px;
 	}
	.alboForm select{
 	width:200px;
 	font-size : 90%;
 	} 	
/* box caricamento pagina ...*/
#loading{
	background-image: url(img/load.gif);
    background-position: 150px 65px;
    background-repeat: no-repeat;
	padding-top:65px;
	padding-left:190px;
	top: 100px;
	width:350px;
	height:100px;
	font-size: 12px;
}
/* posizione immagini  */
img.left {
	float: left;
	margin: 7px;
}
img.right {
	float: right;
	margin: 7px;
}
/* pagebrowser */
span.pagebrowser{
	font-family:Tahoma,sans-serif;
    color: #5A5A43;
  	padding: 2px;
  	margin: 1px;
  	border: 1px solid #5A5A43;
    font-weight:bold;
  }
a.pagebrowser:link, a.pagebrowser:visited, a.pagebrowser:active, a.pagebrowser:focus {
	font-family:Tahoma,sans-serif;
	color:#5A5A43;
	text-decoration: none;
  	padding: 3px;
  	margin: 1px;
}
a.pagebrowser:hover {
	color:#5A5A43;
	text-decoration: none;
  	padding: 2px;
  	border: 1px solid #5A5A43;
}
/* modulo sondaggi */
#sondaggi{ /* blocco menu */
	border:1px solid #EEEEEE;
  	margin: 20px 10px 10px 10px;
	padding:5px;
	width:180px;
	color: #5A5A43;
	font-size: 11px;
}
.poll_question { /* box: domanda del sondaggio*/
	color: #5A5A43;
	font-size: 1em;
	text-align:left;
	font-weight: bold;
	padding: 1px;
	margin: 1px 1px 5px 1px;
}
.poll_input { /* box: domanda del sondaggio*/
	padding: 1px;
	margin: 1px;
}
.menuhd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
}
.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F7F7F2;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 2px;
}
.tabele {
	background-color: #000000;
}
.formlook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px;
	margin: 7px 1px 5px 1px;
}
.pollbg {
	background-color: #F7F7F2;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* albo */
#dettagliiscritto {
	padding: 2px;
	letter-spacing: 0.1em;
}
.albo_header {
	font-size: 1.2em;
    width: 400px;
    height: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #D7D7D2;
}
.albo_titolo {
    width: 180px;
    height: 1.6em;
	font-weight: bold;
	border-right: 1px solid #D7D7D2;
	border-left: 1px solid #D7D7D2;
	border-bottom: 1px solid #D7D7D2;
    float: left;
}
.albo_descr {
    width: 400px;
    height: 1.6em;
	border-right: 1px solid #D7D7D2;
	border-bottom: 1px solid #D7D7D2;
}

ul.albo {
	margin-bottom:20px;
}
ul.albo li {
    float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0.15em;
}
ul.albo li a {
    height:12px;
    width:12px;
	border:1px solid #999999;
	color:#5A5A43;
	font-size:10px;
	padding:1px;
	text-align:center;
	text-decoration:none;
	display: block;
}
ul.albo li a.attivo {
    font-weight: bold;
	border:1px solid #FF0000;
	color:#FF0000;
}
ul.albo li a:hover {
	border:1px solid #FF0000;
	color:#FF0000;
}
.iscrittielenco {
	margin-bottom:15px;
	border-bottom: 1px dashed #D7D7D2;
}

/* newsletter */
fieldset.newsl {
  font-size:0.9em;
  padding: 1em;
  width:97%;
  border: 1px solid #D7D7D2;  
  }
fieldset.nl_login {
  font-size:0.9em;
  padding: 1em;
  width:400px;
  border: 1px solid #D7D7D2;  
  }  
fieldset.newsl label, fieldset.nl_login label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
fieldset.newsl legend, fieldset.nl_login legend {
padding: 4px 6px;
margin: 7px;
}
fieldset.newsl p, fieldset.nl_login p {
margin:.1em;
padding:0.1em;
}
#privacybox {
  unicode-bidi:bidi-override; 
  direction:ltr; 
  display:block; 
  width:500px; 
  height:100px; 
  overflow:auto; 
  padding:10px; 
  border:1px solid #D7D7D2; 
  margin:0 auto;
}
/* archivio newsletter */
ul.archivionl {
	padding:2px;
	margin:2px;
}
ul.archivionl li {
	padding:5px;
}

/* modulo download */
.downloadcat {
    margin-top: 5px;
    margin-bottom: 5px;
	padding:0px;
	line-height: 1.4em;
}
.elencofile {
	background:#F5F5F5;
	border:1px solid #DDDDDD;
    margin: 2px;
    padding: 5px;
} 
.filedwl {
	border:1px solid #F5F5F5;
	padding:3px;
	line-height: 1.4em;
}
.filedwl:hover {
	background:#F5F5F5;
	border:1px solid #DDDDDD;
}
h2.dwlcattitle {
	cursor: pointer;
	cursor: hand;
}
h2.dwlcattitle:hover {
    color: #048;
	text-decoration: underline;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:focus {
	color: #444;
	font: bold 1em Tahoma,sans-serif;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
h3 a:hover {
    color: #048;
	text-decoration: underline;
}