﻿body 
{
    background-color: silver; font-family: Verdana; font-size: small;
}
.labelTitolo 
{
     font-family: Verdana; 
     font-size: 30px; 
     font-style:italic;
     text-align:center;
     width:95%;
}
.labelSTitolo 
{
     font-family: Verdana; 
     font-size: 14px; 
     font-style:italic;
     text-align:center;
     width:95%;
}


.left
{
    border: solid 1px #222;
    width: 20%;
    background-color: White;
    float: left;
    padding: 5px;
}

.main
{
    position: absolute;
    left: 10%;
    padding: 5px;
    width:73%;/* auto;*/
    background-color:White;
    border: solid 1px #222;
}
.dateRicerca
{
	width:90px;
	}
.contenitData
{	
	vertical-align:top;
	
}

.btnNormal
{
	color:Yellow;
	background-color:Black;
	font-weight:bold;
	height:22px;
}
.TABLEs
{
	text-align:left;
	font-size:12px;
	background-color:White;
}
.gridTitolo
{
	/*font-size:14px;
	height:18px;
	font-family:  Helvetica,Arial, sans-serif;
	color:black;
	background-color:silver;
	font-weight:bold;
	text-align:center;*/
		font-size: 11px;
		color: #A7FF87;
		font-weight: bold;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #207800;
		height: 20px;
}

.gridTitolo a:visited,.gridTitolo a:link
{
	color: #A7FF87;
	text-decoration:	underline;
}

.gridTitolo a:hover,.gridTitolo a:active
{
	color: #97EE07;
	text-decoration:	underline;
}
.gridEditItem
{
	font-size:11px;
	height:18px;/*occhio alle immagini*/
	color:Black;
	background-color:#EEFFEE;
	text-align:left;
	
}
.gridSelect
{
	font-size:12px;
	height:18px;/*occhio alle immagini*/
	color:Black;
	background-color:Yellow;
	text-align:left;
}
table
{
	border-width:0;
	border-style:none;
}
.MsgHelp
{
	background-color:Yellow;
	text-align:center;
	}
.hidden {
    display: none;
}