@charset "utf-8";

h1, h2, h3 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
}
h1 {
	font-size: 20px;
	margin: 10px 0 15px 0;
}
h2 {
	color: #006699;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
h3 {
	color: #666666;
}

a, a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 2px 0;
	padding: 0;
}

input, select, textarea {
	margin: 0;
}

#site-path {
	margin-top: 6px;
	font: 11px Arial sans-serif;
}

fieldset {
	margin-top: 15px;
	padding: 0px 50px 15px 50px;
}
* > fieldset {
	-moz-border-radius: 10px;
}

fieldset legend {
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #006699;
	cursor: default;
}

.field-row {
	clear: left;
	margin-top: 2px;
}

.label {
	display: block;
	float: left;
	width: 120px;
	margin-top: 2px;
	text-align: right;
}

.field {
	display: block;
	padding-left: 135px;
}

.f-descr {
	clear: left;
	margin-top: 0;
	margin-left: 135px;
	margin-bottom: 5px;
	display: block;
	font-size: 10px;
	color: gray;
	font-family: Arial, sans-serif;
}

.space, .doublespace {
	clear: left;
	margin-bottom: 10px;
}
.doublespace {
	margin-bottom: 20px;
}
.hspace {
	margin-left: 10px;
}

p.top-space {
	margin-top: 4px;
}
p.top-doublespace, p.top-dspace {
	margin-top: 8px;
}

.dettagli-campo {
	float: left;
	width: 120px;
}
.dettagli-valore {
	display: block;
	margin-left: 123px;
	font-weight: bold;
}

.intext {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #555555;
	width: 155px;
}

form {
	margin: 0;
	padding: 0;
}

input, button {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
}

a.next-prev, a.next-prev:visited {
	padding: 0px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
a.next-prev:hover {

}

select, select.input-common,
select.input-small {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #555555;
	width: 155px;
}
select.input-small {
	width: 70px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------------   redir-msg  ------------------- */
.info, .warning, .error {
	color: gray;
	padding: 10px;
	padding-left: 40px;
	border-bottom: 1px solid silver;
	border-top: 2px solid silver;
	margin-bottom: 10px;
	background: white url(../images/icon-info.gif) no-repeat 10px 10px;
}
.info a, .warning a, .error a,
.info a:visited, .warning a:visited, .error a:visited {
	color: gray;
}
.info {
	border-color: #68A2DE;
	background-color: #E5EFF9;
	background-image: url(../images/icon-info.gif);
	
}
.warning {
	border-color: #FFCC66;
	background-color: #FFFFD2;
	background-image: url(../images/icon-warning.gif);
}
.error {
	border-color: #CC99CC;
	background-color: #FFDDEE;
	background-image: url(../images/icon-error.gif);
}

.info h3, .warning h3, .error h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.no-image {
	background-image: none;
	padding-left: 10px;
}
.no-image-silver {
	border: none;
	background-color: #EFEFEF;
	background-image: none;
	padding-left: 10px;
}

/* ---------------   home-box  -------------------- */
.home-box {
	margin: 10px 10px 10px 0;
	border: 1px solid #E6E6E6;
	background: white;
	width: 290px;
	float: left
}

.home-box .home-box-wrapper {
	padding: 3px
}

.home-box h3 {
	color: #0164A7;
	margin: 0 0 5px 0;
	padding: 6px;
	border: 1px solid #E6E6E6;
	font-size: 14px;
	background: white url(../images/bg-silver.gif) repeat-x 0px -40px;
}

.home-box .home-box-description {
	text-align: right;
	color: gray;
	margin-bottom: 5px;
	font-size: 10px;
}

.home-box ul {
	margin-top: 0px;
	color: gray;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*******************************************************/
fieldset .sep {
	margin: 10px 0px;
	border-top: 1px solid silver;
}

.small-image {
	margin: 0 6px 6px 0;
	float: left;
	border: 1px solid silver;
	padding: 2px;
	background: white;
	position: relative;
}

a.button, a.button:visited {
	margin-bottom: 10px;
	padding: 4px 7px;
	border: 1px solid silver;
	display: block;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	background: white;
	color: gray;
}
a.button.back, a.back, a:visited.button.back, a.back:visited {
	padding-left: 25px;
	width: 150px;
	background: url(../images/back.gif) no-repeat 5px center;
}
a.button.add, a:visited.button.add, a.add, a.add:visited {
	padding-left: 25px;
	background: url(../images/add.png) no-repeat 5px center;
}
a.button img {
	float: left;
	margin-right: 3px
}

button {
	padding: 2px;
}

a.button:hover {
	border-color: #006699;
	color: gray;
}


a.logout, a.logout:visited {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	color: white;
}

h4, h5 {
	margin: 3px 0 0 0;
	padding: 5px;
	background: white url(../images/bg-silver.gif) repeat-x 0px -20px;
	border: 1px solid #D9D9D9;
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h4.big {
	padding: 7px 5px;
	font-size: 16px;
}
h4.clicked {
	background: white url(../images/bg-silver.gif) repeat-x 0px -50px;
}
h4 a, h4 a:visited {
	display: block;
	padding-left: 25px;
	background: url(../images/arrow.gif) no-repeat 4px 1px;
}
h4 a:hover {
	background-image: url(../images/arrow-hover.gif);
}
h4 a.clicked, h4 a:visited.clicked {
	color: #2478CF;
	text-decoration: none;
	background-image: url(../images/arrow-clicked.gif);
}

div.small-image {
	border: 1px solid silver;
	padding: 1px;
	float: left;
	margin-right: 10px;
}

.small-gray {
	font-size: 10px;
	color: gray;
}

.edit {
	padding-left: 22px;
	background: url(../images/edit.png) no-repeat 0px center;
}

.arrow, .arrow-space {
	padding-left: 13px;
	background: url(../images/arrow.gif) no-repeat -3px center;
}
.arrow-space {
	padding-left: 22px;
}

.ita {
	padding-left: 25px;
	background: url(../images/ita.gif) no-repeat 0px center;
}
.eng {
	padding-left: 25px;
	background: url(../images/eng.gif) no-repeat 0px center;
}


/************** news **************/
.news-entry {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid gray;
	font-family: "Lucida Grande","Trebuchet MS","Bistream Vera Sans",Verdana,Helvetica,sans-serif;
}

.news-entry .immagine {
	float: left;
	margin-right: 20px;
}
.news-entry .immagine a img,
.news-entry .immagine a:visited img {
	border: 1px solid white;
	padding: 1px;
	background: gray;
}
.news-entry .immagine a:hover img {
	border-color: gray;
}

.news-entry .news-content {
	margin-left: 150px;
}
.news-entry .news-content .titolo {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
.news-entry .news-content .sottotitolo {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.news-entry .news-content .data {
	font-size: 11px;
	float: right;
	color: gray;
}
.news-entry .news-content .corpo {
}