/*stili per il layout fluido*/
html,body { 
  margin: 0px;
  padding:0px;
}

TABLE {
  width: 90%;
}

#Title_H1 {
  font-size: medium;
  font-family: ARIAL;
}

#Title_H2 {
  font-size: 36pt;
  font-family: VERDANA;
  font-weight: bold;
}

TH {
	color: #efefef;
	text-align: center;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #333333;
}

TD {
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	background-color: Gray;
}

TEXTAREA {
	font-family: "Courier New", Courier, monospace;
   font-size: 9pt;	
}

LI {
	color: Red;
	font-size: medium;
	font-family: "Courier New", Courier, monospace;
}

#login_title {
	font-size: 24pt;
	color: black;
	font-family: 'Verdana';
	font-weight: bold;
	background-color: #5F9EA0;
	text-align: center;
}

login.table {
 font-size:12pt; 
 color:black; 
 font-family:'Verdana'; 
 font-weight:bold;
 background-color: #5F9EA0;
}

TD#Text {
	text-align:center
}

#TableLogo {
	background-color: Gray;
	text-align: center;
	background-color: Gray;
	font-family: "Arial";
   font-weight: bold;
	font-size: smaller;	
}

#ImgCounter {
  width: 10px;
  line-height: 20px;
}

#ImgLogo {
  width: 100px;
  line-height: 77px;
}

div#container {
 /*  background-image: url(../icone/texture.gif); */
}

/*stili generici, su header e footer*/
div#header {
  text-align: center;
  background-color: #69c;
  color: #ff0;
}

div#footer a {
  color:#fff;
  font-weight: bold;
  text-decoration: underline
}

/*stili specifici per il layout*/

div#navigation {
	float: left;
	width: 160px;
	\width: 160px;
	w\idth: 160px;
	padding: 1em 0 0 10px;
	background-color: Silver;
}

div#extra {
  float: right;
  width: 160px;
  \width:160px;
  w\idth:160px;
  padding: 1em 5px
}

div#content{
  margin: 0 170px;
  padding: 1em 10px
}

div#footer { 
  clear:both;
  text-align:center;
  padding: 5px 0;
  background-color: #69c;
  color: #000
}

/*stili per la navigazione*/
div#navigation ul{
  margin: 0;
  padding: 0; 
  list-style-type: none
}

div#navigation li {
  margin: 0;
  padding: 0
}

div#navigation font {
	color: Red;
	font: normal 1.2em/1.4em arial,sans-serif;
	text-decoration: none;
}

div#navigation a {
  color:#369;
  font: normal 1.2em/1.4em arial,sans-serif;
  text-decoration: none
}

div#navigation a:hover {
  color: #033;
  text-decoration: underline
}

div#navigation a#activelink { 
  color: #033;
  text-decoration: none
}

div#navigation p {
  font-size: 90%
}

/*stili per la sezione extra*/
div#extra div.newsbox {
  font-size: 90%;
  margin-bottom: 2em
}
div#extra div.newsbox h2 {
  color: #999;
  font-size: 1.2em
}
div#extra div.newsbox p{ 
  margin: 0;
}

div#extra div.newsbox li{
  list-style: square;
  font-family: Courier;
  font-size: small;	
  text-align: justify;
  color: Black;
}

