/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/
* { padding:0; margin:0; }

html {
}

body { 
	background:#f5f5f5;
	text-align:center;
}

div#container {
	background:#fff;
	margin: 0 auto;
	width:1000px;
	text-align:left;
}

div#header {
	width:1000px;	
	height:170px;	
}

#faux {
	margin-bottom: 0px;
	width: 100%;
}

div#content {
 	position: relative;
	top:25px;
	height: auto !important;  /* per i browser moderni */
   height:1277px;  /* per IE5.x e IE6 */
   min-height:1277px;  /* per i browser moderni */
}


div#footer {
	background:#fff;
	margin: 0 auto;
 	clear: both;
	width:1000px;	
	height:50px;
	position:relative;
	top:25px;
}

.clear { clear: both; }


.errmsg{font:11px Thaoma,Arial,sans;}

div#langsel{display:none;}


div#rightarea {
 	background: url(/custom_cms/images/sf-right.gif);
	position:absolute;
	top:0px;
	right:13px;
	width:239px;	
	height:930px;
}
div#rightbox1{
	margin-top:-17px
}


div#classifica{
	position:absolute;
	top:743px;
	right:-1px;
}
div#classifica table{
		font:11px Arial,Thaoma,sans; 
	color:#424242;
}

div#classifica_pag table{
		font:11px Arial,Thaoma,sans; 
	color:#424242;
	margin-right:16px;
}

div#classifica_pag td{
		border-bottom:1px solid gray;
		border-right:1px solid gray;
}


#tabCalendario {padding-top:5px;clear:both}
