﻿.BigLogo
{
	background-image: url(Images/BigLogo.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
}

.logo
{
	background-image: url(Images/LOGO.JPG);
	background-repeat: no-repeat;
	width: 94px;
	height: 94px;
	position: absolute;
	left: 0px;
	top: 10px;
}

.logout {
	position: absolute;
	left: 490px;
	top: 30px;
	width: 200px;
	text-align : right;
}

.version {
	position: absolute;
	left: 490px;
	top: 50px;
	width: 200px;
	text-align : right;
}

.loginname {
	position: absolute;
	left: 490px;
	top: 10px;
	width: 200px;
	text-align : right;
}

.menu 
{
	background-image: url(Images/bar2.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 100px;
	top: 74px;
	width: 594px;
	height: 35px;	
	font-size: 10px;
	
	padding-left: 3px;
}

.maincontainer
{
	position: relative;
	width: 710px;
	margin: 0 auto 5px auto;
}

.header {
	position: relative;
	width: 690px;
	height: 115px;
	margin: 0 auto 5px auto;
}

.content
{
	/*position: relative;*/     /* fa andare il menù sullo sfondo */
	width: 700px;
	/*height: 420px ;*/
	/*height: 420px;*/
	margin: 0 auto 5px auto;
	
	border-right: gainsboro thin ridge;
	border-top: gainsboro thin ridge;
	border-left: gainsboro thin ridge;
	border-bottom: gainsboro thin ridge;
	/*display:table;*/
}

.footer
{
	/*position: relative;*/
	width: 690px;
	margin: 0 auto 5px auto;
	
	border-right: lightgrey thin ridge;
	border-top: lightgrey thin ridge;
	border-left: lightgrey thin ridge;
	border-bottom: lightgrey thin ridge;
	
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	background-color: #D3D3D3;
	text-align: center;
}

body  {
	background-color: White;	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: Black;	
}

A:active
{
	color: #20984e;
}

/* Alcuni stili di supporto */

/* Titolo centrato*/
h3
{
	text-align:center;
}

/* Testo centrato */
.centerp
{
 text-align:center;
}

/*La riga correntemente selezionata in una grid*/
.SelectedGridRowStyle
{
	background-color: Blue;
}

.AlternatingRowStyle
{
	background-color: #888888;
}

.ErrorClass
{
	color:Red;
}

/*Celle delle tabelle a due colonne*/
.col2a1
{
 width:500px;
}

.col2a2
{
 width:200px;
}
