
/* stili per componenti del  CMS */

/* MESSAGES */
.message				{ border: 1px solid #000000; border-width: 1px 0; clear: both; margin: 0; margin-bottom: 20px; padding: 5px 5px 6px 50px;}
.message.success		{ background: #F3F6EB url(../images/i_success.gif) no-repeat 5px 5px; border-color: #608C00; color: #608C00; }
.message.failure		{ background: #FAEBEB url(../images/i_failure.gif) no-repeat 5px 5px; border-color: #C00000; color: #C00000; }
.message.notice			{ background: #F6F6F6 url(../images/i_notice.gif) no-repeat 5px 5px; border-color: #8C8C8C; color: #8C8C8C; }
.message.warning		{ background: #F9F8EB url(../images/i_warning.gif) no-repeat 5px 5px; border-color: #B3A003; color: #B3A003; }
.message ul				{ margin: 0; padding: 0; list-style: none; color: #000;}
.message ul li				{ margin: 0; }
.message p				{ font-size: 140%; font-weight: bold; margin: -0.5em -0.5em 0.5em -0.5em; padding: 0.5em; }


.extern_canvas{
	margin: 1em;
	width: 700px;
	height: 450px;
	position: relative;
}
#map_canvas
{
	width: 700px;
	height: 450px;
}
#imageList img
{
	padding: 0.4em;
	margin: 0.4em;
	border: 1px solid #ccc;
}

#flvplayer
{
	text-align: center;
}
#flvplayer object, #flvplayer embed
{
	margin: 20px;
}



/* stili aggiunti a 'stili.css' */
/*
#menu-sx ul ul {
    padding:2px 0pt 2px 2px;
}
#menu-sx ul ul li {
    padding:3px 0pt 2px 28px;
}
#menu-sx ul li h2{
    padding:5px 5px 5px 5px;
	background-color: #ff9533;
}
#menu-sx ul li.current h2{
	background-color: #710000;
}
#menu-sx ul li h2 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-family: lucida sans;
}
*/

#filters{
    border:0;
}

/*
.comunicatiLink{
	padding-left: 30%;
	width: 22%;
	margin-left: 25px;
	padding-left: 10px;
	float: right;
	background: url(../images/liRosso.gif) no-repeat 0 0.3em;
	list-style-position: outside;
	line-height: 1.2em;
	font-weight: bold;
	color: #710000;
	text-decoration: none;
}
*/

.cls {
    width:100px;
}

/*
.closed a {
	text-decoration: none;
	color: #fff;
}
.favorites a {
	text-decoration: none;
	color: #fff;
}
*/


#content #gallery li {
	list-style: none;
	float: left;
	width: 180px;
	height: 150px;
	margin: 0 8px 30px 0;
	padding: 0;
}
#content #gallery dl {
	margin: 0;
	padding: 0 0 0 5px;
}
#content #gallery dd {
	padding: 0;
	margin: 0;
}
#content #gallery dd li {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-image:url(../images/list.gif);
}
#content #gallery .box {
	width: 166px;
	height: 131px;
	background: transparent url("../images/bk_galleryItem.gif") top left no-repeat;
	text-align: center;
}
#content #gallery .box img {
	border: 0;
	padding: 6px 0 0 0;
	background: none;
}

#blog .postInfo
{
	font-size: 90%;
	padding: 0.5em;
	background: #F2F8F9;
}

#blog h3
{
	border: 0;
}

.postcastInfo
{
	font-size: 90%;
}

#blogComments .commentInfo
{
	font-size: 90%;
}

#blogComments .comment
{
	width: 100%;
	border-top: 1px solid #ccc;
}
.blogAuthor 
{
	font-weight: bold;
}

#blogRss
{
	padding: 0.2em 0.2em 0 1em;
	background: #F4F3EA;
	border-bottom:1px solid #B3CCDA;
}

#blogRss a
{
	color: #333;
}
#blogRss a:hover
{
	color:#710000;
	text-decoration:underline;
}
