body {
	font:11px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	background:#222222 url(img/bk.jpg) repeat top left;
	color:#FFFFFF;  /*  COLORE PRINCIPALE DEL TESTO */
}

a:link {
	color:#ffffff;   /*  COLORE DEI LINKS */
	text-decoration:none;
}

a:visited {
	color:#FFFFFF; /*  COLORE DEI LINKS  CLICCATI */
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

table {
	font:11px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

input, select, textarea {  /*  IMPUT E PULSANTI DEI BOX */
	font:normal 11px Trebuchet MS, Arial, Helvetica, Sans-serif;
	color:#BBBBBB;
	border:0px solid;
	background:#3F3F3F;

}

#maincontainer {      /*CONTENITORE PRINCIPALE*/
	margin:0 0 0 0px;
	background:#101010;
	width: 886px !important; 
	width /**/:886px; /* IE5/Win */
	border-bottom:8px solid #101010;
	margin:0px auto;
}

#page {
	text-align:left;
	background-color:#101010;
	margin:auto;
	padding:0;
}

#header {  /*TESTATA*/
	background:#000000 url(img/testata.jpg) repeat-x left;
	height: 111px !important;
}

#sitename {  /*NON LO STO UTILIZZANDO*/
	font-family:Bookman Old Style, Book Antiqua;
	font-size:44px;
	color:#C0A771;
	padding-left:18px;
	padding-top:10px;
	padding-bottom:16px;
}




#mainmenu {    /*MENU PRINCIPALE ORIZZONTALE*/
	clear:left;
	height:51px;
	background: url(img/bk_menu.jpg) repeat-x left;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#mainmenu div.menulink, #mainmenu div.menulinkselected{   /*TESTO DEL MENU ORIZZONTALE*/
	font-size:14px;
	float:left;
	padding:5px 40px 2px 20px;
}

#mainmenu div a{
	text-decoration:none;
	color:#FFFFFF;
	text-decoration:none;
}

#mainmenu a:hover{
	text-decoration:none;
}

#contentcontainer{
	background-color:#101010;
	margin-top:1px;
	margin-bottom:1px;
	overflow:hidden;
	overflow /**/:none;
}

#content{   /* CONTENUTI */
	background-color:#101010;
	color:#ffffff;  /* COLORE TESTO NEL CONTENT */
	line-height: 20px;  /* ALTEZZA INTERLINEA */
	float:left;
	width: 547px!important; 
	width /**/:547px; /* IE5/Win */
	padding: 0px 0px 0px 20px;
}

#pagetitle{  /* TITOLI DELLA PAGINA*/
	color:#ffffff;
	font-size:17px;

}

#lateralcolumn{    /*COLONNA CONTENITRICE DEI BOXES*/
	width: 200px!important; 
	width:200px; /* IE5/Win */
	float:right;
	margin-right: 10px;
}

.lateralbox{  /*CARATTERISTICHE DEI BOX*/
	font-size:12px;
	text-decoration:none;
	width: 200px !important; 
	width /**/:200px; /* IE5/Win */
	background-color:#2A2A2A;
	margin-left:0px;
	margin-bottom:2px;  /*SPAZIO  TRA UN BOX E L'ALTRO*/
}



.boxheader{    /*CARATTERISTICHE DEI TITOLI DEI BOX*/
	font-size:14px;
	margin-bottom:6px;
	color:#357432;  
	background-color:#383838;
	padding:6px 0px 6px 12px;
}


.boxbody{   /* CARATTERISTICHE TESTI DEI BOX */
	padding:10px;
	padding-bottom:5px;
	padding-top:1px;
	text-align:left;
	text-decoration:none;
}


.boxbody a {
	text-decoration:none;
}
.boxbody a:hover {
	text-decoration:none;
}


#footer {  /* FOOTER */
	font-size:10px;
	clear:both;
	height:10px !important; 
	height /**/:10px; /* IE5/Win */
	width:848px !important; 
	background-color:#2A2A2A;
	color:#FFFFFF;
	margin-left:18px;
	padding:8px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D2DBE2;
	text-decoration:none;
}

#copyright{
	float:left;
}
#powered{
	float:right;
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;

}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
	
}


/* USERS MODULE - START */
#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	float:left;
	width:70px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#mod_users_lateralbox #btnlogin{
	clear:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width:100px;
}

#mod_users_lateralbox form.loginbox{
	float:left;
}

#mod_users_floatingbox{
	width:220px;
	float:right;
	margin-top:2px;
	margin-right:4px; /*DISTANZA DAL BORDO DESTRO*/
	text-align:left;
}
#mod_users_floatingbox .boxheader{
	display:none;
}
#mod_users_floatingbox #divremember{
	display:none;
}
#mod_users_floatingbox #labusername, #mod_users_floatingbox #labpassword{
	clear:left;
	float:left;
	width:60px;
	margin-bottom:4px;
	text-align:right;

}

#mod_users_floatingbox #inputusername, #mod_users_floatingbox #inputpassword{
	float:right;
	margin-bottom:4px;
}

#mod_users_floatingbox #btnlogin{
	float:right;
	margin-top:25px;
	margin-left:42px;
	clear:left;
	text-align:center;
}
/* users module - END */


/* SELETTORE LINGUA */


#language_selector{
	
	text-decoration:none;
	margin-right:18px;
	text-align:right;
}
#language_selector a {
	text-decoration:none;
}

#language_selector a:hover {
	text-decoration:none;
}
