body,td{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

.menu{
height: 28px; 
}

input,textarea{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}


#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 101px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 101px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;

}

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 101px; /*Set left value to WidthOfLeftFrameDiv*/
right: 101px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 195px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
}

#framecontentBottom{
top: auto;
height: 196px; /*Height of bottom frame div*/
bottom: 0;
}

#maincontent{
position: fixed; 
top: 195px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 196px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 101px; /*Set left value to WidthOfLeftFrameDiv*/
right: 101px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: #fff;
background-image: url(./img/sfondo_body10.jpg);
background-repeat: no-repeat;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 195px 101px 196px 101px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}

a {
	color : #000000;
	text-decoration: none;
}
a:hover {
	color : #006699;
}
.left {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left a {
	color : #0000FF;
}
.left a:hover {
	color : #FF0000;
}
