body {
	background-color: #2c2c2c;
}
.sfondo {
	background-attachment: scroll;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.table {
	height: 100%;

}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.testoMenu {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #C4C4C4;
	text-decoration: none;


}
.titoli {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #4181A9;

}
.testoContenuti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;


}
a.testoMenu:link {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #C4C4C4;
	text-decoration: none;
}
a.testoMenu:visited {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #C4C4C4;
	text-decoration: none;
}
a.testoMenu:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

table#principale {
	height: 546px;

}
.bordo {
	border: 1px solid #000000;
}
input {
	font-family: Verdana;
	font-size: 10px;
}
#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 782px;
	height: 536px;
	margin: auto;
	border: 0px solid red;
}

.paginationstyle{ /*Style for demo pagination divs*/
	width: 335px;
	text-align: center;
	padding: 0px 0;
	margin: 0px 0;
	border:0px solid #ff0000;
}
.paginationstyle a{
	padding: 0 5px;
	text-decoration: none;
	color: #666666;
	background-color: white;
	font-family: Verdana;
	font-size: 10px;
	border:1px solid #666666;
}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{
	color: #000000;
	background-color: #cccccc;
}
