
.noscreen{
    position: absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hidden{
	display: none;	
}

ul {
	list-style-type: none;
	margin: 0 0 1.0em 0.5em;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-weight: normal;
}

dl {
	margin: 0 0 1.0em 0.5em;
	padding: 0;
	border: 0;
}

dd {
	margin: 0 0 1.0em 0;
	padding: 0;
	border: 0;
}

li{
	background: transparent url("../img/list-elem.png") no-repeat 0.1em 0.6em ;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 15px;
}

ol{
	list-style-type: decimal;
	margin: 0 0 1.0em 0.5em;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	list-style-position: inside;
}

ol li {
	background: none ;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0;
}

li ul {
	margin-top: 0.4em;	
}

#header h1 {
    background:  url(../img/LogoPortaleServiziOnline.png) no-repeat center left;
    height: 110px;
    margin: 0;
    padding: 0;
    float: left;
}

h1 a:link, h1 a:visited{
    height: 110px;
    margin: 0;
    padding: 0;
    width: 420px;
    display: block;
	border: none;
}

h1 span {
    position: absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
}

a:link, a:visited {
	color: #004182;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px dashed #014E90;
	font-weight: normal;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	border-bottom: 1px solid #014E90;
}

a img{
	border: none;	
}

li a:link, li a:visited {
	text-decoration: none;
	border: none;
	font-weight: normal;
}

li a:hover {
	text-decoration: underline;
}

a.viewAll:link, a.viewAll:visited{
	font-weight: bold;
	border: none;
	text-decoration: none;
}

a.viewAll:hover {
	text-decoration: underline;
}

.right {
	float: right;
}

.left {
	float: left;
}

.rightText{
	text-align: right;
}

.clear {
	clear: both;
}

.rightImg{
	float: right;
	margin: 0 0 0.8em 0.8em;
}

.leftImg{
	float: left;
	margin: 0 0.8em 0.8em 0;
}

.noMargin {
	margin: 0;
}

.centerText {
	text-align: center;
}

fieldset, form, label{
	margin: 0;
	padding: 0;
	border: none;
}

.input {
    width: 120px;
    border: 1px solid #999999;
}

input.bottom {
	padding: 0 0.25em;
}

.abstract{
	padding-bottom: 1.0em;
	font-size: 0.9em;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


.linkInt{
	color: #014E90;
	text-decoration: none !important;
	border-bottom: 1px dashed #014E90;
	font-weight: normal !important;
}

.linkInt:hover{
	border-bottom: 1px solid #014E90;
}



/******* Paginazione *******/

.paginazione{
	margin: 0.5em auto 1em auto;
	text-align: center;
}

.paginazione span.currentPage {
	font-weight: bold;
	margin: 0 5px 0 5px;
}

.paginazione a:link, .paginazione a:visited{
	margin-bottom: 0.4em;
	border: none;
}

.paginazione a:hover{
	text-decoration: underline;
}

.paginazione a img{
	border: 0;
	margin-bottom: -0.4em;
}

.separator{
	margin: -9999px;	
	float: left;
}


.paginazione .nextPageLink{
	padding: 0 11px;
	background: transparent url(../img/pager_formblock/next.png) no-repeat top left;
}

.paginazione .previousPageLink{
	padding: 0 11px;
	background: transparent url(../img/pager_formblock/previous.png) no-repeat top left;
}

.paginazione .firstPageLink{
	padding: 0 11px;
	background: transparent url(../img/pager_formblock/go-first.png) no-repeat top left;
}

.paginazione .lastPageLink{
	padding: 0 11px;
	background: transparent url(../img/pager_formblock/go-last.png) no-repeat top left;
}



/******* Allegati *******/

.allegati{
	margin: 1.0em 0 1.8em 0;
}

/******* Articolo *******/

.articolo{
	margin: 0 0 1.8em 0;
}


/******* Messaggi sistema *******/


.message{
	margin: 0.5em 0 1.0em 0;
	padding: 1.0em;
}

.message h3{
	background: transparent;
}

.message_error{
	border: 1px solid #A90000;
	background: #FFEEEE;
}

.message_error h3{
	color: #A90000;
	padding: 0 0 0.4em 0;
	border-bottom: 1px dashed #A90000;
}

.message_info{
	border: 1px solid #055055;
	background: #F5F8F8;
}

.message_info h3{
	color: #055055; 
	padding: 0 0 0.4em 0;
	border-bottom: 1px dashed #055055;
}

.message_confirm{
	border: 1px solid #006600;
	background: #F1FFF1;
}

.message_confirm h3{
	color: #006600; 
	padding: 0 0 0.4em 0;
	border-bottom: 1px dashed #006600;
}

.message_warning{
	border: 1px solid #ff7700;
	background: #ffffdd;
}

.message_warning h3{
	color: #ff7700;
	padding: 0 0 0.4em 0;
	border-bottom: 1px dashed #FCB114;
}

.message_system{
	border: 1px solid #055055;
	background: #eeffee;
}

.message_system h3{
	color: #055055;
	padding: 0 0 0.4em 0;
	border-bottom: 1px dashed #055055;
}

.errorpage{
	width:30%;
	margin: 0 auto;
	font-size: 0.9em;
}

.errorpage h3{
	font-size: 1.1em;
}