
/* stili per componenti del  CMS */

#yahooMap
{
	margin-top: 15px;
	width: 100%;
	height: 450px;
}
#imageList img
{
	padding: 0.4em;
	margin: 0.4em;
	border: 1px solid #ccc;
}

#flvplayer
{
	text-align: center;
}
#flvplayer object, #flvplayer embed
{
	margin: 20px;
}




#filters{
    border:0;
}



div.searchResults h4 {
	font-size: 100%;
	border: 0;
	background: transparent;
}

div.searchResults ol {
	margin: 10px;
}

div.searchResults ol li dl dt {
	margin-top: -36px;
	font-family: Georgia,sans-serif;
}

html>body div.searchResults ol li dl dt {
	margin-top: auto;
}

div.searchResults ol li dl dt a {
	color: #A81500;
}

div.searchResults ol li dl dd.desc{
	margin-top: 7px;
}

div.searchResults ol li dl dd{
	margin-top: 3px;
}

div.searchResults ol li dl dd.filetype {
	float: left;
	clear: left;
	margin-right: 7px;
}

div.searchResults ol li dl dd.filetype, div.searchResults ol li dl dd.date{
	font-size: 98%;
	color: #252525;
	
}


.searchResults div.left {
	clear: left;
	float: left;
	margin: 5px;
	position: relative;
}

.searchResults div.left img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.searchResults div.around {
	padding: 5px 5px 7px 5px;
}

.searchResults div.right {
	padding: 5px 5px 7px 130px;
}

html>body .searchResults div.right {
	padding: 5px 5px 7px 125px;
}

div.even {
	border-bottom: 1px solid #fff;
	position: relative;
}

div.odd {
	border-bottom: 1px solid #fff;
	position: relative;
}

div.current {
	background-color: #F2F8F9;
	border-bottom: 1px solid #fff;
	position: relative;
}

div.even, div.odd, div.current {
	padding: 3px 0;
}

div.even h4, div.odd h4, div.current h4 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

div.even a, div.odd a, div.current a {
}

div.even p, div.odd p, div.current p {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
.searchResults h3 { background: transparent;}

/* ---- user box ---- */
#boxUser {
	margin: 20px  0 0 20px;
	font-size: 0.9em;
}
#boxUser ul {
	padding: 0;
	list-style-type: none;
	margin: 5px 5px 5px -5px;
}

#boxUser a {
	padding: 1px 0 2px 16px;
	display: block;
	font-weight: bold;
	margin: 0px;
	width: 200px;
	text-decoration: none;
	color: #00496F;
	background: url(../images/liMenu.gif) 4px 5px no-repeat;
	
}


#boxUser a:hover {
	color: #A81500;
}

#boxUser li {
	margin: 0px;
}

#boxUser h3 {
	color: #fff;
	padding: 1px 0 2px 10px;
	border: 0;
	margin: 5px 0 5px -5px;
	background-color: #74110C;
}

#boxUser2 {
	margin: 20px  0 0 20px;
	font-size: 0.9em;
}
#boxUser2 ul {
	padding: 0;
	list-style-type: none;
	margin: 5px 5px 5px -5px;
}

#boxUser2 a {
	padding: 1px 0 2px 16px;
	display: block;
	font-weight: bold;
	margin: 0px;
	width: 200px;
	text-decoration: none;
	color: #00496F;
	background: url(../images/liMenu.gif) 4px 5px no-repeat;
	
}


#boxUser2 a:hover {
	color: #A81500;
}

#boxUser2 li {
	margin: 0px;
}

#boxUser2 h3 {
	color: #fff;
	padding: 1px 0 2px 10px;
	border: 0;
	margin: 5px 0 5px -5px;
	background-color: #74110C;
}
/* ---- end User box ---- */


/* MESSAGES */
.message				{ border: 1px solid #000000; border-width: 1px 0; clear: both; margin: 0; margin-bottom: 20px; padding: 5px 5px 6px 30px; height: 25px}
.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; }
