.tableControl{
	text-align:left;
	/*width: 1200px;*/
}
.paginazione{
      color:#222244;
      font-size:12px;
      text-align: center;
      white-space: nowrap;
  /*    vertical-align: bottom; */
}


textarea,input[type=file],select {
	max-width:none;
}

.message li.errormsg  {
	color: #d20025;
}

textarea.comunicazione{
	font-size: 1em;
	font-family: Verdana, Tahoma, serif;
	padding: 4px 1px;
	margin: 0;
	width: 450px;
	max-width: none;		
}

select {
	width: 350px;
}

#tabContent { 
	width: 100%;
}

table {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	padding: 0px;
}

a:visited {
    color: #003F7D;
}

td.action {
	text-align: center;
	width: 8%;
	white-space: nowrap;
}

.rich-sb-int-sel {
		font-size: 1em;
	font-family: Verdana, Tahoma, serif;
	padding: 4px 1px;
	margin: 0;
    background-color:#fee;
    max-width: 250px;
	width:expression(this.clientWidth > 250 ? 250 : true );
	background-image: none;
}

.rich-sb-ext-decor-2 {
	background-color:#fee;
	border-color:#fee;
}

.rich-sb-int {
	color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}


#footerReport {
	width: 100%;
	background-image: url("../stylesheet/images/bgColor.png");
	background-repeat: repeat-x;
	background-color: #003F7D;
	text-align: right;
	color: white;
	height: 30px;
	margin: 25px 0px 0px 0px;
	padding: 0;
	clear: both;
	
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

td.footerReport{
	text-align: right;
}

input.importo, span.importo {
font-size: 1em;
font-family: Verdana, Tahoma, serif;
padding: 4px 1px;
margin: 0;
max-width: 250px;
width:expression(this.clientWidth > 250 ? 250 : true );
text-align: right;
/*float: left;*/
}

.importoView {
	font-family: Trebuchet MS,Verdana,Arial;
	margin: 0;
	max-width: 250px;
	width:expression(this.clientWidth > 250 ? 250 : true );
	text-align: right;
	float: right;
}

input.importoLabel, span.importoLabel, .importoLabel{
font-size: 1em;
font-family: Verdana, Tahoma, serif;
padding: 4px 1px;
margin: 0;
max-width: 250px;
/*width:expression(this.clientWidth > 250 ? 250 : true );*/
text-align: right;
float: right;
}

.value {
	float: left;
	padding: 5px;
	margin-top: 0px;
	/*width: 600px;*/
}

input.avcp_importo{
font-size: 11px;
font-size: 1em;
font-family: Verdana, Tahoma, serif;
padding: 4px 2px;
margin: 0;
background-image: url(../stylesheet/images/input_shadow_AVCP.jpg);
border: 1px solid #C5BA24;
max-width: 250px;
width:expression(this.clientWidth > 250 ? 250 : true );
text-align: right;
}