/*Copyright LP-Studio.it di Luca Poli*/
/* base */
body {
	margin: 0px 0px 0px 0px;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #D17877;
scrollbar-3dlight-color: #AC1F3B;
scrollbar-darkshadow-color: #AC1F3B;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #D17877;
scrollbar-shadow-color: #D17877;
scrollbar-track-color: #000000;
}

table {
	color: #333333;
	font: 11px/1.5em Tahoma;
}

a:link {color: #333333; font: 11px Tahoma; text-decoration: none;}
a:active {color: #333333; font: 11px Tahoma; text-decoration: none;}
a:visited {color: #333333; font: 11px Tahoma; text-decoration: none;}
a:hover {color: #cccccc; font: 11px Tahoma; text-decoration: none;}

/* form */
input {
	background-color: #000000;
	border-bottom: 1px solid #686868;
	border-left: 0px none;
	border-right: 1px solid #686868;
	border-top: 0px none;
	color: #ffffff;
	font: 11px Tahoma;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
}

.bottone {
	background-color: #CC7574;
	border-bottom: 1px solid #000000;
	border-left: 0px none;
	border-right: 1px solid #000000;
	border-top: 0px none;
	color: #000000;
	font: 11px Tahoma;
	font-weight: bold;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
}

select {
	background-color: #000000;
	border-bottom: 1px solid #686868;
	border-left: 0px;
	border-right: 1px solid #686868;
	border-top: 0px;
	color: #ffffff;
	font: 11px Tahoma;
	width: 100%;
}

input.data {
	background-color: #000000;
	border-bottom: 1px solid #686868;
	border-left: 0px none;
	border-right: 1px solid #686868;
	border-top: 0px none;
	color: #ffffff;
	font: 11px Tahoma;
	padding-left: 3px;
	padding-right: 3px;
	width: 80%;
	float: left;
}

button.data {
	background-color: #CC7574;
	border-bottom: 1px solid #000000;
	border-left: 0px none;
	border-right: 1px solid #000000;
	border-top: 0px none;
	color: #000000;
	font: 11px Tahoma;
	padding-left: 3px;
	padding-right: 3px;
	float: right;
	}
	
textarea {
	background-color: #000000;
	border-bottom: 1px solid #686868;
	border-left: 0px none;
	border-right: 1px solid #686868;
	border-top: 0px none;
	color: #ffffff;
	font: 11px Tahoma;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
}
/* background */
.bg {
	background-image: url(images/bg1.gif);
}

.bg_all {
	background-image: url(images/bg_all.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

.bg_bot {
	background-image: url(images/bg_bot.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.bg_cen {
	background-image: url(images/bg_cen.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.bg_top {
	background-image: url(images/bg_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.evid {
	color: #B3223F;
	font: 11px/1.5em Tahoma;
}
.evid2 {
	color: #EAB904;
	font: 11px/1.5em Tahoma;
}

/* immagini */
.img_home {
	margin-left: 10px;
	margin-top: 5px;
}

/* bordi prezzi */
.bordo_dx {
	border-right: 1px dotted #676767;
}
.bordo_bot {
	border-bottom: 1px dotted #676767;
}
.bordo_bot_right {
	border-right: 1px dotted #676767;
	border-bottom: 1px dotted #676767;
}

