a, a:visited {
	color: #CC99FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#site-path a,
#site-path a:visited {
	padding: 0 5px;
	color: gray;
}
#site-path a:hover {
	color: white;
}
#site-path a.selected-link,
#site-path a:visited.selected-link {
	color: white;
}

.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}



.info, .warning, .error {
	color: gray;
	padding: 15px 30px;
	margin-bottom: 10px;
	border: 1px solid silver;
	background: white url(../images/info.gif) no-repeat -5px 0px;
}
.info a, .warning a, .error a,
.info a:visited, .warning a:visited, .error a:visited {
	color: gray;
}
.info {
	background-image: url(../images/info.gif);

}
.warning {
	background-image: url(../images/warning.gif);
}
.error {
	background-image: url(../images/error.gif);
}

.info h3, .warning h3, .error h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
}



div.small-image, a.img-gallery, a.img-gallery:visited {
	border: 1px solid #E0E0E0;
	padding: 1px;
	float: left;
	margin-right: 10px;
}

a.img-gallery:hover {
	border-color: #CC99FF;
}

.small-gray {
	font-size: 10px;
	color: gray;
}


fieldset {
	margin-top: 15px;
	padding: 20px 50px 15px 50px;
	background: url(../images/bg.gif) repeat-x 0 -200px;
	border: none;
	border-top: 1px solid gray;
	border-bottom: 1px solid silver;
	position: relative;
	width: auto;
}
* > fieldset {
	-moz-border-radius: 10px;
	/*border: 1px solid silver;*/
}

fieldset legend {
	padding: 3px 10px 3px 10px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #449AB2;
	background: white;
	cursor: default;
	position: absolute;
	top: -10px;
	left: 50px;
	border: 1px solid #E6E6E6;
}

.field-row {
	clear: left;
	margin-top: 8px;
}

.label {
	display: block;
	float: left;
	width: 120px;
	margin-top: 2px;
	text-align: right;
	font-size: 13px;
	color: #333333;
}

.field {
	display: block;
	padding-left: 135px;
}

.f-descr {
	clear: left;
	margin-top: 0;
	margin-left: 135px;
	margin-bottom: 5px;
	display: block;
	font-size: 10px;
	color: gray;
	/*font-family: Arial, sans-serif;*/
}

.intext {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #555555;
	width: 155px;
	padding: 2px 5px;
}

form {
	margin: 0;
	padding: 0;
}

.space, .doublespace {
	clear: left;
	margin-bottom: 10px;
}
.doublespace {
	margin-bottom: 20px;
}
.hspace {
	margin-left: 10px;
}

p.top-space {
	margin-top: 4px;
}
p.top-doublespace, p.top-dspace {
	margin-top: 8px;
}

.articolo {
	padding-left: 18px;
	background: url(../images/articolo.png) no-repeat 0px center;
}

div.options {
	float: right;
	text-align: right;
	line-height: 24px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: gray;
}

/* ---------------   home-box  -------------------- */
.home-box {
	margin: 10px 10px 10px 0;
	border: 1px solid #E6E6E6;
	background: white;
	width: 270px;
	float: left
}

.home-box .home-box-wrapper {
}

.home-box h3 {
	color: #CC99FF;
	margin: 0 0 5px 0;
	padding: 6px;
	font-size: 14px;
	background: white url(../images/bg.gif) repeat-x 0px 100%;
}

.home-box a, .home-box a:visited {
	color: #555555;
}

.home-box .home-box-description {
	text-align: right;
	color: gray;
	margin-bottom: 5px;
	font-size: 10px;
}

.home-box ul {
	margin-top: 0px;
	color: gray;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat2 {
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/******************** ARTICOLI **************************/
.entry-articolo {
	position: relative;
}
.titolo-articolo {
	border: none;
	margin: 2px 0 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}
.titolo-articolo a,
.titolo-articolo a:visited {
	color: #555555;
}
.titolo-articolo a:hover {
	color: #CC99FF;
}

.inserito-in {
	border: none;
	margin: 1px 0 2px 0;
	padding: 0;
	font-size: 9px;
	color: gray;
}
.inserito-in a, .inserito-in a:visited {
	color: gray;
}

.entry-articolo .link-comments {
	position: absolute;
	top: 0px;
	right: 0px;
}
.entry-articolo .link-comments .comment {
	padding-left: 18px;
}

.data-articolo {
	font-size: 10px;
	color: gray;
}
.corpo-articolo {
	font-size: 14px;
}
.corpo-articolo.large-p p {
	font-size: 15px;
	margin-top: 5px;
	text-align: justify;
	/*text-indent: 20px;*/
}


#home-articoli-principali {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #E6E6E6;*/
	margin-bottom: 10px;
}

#home-articoli-principali #primo-articolo,
#home-articoli-principali #secondo-articolo {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}
#home-articoli-principali #secondo-articolo {
	margin-top: 20px;
}

#home-articoli-principali #primo-articolo .small-image {
	float: left;
	margin: 0 20px 10px 0;
}
#home-articoli-principali #secondo-articolo .small-image {
	float: right;
	margin: 0 0 10px 20px;
}

#home-articoli-principali #primo-articolo .titolo-articolo,
#home-articoli-principali #secondo-articolo .titolo-articolo {
	font-size: 22px;
}



#home-articoli-principali #colonna-articoli {
	width: 90px;
	float: left;
	overflow: hidden;

}
#home-articoli-principali #colonna-articoli .entry-articolo {
	text-align: center;
	width: 90px;
	font-weight: bold;
	/*height: 100px;*/
}

#home-articoli-principali #colonna-articoli a,
#home-articoli-principali #colonna-articoli a:visited {
	padding: 10px 2px;
	display: block;
	/*height: 80px;*/
	margin-bottom: 10px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	border: 1px solid #E6E6E6;
	background: #E7E7E7 url(../images/bg-silver.gif) repeat-x 0px 0px;
	color: #6A89A4;
}
#home-articoli-principali #colonna-articoli a:hover {
	border-color: #01B0E7;
}


.lista-articoli {
}

.lista-articoli .entry-articolo {
	width: 270px;
	height: 75px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
}


.entry-link {
	width: 500px;
	margin: 10px 0 10px 20px;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #EAEAEA;
	background: url(../images/arrow-hover.gif) no-repeat 0 2px;
}

.entry-link .nome-link {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.entry-link .descrizione-link {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: gray;
}

.entry-link .numero-visite-link {
	float: right;
	margin-top: 4px;
	text-align: right;
	width: 100px;
	font-size: 11px;
	color: gray;
	font-style: italic;
}

.entry-link .http-link {
	float: left;
	width: 350px;
	margin-top: 4px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.entry-link .http-link a,
.entry-link .http-link a:visited {
	color: #449AB2;
}
.entry-link .http-link a:hover {
	color: #01B0E7;
}

.entry-link .close-link {
	clear: both;
}


.feed-rss {
	padding: 3px 0 3px 20px;
	background: url(../images/feed-icon.png) no-repeat 0 50%;
}


#tooltip {
	text-align: left;
	width: 150px;
	background: white url(../images/bg.gif) repeat-x bottom left;
	border: 1px solid #E6E6E6;
	padding: 6px 8px;
	/*font-family: Arial, sans-serif;*/
	color: #0164A7;
	font-size: 12px;
	font-weight: bold;
}

#tooltip i {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	color: gray;
	font-weight: normal;
	font-style: italic;
}

#tooltip i b {
	font-style: normal;
}


input.submit {
	padding: 4px 12px;
	background: url(../images/bg-menu-active.gif) repeat-x 0 50%;
	border: 1px solid #CC99FF;
	color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}



#webtv-wrapper {
	width: 594px;
	height: 440px;
	background: url(../images/webtv.gif) no-repeat top left;
	margin: 0 0 5px 0;
}

#webtv-player {
	padding: 32px 0 0 35px;
}


a.add, a.add:visited {
	padding-left: 25px;
	font-weight: bold;
	background: url(../images/add.png) no-repeat 5px 50%;
}
a.back, a.back:visited {
	padding-left: 25px;
	width: 150px;
	font-weight: bold;
	background: url(../images/back.gif) no-repeat 5px 50%;
}

.comment {
	padding-left: 22px;
	background: url(../images/comment.gif) no-repeat 0 50%;
}


.entry-comment {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	/*border-bottom: 1px solid #E6E6E6;*/
	position: relative;
}
.entry-comment .comment-name {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 6px;
	background: url(../images/bg.gif) repeat-x 0 90%;

}
.entry-comment .comment-date {
	font-size: 11px;
	color: gray;
	position: absolute;
	top: 4px;
	right: 10px;
}
.entry-comment .comment-body {
	margin-top: 5px;
}