html,body{margin: 0; padding: 0; height: 100%}
body
{
	font-size: 12px;
    font-family: arial, sans-serif; 
	color: #a9a9a9;
    background-color: #333333;
    SCROLLBAR-FACE-COLOR: #a9a9a9;
	SCROLLBAR-HIGHLIGHT-COLOR: #2A2623;
	SCROLLBAR-SHADOW-COLOR: #2A2623;
	SCROLLBAR-3DLIGHT-COLOR: #2A2623; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #333333; 
	SCROLLBAR-DARKSHADOW-COLOR: #2A2623;
}

div#container {position: relative; height:100%; margin: 0; padding: 0;}

div#header{
	height: 12%;
	position: relative;
    background-color: #333333
}

div#menuQuadri{
	position:absolute;
	bottom:-250;
}

.tabellaQuadri
{
    background-color: #000000;
}

div#cnt
{
	height:74%;
	width: 100%;
	margin: 0px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #000000
}

div#staticbuttons
{
	position:absolute;
	width: 200px;
}



div#footer1{padding:0.5em; background-color:#2A2623; color:#000; text-align:center; position:absolute;bottom: 0;width: 100%}
div#footer{padding:0.5em; text-align:center; width: 100%;background-color:#333333}

.vLink
{
	cursor: hand;
}

IMG
{
	border:0;
}

.titoloSerie {
	font-size: 12px;
	font-weight: bold;

}

.noteSerie {
	font-size: 12px;
}

.Asterisco {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFF00;
}

div#TestoSerie
{
	font-size: 12px;
	border: 3px ridge #CCCCCC;
	background-color: #333333;
	text-align: justify;
	padding: 7px;
	height: 230px;
	overflow: auto;
}



div#TestoLibri
{
	font-size: 12px;
	border: 0px solid #CCCCCC;
	text-align: justify;
	padding: 7px;
	height: 250px;
	overflow: auto;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.descrittivoMarrone
{
	font-size: 12px;
	color: #a9a9a9;
	text-align: justify
}
