body {
    margin: 0;
    background: #ffffff; 
    color: #000000;
    font-family : Verdana;
    font-size : 11px;	
}

#box {
	position: relative;
	width : 800px;
	height: 100%;
	margin: 0;
    padding: 0px;
     
}

#header {
  margin:0px;
  width: 800px;	
  height: 100px;
  background: url("images/header.jpg") transparent;
  font-size : 8pt;
}

#main
{
	width : 800px;
	margin: auto;
    color : #000000;
	background: transparent;
/*    padding: 2px;*/ 
    float:left; 
	border-style: none solid solid solid;
	border-color: #71362E;
	border-width: 1px;   
    background: url("images/menu.jpg") transparent repeat-y;         
    
}

#menu-sx 
{
	width : 235px;
    float:left;
	margin: 0;
    padding: 0px; 
	height: auto;    
    padding:10px;    
    color : #000000;
    font-family : Verdana;
    font-size : 11px;	
    text-align:left;
   
/*    border-right: 1px dotted #cccccc;*/
}

#content-dx
{
	width : 520px;
	height: auto;
    float:left;    	
	margin: auto;
    padding:10px;
    color : #000000;
	background: #ffffff;
    font-family : Verdana;
    font-size : 11px;	
    text-align:left;
/*    border-left: 1px dotted #cccccc;*/    
	
}

.title{
    color: #71362E;
    font-weight: bold;
}

.subtitle{
    color: #71362E;
}

#menubar{
  background: #71362E;
  width: 800px;
}

#menu {
  float:left;
  margin:0px;
  width: 200px;
  background: #71362E;
  font-family : Verdana;
  font-size : 8pt;
  line-height : 20px;  
  color : #FFFFFF;		
}

.menus {
  color : #FFFFFF;
  font-family : Verdana;
  font-size : 8pt;
  padding: 2px;
  text-decoration : none;
  font-weight:bold;    
}

.menus:link {
  color : #FFFFFF;
}

.menus:visited {
  color : #FFFFFF;
}

.menus:active {
  color : #FFFFFF;
}

.menus:hover {
  color : #DD8F85;
}

#pulisci{
    clear:both;
}

.table_box {
  border: 1px solid #000000;
   
}


INPUT, SELECT, BUTTON {
  color : #000000;
  font-size : 11px;
  line-height : 15px;
  font-family : Verdana;
  border: 1px solid #000000;
  background-color: #ffffff;
  
}

TR,TD, TH {
  color : #4A3C1C;
  font-size : 11px;
  line-height : 15px;
  font-family : Verdana;
 
}

A {
  color : #000000;
  text-decoration:none;  
  
}

A:link, A:visited, A:active {
  color : #000000;
  text-decoration:none;  
  
}
A:hover {
  color : #000000;
  text-decoration:underline;
}
