/* CSS layout*/
#pagina{

	margin: 0;
	padding: 0;
}
/*
* pagina principale
*/
#pagina {

	margin: 0 auto;
	padding: 0;
	position: relative;
}
.lang {
	display: block;
		margin: 2px 60px;
		padding: 0px;
}

#chiusura {
	height: 30px;
}
/* pagina principale aree interne */
#main {
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align:justify;
}


#menusx {
	width: 215px;
padding: 0px;
	float:left;
	}
html>body #menusx {
width: 215px;
}
#centro {
width: 595px;
	padding: 0px;
	float:left;
}
html>body #centro {
}

.break {
	clear: both;
}

/*
* Calendarietto
*/
div.cal
{
/*	border: 1px solid #f00;*/
  float:left;
  margin:40px 0px 0px 0px;
  padding:0;
height: 99px;
width:92px;
background-image: url('/img/skin/calendar_back.png');
background-repeat: no-repeat;
}
html>body div.tour h1 {
height: 59px;
}
	
div.cal p.data
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
margin: 10px 15px 0px 0px;
text-align: center;
}
div.cal p.mese
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
margin: 0px 15px 0px 0px;
text-align: center;

}


div.tour h1 {

background-image: url('/img/skin/post_bar.png');
background-repeat: no-repeat;
/*border: 1px solid #f00;*/
height: 20px;
color: #BD0B1C;
font-size: 14px;
text-align: left;
margin: 0px;
padding: 5px 0px;
}
html>body div.tour h1 {
height: 20px;
}

div.tour_bottom{
background-image: url('/img/skin/post_bar_bottom.png');
background-repeat: no-repeat;
height: 20px;
margin: 0px;
padding: 5px 0px;
}
html>body div.tour_bottom {
height: 25px;
}

div.tour div.tour_bottom{
text-align: right;
clear:both;
background-color:#f5f5f5;
}

div.tour_bottom a {
text-decoration:none;
padding-right: 30px;
}

/* tables */

#centro table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
#centro th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
#centro table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
#centro table tr.altRow td {
background: #f4f4f4;
}
#centro table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

