/*
	AProv LIQUID stylesheet - high contrast version
	Author: stefano.bonzi@siag.it
	Version: October 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;
	border: 0;
	text-indent: 0;
}

a, :link, :visited {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	background: #000;
	color: Yellow;
}

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 {
    display: none;
}



/* STRUCTURE: main containers
------------------------------*/
#wrapper {
	float: left;
	padding: 0 15px;
}

#wrapper_0 {
 float: left;
 width: 100%;
}

#wrapper_1 {
 float: left;
 width: 100%;
}

#header {
 width: 100%;
}

#mainNavigator {
 float: left;
 width: 25%;
}

.threeCols #content {
 float: left;
 width: 50%;
}

.twoCols #content {
	margin-left: 25%;
}

#contextNavigator {
 margin-left: 75%;
}

/* IExplorerWin hack \ */
* 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) */

#footer {
 clear: left;
 width: 100%;
 text-align: center;
 padding: 5px 0 10px;
 border-top: medium solid #fff;
 margin-top: 10px;
}

#footer h2 {
	display: none;
}



/* TYPOGRAPHY: elements
------------------------------ */
body {
	margin: 0;
	padding: 0 10px;
	background: #000;
	color: #fff;
	font: bold 100%/1.75 sans-serif;
}

input, select, textarea, button {
	font: bold 1em sans-serif;
}

strong, em {
	color: #FFBC40;
	font-size: 1.2em;
}

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: 25px;
	background: url("../img/outboundLink_bullet_big.gif") 100% 50% no-repeat;*/
}

a:link, a:visited {
	background: Black;
	color: #0ff;
	padding-bottom: 2px;
	border-bottom: thin dashed;
}

a:hover, a:focus, a:active {
	background-color: #0ff;
	color: #000;
	border-bottom: thin solid #0ff;
}

#corporateNavigator {
	text-align: right;
	margin-bottom: 1em;
}

#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: thin 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.first {
	padding-left: 0;
	margin-left: 0;
}

#corporateNavigator li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#serviceNavigator {
	clear: both;
	float: left;
	width: 100%;
	padding: .5em 0;
	margin: 1em 0;
	border-top: thin solid White;
}

#serviceNavigator ol {
	float: left;
}

#serviceNavigator li {
	display: inline;
	margin-left: .25em;
	padding-right: .5em;
	border-right: thin solid;
	line-height: 1.5em;
}

* html #serviceNavigator li {
	margin-left: .5em;
	padding-right: .25em;
}

#serviceNavigator li.last {
	border-right: none;
	padding-right: 0;
}

#serviceNavigator li.first {
	margin-left: 3px;
}

#mainNavigator ol ul,
#contextNavigator ol ul {
	margin: 5px 0 15px 20px;
}

#mainNavigator ol ul ul {
	margin: 0 0 10px 5px;
	padding: 0 0 3px 10px;
	border-bottom: medium solid #fff;
}

#mainNavigator ol ul ol,
#contextNavigator ol ul ol {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
}

#mainNavigator ol li li,
#contextNavigator ol li li {
	list-style-type: square;
	margin-bottom: .5em;
}

#mainNavigator ol ul ul li {
	list-style-type: square;
}

#mainNavigator ol li strong,
#contextNavigator ol li strong {
	display: block;
	padding: 2px 0 2px 3px;
	font-size: 1.1em;
	letter-spacing: 1px;		
	background: Black;
	color: Yellow;
}

#mainNavigator ol li em,
#contextNavigator ol li em {
	font-size: 1.1em;
	letter-spacing: 1px;		
}

#contextNavigator .hiLite,
#mainNavigator .hiLite {
	margin: 10px 6px 15px 5px;
	border: thin solid #fff;
}

#mainNavigator p, #contextNavigator p {
	margin: 5px 5px 10px 5px;
}

#mainNavigator h2, #contextNavigator h2 {
	display: none;
}

#content #localNav {
	float: right;
	border: thin solid #fff;
	margin: 0 0 1em 1em;
	padding: 1em;
}

#localNav p {
	font-size: 1.1em;
	margin-bottom: .5em;
}

#localNav li {
/*	list-style-type: square;*/
	margin-bottom: .5em;
}



/* Typography: forms
-------------------------------------------------- */
input.text {
	padding: 2px;
	border: thin solid White;
}

input.radio, input.check, input.text {
	margin-right: 2px;
}

#searchForm fieldset {
	float: right;
	line-height: 1.5;
	border: none;
}

#searchForm legend {
	display: none;
}



/* TYPOGRAPHY: content elements
------------------------------ */
h2.areaIdentifier {
	display: none;
}

#content h2 {
	font-size: 1.6em;
	letter-spacing: 1px;
	margin: .5em 0;
}

#content h3 {
	font-size: 1.25em;
	margin: 1.6em 0 1em;
}

#content p {
	line-height: 1.75;
	margin-bottom: .5em;
}

#content ul, #content ol {
	line-height: 1.75;
	margin: 0 0 10px 25px;
}

#content dl {
	line-height: 1.5;
}

#content ul {
	list-style: square;
}

#content ol {
	list-style: decimal;
}

#content dt {
	font-size: 1.2em;
	margin: 1em 0 .5em 0;
}

#content dd {
	margin: 0 0 1em 2em;
}

#hiLite {
	border: thin solid Red;
	margin: 0 15px;
	padding: 0 15px 10px;
}

.twoCols #hiLite {
	padding-right: 0;	
}

#hiLite .boxTitle {
	background: Black;
	color: Yellow;
	margin: 0 -15px;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}


#hiLite h2 {
	font: 1.6em serif;
	margin-bottom: 10px;
}

#items {
	padding: 15px 15px 10px;	
}

* html #items {
	height: 0;
}

.twoCols #items {
	padding: 0;
}

.itemsRow {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}

#items h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#items h3 {
	font-size: 1.4em;
	letter-spacing: 1px;
	margin: .75em 0 .5em;
}

.box {
	padding: 1em;
	border: thin solid #ccc;
	margin-bottom: 1em;
}

.box .boxTitle {
	background: Black;
	color: Yellow;
	padding: 0 5px;
	font-size: 1.1em;
}

.box p {
	margin: 5px;
}

.box img {
	margin: 5px;
	width: auto;
}




/* Miscellanous
----------------------------*/

#header h2 {
	display: none;
}


/* TABLES
----------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 15px 0 20px;
	border: thin solid White;
	width: 100%;
}

caption {
	font-size: 1.5em;
	margin-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: 1px;
}

th, td {
	padding: 5px 5px 7px;
	border: 1px solid #999;
	border-style: solid none;
	vertical-align: top;
}

th {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

thead th {
	background: #fffff0;
	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;
}

.odd {
	background: #f5f5f5;
	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;
}


/* BANNERS
------------------------------ */
.banner {
	display: none;
}

#visual {
	background-image: none !important;
	background: #000 !important;
	color: #fff !important;
}