/************* TAB PRINCIPALI ***************/


.x-tab-strip-text {
	padding:10px !important;
}

#centerpanel__ext-comp-1001 .x-tab-strip-text {
	padding-left: 32px !important;
	background:url(../img/extjsbuttons/home.png) no-repeat 0 0 !important;
}
/************* TAB PRINCIPALI ***************/


/************* CALENDARIO ***********/
.calendario_appuntamento_presente{
	border: solid 1px;
}

.calendario_appuntamento_vuoto{
	border: solid 1px;
}
.data_calendario{
font-size:18px !important;
font-weight: bold !important;
}
/************* CALENDARIO ***********/


/*************** CSS per l'help **********/

a.info{
    position:relative; /*this is the key*/
	text-decoration:none
    }



a.info:hover{z-index:25; background-color:#ff0}



a.info span{display: none}



a.info:hover span{ /*the span will display just on :hover state*/

    display:block;
    width:300px;
    height:400px;

    position:absolute;

    top:2em; left:2em; width:15em;

	padding:5px;

    border:1px solid #669933;

    background-color:#E3FFAA; color:#000;

    text-align: left;
    

}
/*************** CSS per l'help **********/

/*************** CSS per il log *********/

.TOOLTIP_INFO{
text-align:center;
margin: 0 auto;
width: 200px;
font-weight: bold;
border:1px solid #FFCC33;
border-top:none;
background:#FFFFCC;
z-index: 1000;
padding: 5px;
font-size: 12;
font-family: sans-serif;
color:black;
position: relative;
}
.LOG_DEBUG{

	margin-top: 5px;
	color:#000000;
	font-size: 13px;
	background-image: url(../img/log/debug.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0 30px;


}

.LOG_VERBOSE{

	margin-top: 5px;
	color:#969696;
	font-size: 13px;
	background-image: url(../img/log/log_verbose.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0 30px;

}

.LOG_WARN{

	margin-top: 5px;
	color:#debc00;
	font-size: 13px;
	background-image: url(../img/log/warning.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0 30px;

}

.LOG_ERROR{

	margin-top: 5px;
	color:#FF3300;
	font-size: 13px;
	background-image: url(../img/log/error.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0 30px;

}

.LOG_CRITICAL{

	margin-top: 5px;
	color:#FF0000;
	font-size: 13px;
	background-image: url(../img/log/critical_error.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0 30px;

}

.LOG_OK{

	margin-top: 5px;
	color:#669933;
	font-size: 13px;
	background-image: url(../img/log/ok.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0 30px;

}

.LOG_INFO{

	margin-top: 5px;
	color:gray;
	font-size: 13px;
	background-image: url(../img/log/ok.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0 30px;

}

/*************** CSS per il log *********/
