body {
	background: #ffffff;
	color: #000000;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	/*text-align: center;*/
}

a {
	text-decoration: none;
	color: #00008B; /* #888888 mmm*/
}

a:hover {
	text-decoration: none;
	color: #00008B; /* #888888 mmm*/
	cursor:pointer;
}
}

a:visited, a:active {
	color:#00008B ; /* #888888 mmm*/
}

h3{
	font-size:18px;
	font-weight:bold;
}

/*
table {
	border-collapse: collapse; 
}
td {
	padding: 2px;
}
*/

input[type=text]{
	font-size:16px;
    background-color:#EEF3FF;
}

input[type=text]:disabled{
	color:#CCC;
}

input[type=checkbox]{
	width:20px;
	height:20px;
}

input[type=submit]{
    background-color:#dddddd;/*#EEF3FF*/
	border: 1px solid #aaaaaa;
	color: #00008B;/*#777777*/
	padding: 3px 3px 3px 3px;
	font-size: 16px;
	cursor:pointer;
}
input[type=submit]:hover, select:hover {
	background: #C4D4F3; /*#BCFF36;*/
	color: #00008B;/*#888888*/
	cursor:pointer;
}

select{
    background-color:#DDD; 
	border: 1px solid #AAA;
	color: #00008B; 
	padding: 3px;
	font-size: 16px;
	cursor:pointer;
	min-width:180px;
}

hr {
	border: 1px solid #888888;
}

.flat {
	border: 1px solid #888888;
}

.error_msg {
	font-weight: bold;
	color: #d01313;
}

.msg {
	font-weight: bold;
	color: green;
}

.cellarossa{
    background-color:red;
    color:white;
}
.cellaverde{
    background-color:green;
    color:white;
}
.dimens{
	font-weight: bold;
}
.txthelp{
	font-size: 14px;
	color: #00008B;
}

.cellatitolo{
    background: #efefef;
    width:250px;
	line-height:24px;
}

.tabellapagina{
	width:100%; 
	border: 1px solid #00008B;
	min-width: 800px;
	padding:2px;
	margin:2px;
}

.titolotabella{
    background: #efefef;
	font-size:20px;
	font-weight:bold;
	height:50px;
    width:100%;
	padding:5px;
}

.etichettariga{
	text-align:left;
	height:24px;
	width: 20%;
	min-width: 300px;
}

.cellabottone {
	width: 15%;
	min-width: 200px;
}

.cellainput {
	width: 200px;
}

.tabelladettaglio{
	width:100%;
}

.tabelladettaglio th{
	font-weight:normal;
	text-align:center;
	padding:2px;
}

.tabelladettaglio tr:hover{
	background-color:#b7d7ef;
}

.tabelladettaglio td{
	padding:2px;
}

#menu{
    background-color:#dddddd;/*#EEF3FF*/
	border: 1px solid #aaaaaa;
	color: #00008B;/*#777777*/
	padding: 3px 3px 3px 3px;
	font-size: 16px;
 	width:100%;
	height:50px; 
}
.tdmenu{
	cursor:pointer;
}
.tdmenu:hover{
	background: #C4D4F3; /*#BCFF36;*/
	color: #00008B;/*#888888*/
}

.standout {
	color: red;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

#login_header {
    background-image:url('../images/sfondorighe1.jpg');
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
}

#login {
	margin: 0 auto;
	width: 100%;
}

#login_table {
	border: 1px solid #9CAAC6; 
	background: #EEE;
	width: 400px;
	height: 250px;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 auto;
}

#login_table h4 {
	font-size: 13px;
}


.hlp_center {
	text-align: center;
}

.help_text {
	background: #efefef;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.testosx {
	text-align: left;

}


#footer {
	margin: 20px auto;
	border-top: 1px solid #bbbbbb;
	background: #efefef;
	color: #00008B;
	line-height: 30px;
	text-align:right;
	/*padding-left: 15px;*/
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
	color: #777777;
}

.sfondogrigio{
	background-color: #efefef;
}

.itxttesto{
    width:400px;
}
.itxtnumero{
    width:180px;
}

