/* ### COMMON STYLES ### */

* {   /* normalizzazione margin e padding */
margin: 0;
padding: 0;
}

/* stili tag */

html {
font-family: Arial, Helvetica, sans-serif;
color: #000;
background: #09163e;
font-size: 0.9em;
line-height: 1em;
}

body {
position: absolute;
width: 972px;
margin-left: -486px;
left: 50%;
background: url(../images/leftcolBg.gif) top left repeat-y #fff;
/*padding-top: 130px;inserimento banner camera*/
padding-top: 177px;
}

ul {
list-style: none;
}

a:link, a:visited {
text-decoration: none;
color: #505f8b;
outline: 0;
}

img {
border: none;
}


h3,
h4 {
line-height: inherit;
color:#000;
font-weight:bold;
padding:0px;
}

h3{
font-size: 1.3em;
}

h4 {
font-size: 1em;
}

/* classi globali */

.normalWeight {
font-weight: normal;
}

.MenuActiveLink {
font-weight: bolder;
}



.visible {
display: block;
}

.hidden {
display: none;
}


.messaggio{
			font-family:Arial;
			font-size:0.7em;
			font-weight:bold;
			text-align:center;
			padding: 0px 5px 0px 5px;
			color:#339900;
}

.errore{
			font-family:Arial;
			font-size:0.7em;
			font-weight:bold;
			text-align:center;
			padding: 0px 5px 0px 5px;
			color:#ff0000;
}

.pc_messaggio{
			font-family:Arial;
			font-size:inherit;
			font-weight:bold;
			text-align:center;
			padding: 0px 5px 0px 5px;
			color:#339900;
			background: #eee;
}

.pc_errore{
			font-family:Arial;
			font-size:inherit;
			font-weight:bold;
			text-align:center;
			padding: 0px 5px 0px 5px;
			color:#ff0000;
			background: #eee;
}

#configurazione span {
display: none;
}

#configurazione a:link,
#configurazione a:visited {
display: block;
width: 30px;
height: 23px;
background: url("../images/configura.gif") left top no-repeat;
}

.configurazione span {
display: none;
}

.configurazione a:link,
.configurazione a:visited {
display: block;
width: 30px;
height: 23px;
background: url("../images/configura.gif") left top no-repeat;
}

/* CSS PORTLET NEWS AGGREGATOR*/

#sfondoFeed {
background:#fff;
padding:10px;
margin:10px;
}

.sfondoPortlet{
background: #fff;
}

.sfondoPortlet h3,
.sfondoPortlet h4,
.insertItem {
width: 60%;
background: #eee;
text-indent: 10px;
height: 20px;
padding-top: 7px;
float: left;
color: #444;
border-bottom: 2px solid #09163E;
}

.insertItem {
width: 39%;
text-align: right;
padding-right: 1%;
}

.sfondoPortlet table.rssTable {
width: auto;
padding-left: 10px;
clear: both;
color: #444;
}

.sfondoPortlet table.rssTable td {
height: 20px;
}

.sfondoPortlet table.rssTable th {
text-align: left;
padding-top: 3px;
}

/* stili form inserimento */

.insertForm {
background: #fff;
width: 90%;
padding: 10px 5%;
float: left;
}

.insertForm .formElement {
display: block;
width: 60%;
text-align: left;
margin: 5px 0px;
}

.insertForm .formElement label {
	display: block;
	width: 90px;
	margin-right: 5px;
	float: left;
}

.formButton {
border: none;
border: 1px solid #444;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
background: #09163E;
color: #fff;
padding: 2px 5px;
font-weight: bolder;
}

.sfondoCnf {
background:#fff;
padding:10px;
margin:10px;
}

/* configurationStyle */

.configurationStyle {
color: #333;
font-size: 0.8em;
background: #fff;
}

.backBtn {
display: block; 
width: 100%; 
text-align: 
right; 
font-size: 0.8em;
}
