@charset "utf-8";
/* CSS Document */
body                {margin:0px;padding:0px;background-color:#d2d2d2;background-image:url(images/sfondo.gif);
					 background-repeat:repeat-y;font-family:Verdana, Geneva, sans-serif;font-size:10px;
					 scrollbar-base-color: #DEDEDE; scrollbar-arrow-color: #545454;scrollbar-darkshadow-color: #5B5B5B;
					}
a, visited, active  {color:#000;}
	
.header 			{width:967px;margin:0px;position:relative;}
	
.top                {width:967px;height:200px;}

.logo 				{ position:absolute; top:0px; left:700px;}
.menu               {width:947px;height:18px;border-bottom:1px solid black;font-family:Verdana, Geneva, sans-serif;
					font-size:10px;font-weight:bold;padding-left:10px;padding-right:10px;
					}
.middle             {width:967px;position:relative;}
.left               {position:absolute;top:0; left:0;width:150px;height:500px;margin-top:0px;padding-top:10px;padding-left:10px;}
.center 			{position:absolute;margin:0 270px 0 161px;background-color:#bebebe;border-left:1px solid black;
					 border-right:1px solid black;width:520px;height:400px;padding:5px;overflow:auto;
					 }
.right 				{position:absolute;top:0;right:0px;width:250px;height:500px;padding:10px;}
	
.footer             {position:absolute;top:632px;left:0px;width:967px;height:100px;border-top:1px solid black;
					 border-bottom:1px solid black;text-align:center;
	                }

.titolo 			{font-weight:bold;color:#464646;}
.titRosso			{font-weight:bold;color:#eb1e32;}
.white				{background-color:#FFF;border:1px solid black;}
.tableBorder        {border:1px solid black;}
.tdBorder           {border-top:1px solid black;}
