
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #144b75;
}

a {
	color: #144b75;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
img, fieldset, table { border: 0; }
ul, ol { margin-left: 15px; }
p { margin: 0  0 10px 0; }

.sx { float: left; }
.dx { float: right; }
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 1px;
}
.clear-ie {
	clear: both;
	font-size: 1px;
}

.hide { display: none; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
.underline { text-decoration: underline !important; }
.no-underline { text-decoration: none !important; }
.no-border { border: 0 !important; }
.centrato { text-align: center; }
.destra { text-align: right; }
.white-link { color: #fff; }
.blue { color: #144b75; }

.m-t-cinque { margin-top: 5px !important; }
.m-t-dieci { margin-top: 10px !important; }
.m-t-quindici { margin-top: 15px !important; }
.m-t-venti { margin-top: 20px !important; }
.m-b-cinque { margin-bottom: 5px !important; }
.m-b-dieci { margin-bottom: 10px !important; }
.m-b-quindici { margin-bottom: 15px !important; }
.m-b-venti { margin-bottom: 20px !important; }
.m-b-venticinque { margin-bottom: 25px !important; }
.m-b-quaranta { margin-bottom: 40px !important; }
.m-l-cinque { margin-left: 5px !important; }
.m-l-dieci { margin-left: 10px !important; }
.m-r-cinque { margin-right: 5px !important; }
.m-r-dieci { margin-right: 10px !important; }

#page {
	
	
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#wrapper {
	
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

/* HEADER */
#header { border-bottom: 1px solid #033e6b; display:none; }
#header-left {
	width: 805px;
	float: left;
	height: 143px;
}
.header-home { background: url(../images/testata-home.jpg) left top no-repeat; }
.header-banca-dati { background: url(../images/testata-banca-dati.jpg) left top no-repeat; }
.header-novita { background: url(../images/testata-novita.jpg) left top no-repeat; }
.header-formazione { background: url(../images/testata-formazione.jpg) left top no-repeat; }
.header-avvocati { background: url(../images/testata-avvocati.jpg) left top no-repeat; }
.header-cittadino { background: url(../images/testata-cittadino.jpg) left top no-repeat; }
.header-eventi { background: url(../images/testata-eventi.jpg) left top no-repeat; }
.header-stampa { background: url(../images/testata-stampa.jpg) left top no-repeat; }
.header-ordini { background: url(../images/testata-ordini.jpg) left top no-repeat; }
.header-areariservata { background: url(../images/testata_area_riserv.jpg) left top no-repeat; }

#header-right {
	background: url(../images/bg-cerca.gif) right top repeat-y;
	padding: 16px 15px 4px 15px;
	border-left: 1px solid #144b75;
	color: #fff;
	font-size: 91.6%;
	width: 144px;
	float: left;
	height: 123px;
}
#nav-top-container { margin-top: 50px; }

#nav-top {
	margin-left: 0;
	list-style: none;
}
#nav-top li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #033e6b;
	color: #033e6b;
	font-weight: bold;
	font-size: 91.6%;
	position: relative;
	z-index: 10;
}
#nav-top li a { color: #033e6b; }
#nav-top li.current a { color: #379fab; }
.sub-nav-top-cont {
	position: absolute;
	top: 14px;
	left: 0;
	padding-top: 8px;
	display: none;
	z-index: 100;
}
.sub-nav-top {
	list-style: none;
	background-color: #144b75;
	padding: 8px;
	margin-left: 0;
	width: 164px;
}
.sub-nav-top li {
	color: #fff !important;
	display: list-item !important;
	padding: 0 10px 0 0 !important;
	border-right: 0 !important;
	font-weight: normal !important;
	font-size: 100% !important;
	position: static !important;
}
.sub-nav-top li a { color: #fff !important; }

#query {
	border: 1px solid #7f9db9;
	width: 120px;
	margin: 0 2px 0 0;
	height: 18px;
}
#right-link-container {
	border-top: 1px solid #fff;
	margin-top: 59px;
	padding: 9px 0 0 0;
}
#right-link {
	margin-left: 0;
	list-style: none;
}
#right-link li {
	display: inline;
	padding: 0 3px;
	font-weight: bold;
}
#right-link li a { color: #fff; }

/* CENTER */
#center {
	
	
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#center-left {
	width: 100%;
	float: left;
	background-color: #fff;
}

/* COLONNA DESTRA */
.right-col {
	width: 174px;
	border-left: 1px solid #144b75;
	background-color: #379fac;
	color: #fff;
	float: left;
	display:none;
}
.right-col img { display: block; }

#private-area {
	padding: 7px 3px 15px 4px;
	border-bottom: 1px solid #fff;
}
.right-title {
	text-transform: uppercase;
	font-size: 112.4%;
}
#reserved, #search-adv {
	font-size: 83.4%;
	margin-top: 5px;
}
#private-area td { padding: 0 5px 3px 0; }
.input, .select { border: 1px solid #033e6b; }
#pwd-forgotten {
	width: 142px;
	font-size: 83.4%;
	margin: 17px auto 45px auto;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

#logout {
	width: 142px;
	font-size: 90.4%;
	margin: 17px auto 45px auto;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

#ricerca-avvocati {
	padding: 30px 5px;
	text-transform: uppercase;
	font-size: 112.4%;
}

#img-right-col { 
	padding: 20px 0;
	text-align: right;
}
#img-right-col img { display: inline; }

/* BANNER */
#banner {
	height: 45px;
	
	padding: 4px 0;
}
#iso { margin: 6px 180px 0 28px; }
#fiif  { margin-left:25px; margin-right: 50px; }
#ssa {  margin-right: 50px; }
#dekra { margin: 0 350px 0 28px; }
#dekra2 { margin: 0 300px 0 28px; }

/* FOOTER */
#footer {
	text-align:center;
	padding-top: 20px;
}
#nav-bottom { list-style: none; }
#nav-bottom li {
	display: inline;
	color: #033e6b;
	text-transform: lowercase;
	font-size: 83.4%;
}
#nav-bottom li a { color: #033e6b; }

/* HOMEPAGE */
.row-home { 
	margin-bottom: 10px;
	background: url(../images/bg-row.gif) 387px top repeat-y;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

.col-left {
	width: 342px;
	
}
.col-right {
	width: 343px;
	
}
.boxtitle {
	color: #033e6b;
	font-size: 116.6%;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.box-home {

	padding: 4px 15px 15px 30px;
	font-size: 91.6%;
	line-height: 127.3%;
}

.white { background-color: #fff; }

.box-home a { color: #144b75; }
.img-evidenza {
	float: left;
	margin: -10px 0 0 -30px;
}
.art-evidenza { margin-left: 93px; }

/* PAGINA DEFAULT */
#breadcrumb {
	border-bottom: 1px solid #154a74;
	padding: 6px 5px;
	color: #339fac;
	font-weight: bold;
	margin-bottom: 10px;
}

.pagetitle { color: #389eac; }
.int-nav { list-style: square; }
.int-nav li {
	padding-bottom: 8px;
	color: #043e6c;
}
.int-nav li a { color: #043e6c; }
.int-nav-sub {
	margin-top: 5px;
	list-style: url(../images/trattino.gif) !important;
}
.art-abs {
	background: url(../images/dot.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 20px;
}
.art-body { padding-left: 15px; }
.pagination { 
	margin: 15px 0 20px 0;
	text-align: center;
}

/* GALLERY */
.gal-name {
	text-transform: capitalize;
	font-style: italic;
}
#gallery {
	width: 100%;
	margin-top: 15px;
}
#gallery td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.img-gallery { border: 2px solid #144b75; }

/* LISTA ARTICOLI */
#search-article, #search-document { margin: 10px 0 25px 0; }
#search-article .input, #search-document .input { width: 126px; }
#search-article td, #search-document td { padding-bottom: 6px; }
#search-article td.label-l, #search-document td.label-l { padding-right: 5px; }

/* SITE MAP */
ul.page {
	margin-left: 40px;
	list-style: circle;
}

/* RICERCA ESTERNA */
.ricerca-ext { margin: 10px 0 0 0; }
.ricerca-ext td { padding: 0 5px 8px 0; }
.ricerca-ext input, select { font-size: 108.8%; }
.ricerca-ext input { padding: 1px 0; }

.ricerca-ext-res { 
	width: 100%;
	margin: auto;
	border-left: 1px solid #144b75;
	border-top: 1px solid #144b75;
}
.ricerca-ext-res th {
	border-right: 1px solid #144b75;
	border-bottom: 1px solid #144b75;
	background-color: #144b75;
	color: #fff;
	padding: 8px;
	text-align: left;
}
.ricerca-ext-res td {
	border-right: 1px solid #144b75;
	border-bottom: 1px solid #144b75;
	padding: 5px;
	color: #3d3d3d;
}
tr.res-azur td { 
	background-color: #e2eafa;
	color: #333;
}

.dettaglio-avv {
	border-left: 1px dashed #e2eafa;
	border-top: 1px dashed #e2eafa;
	margin: auto;
}
.dettaglio-avv td {
	border-right: 1px dashed #e2eafa;
	border-bottom: 1px dashed #e2eafa;
	padding: 5px;
	color: #3d3d3d;
}

/* AREA RISERVATA */
#login-area {
	width: 400px;
	margin: 60px auto;
}
#login-area td {
	padding-bottom: 10px;
	width: auto;
}
.error {
	border: 1px solid #cc0000;
	padding: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
#nav-top-container-ar { margin-top: 20px; }
.welcome {padding-left:5px;}

#menu-top {
	border-bottom: 1px solid #154a74;
	padding: 6px 5px;
	color: #339fac;
	font-weight: bold;
}
.grey {
	background-color: rgb(225,221,222);
}