/*
DEFINIRE LE SEGUENTI CLASSI:
LeftColumn
CentralColumn
RightColumn
Header
Footer
ViewPane
Body
SearchPane
NewsPane
SpotPane
RelatedLinks
ActionBar
Sametime
*/
BODY {
	background-color: #FFE1B0;
	background-image: url('/wlapizza/wlapizza.nsf/0/F3CF7200E14979B9C1257138004782F8/$FILE/Solo sfondo.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
A {
	font-family: Trebuchet MS;	
	font-size: 14px;
	color: #400000;
	text-decoration: underline;
}
.main {
	position: relative;
	top: 0px;
	left: 0px;
}
.LeftColumn { 
	display: none;
}
.CentralColumn {
	width: 100%;
	padding-left:9px;
	padding-right:9px;
}
.RightColumn {
	display: none;
}
.Header {
	font-family: Trebuchet MS;	
	font-size: 15px;
	font-weight: bold;
}
.TopBar {
	display: none;
}
.Footer {
	padding-top:9px;
	font-family: Trebuchet MS;
	font-size:13px;
	color:#600000;
	background-color: transparent;
}
.ViewPane {
	display: none;
}
.ViewList {
	display: none;
}
.Body {
	border: 0px;
	margin-bottom:9px;
}
.Body FONT {
	font-family: Trebuchet MS;
	font-size: 16px;
}
.Body H1 {	
	font-size: 18px;
	color: #FFFFFF;
	background-color: #400000;
}
.Body TH {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #FFFFFF;
	background-color: transparent;
}
.Body TD {	
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #600000;
	background-color: transparent;
	padding:9px;
}
.Body INPUT,TEXTAREA,SELECT {
	font-family: Trebuchet MS;	
	font-size: 16px;
	color: #600000;
	border: 1px solid black;
}
.NewsPane {
	display: none;
}
.SpotPane {
	display: none;
}
.Banner {
	display: none;
}
.SearchPane {
	display: none;
}
.RelatedLinks {
	display: none;
}
.SametimePane {
	display: none;
}
.ActionBar {
	
}
.ActionBar TABLE {
	width: 100%;
	border:0px;
	margin:0px;
}
.ActionBar TD {
	background-color:#CCCCCC;
	padding-left:9px;
	padding-right:9px;
	width:auto;
}
.ActionBar IMG {
	border: 0px;
}

