body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	background-color: #FFFFFF;
}

*:not(body) {
	font-family: inherit;
	font-size: inherit;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

small, .small {
	font-size: 10px;
}

.loginutenti {
	background-color: #CCCCCC;
	border: 1px dotted #999999;
}

.agerequired {
	color: #FF0000;
}

.formaccount {
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.footermsg {
	font-size: 10px;
}

.titolopagine {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}

.required {
	color: #FF0000;
}

.contents {
	line-height: 16px;
}

.titoloform {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}

.titoloprodotto {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

.sottotitoloprodotto {
	font-style: italic;
	color: #999999;
}

.labeltabellatutenti {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	text-transform: uppercase;

}
.titolohome {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

.nopagefound {
	font-size: 14px;
	font-weight: bold;
}

.bordocontinuo {
	border: 1px solid #CCCCCC;
}

.warning {
	background-color: #FFFF99;
}

/* STYLE CALENDARIO */

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
	border: 1px solid #556;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #F5F5F5;
	font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;    /* They are the navigation buttons */
	padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
	font-weight: bold;      /* Pressing it will take you to the current date */
	text-align: center;
	background: #fff;
	color: #000;
	padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
	background: #7B9CAE;
	color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
	background: #C4D3DB;
}

.calendar thead .name { /* Cells <TD> containing the day names */
	border-bottom: 1px solid #556;
	padding: 2px;
	text-align: center;
	color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
	color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
	background: #3C5462;
	color: #FFF;
	border: 1px solid #3C5462;
	padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	background: #77c;
	padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 2em;
	color: #456;
	text-align: right;
	padding: 2px 4px 2px 2px;
}

.calendar tbody .hilite { /* Hovered cells <TD> */
	background: #DEE7EB;
	padding: 1px 3px 1px 1px;
	border: 1px solid #bbb;
}

.calendar tbody .active { /* Active (pressed) cells <TD> */
	background: #cde;
	padding: 2px 2px 0px 2px;
}

.calendar tbody .selected { /* Cell showing today date */
	font-weight: bold;
	border: 1px solid #000;
	padding: 1px 3px 1px 1px;
	background: #fff;
	color: #000;
}

.calendar tbody .weekend { /* Cells showing weekend days */
	color: #a66;
}

.calendar tbody .today { /* Cell showing selected date */
	font-weight: bold;
	color: #000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	text-align: center;
	background: #556;
	color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	background: #fff;
	color: #445;
	border-top: 1px solid #556;
	padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
	background: #aaf;
	border: 1px solid #04f;
	color: #000;
	padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	background: #77c;
	padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #def;
	color: #000;
	font-size: smaller;
}

.combo .label {
	width: 100%;
	text-align: center;
}

.combo .hilite {
	background: #acf;
}

.avviso_over {
	position: absolute;
	top: 100px;
	left: 35%;
	right: 35%;
	bottom: auto;
	width: 350px;
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
	display: block;
	text-align: left;
	padding: 5px;
}

.JQPopupClose {
    background-image: url(/includes/css/jquery/close.png);
    position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

div.openSearchForm {
	left: 50%;
	width: 360px;
	margin-left: -180px;
	position: relative;

	height: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	color: #333333;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	cursor: pointer;
}

div.openSearchFormActive {
	background-color: #FF4500;
	color: #FFFFFF;
}

form[name="searchForm"] > table {
	display: none;
}

table.alt {
	border-top: 1px solid #9ED6FE;
	border-left: 1px solid #9ED6FE;
	border-right: 1px solid #9ED6FE;
}

table.alt > tr > th, table.alt > tbody > tr > th {
	border-bottom: 1px solid #CCCCCC;
	background-color: #DDDDDD;
}

table.alt > tr > td, table.alt > tbody > tr > td {
	border-bottom: 1px solid #9ED6FE;
}

table.alt > tr:nth-child(odd) > td, table.alt > tbody > tr:nth-child(odd) > td {
	background-color: #FFFFFF;
}

table.alt > tr:nth-child(even) > td, table.alt > tbody > tr:nth-child(even) > td {
	background-color: #F4F9FC;
}

b, strong, legend {
	font-weight: bold;
}

fieldset.offerta {
	width: 900px;
	margin : 0 auto 10px;
}

input[type="file"] {
	max-width: 350px;
}

.listino, .listino-files {
	width: 600px;
	margin: 0px auto;
}

.listino-files {
	width: 900px;
}

.jqMenu {
	text-align: left;
}

.jqSplitButton > .jqMenu {
	position: absolute;
	z-index: 10;
	float: left;
	display: none;
}

.jqMenuSet > .ui-button,
.jqMenuSet > .jqSplitButton {
	display: inline-block;
}

.ui-icon {
	display: inline-block !important;
}

a > .ui-icon {
	vertical-align: middle;
}

.ui-button {
	min-height: 30px;
}

input[readonly] {
	background: inherit;
	border: none;
}

div.login {
	width: 235px;
	margin: 0px auto;
	height: 138px;
	padding-top: 20px;
	background: url(/images/form_login/form_login.gif) no-repeat;
}

.icon-color-red { filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(5558%) hue-rotate(341deg) brightness(84%) contrast(103%); }