html, body{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	text-align:center;
}
div#global{
	width:500px;
	margin: 0 auto;
	text-align:center;
}
div#content{
	background-color: #999999;
	border-top: 10px solid red;
	background-image: url(../images/admin/border_bot.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 20px 20px 20px 20px

}
div#bottom{
	margin: 20px;
	padding: 0;
}
div#content p{
	color:#FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#menu{
	text-align:center;
}
div#paginazione a{
	color:#000000;
	font-weight:bolder;
	text-decoration:none;
}
div#paginazione ul{
	list-style-type:none;
	text-align:center;
	margin: 0 auto;
	padding: 0;
}
div#paginazione a:hover{
	color:red;
	text-decoration:underline;
}
div#content a{
	width: 140px;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bolder;
	display:block;
	text-align:justify;
	border-left-color:#666666;
	border-left-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	letter-spacing:2px;
	margin: 0 auto;

}
div#content a:hover{
	color:red;
	background-color: #EEEEEE;
}
h1{
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing:-2px;
}
div#tabella{
	width:400px;
	background-color:#CCCCCC;
	text-align:left;
	padding:10px 10px 10px 10px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin: 0 auto;
}
div#tabella p{
	color:#000000;
}
div#content ul{
	list-style-type:none;
	text-align:center;
	margin: 0 auto;
	padding: 0;
}
div#bottom a{
	color:#000000;
	font-weight:bolder;
	text-decoration:none;
}
div#bottom a:hover{
	color:red;
	text-decoration:underline;
}
table{
	background-color:#CCCCCC;
	text-align:left;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin: 0 auto;
}
.title{
	background-color: #fff;
	text-align:left;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin: 0 auto;
}
.corpo{
	background-color: #E0E0E0;
	text-align:left;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin: 0 auto;
}

