BODY {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 1.5em;
	color: #2F3A23;
	background-color: #FFFFFF;
	background-image: url(_graphic/texture.gif);
	background-repeat: repeat;
	scrollbar-face-color: #F2EFEA;
	scrollbar-shadow-color: #F2EFEA; 
	scrollbar-highlight-color: #F2EFEA;
	scrollbar-3dlight-color: #FFffff; 
	scrollbar-track-color: #F2EFEA; 
	scrollbar-arrow-color: #4B4841;
}
TABLE, TD, TH, TR, P, DIV {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 1.5em;
}

HR{
	height:1px;
}
A
{
	color:#2B7DC9;
}
A:hover
{
	color:#C9502B;
}
input{
	font-family: Tahoma;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #BEAC90;
	background-image: url(_graphic/bk_input.gif);
	height: 19px;
}

textarea{
	font-family: Tahoma;
	font-size: 11px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-color: #FFFFFF;
	padding:2px;
	background-image: url(_graphic/bk_input.gif);
	border: 1px solid #BEAC90;
}

/*select, option{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
}*/

select{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
}

/* stili per la tabella contenitore */
.tabContainer{
	width:770px;
	background-color: #FFFFFF;

}
.sfumaturaSx{
	width:5px;
	background-image: url(_graphic/sfumaturaSx.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.sfumaturaDx{
	width:5px;
	background-image: url(_graphic/sfumaturaDx.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.fondoSfumato{
	background-image: url(_graphic/fondoSfumato.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
/* stili per i testo -- ( normal è applicato direttamente in BODY e TABLE, TD, TH, TR, P, DIV ) */
.normal{
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 1.5em;
	color: #2F3A23;
}

.small{
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 1.5em;
	color: #2F3A23;
}
.medium{
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #2F3A23;
}
.big{
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 1.5em;
	color: #2F3A23;
}

.BoldRed{
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	color: red;
}

.spaziatoreMenu{
	display: block;
	height: 13px;
}
.spaziatoreBanner{
	display: block;
	height: 63px;
	width:130px;
}

/* applicato a un div che contiene un ul*/
.menuContestuale{
	display: block;
	width: 140px;
	margin: 0px;
	padding: 0px;
	text-align: left;	
}

.menuContestuale ul {
	width:140px;
	list-style:none;
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFAD93;
}

.menuContestuale li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFAD93;
}

.menuContestuale li a {
	background-image: url(_graphic/frecciaMenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	padding:0 5px 0 15px;
	margin: 0px;
	display: block;
	font-weight: bold;
}

.menuContestuale li a:hover, .menuContestuale li a:active {
	background-image: url(_graphic/frecciaMenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	background-color: #C9502B;/*#174D90;*/
	color: #FFFFFF;
}


.menuContestuale .disabled{
	padding:0 5px 0 15px;
	display:block;
}


.menuContestualeFondo{
	background-image: url(_graphic/separatoreItem.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 2px;
	width: 215px;
	left: 0px;
	padding:0px;
}
.pad
{
	padding-bottom:10px;
}

.skinHeader
{
    background-image:url(_graphic/banner.gif);
    width:760px;
    height:134px;
}

.skinFooter
{
    background-image:url(_graphic/sfumaturaDw.gif);
    height:5px;
}

.verticalBg{
	/*background-image: url(http://www.spai.it/_graphic/separatoreItem.gif);*/
	background-image: url(http://localhost/spai.it//_graphic/separatoreItem.gif);
	/*background-image: url(_graphic/separatoreItem.gif);*/
	background-repeat:repeat-y;
	width:1px;
}