/* 
CSS document for the following pages:
index.htm index.jsp scadsess.htm
*/

BODY {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 12px;
 	font-style  : normal;
 	color       : #000000;
}

TD {
  font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 12px;
 	font-style     : normal;
 	color          : #000000;
	text-align     : center;
} 

P {
  font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size   : 12px;
 	font-style  : normal;
 	color       : #000000;
} 

H2 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size   : 16px;
 	font-style  : normal;
 	font-weight : bold;
 	color       : #000000;
 	text-align  : center;
}  

/* HEADER, in alto, logo e scritta "Area Gestione" */

#header {
	text-align : center;
} 

#header TABLE {
  border : 1px solid #0064A5;
} 

#header TD {
	vertical-align : text-bottom;
}

#header A {
	color : white;
	text-decoration : none;
}

#header A:hover {
	text-decoration : underline;
}

#header H1 {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 28px;
 	font-style     : normal;
	font-weight    : bold;
	color          : #0064A5;
	text-align     : right;
	vertical-align : text-bottom;
	margin-bottom  : 0;
}


/* MAIN, testo al centro della pagina */

#main {
	text-align : center;
} 

/* LOGINTABLE, con il modulo di login */

#logintable {
	border : none;
}

#logintable TABLE {
	margin-left  : auto;
	margin-right : auto;
}

#logintable INPUT {
	border : 1px solid #0064A5;
}

#logintable TD.label {
  text-align  : right;
	padding     : 3px;
	white-space : nowrap;
} 

#logintable TD.input {
  text-align : left;
	padding    : 3px;
} 
