h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #f15a24;
}

.help {
	padding-left: 38px;
	background: url(../images/help.gif) no-repeat 0 50%;
}
.help-dot {
	padding-left: 38px;
	background: url(../images/help-dot.gif) no-repeat 0 50%;
}

p {
	margin: 3px 0 0 0;
}
.top-space {
	margin: 5px 0 0 0;
}
.top-double-space {
	margin: 10px 0 0 0;
}

a, a:visited {
	color: #f15a24;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.selected, a.selected:visited {
	font-weight: bold;
	text-decoration: none;

	cursor: default;
}

a.pdf, a.pdf:visited {
	padding: 2px 0 2px 24px;
	background: url(../images/icon-pdf-16x16.png) no-repeat 0 50%;
}

img {
	border: none;
}

div.small-image {
	float: left;
	margin: 0 10px 10px 0;
}
div.small-image img {
	/* border: 1px solid silver; */
	border: 3px solid #E6E6E6;
}

div.small-image a img,
div.small-image a:visited img {
}
div.small-image a:hover img {
	/* border-color: #f15a24; */
	border-color: silver;
}


.serif-text {
	margin-top: 15px;
	font-family: Georgia, serif;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 0px;
}


/********** CONTATTI ************/
fieldset#fieldset-contatti {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset#fieldset-contatti legend {
	display: none;
}

form#form-contatti p.description {
	color: gray;
	font-size: 10px;
}

form#form-contatti p.space {
	margin-top: 12px;
}



/********* LOGIN **********/
#login-fieldset {
}

#login-fieldset p {
	font-size: 13px;
	margin: 4px 0 0 0;
}
#login-fieldset #login-p-remember,
#login-fieldset #login-p-submit {
	margin-top: 12px;
}

#login-fieldset #login-input-username,
#login-fieldset #login-input-password {
	display: block;
	padding: 3px;
	width: 200px;
}
#login-fieldset #login-input-submit {
	padding: 3px 5px;
}


#user-logged {
	font-size: 11px;
	text-align: right;
	color: gray;
	margin: 10px 10px 0 0;
	float: right;
}



input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	color: #555;
	font-size: 13px;
	padding: 3px;
	border: 1px solid silver;
}

input {
	background: url(../images/bg-menu.gif) repeat-x 0 90%;
}

input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	border: 1px solid #F15B25;
}
input:focus, select:focus, textarea:focus {
	background: #EFEFEF;
}

input.submit {
	border-color: #F15B25;
	font-weight: bold;
	padding: 4px 10px;
}

input.submit:hover {
	border-color: gray;
}



ul.ul-space {
	font-size: 14px;
}

ul.ul-space li {
	margin: 3px 0;
}

ul.ul-space li a,
ul.ul-space li a:visited {
	color: #444;
}
