@charset "utf-8";
/* CSS Document */


body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: Verdana, Tahoma,  Helvetica, Arial, sans-serif;
background-image:url(immaginimenu/sfondo.gif);
}

#container h2 {
font-family: Verdana, Tahoma,  Helvetica, Arial, sans-serif;
} 
#container h3 {
font-family: Verdana, Tahoma,  Helvetica, Arial, sans-serif;
} 

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 170px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #eee;
color: #000;
background-image:url(immaginimenu/sfondo.gif);
}


#framecontentTop{ 
left: 170px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 105px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #eee;
color: #000;
}

#maincontent{
position: fixed; 
left: 170px; /*Set left value to WidthOfLeftFrameDiv*/
top: 105px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
background-image:url(immaginimenu/sfondo.gif);
}

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

* html body{ /*IE6 hack*/
padding: 105px 0 0 180px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

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

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


/* override stili */
#framecontentLeft a {
	background:none;
	
}
#headerTitle {
background-image:url(immaginimenu/sfondo.gif);
}
#headerTitle h1 {
	margin: 0px;
	padding:0px;
}
#main {
	margin-left:5px;
	width: 75%;
}
#rightSidebar {width: 10%;}

table.announcements td.title {
    width: 95%;
}

table.announcements td.more {
    width: 5%;
}

 /* i parametri sotto servono a far scorrere l'intera pagina */

body {
 	/*background-image:none;*/

	background-color:#fff;
  
    overflow: auto;
}


#framecontentLeft {
position: absolute; 
top: 0; 
left: 0; 
width: 170px; /*Width of left frame div*/
height: auto;
overflow:visible;
}

#framecontentTop{
position: absolute;  
left: 170px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 105px; /*Height of top frame div*/
overflow:visible;
}

#maincontent{
position: absolute; 
left: 170px; /*Set left value to WidthOfLeftFrameDiv*/
top: 105px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow:visible;
}

a {text-decoration:none;}

a:HOVER {text-decoration:underline;}