.pgtdimg {
	width: 33%;
	text-align: center;
	border: 1px dashed #777777;
	margin: 2px;
	padding: 5px;
}
.articolo_titolo {
	font-size: 24px;
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
.articolo_autore {
	font-size: 11px;
	color: #550000;
}
.articolo_data {
	font-size: 11px;
	color: #510000;
}
.articolo_testo {
	font-size: 12px;
	color: #3A3A3A;
	text-align: justify;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
	border-top: 1px dashed #808080;
}
.prossimieventi_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	border-spacing: 0px;
	margin-top: 5px;
	background-color: #FFF4CA;
}
.prossimieventi_table th {
	background-color: #FFE784;
	padding: 2px;
}
.calendario_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	border-spacing: 0px;
	margin: 5px;
	background-color: #FFF4CA;
}
.calendario_table a {
	text-decoration: none;
	color: #000000;
}
.calendario_table a:hover {
	text-decoration: underline;
	color: #000000;
}
.calendario_table_int {
	width: 100%;
	background-color: #FFE784;
	border-spacing: 0px;
	margin: 0px;
}
.calendario_table_giorni {
	border-spacing: 2px;
	margin: 0px;
}
.calendario_table_giorni td {
	width: 18px;
	height: 18px;
	text-align: center;
}
.calendario_giorno_vuoto {
	background-color: #FFF4CA;
	border: 1px solid #FFE784;
}
.calendario_giorno {
	background-color: #EEEEEE;
	border: 1px solid #666666;
}
.calendario_giorno_corrente {
	background-color: #FED6D7;
	border: 1px solid #CC0000;
}
.calendario_giorno_evento {
	background-color: #FFE784;
	border: 1px solid #FF6600;
}
.calendario_intestazione_mese {
	text-align: center;
	font-weight: bold;
	padding: 2px;
}
.calendario_intestazione_giorni {
	text-align: center;
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
}
#wrap {
	background-color: #FFFFFF;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-y;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	background-image: url(img/titolo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 100%;
}
#wrap_center {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#menuLeft {
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 150px;
}
#insideMenu {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#insideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#insideMenu li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#insideMenu  li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#insideMenu  li a:hover {
	background:#FF9900;
	color:#000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#insideMenu  li li {
	font-size: 90%;
}
#insideMenu  li li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left: 20px;
}
#insideMenu  li li a:hover {
	background:#FF9900;
	color:#000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left: 20px;
}
.default_table {
	
}
.default_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	padding-right: 10px;
}
.default_table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #DDDDDD;
	text-align: left;
	padding: 2px;
	padding-right: 10px;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
#insideMenu table {
	margin: 2px;
	margin-bottom: 5px;
	border: 1px dashed #BBBBBB;
}
#insideMenu th {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #333333;
}
h1 {
	color: #770000;
}
h2 {
	color: #770000;
}
#insideContent {
	padding: 5px;
}
#content {
	float: left;
	width: 650px;
}
#menuRight {
	float: left;
	width: 150px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(img/piedi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.msg_OK {
	color: #006633;
}
.msg_ERR {
	color: #CC0000;
}