body {
margin: 5px 0px 0px 0px;
background-color: #b0b0b0;
}
.ssmItems {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
.barra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0FF;
	background-color: #414141;
	background-position: center;
}
#thessm a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
}
.img {border: solid 1px #b0b0b0;}
.title{
	text-align: right;
	font-weight: bold;
	color: #FFF;
}
/*la main va usata nella Home*/
#main {
	position: absolute;
	height: 490px;
	width: 680px;
	left: 21px;
	top: -10px;
	background-image: url("img/bg.gif");
	background-repeat: repeat-y;
	background-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0b0b0;
}
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
}
a {text-decoration: none; color: #333;}
a:hover {
	text-decoration: underline;
	color: #00F;
	font-size: 11px;
}
/*serve per distanziare il testo dai bordi della pagina e dei box*/
#content {
	padding:10px 10px 10px 10px;
	color: #FFF;
}
/*il box_sx va usato quando la colonna di sinistra deve essere unita fino a fondo pagina*/
#box_sx{
	position: absolute;
	left: 20px;
	top: 0px;
	height: 480px;
	width: 423px;
	background-image: url("img/bg_box_sx.gif");
	background-repeat: repeat-y;
	/*border-left: double 2px #b0b0b0;*/
background-color: #000000;
	overflow: auto;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #b0b0b0;
	scrollbar-darkshadow-color: #EBE8EC;
	scrollbar-track-color: #FDFFD5;
	scrollbar-arrow-color: #b0b0b0;
}
/*i box_sx e box_dx vanno usati quando si ha bisogno di suddividere la pagina in 2 colonne*/
#box_sx_top{
	position: absolute;
	left: 17px;
	top: 0px;
	height: 250px;
	width: 425px;
	background-color: #000000;
	text-align: center;
	background-image: url("img/bg_box_sx.gif");
	background-repeat: repeat-y;/*border-left: double 2px #b0b0b0;*/
}
#box_sx_down{
	position: absolute;
	left: 13px;
	top: 243px;
	height: 230px;
	width: 424px;
	background-image: url("img/bg_box_sx.gif");
	background-repeat: repeat-y;
	background-color: #000000;
	text-align: right;
	overflow: auto;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #b0b0b0;
	scrollbar-darkshadow-color: #EBE8EC;
	scrollbar-track-color: #FDFFD5;
	scrollbar-arrow-color: #b0b0b0;
}
#box_dx{
	position: absolute;
	left: 443px;
	top: 0px;
	height: 480px;
	width: 257px;
	background-image: url("img/bg_box_dx.gif");
	background-repeat: repeat-y;
	background-color: #000000;
	text-align: center;
	overflow:auto;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #b0b0b0;
	scrollbar-darkshadow-color: #EBE8EC;
	scrollbar-track-color: #FDFFD5;
	scrollbar-arrow-color: #b0b0b0;
	color: #F00;
	font-size: 9px;
}
/*dx è la fascia destra in cui andranno le immagini random*/
#dx{
	position: absolute;
	height: 480px;
	width: 200px;
	left: 702px;
	top: -1px;
	background-image: url(../img/dxok.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0b0b0;
	padding-left: 5px;
	padding-right: 5px;
}
.field {font-size:11px; color: #333; font-family:verdana,arial,helvetica,sans-serif; 
width:200px; border: solid 1px #b0b0b0;}
.txtarea {font-size:11px; color:#333; font-family:verdana,arial,helvetica,sans-serif; 
width:450px; border: solid 1px #b0b0b0;
scrollbar-face-color: #FFF;
scrollbar-shadow-color: #b0b0b0;
scrollbar-darkshadow-color: #EBE8EC;
scrollbar-track-color: #FDFFD5;
scrollbar-arrow-color: #b0b0b0;}
.button {background-color:#EBE8EC; color:#333; border:solid 1px #b0b0b0;
border-color: #cc #000 #000 #cc; font-size:11px; font-family:verdana,arial,helvetica,sans-serif;}
body.popup {background-image: url("img/bg_pop.gif"); background-repeat: no-repeat; margin: 0px; background-color: #fff;}
body.popup div.main {margin-top: 30px; margin-left: 30px; width: 480px; height: 380px; overflow: auto;}
body.popup .button {background-color:#EBE8EC; color:#333; border:solid 1px #b0b0b0;
border-color: #cc #000 #000 #cc; font-size:11px; 	
font-family:verdana,arial,helvetica,sans-serif;}
body.popup p {font-family: verdana,arial,helvetica,sans-serif; color: #000000; text-align: left; padding: 3px;}
body.popup a {text-decoration: none; color: #4A2152;}
body.popup a:hover {text-decoration: underline; color: #4A2152;}
