h1, h2, h3, h4, h5 {
	font-weight: normal;
	/*color: #588700;*/
	color: #BF4C1D;
}

.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: #5787B7;*/
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

	cursor: default;
}

a.file, a.file:visited {
	padding: 2px 0 2px 26px;
	background: url(../images/file-ext/file.png) no-repeat 0 50%;
}
a.file.pdf, a.file.pdf:visited {
	background-image: url(../images/file-ext/pdf.png);
}
a.file.doc, a.file.doc:visited {
	background-image: url(../images/file-ext/doc.png);
}
a.file.xls, a.file.xls:visited {
	background-image: url(../images/file-ext/xls.png);
}
a.file.ppt, a.file.ppt:visited {
	background-image: url(../images/file-ext/ppt.png);
}
a.file.txt, a.file.txt:visited {
	background-image: url(../images/file-ext/txt.png);
}
a.file.zip, a.file.zip:visited {
	background-image: url(../images/file-ext/zip.png);
}
a.file.img, a.file.img:visited {
	background-image: url(../images/file-ext/img.png);
}


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: silver;
}


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

.attention { font-weight: bold; color: #d86363; }
div.attention { margin: 10px 0; }

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

input, select, textarea {
	background: white url(../images/bg-gradient-top.gif) repeat-x 0 -30px;
}
select {
	padding: 3px;
}

select optgroup {
	font-style: normal;
	color: #5787B7;
}
select option {
	color: #333;
}

input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	border: 1px solid #555;
}
input:focus, select:focus, textarea:focus {
	background: white; /*#F6F6F6;*/
}

input.submit {
	border: none;
	font-weight: bold;
	padding: 5px 0;
	font-size: 11px;
	width: 91px;
	text-align: center;
	color: white;
	background: url(../images/bg-button.png) repeat-x 0 0;
	cursor: pointer;
}
input.submit.big {
	width: 131px;
	background-image: url(../images/bg-button-big.png);
}
input.submit.small {
	width: 43px;
	background-image: url(../images/bg-button-small.png);
}

input.submit:hover {
	background-position: 0 -32px;
}

input.submit[disabled]:active,
input.submit[disabled] {
	color: #AAA;
}


input.submit-big {
	border: none;
	font-weight: bold;
	padding: 5px 0;
	font-size: 11px;
	width: 131px;
	text-align: center;
	color: white;
	background: url(../images/bg-button-big.png) repeat-x 0 0;
	cursor: pointer;
}

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;
}


a.InputIntegerUpDown,
a.InputIntegerUpDown:visited {
	float: left;
	margin: 0 3px 0 0;
	text-decoration: none;
	width: 18px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	background: url(../images/minus.png) no-repeat 100% 0;
}
a.InputIntegerUpDown:hover {
	background-position: 0 0;
}

a.InputIntegerUpDown.down,
a.InputIntegerUpDown.down:visited {
	margin: 0 0 0 3px;
	background-image: url(../images/plus.png);
}


div.description {
	margin: 3px 0 10px 0;
	color: gray;
	font-size: 11px;
}


/* JQUERY UI - DATEPICKER */
table tr td.periodo-disabilitato {
	background: orange;
}

table tr td.periodo-disabilitato a {
	background: orange;
}


table.grid-ajax tr td {
}


/************** ul.common-arrow ************/
ul.common-arrow {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}

ul.common-arrow li {
	padding: 4px 0 4px 26px;
	background: url(../images/arrow-green.png) no-repeat 0 5px;
}

ul.common-arrow li ul {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}
ul.common-arrow li ul li {
	font-size: 11px;
	padding: 3px 0;
	background: none;
}
ul.common-arrow li ul li a,
ul.common-arrow li ul li a:visited {
	color: #444;
}

fieldset {
	border: none;
	border-top: 1px solid #333;
	padding: 0;
	margin: 22px 0;
}

fieldset legend {
	color: #BF4C1D;
	padding: 0 20px 0 0;
	background: transparent;
	font-weight: bold;
	cursor: default;
}


.home-box-image {
	height: 35px;
	background: url(images/no.png) no-repeat 50% 50%;
}

/********************* page-navigator ***********************/
.page-navigator {
}
.page-navigator span.etc {
	float: left;
	padding: 4px 6px;
	margin: 5px 3px 0 0;
	border: none;
}
.page-navigator a,
.page-navigator a:visited {
	float: left;
	padding: 4px 6px;
	margin: 5px 3px 0 0;
	border: 1px solid #EFEFEF;
	background: url(../images/admin/bg-menu-admin-element.png) repeat-x 0 50%;
}
.page-navigator a:hover {
	border-color: #CCC;
}

.page-navigator a.prev-button,
.page-navigator a.prev-button:visited,
.page-navigator a.next-button,
.page-navigator a.next-button:visited {
	font-size: 15px;
	text-decoration: none;
	color: gray;
	padding: 3px 12px 3px 12px;
}
.page-navigator a.selected,
.page-navigator a.selected:visited,
.page-navigator a.selected:hover {
	background: black;
	color: white;
	border-color: #333;
}

.page-navigator a.disabled,
.page-navigator a.disabled:visited,
.page-navigator a.disabled:hover {
	display: none;
}

.feed-rss {
	padding-left: 39px;
	background: url(../images/rss.gif) no-repeat 0 50%;
}


iframe {
	padding: 0;
	margin: 0;
}