/*
	AProv LIQUID stylesheet
	Author: stefano.bonzi@siag.it
	Version: November 2005

	Uncredited authors: please, contact me!
*/

/* Undo browser defaults
-------------------------------------------------- */
/*
	Qui viene azzerata la formattazione di default
	applicata dai browser ad alcuni elementi
	
	credits:
		tantek.com/log/2004/undohtml.css
		www.meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss/
*/

* {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

a, :link, :visited {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: none;
}

h1, h2, h3, h4, h5, h6, td, th {
	font-size: 1em;
}

address, em {
	font-style: normal;
}

ul, ol {
	list-style: none;
}

q {
	font-style: italic;
}

q:before {
	content: no-open-quote;
}

q:after {
	content: no-close-quote;
}

img {
    border: none;
}



/* STRUCTURE: main containers
------------------------------ */
body {
 margin: 0;
 padding: 0 10px;
 background: #fff;
 color: #000;
 font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header {
 width: 100%;
 background: #fff;
 color: #000;
}

#wrapper {
  float: left;
  width: 100%;
}

#wrapper_0 {
 float: left;
 width: 100%;
 background: transparent url(../img/right_bck.gif) 75% 0 repeat-y;
 color: #000;
}

#wrapper_1 {
 float: left;
 width: 100%;
 background: #fff url(../img/left_bck.gif) 25% 0 repeat-y;
 color: #000;
}

#mainNavigator {
 float: left;
 width: 25%;
}

.threeCols #content {
 float: left;
 width: 50%;
}

.twoCols #content {
	margin-left: 25%;
}

#contextNavigator {
 margin-left: 75%;
}

#footer {
 clear: left;
 width: 100%;
 background: #fff;
 color: #000;
 font-size: .9em;
 text-align: center;
 line-height: 1.75;
 padding: 5px 0 10px;
 border-top: 5px solid #6b92c7;
}

/* IExplorerWin hacks for main containers \ */
* html .threeCols #content {
 margin-right: -3px;
}

* html #contextNavigator {
 height: 0;
 margin-left: 0;
}

* html .twoCols #mainNavigator {
	margin-right: -3px;
}

* html .twoCols #content {
	 height: 0;
	 margin-left: 0;
}
/* end hack (hidden from IEMac) */










/* TYPOGRAPHY: rulers
------------------------------ */
hr {
	display: none;
}

hr.clear {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	border: none;
}

* html hr.clear {
	position: absolute;
	visibility: hidden;
}



/* TYPOGRAPHY: navigation
------------------------------ */
a.outboundLink:link, a.outboundLink:visited {
	padding-right: 15px;
	background: url(../img/outboundLink_bullet.gif) 100% 50% no-repeat;
	
	color: #003882;
}

a:link, a:visited {
	background: transparent;
	color: #003882;
	padding-bottom: 1px;
	border-bottom: 1px dashed;
}
a:hover, a:focus, a:active {
	background-color: #005e95;
	color: #fff;
	border-bottom: 1px solid;
}

a:hover, a:focus, a:active {
	background-color: #003882;
	color: #fff;
	border-bottom: 1px solid;
}

#corporateNavigator {
	text-align: right;
}

#corporateNavigator li {
	display: inline;
	margin: 0 0 0 .25em;
	padding: 0 .5em 0 0;	
	line-height: 1.5em;
	height: 1.5em;	
	vertical-align: middle;
	border-right: 1px solid;	
}

* html #corporateNavigator li {
	margin: 0 0 0 .5em;
	padding: 0 .25em 0 0;
}

#corporateNavigator a {
	white-space: nowrap;
}

#corporateNavigator li.skipNavigation {
	display: none;
}

#corporateNavigator li.styleSwitcher {
	font-weight: bold;
}

#corporateNavigator li.first {
	float: left;
	position: relative;
	z-index: 1;
	width: 26em;
	height: 1.5em;
	padding-left: 0;
	margin-left: 0;
	border-right: none;
}

.de #corporateNavigator li.first {
	background: transparent url(../img/aprov_text_de.gif) center left no-repeat;
	color: #000;	
}

.it #corporateNavigator li.first {
	background: transparent url(../img/aprov_text_it.gif) center left no-repeat;
	color: #000;	
}

.rm #corporateNavigator li.first {
	background: transparent url(../img/aprov_text_rm.gif) center left no-repeat;
	color: #000;	
}

#corporateNavigator li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#corporateNavigator li.first a {
	display: block;
	width: 26em;
	height: 1.5em;
	border-bottom: none;
}

.de #corporateNavigator li.first a {
	background: transparent url(../img/aprov_text_de.gif) center left no-repeat;
	color: #000;
}

.it #corporateNavigator li.first a {
	background: transparent url(../img/aprov_text_it.gif) center left no-repeat;
	color: #000;
}

.rm #corporateNavigator li.first a {
	background: transparent url(../img/aprov_text_rm.gif) center left no-repeat;
	color: #000;
}

#corporateNavigator li.first a span {
	position: relative;
	z-index: -1;
}

#serviceNavigator {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 10px;
	background: #003882;
	color: #fff;
	padding: 3px 0;
	border-bottom: 2px solid #008ecd;
}

#serviceNavigator ol {
	float: left;
}

#serviceNavigator li {
	display: inline;
	margin-left: .25em;
	padding-right: .5em;
	border-right: 1px solid;
	line-height: 1.5em;
}

* html #serviceNavigator li {
	margin-left: .5em;
	padding-right: .25em;
}

#serviceNavigator li a {
	font-weight: bold;
	background: #003882;
	color: #fff;
}

#serviceNavigator li a:hover {
	background: #fff;
	color: #003882;
}

#serviceNavigator li.last {
	border-right: none;
	padding-right: 0;
}

#serviceNavigator li.first {
	margin-left: 3px;
}

#serviceNavigator form {
	text-align: right; /* Per Opera 7 */
}

#serviceNavigator fieldset {
	border: none;
	float: right;
	padding-right: 3px;
}

#serviceNavigator legend {
	display: none;
}

#serviceNavigator input.text {
	width: 8em;
}

#mainNavigator, #contextNavigator {
	line-height: 1.75;
}

#mainNavigator ol ul,
#contextNavigator ol ul {
	margin: 5px 0 15px 15px;
}

#mainNavigator ol ul ul {
	margin: 0 0 10px 5px;
	padding: 0 0 3px 10px;
	border-bottom: 2px solid #fff;
}

#mainNavigator ol li li,
#contextNavigator ol li li {
	list-style-image: url(../img/square.gif);
}

#mainNavigator ol ul ul li {
	list-style-type: square;
}

#mainNavigator ol li li{
	list-style-image: url(../img/square_mainnavigator.gif);
}

#mainNavigator ol li strong,
#contextNavigator ol li strong {
	display: block;
	padding: 7px 0 4px 3px;
	margin-top: 5px;
	font-size: 1.1em;
	letter-spacing: 1px;	
	border-bottom: 1px solid #ced8f1;	
}

#contextNavigator ol li strong {
	background: #eee;
	color: #000;
}

#mainNavigator ol li strong {
	background: #dfe8ff;
	color: #000;
}

* html #mainNavigator ol li strong {
	height: 0;
	margin-top: 5px;
}

* html #mainNavigator ol li.first strong {
	margin-top: 0;
}

#mainNavigator #keyboard ul {
	margin: 5px 3px 15px 3px;
	padding: 0;
}

#mainNavigator #keyboard li {
	display: inline;
	list-style-type: none;
}

#mainNavigator #keyboard li a {
	border: 1px solid #999;
	padding: 0 3px;
}

#contextNavigator .hiLite,
#mainNavigator .hiLite {
	margin: 10px 6px 15px 5px;
	border: 1px solid #000;
	background: #fbffea;
	color: #000;
}

#mainNavigator p, #contextNavigator p {
	margin: 5px 5px 10px 5px;
}

#breadCrumbs {
	line-height: 1.35em;
	margin-left: 13px;
	margin-top: 5px;
	padding-left: 18px;
	background: #fff url("../img/crumbsBullet.gif") 0% 4px no-repeat;
}

#content #localNav {
	float: right;
	background: #fffff0;
	color: #000;
	border: 1px solid #999;
	margin: 0 0 1em 0;
	padding: 1em;	
}

#localNav li {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 1em;
}




/* Typography: forms
-------------------------------------------------- */
input, button, label, select {
	vertical-align: middle;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#search button {
	text-align: center;
	background: #003882;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 0 3px;
}

#search input.text {
	border: none;
}

input.text {
	padding: 2px;
	border: none;
}

input.radio, input.check, input.text {
	margin-right: 2px;
}

#content input.text {
	border: 1px solid #999;
	width: 12em;
}

#content fieldset {
	border: 1px solid #ccc;
	padding: 1em;
	margin-top: .5em;
}

#content legend {
	font-size: 1.4em;
	padding: 0 .5em .5em;
	background: transparent;
	color: #000;
}

#content p.instructions {
	margin: .25em 0 1em;
	line-height: 1.25;
}

.mandatory label {
	font-weight: bold;
	background: transparent;
	color: #c00;
}

.mandatory span {
	vertical-align: top;
	color: #c00;
	font-weight: normal;
}

#content fieldset div {
	background: #eee;
	color: #000;
	padding: .5em;
}

#content fieldset li {
	background: #f2f2f2;
	border: 1px solid #ccc;
	color: #000;
	padding: .5em;
}

#content fieldset fieldset {
	padding: 0;
	border: none;
}

#content fieldset fieldset label {
	display: block;
	text-align: right;
	width: 7em;
	float: left;
	padding-top: .5em;
}

#content fieldset fieldset input {
	margin-bottom: .5em;
}

#content button {
	margin-top: .5em;
}



/* TYPOGRAPHY: lists
------------------------------ */
#content ul, #content ol, #content dl, #content li, #content dt, #content dd {
	line-height: 1.75;
	margin: 10px 15px;
}

#content ul {
	list-style-image: url(../img/square.gif);
}

ol.contacts {
	list-style: none;
}

#content ol {
	list-style: decimal;
}

#content dt {
	font-size: 1.1em;
	font-weight: bold;
}

#content dd {
	margin-left: 2em;
}

#content li em {
	font-weight: bold;
	font-size: 1.25em;
}




/* TYPOGRAPHY: headings
------------------------------ */
h1 {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 7.3em;
}

.de h1 {
	background: transparent url(../img/header_de.gif) left center no-repeat;
	color: #000;	
}

.it h1 {
	background: transparent url(../img/header_it.gif) left center no-repeat;
	color: #000;	
}

.rm h1 {
	background: transparent url(../img/header_rm.gif) left center no-repeat;
	color: #000;	
}

h1 a#main, h1 a#main:link, h1 a#main:visited, h1 a#main:hover {
	display: block;
	float: left;
	width: 75px;
	height: 7.3em;
	background: transparent url("../img/aprov_logo.gif") center left no-repeat;
	color: #000;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

h1 a#main span {
	position: relative;
	z-index: -1;
}

h1 a#sub, h1 a#sub:link, h1 a#sub:visited, h1 a#sub:hover {
	display: block;
	float: left;
	height: 7.3em;
	width: 80%;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.de h1 a#sub, .de h1 a#sub:link, .de h1 a#sub:visited, .de h1 a#sub:hover {
	background: transparent url("../img/abteilung_de.gif") center left no-repeat;
	color: #000;
}

.it h1 a#sub, .it h1 a#sub:link, .it h1 a#sub:visited, .it h1 a#sub:hover {
	background: transparent url("../img/abteilung_it.gif") center left no-repeat;
	color: #000;
}

.rm h1 a#sub, .rm h1 a#sub:link, .rm h1 a#sub:visited, .rm h1 a#sub:hover {
	background: transparent url("../img/abteilung_rm.gif") center left no-repeat;
	color: #000;
}

h1 a#sub span {
	position: relative;
	z-index: -1;
}

#footer h2,
#header h2,
#mainNavigator h2,
#contextNavigator h2,
h2.areaIdentifier {
	display: none;
}


/* TYPOGRAPHY: content elements
------------------------------ */

#hiLite h2 {
	font-size: 1.5em;
	font-weight: normal;
	background: transparent;
	color: #003882;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#items h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #98111c;
}

#info h2 {
	border-bottom: 1px solid #999;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0;
	color: #98111c;
}

#news h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 3px 10px;
	background: #f2f2f2;
	color: #98111c;	
	letter-spacing: 5px;
}

#content h2.title {
	border-bottom: 1px solid #999;
}

#content h3 {
		font-size: 1.2em;
		margin-bottom: 5px;
		margin-top: 5px;
		color:#000;
		background-color: #fff;
		padding: 5px 0 5px ;
}


.box h3 {
	padding: 3px 3px 5px 3px;
	background: #f2f2f2;
	color: #000;
}

.box h3 a:hover {
	color: #fff;
	background-color: #005e95;
}

#news h3 {
	font-size: 1.1em;
	margin: 0 10px 10px;
	background: url("../img/bullet_01.gif") left bottom no-repeat;
	padding-left: 15px;
	letter-spacing: 1px;
}

#content p {
	line-height: 1.75;
}

#hiLite {
	padding: 10px 15px 3px;
}

.twoCols #hiLite {
	padding-right: 0;	
}

.sx {
	float: left;
}

.dx {
	float: right;
}

#items {
	padding: 15px 15px 10px;	
}

* html #items {
	height: 0;
}

.twoCols #items {
	padding-right: 0;
}

.itemsRow {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.box {
	border: 1px solid #ccc;
	border-bottom: 3px solid #999;
	border-right: 3px solid #999;
	margin-bottom: 10px;
}

.itemsRow div.sx, .itemsRow div.dx {
	width: 48%;
	margin-bottom: 0;
}

.box p {
	margin-top: 5px;
}

.box img {
	padding: 5px;
}

.box span.more{
	display: block;
	text-align: right;
	margin: 0 5px 5px 0;
}

.box h3 a:link, .box h3 a:visited {
	padding-left: 20px;
	background: transparent url(../img/linkBullet.gif) 0% 50% no-repeat;
	color: #003882;
}

.homeItem h3 a:hover {
	background: #98111c url(../img/linkBullet.gif) 0% 50% no-repeat;
	color: #fff;
	border-bottom-color: #98111c;
}

#news {
	border: 1px solid #ccc;
	border-bottom: 3px solid #999;
	border-right: 3px solid #999;
	margin: 15px;
}

#news h3 a {
	color: #98111c;
}

#news h3 a:hover {
	background: #98111c;
	color: #fff;
	border-bottom-color: #98111c;
}

#news .abstract {
	margin: 0 20px 10px 25px;
}

#news .category {
	font-size: .9em;
	border-bottom: 1px solid #99b1e6;
	margin: 5px 10px;
}

#info {
	padding-left: 10px;
}

#info dt {
	background: transparent url("../img/bullet_02.gif") no-repeat left bottom;
	padding: 15px 0 0 20px;
	color: #98111c;
	font-size: 1.1em;
}

#info dd {
	text-indent: 0;
	margin-left: 35px;
}

#info dt strong {
	font-size: 1.5em;
	font-weight: normal;
	margin-left: -20px;
	background: #fff;
}

#info .infoLink {
	padding-left: 25px;
	font-weight: bold;
}


p.explanation{
	font-size: .9em;
	color: #505050;
	border: 1px solid #6b92c7;
	padding: 5px;
}


/* IMAGES
------------------------------ */

img.sx {
	margin: 0 10px 1px 0;
}


img.dx {
	margin: 0 0 1px 10px;
	padding: 2px;
	border: 1px solid #999;
}

#hiLite img {
	padding: 2px;
	border: 1px solid #dfe8ff;
}

#hiLite dl dd img, #hiLite dl dd a img  {
	
	border: none;
	background: #fff;
	color: #fff;
}



.captionedImage{
	float: left;
	margin: 5px 5px 0 0;
}

.captionedImage img{
border: 1px solid #dfe8ff;
}

.iTitle, .iCaption{
	
	font-size: 0.9em;
	color: #003882;
	background-color: #fff;
}

.iTitle {
	width: 331px;
	font-weight: bold;
	background-color: #e9efff;
	border: 1px solid #dfe8ff;
	margin-bottom: 2px;
}

.iCaption{
	width: 328px;
	border: 1px solid #dfe8ff;
	padding-left: 2px;
}

#hiLite .iCaption{
	padding-left: 3px;
	color: #464646;
	background-color: #e9efff;
}

/* TABLES
----------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 15px 0 20px;
	border: 1px solid #d1dded;
	width: 100%;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: 1px;
}

th, td {
	padding: 5px 5px 7px;
	border: 1px solid #d1dded;
	border-style: solid none;
	vertical-align: top;
}

th {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

thead th {
	background: #e9efff;
	color: #000;
}

tfoot {
	font-size: .9em;
}

table td p {
	padding: 0;
	text-indent: 0;
}

table .subHeader th {
	padding-top: 20px;
	border-bottom: 2px solid #999;
	background: #fff;
	color: #98111c;
}

.odd {
	background: #f2f2f2;
	color: #000;
}

.even {
	background: #fff;
	color: #000;
}



#content .pubList ul {
	margin: 0;
	padding: 0;
}

#content .pubList ul li {
	margin: 0 5px 5px 0;
	padding: 0;
}

.pubTitle {
	font-weight: bold;
}

.pubList ul li {
	position: relative;
	float: left;
	z-index: 1;
	width: 2.83em;
	height: 2.83em;
	overflow: hidden;
	list-style: none;
}

.pubList ul li a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.pubList ul li a span {
	position: relative;
	z-index: -1;
}

.pubList ul li.pdf, .pubList ul li.pdf a {
	background: transparent url("../img/pdf.gif") no-repeat;
	color: #000;
}

.pubList ul li.doc, .pubList ul li.doc a {
	background: transparent url("../img/doc.gif") no-repeat;
	color: #000;
}

.pubList ul li.xls, .pubList ul li.xls a {
	background: transparent url("../img/xls.gif") no-repeat;
	color: #000;
}

#content table.faqList .faqInfo ul {
	margin: 0;
	padding: 0;
}

#content table.faqList .faqInfo li {
	list-style: none;
	font-size: .9em;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#content .pubList dl,
#content .pubList dt,
#content .faqList dl,
#content .faqList dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 1em;
}

#content .pubList dd,
#content .faqList dd {
	text-indent: 0;
	margin: 1em 0;
}

#content .pubList ol li {
	line-height: 1.5;
	vertical-align: middle;
}

.pubCover img {
	border: 1px solid #999;
	padding: 3px;
	background: #fff;
	color: #000;
	margin-right: 1em;
}

.pubList ol li.pdf {
	list-style-image: url(../img/bullets/pdf.gif);
}

.pubList ol li.doc {
	list-style-image: url(../img/bullets/doc.gif);
}

.pubList ol li.xls {
	list-style-image: url(../img/bullets/xls.gif);
}

.docSize {
	font-size: .9em;
	color: #666;
}



/* BANNERS
------------------------------ */
.banner {
	position: relative;
	z-index: 1;
	height: 200px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.banner a {
	display: block;
	width: 100%;
	height: 200px;
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: none !important;
	padding: 0;
}

.banner a span {
	position: relative;
	z-index: -1;
}



#visual {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	height: 100px;
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #003882;
}

#visual a {
	display: block;
	width: 100%;
	height: 100px;
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: none;
	padding: 0;
}

.threeCols #visual {
	margin: 0 15px;
}

#visual span {
	position: relative;
	z-index: -1;
}
/*
#home.it #visual, #home.it #visual a, #home.it #visual span {
	background-image: url(../img/visual_it.jpg);
}

#home.de #visual, #home.de #visual a, #home.de #visual span {
	background-image: url(../img/visual_de.jpg);
}*/

#infoBox {
	margin: 5px 5px 20px;
	background: #e9efff;
}

