/* 
    Document   : extra
    Created on : 2-mag-2012, 10.24.09
    Author     : marco
    Description:
        Purpose of the stylesheet follows.
*/

/* QPaginator */
div.paginator {
    text-align:center; margin-top:10px;
}

span.paginator {
	
}

span.paginator span {
	list-style-type: none;
	display: inline;
	padding: 3px;
	margin: 0;
	font-size: 12px;
}

span.paginator span.ellipsis {
	color: #666;
}

.giorno{
    color:#ccc;
}
.giorno_sel{
    font-weight:bold;
}



/*datagrid*/
.TAB_title th a{
    
}


span.dida {
	color: #000;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Tahoma, Arial;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
}

span.dida:hover{
	background-color: #dedfdf !important;
}


span.didaW {
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Tahoma, Arial;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
}
span.didaD {
	color: #cccccc;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Tahoma, Arial;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
}

.button_green {
	display: inline-block;
	color: white !important;
	font-size: 14px;
	padding: 7px 16px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.30);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.30);
	border: 1px solid rgba(255, 255, 255, 0.35);
	position: relative;
	cursor: pointer;
	overflow: visible;
	width: auto;
	font-family: Tahoma, Arial;
	background-color: #0C0;
	background-image: url(overlay-button.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.button_green:hover{
	background-color: #090 !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.button_green:focus{
	background-color: #0C0 !important;
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.00);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.00);
	border: 1px solid rgba(255, 255, 255, 0.35);
}

div.voce_costo1{
    width: 80px;
}
div.voce_costo2{
    width: 90px;
}
div.pulsanti_costo{
    width:40px;
}

.FORM_min_small{
    width:120px;
}
.FORM_min_small2{
    width:60px;
}

.DIV_msg_panel_wait{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-image: url('vuotoAlpha8-b80.png');
	z-index:1001;
	vertical-align:middle;
	text-align:center;
}

input[disabled]{
    border-width:0px; opacity: 0.4;
}

.warning{
    color:#FF0000;
}
