.scroll{
	overflow:auto;
	margin:0; padding:5px; border:0;
	scrollbar-face-color: #6095C1;
	scrollbar-highlight-color: #C2D7E7;
	scrollbar-3dlight-color: #85AECF;
	scrollbar-darkshadow-color: #427AA8;
	scrollbar-shadow-color: #315B7D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #4DECF8S;
	/*background-color: #E1F2FB;*/
	width:850px;
}
* html .scroll{
	overflow-y: scroll; 
	overflow-x: hidden;
}

#content_table {
	margin: 3em;
}

#content_table p {
	width: 45em;
	

}
table {
	border-collapse: collapse;
	width: 100%;
	#width: auto;
	table-layout: automatic;
	
}


td, th {
	padding: 0.2em;
        /*border: 1px solid #CCC;*/ 
	border: 1px solid #9999CC;
        font-size: 11px;
	/*overflow:hidden;*/
	/*white-space: nowrap;
	overflow: hidden;*/
}


thead, tfoot {
	/*background-color: #DDD; old value*/ 
	 /*background-color:#1E90FF; */
	 background:url(../img/table_header2.gif) no-repeat;
	/*background-color: #00FFFF;*/
}

tr.rowodd {
	/*background-color: #FFF; */
	/*background-color: #00FFFF; */ 
	/*background-color: #6699CC;*/
	background-color:#99CCCC;
} 

tr.roweven {
	/*background-color: #F2F2F2;*/
	/*background-color: #00FFFF; */
	/*background-color: #6699FF;*/
	background-color: #99CCFF;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../img/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(../img/down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

/* Claudio 160210 per testare tabella senza bordi; solo per formattare il testo sulla maschera */
.table0 
  { 
   border-style: none;

    }
/*    
tr:hover, tr.secondocolore {
	background-color: #00a3dd;
	color: #fff;
	font-weight:bold;
}*/
