/*
CSS-compatible browsers style sheet
Handheld media version
Author: Stefano Bonzi (stefano.bonzi@siag.it)
Date: 2004
*/
/* BEGIN GENERIC STYLES */

a:link, a:visited {
	background: transparent;
	color: #335BA4;
}

a:hover {
	background: transparent;
	color: #c00;
}

address {
	font-style: normal;
}

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 1px;
	border: 1px solid #000;
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*width: 240px; da togliere, serve solo come simulazione */
	text-align: center;
}

input {
	font-size: small;
}

dd {
	margin: 0;
}

dt {
	margin: 0.5em 0 0.125em 0;
}

h3 {
	font-size: small;
	background: #FFE3BB;
	border-top: 1px solid #f90;
	border-bottom: 1px solid #f90;
	color: #000;
	margin: 0.5em 0 0.25em 0;
	padding: 1px;
}

h4 {
	background: #D8E2F3;
	color: #000;
	border-top: 1px solid #94AEDE;
	border-bottom: 1px solid #94AEDE;
	font-size: x-small;
	margin: 0.5em 0 0.25em 0;
	padding: 1px;
}

h5 {
	font-size: xx-small;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #000;
	margin: 0.5em 0 0.25em 0;
	padding: 1px;
}

h5 span {
	display: block;
	float: right;
	margin: 1px;
}

img {
	display: none;
}

li {
	list-style-image: none;
	list-style-type: none;
}

ul, ol, dl, form, input, p {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

#content {
	font-size: xx-small;
}

#footer {
	margin-top: 2px;
	padding: 2px 0 2px 0;
	border-top: 1px solid #94AEDE;
	background: #D8E2F3;
	color: #000;
}

#header, #header h1 {
	height: 42px;
	margin: 0;
	padding: 0;
}

#hiLites {
	background: #ffc;
	color: #000;
	border: 1px solid #333;
	margin: 5px;
	padding: 2px;
}

#hiLites div {
	margin: 2px 0 2px 0;
}

#headLine h3, #headLine ul, #headLine p {
	display: none;
}

#helpMenu {
	text-align: center;
	margin: 2px 0 2px 0;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

#helpMenu li, #breadCrumbs li {
	display: inline;
	list-style-type: none;
	font-size: xx-small;
}

#italiano #header h1 {
	background: #fff url(../img/newbn/handheld/logo_it.jpg) no-repeat top center;
	color: #000;
}

#searchForm {
	font-size: xx-small;
	margin: 20px 0 4px 0;
}

#sez1 {
	font-size: xx-small;
}

#sez1 h2 {
	font-size: small;
	background: #f90;
	color: #fff;
	margin: 2px 0 2px 0;
}

#styleswitcher, #sez2, #sez3, #sez4, #sez5, #contextMenu, #header h1 span {
	display: none;
}
