/*
	AProv LIQUID stylesheet
	TextOnly version styles
	
	Author: stefano.bonzi@siag.it
	Version: December 2005
*/

/* Undo some browser defaults
------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

a, :link, :visited {
	text-decoration: none;
	border-bottom: thin dashed Aqua;
	padding-bottom: 3px;
}

address, em {
	font-style: normal;
}

em, strong {
	font-weight: bold;
	background: Black;
	color: Yellow;
}

ul, ol {
	list-style: none;
}

q {
	font-style: italic;
}

q:before {
	content: no-open-quote;
}

q:after {
	content: no-close-quote;
}



/* STRUCTURE: page layout
------------------------------ */
#wrapper_0 {
	float: left;
	width: 100%;
}

#wrapper_1 {
	float: left;
	width: 100%;
}

#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%;
}

/* TYPOGRAPHY: main containers
----------------------------------------- */
body {
	margin: 0;
	padding: .5em;
	background: Black;
	color: White;
	font: 98%/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1ex;
}

td {
	overflow: hidden;
}



#footer {
	border-top: 10px solid White;
	text-align: center;
	font-size: .9em;
	line-height: 1.75;
	padding: 1em 0;
}
/* TYPOGRAPHY: headings
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	background: Black;
	color: #ff40ff;
}

#header h1 {
	margin: .5em 0;
	border: thin solid White;
	border-style: solid none;
}

h1 {
	display: none;
}

#header h1 {
	display: block;
}

#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0 .5em 0;
}

#content .hiLite h2 {
	font-size: 1.75em;
	border-bottom: 1px solid Silver;
	margin: 0 0 .5em;
}

#content .news h2 {
	margin: 0;
	padding: .5em 0 0;
}

#content .items h2 {
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid Silver;
}

#content h3 {
	font-size: 1.1em;
	margin: 1.5em 0 .5em;
}

#content .news h3 {
	margin: 0 0 10px;
}

#content .box h3 {
	margin: 0;
	padding: 3px 3px 5px 3px;
	letter-spacing: 1px;
}

#content .localNav h3 {
	margin-top: 0;
}



/* TYPOGRAPHY: links
----------------------------------------- */
a:link, a:visited {
	background: Black;
	color: Aqua;
}

a:hover, a:focus, a:active {
	background: Aqua;
	color: Black;
}

#header h1 a {
	display: block;
	border-bottom: none;
}


/* TYPOGRAPHY: navigation lists
------------------------------ */
#corporateNavigator li,
#serviceNavigator li {
	display: inline;
	margin: 0 0 0 .25em;
	padding: 0 .5em 0 0;	
	border-right: thin solid;	
}

#corporateNavigator li.first {
	display: none;
}

#corporateNavigator li.last,
#serviceNavigator li.last {
	border-right: none;
}

#serviceNavigator {
	border-bottom: thin solid White;
	margin-bottom: 1em;
}

#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;
}

#mainNavigator ol li strong,
#contextNavigator ol li strong {
	display: block;
	padding: 7px 0 4px 3px;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin: 5px 0;
}

#mainNavigator .keyboard ul {
	margin: 5px 3px 15px 3px;
	padding: 0;
}

.keyboard li {
	display: inline;
	list-style-type: none;
}

.keyboard li a {
	padding: 0 3px;
}

#breadCrumbs {
	margin-left: 15px;
	padding: 0 0 1em 0;
}

.threeCols #breadCrumbs {
	margin-right: 15px;
}

#content .localNav {
	float: right;
	position: relative;
	margin: 1.5em 0 .5em 1em;
	padding: .5em;
	z-index: 10;
	max-width: 25%;	
	background: Black;
	color: White;
	border: 1px solid Silver;
}

#content .localNav ol,
#content .localNav li {
	margin-left: .5em;
	padding-left: .25em;
	list-style-type: square;
}



/* TYPOGRAPHY: images
----------------------------------------- */
img {
	display: none;
}


/* TYPOGRAPHY: forms
------------------------------ */
form {
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, button, label, select {
	vertical-align: middle;
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.radio, input.check {
	margin-right: .25em;
}

button {
	text-align: center;
	cursor: pointer;
	padding: .125em 1em;
}

#serviceNavigator #search fieldset {
	border: none;
	padding: .5em 0;
}

#serviceNavigator #search legend {
	display: none;
}

#serviceNavigator  #search input.text {
	width: 18em;
}

input.text {
	padding: .125em;
}


#content fieldset {
	border: 1px solid Silver;
	padding: 1em;
	margin-top: .5em;
}

#content legend {
	font-size: 1.4em;
	padding: 0 .5em .5em;
	background: Black;
	color: Yellow;
}

#content p.instructions {
	margin: .25em 0 1em;
	line-height: 1.25;
}

.mandatory label {
	background: Black;
	color: #ff40ff;
}

.mandatory span {
	vertical-align: top;
	color: #ff40ff;
	font-weight: normal;
}

#content fieldset div {
	padding: .5em;
}

#content fieldset li {
	border: 1px solid Silver;
	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: rulers
------------------------------ */
hr {
	display: none;
}

/* TYPOGRAPHY: content elements
------------------------------ */
#content {
	padding: 5px 0;
}

#content p {
	line-height: 1.75;
}


#content .visual {
	margin-left: 15px;
	margin-bottom: 1.5em;
}

.threeCols #content .visual {
	margin-right: 15px;
}

#content .visual span {
	display: none;
}

#content .visual a span {
	display: block;
}

#content .hiLite,
#content .news,
#content .items {
	margin: 0 15px 1.5em;
}

.twoCols #content .hiLite,
.twoCols #content .news,
.twoCols #content .items {
	margin: 0 0 10px 1.5em;
}

#content .news .abstract {
	margin: .5em 1em;
}

#content .news .category {
	font-size: .9em;
	margin: 1em 0 .25em;
	background: Black;
	color: Yellow;
}

#content .itemsRow {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#content .itemsRow .box {
	width: 49%;
	margin-bottom: 0;
}

#content .box {
	margin-bottom: 10px;
}

#content .box p {
	padding: 5px;
}

.sx {
	float: left;
}

.dx {
	float: right;
}



/* TYPOGRAPHY: tables
------------------------------ */
#content table {
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border: medium solid Silver;
	border-style: solid none;
	width: 100%;
	letter-spacing: normal;
}

.twoCols #content table {
	margin-right: 0;
	width: 100%;
}

#content caption {
	font-size: 1.5em;
	margin-top: 1.5em;
	padding-bottom: 5px;
}

#content th, #content td {
	padding: .125em .5em 1.25em;
	vertical-align: top;
}

#content table td p {
	padding: 0;
	text-indent: 0;
	line-height: 1.5;
}


#content caption {
	background: Black;
	color: #ff40ff;
	text-align: left;
}

#content th, #content td {
	border-bottom: 1px solid Silver;
}

#content th {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

#content thead th {
	background: Black;
	color: Yellow;
}

#content tfoot {
	font-size: .9em;
}

#content .subHeader th {
	border-bottom: none;
	background: Black;
	color: Yellow;
}

.docSize {
	font-size: .9em;
	font-weight: normal;
}

#content .downloads .hTitle,
#content table dt {
	background: Black;
	color: Yellow;
}





/* TYPOGRAPHY: lists
------------------------------ */
#content ul,
#content ol,
#content dl {
	margin-left: 1em;
}

#content li,
#content dd {
	margin: 1em 0 1em 1.5em;
}

#content li,
#content dt,
#content dd {
	line-height: 1.35;
}

#content ul {
	list-style: square;
}

#content ol {
	list-style: decimal;
}


#content .info dt {
	margin-top: 2em;
}
#content dt {
	font-size: 1.2em;
}
#content li em {
	font-size: 1.25em;
}

#contextNavigator ul#infoBox li {
	list-style: none;
	line-height: 1.3;
}
#content ul.faqInfo {
	margin: 0;
	padding: 0;
}

#content .faqInfo li {
	list-style: none;
	font-size: .9em;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}


#content .downloads ul {
	margin: 0;
	padding: 0;
}

#content .downloads ul li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#content .downloads ol li {
	line-height: 1.5;
	vertical-align: middle;
}

#content .downloads dl,
#content .downloads dt {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#content .downloads dd {
	text-indent: 0;
	margin: 1em 0;
}





