
div#container{	
	background-color: #eaf0ff;
}
.redcolor {
	color:red;
}
td.redborder {
	border:2px solid red;
	white-space: nowrap;
}
.noBorder {
	border:0px;
}
.noBackground {
	background:transparent;
}
.backgroundLightgray {
	background:lightgray;
}
.floatRight {
	float:right;
}
span.redborder {
	border:2px solid red;
	width:auto !important;
	margin-bottom:20px;
	padding-top:1px;
	margin-left:4px;
}
span.redborder input{
	margin-left:1px !important;
}
div.titolo{
	background-color:#abc;
}
div#header, div#headerLogin {
    height: 6.0em;
}
div#headerLoginLogoClient {
    background: url("../images/logoClient.jpg") no-repeat;
    height: 6em;
    width: 255px;
    position: absolute;
    top: 0.5em;
    left: 0.7em;
}
div#headerLoginLogoAdmin {
    background: url("../images/logoAdmin.jpg") no-repeat;
    height: 6em;
    width: 255px;
    position: absolute;
    top: 0.5em;
    left: 0.7em;
}
div#footer {
	display: inline;
}
label.visualizzasmall {
	background: url("../images/visualizza_small.gif") no-repeat;
	margin-left: 3px;
}


/* Override di jquery-ui */
.ui-tooltip { white-space: pre-line; }

#tabs.ui-widget {
	font-size: inherit;
}

#tabs.ui-widget-content {
	border: 0 none;
}

#tabs.ui-tabs .ui-tabs-panel {
	padding: 0;
}

#tabs.ui-tabs .ui-tabs-nav {
	padding: 0;
}

#tabs .ui-corner-all, #tabs.ui-corner-all {
	border-radius: 0;
}

#tabs .ui-widget-header {
	background: none;
	border: none;
	border-bottom: 1px solid #025092;
}

#tabs table {
    padding-top: 7px;
}

#tabs ul li a span {
	font-size:11px;
}