body, table {
	font-family:Arial; 
	font-size:12px;
	width:100%;
	margin:0;
	padding:0;
}

body /* Internet Explorer */ 
{ 
text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

a {
	text-decoration:none;
}

a:hover {
	color:#781351;
}

h2 {
	font-size:18px;
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

p {
	line-height:0.5em;
}

#loginbox {
	text-align:center;
	margin:auto;
}

#loginform {
text-align:left;
width:300px;
border:1px solid #000000;
padding:20px;
margin:auto;
background:#ee0000;
color:#FFFFFF;
}

.buttonclass {
	text-decoration:none;
	color:#ffffff;
}

.buttonclass:hover {
	color:#000000
}

#loggedin {
	color: #ffffff;
	background: #ee0000;
	border: 1px solid #781351;
	padding:5;
}

#loggedin h2 {
	margin:0;
}

#calendario
{
color: #ffffff;
background: #ee0000;
border: 1px solid #996600
}

.month {
	text-align:center;
	list-style-type:none;
	margin:0px;
	padding:20px;
}
.month a{
	color:#ffffff;
}

.month a:hover{
	color:#000000;
}
.title {
	font-weight:bold;
	font-size:14px;
	padding:10px;
	background-color: #990000;
	color:#ffffff;
}

.primiposti {
	background: #D8F0F8;
	display:inline;
	float:left;
	padding:10px;
	margin:0px;
	text-align:center;
	color: #000000;
	width:81px !important;
	width:101px;
	
}

.cartprimiposti {
padding:2px; 
margin:1px;
color: #000000;
background: #D8F0F8; 
border: 1px solid #781351;
text-align:center;
font-weight:bold;
}

.secondiposti {
	background: #B3FF99;
	display:inline;
	float:left;
	padding:10px;
	margin:0px;
	text-align:center;
	color: #000000;
	width:81px !important;
	width:101px;
}

.cartsecondiposti {
padding:2px; 
margin:1px;
color: #000000;
background: #B3FF99; 
border: 1px solid #781351;
text-align:center;
font-weight:bold;
}

.gold {
	background:#FFD062;
	display:inline;
	float:left;
	padding:10px;
	margin:0px;
	text-align:center;
	color: #000000;
	width:81px !important;
	width:101px;
}

.cartgold {
padding:2px; 
margin:1px;
color: #000000;
background: #FFD062; 
border: 1px solid #781351;
text-align:center;
font-weight:bold;
}

.primiposti a,.secondiposti a,.gold a {
	color: #000000;
}

.primiposti a:hover,.secondiposti a:hover,.gold a:hover {
	color: #ee0000;
}

#selezione
{
	color: #996600;
	margin-top:40px;
	padding-top:40px;
	width:100%;
	height:500px;
	clear:both;
}

#settore,#posti
{
margin-top:0;
}

.occupato {
	background-color:#ff0000;
	padding:4;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
}

.riservato {
	background-color:#0000ff;
	padding:4;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
}

.pagato {
	background-color:#00ff00;
	padding:4;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
}

#divPosti {
	text-align:center;
}

#divPosti h2 {
	color: #000000;
}

#divPosti a {
	color: #CC9933;
}

#divPosti a:hover {
	color: #996600;
}

.cartTitle {
padding:2px; 
margin:1px;
color: #ffffff;
background: #ee0000; 
border: 1px solid #781351;
text-align:center;
font-weight:bold;
}

.cartElement {
padding:2px; 
margin:1px;
color: #ffffff;
background: #CC9933; 
border: 1px solid #781351;
text-align:center;
font-weight:bold;
}


#divTotale {
	font-size:16px;
	font-weight:bold;
}

.importo {
	color: #ff0000;
}

#paymentMethod a {
	color: #ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#ee0000;
	padding:2;
}

#paymentMethod a:hover {
	color: #CC9933;
	font-size:16px;
	font-weight:bold;
	background-color:#ee0000;
	padding:2;
}

.posto {
display:inline;float:left;width:30px;
}
.posto a span { display:none; }
.posto a:hover span { display:block; } 
.posto a:hover span {
    background: #ffff99;
    border: 1px solid #ccc;
    display:block;
    position: absolute;
    top: 1.5em;
    z-index: 1;
} 
.posto a:hover { position: relative; }
