* {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Verdana;
	/*font-size:11px;
	color:#fff;*/
}

body {
	background:url(../img/bg.jpg) top left;
	font-size:11px;
}

td {
	text-align:left;
}
h1 {
	font-size:1.5em;
	margin:0 0 7px 0;
	color:#358FB4;
	font-weight:lighter;
	background:url(../img/bg_tit.jpg) top left no-repeat;
	padding:0 0 2px 10px;
}
p.testo {
	font-family:Tahoma, Arial, Verdana;
	font-size:13px;
	color:#555555;
}
input, textarea, select {
	color:#555;
	font-size:11px;
	border:0;
	padding:2px;
	background:#fff url(../img/bg_input.jpg) top left repeat-x;
}

input.admin, textarea.admin, select.admin {
	color:#555;
	font-size:11px;
	border:#ccc solid 1px;
	padding:2px;
	background:#fafafa;
	width:300px;
}

img {
	border:none;
}

img.cursore {
	cursor:pointer;
}


a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#999;
	font-weight:bold;
	text-decoration:underline;
}

a.normal {
	color:#555;
	font-weight:normal;
	text-decoration:none;
}

a.normal:hover {
	color:#999;
	font-weight:normal;
	text-decoration:underline;
}

a.bianchi {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a.bianchi:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

a.bt-1, input.bottoni, div.footer div.cont a {
	background:#5d5d5d;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	color:#fff;
}

a.bt-1:hover, input.bottoni:hover, div.footer div.cont a:hover {
	background:#979797;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	color:#fff;
	cursor:pointer;
}

a.bt-2 {
	background:#287799;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	color:#fff;
}

a.bt-2:hover, span.bt-2 {
	background:#59a4c3;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	color:#fff;
}

a.blu {
	color:#358FB4;
	font-weight:normal;
	text-decoration:none;
}

a.blu:hover {
	color:#66BADB;
	font-weight:normal;
	text-decoration:none;
}

ul.liste li{
	list-style:disc;
	margin:0 0 0 20px;
}

ol.listeNum li{
	list-style:decimal;
	margin:0 0 0 20px;
}

ol.listeLet li{
	list-style:upper-roman;
	margin:0 0 0 30px;
}


td p.titoli {
	font-size:1.5em;
	margin:0 0 7px 0;
	color:#358FB4;
	background:url(../img/bg_tit.jpg) top left no-repeat;
	padding:0 0 2px 10px;
}

td.tdFoto {
	text-align:center;
}

td.tdFotoUp {
	text-align:center;
}

td.tdFoto img {
	border:#fff solid 1px;
	padding:5px;
}

td.tdFoto img.new, td.tdFotoUp img.new {
	background:none;
	border:none;
	padding:0;
}

td.tdFotoUp img {
	background:#f8f8f8;
	border:#dedede solid 1px;
	cursor:pointer;
	padding:5px;
}

td.gms {
	width:46px;
	background:url(../img/scritte/foot_gms.jpg) bottom right no-repeat;
}

td.gms:hover {
	width:46px;
	background:url(../img/scritte/foot_gms_on.jpg) bottom right no-repeat;
	cursor:pointer;
}

td.buddy {
	border:#fff solid 1px;
}

td.buddy:hover {
	border:#dedede solid 1px;
	background:#f5f5f5;
	cursor:pointer;
}