/* CSS Document */
* {margin:0;padding:0}
html {background-color: white;}
body {	witdh: 100%; color:#f0f0f0; 
		font-family: Arial, "Times New Roman", Times, sans-serif;
		}


#sub-section div {text-align:center}



#header,#menu,#content,#sub-section,#footer {padding: 0.5em 0; font-size:.9em; margin: 0;}





/*******************************************************************/
body {min-width:640px}
/* MSIE display:inline-block is to make sure MSIE doesn't paint the backround above the containers, the overflow declaration is to make sure the containers do not drop below siblings if content pushes the width (in modern browsers it doesn't drop, but it spawns an orizontal scrollbar)  */
#header,#menu,#content,#sub-section,#footer {overflow:hidden;display:inline-block}
#header,#footer {width:100%} /* safari and opera need this */
#menu,#content,#sub-section {float:left}
#menu {width:25%}
#content {width:50%}
#sub-section {width:20%}
#footer {clear:left}
#header { text-align: center;  }

#footer { text-align: center;  }
/***** inizio parte personalizzata ****/

a img.turismo { border: none; margin-left: auto; margin-right: auto; display: block; }


.mnewsTabella
{
Border: 1px solid #C0C0C0;
Width: 100%;
border-collapse: collapse;
}
.mnewsTabella td
{
Border: 1px solid #C0C0C0;
padding: 3px;
}

.mnewsRiga
{
Background-color: #FFFFFF;
}
.mnewsRigaAlternato
{
Background-color: #FFFFCC;
}
.mnewsRigaMenu
{
Text-align: right;
}
.mnewsLayer
{
Text-align: justify;
}
.mnewsTitolo
{
Font-Family: Verdana;
Font-Size: 11px;
Color: #004B97;
Font-Weight: bold;
}
.mnewsAnteprima
{
Font-Family: Verdana;
Font-Size: 11px;
Color: #0000A0;
}
.mnewsNormale
{
Font-Family: Verdana;
Font-Size: 11px;
Color: #000000;
}
.mnewsInterlinea
{
Font-Family: Verdana;
Font-Size: 6px;
}
