body{
border:0px;
margin:0px;
padding:0px;
font-family:"Arial";
font-weight:normal;
font-size:11px;
color:#626262;
background:#f1f1f1;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.clear{clear:both}

#centerWrap{
    margin:auto;
    width:1010px;
}
#content{
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 60px 10px 30px 10px;
	margin-top:20px;
	background-color:#fff;
}

#footer{
    height:30px;
}

#logBox{
text-align:center;
background:#fff;
font-family:"Arial";
font-weight:bold;
font-size:14px;
-moz-border-radius: 10px;
border-radius: 10px;
background-position:center;
width:400px;
height:300px;
}

.chartProp
{
	font-size:20px;
	font-weight:normal;
    color: #000;
	width:600px;
	height:300px;
}

#ist1{
    width: 100%;
}
#bk .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
	margin-top:-1em;
	color:#626262;
}

#bk .title img{margin-right:1px;width:30px;height:30px;}

#bk  .btnfiltro {
    text-align:right;
}
.tblresult{
	width:100%;
	margin:15px 0px 5px 0px;
	background-color:silver;
}

.drow{
	margin:6px 6px 6px 6px;
}

.drowhome{
	margin:5px 0px 0px 0px;
	float:left;
	width:380px;
	margin-right:10px;
}

.titleSection{
	text-align:center;
	height:30px;
	font-size:12px;
	font-weight:normal;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	line-height:30px;
	color:#fff;
	background:#faa320;
	border:#f1f1f1 1px solid;
}

 .rowtitle{
	text-align:center;
	height:30px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:30px;
	color:#626262;
	background:#f1f1f1 url(../img/toppanelbgAlert.png) repeat-x;
}

.rowtitle a{
	color:#ffffff;
	font-size:10px;		
}

.rowtitle div{
	color:#ffffff;
	font-size:14px;		
	font-weight:bold;
	margin-right:5px;
	float:right;
}



.row{
	height:25px;
	color:#3e3a3a;
	background-color:#d4d4d4;
	line-height:20px;
	cursor:pointer;
}

.row2{
	height:25px;
	color:#3e3a3a;
	background-color:#f1f1f1;
	line-height:20px;
	cursor:pointer;
}

.rowAppr{
	height:25px;
	color:#3e3a3a;
	background-color:#d4ffb2;
	line-height:20px;
}

.rowRif{
	height:25px;
	color:#fff;
	background-color:#d00000;
	line-height:20px;
}

.rowAttAppr{
	height:25px;
	color:#3e3a3a;
	background-color:#fbffb8;
	line-height:20px;
}

.rowInol{
	background:#99a8ce;
	background-repeat:repeat-x;
	height:20px;
	color:#fff;
	line-height:20px;
}

.rowsel{
	background-image:url(../img/bksubmenuOn.jpg);
	background-repeat:repeat-x;
	height:20px;
	color:#000;
	background-color:#c3fbfc;
	line-height:20px;
	
}


	
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 10px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


/************************** INPUT TEXT STYLE ***************************/
input[type=password]{
    width:300px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type=password]:hover
{
    border:1px solid #cccccc;
}
input[type=password]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/************************** END INPUT TEXT STYLE ***************************/



/************************** INPUT TEXT STYLE ***************************/
input[type=text]{
    width:300px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type=text]:hover
{
    border:1px solid #cccccc;
}
input[type=text]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

input[type=text].medium{
    width:200px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type=text].medium:hover
{
    border:1px solid #cccccc;
}
input[type=text].medium:focus
{
    box-shadow:0 0 2px #FFFE00;
}


input[type=text].small{
    width:100px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type=text].small:hover
{
    border:1px solid #cccccc;
}
input[type=text].small:focus
{
    box-shadow:0 0 2px #FFFE00;
}

input[type=text].small2{
    width:60px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type=text].small2:hover
{
    border:1px solid #cccccc;
}
input[type=text].small2:focus
{
    box-shadow:0 0 2px #FFFE00;
}

input[type=text].mini{
    width:50px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type=text].mini:hover
{
    border:1px solid #cccccc;
}
input[type=text].mini:focus
{
    box-shadow:0 0 2px #FFFE00;
}


input[type=text].maxi{
    width:90%;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type=text].maxi:hover
{
    border:1px solid #cccccc;
}
input[type=text].maxi:focus
{
    box-shadow:0 0 2px #FFFE00;
}
/************************** END INPUT TEXT STYLE ***************************/


/************************** SELECT STYLE ***************************/
select{
    width:300px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
	cursor:pointer;
}
select:hover
{
    border:1px solid #cccccc;
}
select:focus
{
    box-shadow:0 0 2px #FFFE00;
}

select.medium{
    width:200px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
select.medium:hover
{
    border:1px solid #cccccc;
}
select.medium:focus
{
    box-shadow:0 0 2px #FFFE00;
}


select.small{
    width:100px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
select.small:hover
{
    border:1px solid #cccccc;
}
select.small:focus
{
    box-shadow:0 0 2px #FFFE00;
}

select.mini{
    width:50px;
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
select.mini:hover
{
    border:1px solid #cccccc;
}
select.mini:focus
{
    box-shadow:0 0 2px #FFFE00;
}
/************************** END SELECT STYLE ***************************/

#LoginContent{
    padding: 50px 0px 10px 0px;
	text-align:center;
}

.overlay{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x y;
    display:none;
	} 
	
#box{color:#626262;display:none; z-index:+300;margin:20px auto;text-align:center}
#box input{font-size:10px;}
#box text{font-size:10px;}
#box select{font-size:10px;}

#boxOverlay{
width:400px;
height:433px;
margin:90px 35% ;
background:url(../img/toppanelbg.png) repeat-x;
-moz-border-radius: 15px;
border-radius: 15px;
background-position:center;
}



.round{
-moz-border-radius: 20px; /* FireFox 1+ */
-webkit-border-radius: 20px; /* Safari 3+, Chrome */
 border-radius: 20px; /* Opera 10.5, IE 9 */
 }


.Shadow{
-webkit-box-shadow: 2px 3px 3px  #8c8b8b,-1px 2px 2px  #8c8b8b;
-moz-box-shadow: 2px 3px 3px  #8c8b8b,-1px 2px 2px  #8c8b8b;
box-shadow: 2px 3px 3px  #8c8b8b,-1px 2px 2px  #8c8b8b;
}


/****************** MENU **************************************/
#logoHOverlay{
	width:350px;
	height:67px;
	background:url(../img/logo_blu.jpg) no-repeat; 	
	padding:10px 10px 10px 50px;		
}

#logoH{
	width:100%;
	height:80px;
	background:url(../img/logo_banner_mini.jpg) no-repeat; 
	background-position:center;
	float:left;
	padding:10px 0px 10px 0px;	
	margin-top:-5.5em;
}

#BannerH{
	width:480px;
	height:40px;
	/*background:url(../img/banner_login.png) no-repeat;
	background-position:center;*/
	padding:20px 10px 0px 10px;	
	float:right;
	margin-top:-2em;	
}

#BannerHL{
	width:400px;
	height:60px;
	background: url(../img/login_bg.jpg);
	padding:10px 10px 0px 10px;	
	margin-left:20px;
	float:left;
	margin-top:-3em;		
}

div#menu {
    height:41px;
    background:url(../img/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
    width:125px;
    
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;    
    z-index: 10;
    height: 41px;
    display: block;    
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
    
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu a:hover { color: rgb(218,219,222); }
div#menu li.current a {}



div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../img/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../img/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
color: #333;
}
div#menu ul a:hover span {
color: #333;
}
div#menu ul ul span {
color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
color: rgb(218,219,222);
}


div#menu li { background: url(../img/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul {  background: rgb(45,45,45); }

/* lava lamp */
div#menu li.back {
    background: url(../img/lava.png) no-repeat right -44px !important;
    background-image: url(../img/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../img/lava.png) no-repeat top left !important;
    background-image: url(../img/lava.gif);
    height: 44px;
    margin-right: 8px;
}


#page{
padding:0px 15px 15px 15px;
}


#search{
width:975px;
float:left;
height:25px;
margin:-0.6em 0px 0px 1px;
background:url(../img/menu/menu.png) repeat-x 0 center;
padding:9px 5px 5px 5px;
display:none;
position:relative;
z-index:20; 
}

#search div{
float:right;
}

.etichetta{
	font-family:"Arial";
	font-size:13px;
	color:#626262;
}

.catDat{
font-family:"Arial";
width:875px;
font-weight:bold;
font-size:15px;
padding-left:35px;
padding-bottom:3px;
line-height:25px;
background:url(../img/circle_smallest.png) no-repeat;
margin-bottom:5px;
}

.minilogo{
    background:url(../img/logo_mini.png) no-repeat;
    width:45px;
    height:45px;
    float:right;
    margin-top:-40px;
}
.ProbSegn{
font-family:"Arial";
font-weight:normal;
font-size:14px;
color:#000;
height:auto;
padding:15px;
background-color:#ebebef;

}


.Upload{
font-family:"Arial";
font-weight:normal;
font-size:14px;
color:#000;
height:auto;
padding:15px;
width:450px;
background-color:#ebebef;

}


.Interv{
width:97%;
font-weight:normal;
font-size:12px;
color:#000;
height:auto;
padding:15px;
background-color:#fff;
}



div.block {
	padding: 5px 0 5px 15px;
	border-left-style: solid;
	border-left-width: 20px;
	background-color: #FFF;
}

div.block fieldset {
	width: 700px;
	border: 1px solid #ccc;
	padding: 10px;
}

div.block fieldset input.text {
	border: 1px solid #666666;
	padding: 3px 6px;
	color: #333333;
}

div.block fieldset input.error {
	border: 1px solid red;
}

div.block fieldset input.send {
	border: 1px solid #666666;
	padding: 3px 6px;
	background: #333333;
	color: #fff;
	cursor: pointer;
}

div.block fieldset legend {
	padding: 5px 10px;
	font-weight: bold;
}

div.block fieldset p {
	margin: 8px 0;
}

div.block fieldset label {
	float: left;
	width: 180px;
}

div.block fieldset label.error {
	float: none;
	margin-left: 5px;
	color: red;
}

div#info {
	margin-top:-2.7em;
	padding-bottom: 10px;
	background:url(../img/bgAvv.jpg) no-repeat; /*#d50000*/
	font-family:"Arial";
	font-size:14px;
	color:#fff;
	text-decoration:none;
	position:relative;
	z-index:10; 

}

div#info.ok {
	border-left-color: #ACD083;
}

div#info.otravez {
	border-left-color: #DC7873;
}

div#info ul {
	margin-top: 10px;
	list-style-type: none;
}


div#info ul li {
	float: left;
	margin-right: 10px;
}

div#info ul li a:hover img {
	border: 1px solid #666;
	font-family:"Arial";
	color:#353535;
}

div#info ul li img {
	border: 1px solid #ccc;
}

ul#ticker {
	width: 920px;
	height: 120px;
	overflow: hidden;
}

ul#ticker li {
	width: 920px;
	height: 99px;
	padding-top: 15px;
	padding-left: -1em;
	/*border-bottom: 1px dashed #ccc;*/
}

ul#ticker li a {
	color: #666;
}

ul#ticker li span {
	display: block;
	color: #06C;
}


#boxTkAlert{
position:relative;
background:url(../img/toppanelbgAlert.png) repeat-x;
width:910px;
border:#dbdbdb 2px solid;
text-align:center;
padding:15px;
height:35px;
font-family:"Arial";
font-weight:bold;
color:#626262;
}


#boxTk{
position:relative;
background:url(../img/bgHome.png) repeat-x;
width:150px;
border:#dbdbdb 2px solid;
text-align:center;
padding:15px;
height:100px;
font-family:"Arial";
color:#626262;
margin-top:5px;
}

#boxTk font{
font-size:24px;
}

#boxTk span{
font-family:"Arial";
color:#626262;
font-size:12px;
font-weight:bold;
}

#boxTk img{
width:80px;
height:auto;
}

.boxMen{
background:url(../img/bgHome.png) repeat-x;
border:#dbdbdb 2px solid;
padding:5px 10px 10px 15px; 
margin-top:8px;
height:115px;
font-family:"Arial";
color:#626262;
width:95%;
}

.boxMen img{
float:left;
padding-right:10px;
margin-top:10px;
width:120px;
height:100px;
}

.boxMen strong{
float:right;
margin-top:10px;
margin-right:10px;
font-family:"Arial";
color:#626262;
font-size:16px;
}

.boxMen div{
width:98%;
height:50px;
text-align:center;
margin-top:10px;
}

.boxMen div font
{
width:110px;
font-weight:normal;
font-size:22px;
color:#626262;
text-align:right;
float:left;
}

.boxMen div input{
float:left;
}

.TblFlt{
background:#f6f5f4;
height:150px;
margin-bottom:-1em;
padding:15px;
}


.imgall{
width:35px;height:35px;
}

.textAll{
text-decoration:none;font-family:arial;font-size:11px;color:#000;
}

td.tblCli
{
padding:10px;
width:120px;
height:30px;    
vertical-align:top;
font-size:12px;
}


#divTkPre
{
padding:10px;
margin-top:10px;
}

.elCmp{
width:230px;
background: url(../img/login_bg.jpg);
border:#bdbcbc 1px solid;
height:100px;
padding:15px;
text-align:center;
}

.elCmpHover{
width:230px;
background: #72b1cd;
border:#fff 1px solid;
height:100px;
padding:15px;
font-weight:normal;
color:#fff;
text-align:center;
}

.elCmpMini{
width:40px;
background: url(../img/login_bg.jpg);
border:#bdbcbc 1px solid;
height:40px;
text-align:center;
}

#newImg{
width:50px;
text-align:center;
}

#newImg img{
margin-top:0px;
}

#numNew{
font-family:'Volvo Broad';
font-weight:bold;
font-size:28px;
width:30px;
padding:10px;
text-align:center;
}

.elRigatd{
background:#f1f1f1 url(../img/toppanelbgAlert.png) repeat-x;
height:70px;
width:120px;
font-weight:normal;
font-size:14px;
border-bottom:#a3a3a3 1px solid;
margin-top:2px;
}


a.CmpAtt{
text-decoration:none;color:#fff;font-size:14px;font-family:arial;background:#2b58b0;padding:3px 10px;border:#fff 1px solid;height:25px;
}

.CmpAttStat{
text-decoration:none;color:#626262;font-size:14px;font-family:arial;
}



.sedeDati{
height:30px;
font-size:12px;
font-weight:normal;
text-decoration:none;
line-height:30px;
color:#fff;
background:#626262;
}


.sedeDatiInatt{
height:30px;
font-size:12px;
font-weight:normal;
text-decoration:none;
line-height:30px;
color:#fff;
background:#e0182f;
}

.TitleGr{background:#626262;font-weight:bold;font-size:12px;color:#fff;padding:5px;border:#f1f1f1 1px solid;}

.TitleGrAppe{background:#20aa30;font-weight:bold;font-size:12px;color:#fff;padding:5px;border:#f1f1f1 1px solid;}

.TitleGrIntegr{background:#1293cd;font-weight:bold;font-size:12px;color:#fff;padding:5px;border:#f1f1f1 1px solid;}

/************ALERT POPUP**********************************/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


/*overlay*/


#cover{
    position:absolute;
    background-image:url(../img/overlay.png);
    background-repeat:repeat-x y;
    opacity: 0;
    z-index:98;/*sotto la Dialog!!!*/
}
 
#coverOverDialog{
    position:absolute;
    background-image:url(../img/overlay.png);
    background-repeat:repeat-x y;
    opacity: 0;
    z-index:100;/*sopra la Dialog!!!*/
}

#boxDialog{
    background:#f1f1f1;
    -webkit-box-shadow: 2px 3px 3px  #8c8b8b,-1px 2px 2px  #8c8b8b;
    -moz-box-shadow: 2px 3px 3px  #8c8b8b,-1px 2px 2px  #8c8b8b;
    box-shadow: 2px 3px 3px  #8c8b8b,-1px 2px 2px  #8c8b8b;
    border-top-right-radius: 10px; /* FireFox 1+ */
    border-bottom-right-radius: 10px; /* Safari 3+, Chrome */
    border-top-left-radius: 10px; /* FireFox 1+ */
    border-bottom-left-radius: 10px; /* Safari 3+, Chrome */
    position:absolute;
    top:-100;
    z-index:99;
}

#FrmC{
    width:98%;
    padding:10px;
    overflow: auto;
}

#boxDialog div.Cls{
    text-align:right;
    float: right;
    background-image: url('../img/closeDiv.png');
    background-repeat: no-repeat;
    height:40px;
    width:40px;
    cursor:pointer;
}

.totListaOr{font-size:14px;color:#000;background:#fbad26;border-top:#e3ab49 2px solid ;}

.calend{cursor:pointer;height:40px;background:#f1f1f1;padding-top:5px;}

.bordOrange{border:#fe9c13 3px solid;}

.bordBlue{border:#1293cd 3px solid;}
.bordBlueSmall{border:#1293cd 1px solid; text-align:center;}
.bordBlueSmall td{border-bottom:#1293cd 1px solid; }
.bgServBlue{background:#1293cd; font-weight:normal;color:#fff;font-size:14px;font-family:arial;text-align:center;}

.nollokGrey{ 
	width:60px;
	font-family:"Arial";
	font-size:13px;
	color:#9d9d9d;
	border: none;
}

.footerFix{border:#aeaeae 1px solid; position: fixed;bottom:0;width:960px;height:50px;background:#f1f1f1;text-align:center;margin:10px;}

.redAlarm{width:100%;background:#cc1616;font-weight:normal;font-family:arial;font-size:14px;color:#fff;text-align:center;}