BODY
{
    font-size: 10px;
	 /* = 10px = 0.625em */
    BACKGROUND-IMAGE: url(../img/bg.gif);
    FONT-FAMILY: Verdana;
	 margin: 0px;
	 padding:0px;
}

A:active
{
	COLOR: Teal;
}
A:link
{
	COLOR: Black;
}
A:visited
{
	COLOR: Black;
}
A:hover
{
    COLOR: Teal;
}

input[type="text"], input[type="password"], textarea, select{
	border: 1px solid Silver; 	
	background-color: White;
	box-shadow: 1px 1px 5px #888888;
   FONT-FAMILY: Verdana;
	height: 20px;
	padding-left: 2px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
	border: 1px solid Silver;
	background-color: #E6E6FA;
	box-shadow: 1px 1px 5px #888888;
   FONT-FAMILY: Verdana;
	height: 20px;
	padding-left: 2px;
}

#loginDiv{
	border: 1px solid Black;
	border-radius: 10px 10px 10px 10px;
	width: 500px;
	height: 350px;
	display:table;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

#menuTD{
	width:160px;
	font-size: 1.3em;
	vertical-align: top;
}

#mainTable{
	width: 100%;
}

#pageTD{
	vertical-align: top;
}

#loginDiv{
	font-size: 1.3em;
}
#menuDiv{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width:180px;
	display: inline-block;
   margin: 0 auto;
}


#pageDiv{
	display: table;
	font-size: 1.3em;
	width: 95%;
   margin: 0 auto;
}

.formLogin INPUT
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: silver 1px solid;
    BORDER-LEFT: silver 1px solid;
    BORDER-BOTTOM: silver 1px solid;
	 FONT-FAMILY: Verdana
    
}
.formDati TABLE
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px
}
.formDati TH
{
	FONT-FAMILY: Verdana;
	font-size: 1.3em;
	background-color: #B0C4DE;
}
.formDati INPUT,OPTION,TEXTAREA
{
	BORDER: silver 1px solid;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #E8F3FF;
}

.formDati INPUT[type="button"],INPUT[type="submit"],INPUT[type="reset"]{
	BORDER: silver 1px solid;
	FONT-FAMILY: Verdana;
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	border: 2px outset buttonface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background-color: buttonface;
	box-sizing: border-box;
}

.loginBtn {
  display: inline-block;
  border-radius: 4px;
  background-color: #0371BB;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.loginBtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.loginBtn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.loginBtn:hover span {
  padding-right: 25px;
}

.loginBtn:hover span:after {
  opacity: 1;
  right: 0;
}

.btn {
	font-family: Verdana;
	margin-right: 3;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#FFFFFF, endColorstr=#BDC0C4);
}
.btnOver{
	font-family: Verdana;
	margin-right: 3;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#BDC0C4, endColorstr=#FFFFFF) ;
}
.btnDown{
	font-family: Verdana;
	margin-right: 3;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#BDC0C4, endColorstr=#FFFFFF) ;
}


.rigaTabellaPari {
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #E4EAFA;
	vertical-align: middle;
}

.rigaTabellaDispari {
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #FFFAFA;
	vertical-align: middle;
}

.rigaTabellaON {
	BACKGROUND-COLOR: #FEFF7D;
}


#divTitoloPagina{
	text-align: center;
	width:300px;
	margin-left:auto;
	margin-right: auto;
	font-size: 1.4em;
	font-weight: bold;
}


.tabElenco{
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.tabElenco TH {
	font-family: Verdana;
	height: 20px;
	background-image: url(../img/barraTitoli.jpg);
	vertical-align: middle;
	border-bottom: 1px solid black;
}

.tabElenco TD {
	vertical-align: middle;
	height: 25px;
	padding-left: 3px;
	padding-right: 3px;
}



.tabReport{
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	font-size: 0.9em;
}

.tabReport TH {
	font-family: Verdana;
	height: 20px;
	background-image: url(../img/barraTitoli.jpg);
	vertical-align: middle;
	border-bottom: 1px solid black;
}

.tabReport TD {
	vertical-align: middle;
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
}
.tabReport .titoliReport TD{
	vertical-align: middle;
	height: 14px;
	font-size: 0.9em;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid Silver;
}

.tabReport .TDsx {
	border-left: 1px solid Silver;
}

.targaAutomezzo{
	font-size: 1.2em;
	font-weight: bold;
	font-family: monospace;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid black;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
}


.targaAutomezzo A
{
	COLOR: Black;
	text-decoration: none;
}

.targaAutomezzo A:active
{
	COLOR: Teal;
	text-decoration: none;
}

.targaAutomezzo A:link
{
	COLOR: Black;
	text-decoration: none;
}

.targaAutomezzo A:visited
{
	COLOR: Black;
	text-decoration: none;
}

.targaAutomezzo A:hover
{
    COLOR: Teal;
	text-decoration: none;
}

.campoData{
	background: url(../img/icona-calendario.png) no-repeat scroll right center;
}
