@charset "utf-8";
/* CSS Document */

body  {
	font: 100% 'Palatino Linotype', Tahoma, Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background: #dae3ec url(images/bg-page.gif) repeat-x top;
}

a, a:visited {
	color: #255D8D;
}
a:hover {
	color: #01B0E7;
	text-decoration: none;
}

a.arrow, a.arrow:visited, a.arrow:hover {
	padding-left: 16px;
	background: url(images/arrow-1.gif) no-repeat center left;
}

a.link-selected, a.link-selected:visited {
	font-weight: bold;
	color: #01B0E7;
	text-decoration: none;
	/*cursor: default;*/
}

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

.arrow {
	padding-left: 20px;
	background: url(images/arrow.gif) no-repeat 2px center;
}

img {
	border: none;
}

input, select, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
input {
	margin-top: 2px;
}
input.check {
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}

#header {
	height: 167px;
}

#header #header-wrapper {
	height: 167px;
	margin: 0 auto;
}

#top-header {
	position: absolute;
}

#main-page {
	clear: both;
	background: white url(images/bg-page.gif) repeat-x 0px -167px;
}

#main-page #main-page-wrapper {
	/*background: #255D8D url(images/bg-middle.gif) repeat-y center;*/
	overflow: hidden;
	margin: 0 auto;
}

.content-wrapper {
	width: 894px;
	margin: 0 auto;
}

#top-left-descr {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 231px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	overflow: hidden;
}
#top-left-descr p {
	margin: 0 7px;
}
#top-left-descr b {
	color: 	#0164A7;
	font: 11px Tahoma, Arial, sans-serif;
	font-weight: bold;
}

#site-path {
	position: relative;
	top: 165px;
	left: 230px;
	width: 640px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 8px;
	height: 25px;
	line-height: 25px;
	display: block;
	color: white;
	z-index: 1000;
	/*background: url(images/bg-hr.gif) repeat-x bottom;*/
}

#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);
}


#leftcolumn {
	float: left;
	width: 231px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	background: url(images/bg-left.gif) repeat-y left;
}
#leftcolumn-wrapper {
	background: url(images/bg-left-top.gif) no-repeat top left;
}
#leftcolumn-close {
	height: 21px;
	background: white url(images/bg-left-bottom.gif) no-repeat top left;
}


#leftcolumn .left-box {
	background: url(images/bg-title-menu.gif) no-repeat;
}
#leftcolumn .left-box h3 {
	height: 28px;
	margin: 0;
	padding: 10px 3px 0px 25px;
	font: 14px Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A89A4;
}
#leftcolumn .left-box h3.fm {
	padding-left: 60px;
	font-size: 15px;
	background: url(images/favicon.gif) no-repeat 22px center;
}
#leftcolumn .left-box .content-box {
	padding: 0px 25px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	
}
#leftcolumn .left-box .close-box {
	height: 0px;
}

#leftcolumn ul {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	border: none;
	border-bottom: none;
}
#leftcolumn ul li {
	/*height: 25px;*/
	line-height: 25px;
	list-style: none;
	padding: 0;
	font-size: 12px;
	border-bottom: 1px solid #E6E6E6;
	background: url(images/common-link.gif) no-repeat left center;
}
#leftcolumn ul li a, #leftcolumn ul li a:visited {
	display: block;
	padding: 0 10px 0 22px;
	font-weight: bold;
	text-decoration: none;
}
#leftcolumn ul li a:hover {
	background: url(images/bg-silver.gif) repeat-x 0px 0px;
}
#leftcolumn ul li.active-menu, #leftcolumn ul li.active-menu a:hover {
	font-weight: bold;
	background: url(images/bg-silver.gif) repeat-x 0px -30px;
}

#leftcolumn ul li.active-menu a, #leftcolumn ul li.active-menu a:visited, #leftcolumn ul li.active-menu a:hover {
	text-decoration: none;
	color: #01B0E7;
}

#leftcolumn .sub {
	display: none;
}
#leftcolumn .sub ul li  {
	margin-left: 15px;
	background: url(images/arrow.gif) no-repeat left center;
	/*height: 20px;*/
	line-height: 20px;
}
#leftcolumn .sub ul li a, #leftcolumn .sub ul li a:visited {
	font-size: 11px;
	padding: 0 2px 0 15px;
	background: none;
	font-weight: normal;
}
#leftcolumn .sub ul li a:hover {
	background: none;
}

.web-channel,
a .web-channel,
a:visited .web-channel {
	color: #8E4769;
}

a:hover .web-channel {
	color: gray;
}

#mainContent { 
	float: left;
	width: 660px;
	margin: 10px 0; 
	padding: 0;
	background: url(images/bg-content.gif) repeat-y left;
	overflow: hidden;
}
#mainContent-wrapper {
	min-height: 450px;
	background: url(images/bg-content-top.gif) no-repeat top left;
}
#mainContent-close {
	height: 42px;
	background: url(images/bg-content-bottom.gif) no-repeat top left;
}

#mainContent .main-box {
	margin-left: -3px;
	background: url(images/bg-main-box-middle.gif) repeat-y;
}
* > #mainContent .main-box {
	margin-left: 0;
}
#mainContent .main-box .open-box {
	height: 18px;
	background: url(images/bg-main-box-top.gif) no-repeat;
	margin: 0;
	padding: 0 3px 0px 35px;
	font: 14px Arial, Helvetica, sans-serif;
}
#mainContent .path, #mainContent .main-box .open-box p {
	margin: 0 25px 0 0;
	padding-top: 15px;
	color: gray;
	font: 10px Arial, Helvetica, sans-serif;
}
#mainContent .main-box .open-box p { font-size: 12px }

#mainContent .main-box h1, #mainContent .main-box h2 {
	font: 22px Palatino Linotype, Tahoma, sans-serif;
	font-weight: normal;
	color: #0164A7;
	margin: 0px 0 10px 0;
	padding: 0 0 5px 0;
	background: url(images/bg-hr.gif) repeat-x bottom;
}
#mainContent .main-box h2 { 
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
}

#mainContent .main-box .content-box {
	margin: 0 0 0 0;
	padding: 0 35px 0 35px;
	font-size: 13px;
	color: #333333;
}

#mainContent .main-box .close-box {
	height: 39px;
	background: url(images/bg-main-box-bottom.gif) no-repeat;
	text-align: right;
	padding: 0 35px 0 35px;
	color: gray;
	font-size: 11px;
}


#footer { 
	border-top: 1px solid #E6E6E6;
	padding: 0;
	height: 100px;
	background: url(images/bg-bottom.gif) repeat-x 0px -50px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	overflow: hidden;
} 
#footer #footer-wrapper {
	height: 85px;
	overflow: hidden;
}

#footer .content-wrapper {
	padding-top: 15px;
	padding-left: 30px;
	width: 888px;
	overflow: hidden;
}

#footer p {
	text-align: left;
	margin: 0;
	padding: 1px 0;
}

#footer #footer-logo-wrapper {
	position: absolute;
	background: red;
	width: 10px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#footer #footer-logo {
	display: block;
	width: 64px;
	height: 61px;
	float: left;
	margin-right: 15px;
	background: url(images/footer-logo.gif) no-repeat;
}

#footer #footer-up-wrapper {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	position: absolute;
}
#footer #footer-up {
	width: 160px;
	height: 86px;
	position: relative;
	top: -173px;
	left: -85px;
	background: url(images/footer-up.gif) no-repeat;
}

#footer #bottom-stats {
	float: right;
	text-align: right;
	margin-right: 10px;
}
* > #footer #bottom-stats {
	margin-right: 20px;
}

#footer #design-by {
	margin: 6px 0 0 80px;
	font-size: 9px;
}

.info, .warning, .error {
	color: gray;
	padding: 35px 30px 15px 70px;
	margin-bottom: 10px;
	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: #01B0E7;
}

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


fieldset {
	margin-top: 15px;
	padding: 0px 50px 15px 50px;
}
* > fieldset {
	-moz-border-radius: 10px;
	/*border: 1px solid silver;*/
}

fieldset legend {
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #006699;
	cursor: default;
}

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

.label {
	display: block;
	float: left;
	width: 120px;
	margin-top: 2px;
	text-align: right;
}

.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: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #555555;
	width: 155px;
}

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 {
	padding: 3px
}

.home-box h3 {
	color: #0164A7;
	margin: 0 0 5px 0;
	padding: 6px;
	border: 1px solid #E6E6E6;
	font-size: 14px;
	background: white url(images/bg-silver.gif) repeat-x 0px -40px;
}

.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;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/******************** ARTICOLI **************************/
.entry-articolo {
}
.titolo-articolo {
	border: none;
	margin: 2px 0 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
}
.data-articolo {
	font-size: 10px;
	color: gray;
}
.corpo-articolo {
}
.corpo-articolo.large-p p {
	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 {
	width: 240px;
	/*height: 500px;*/
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
#home-articoli-principali #secondo-articolo {
	margin-right: 0px;
	margin-left: 10px;
	float: right;
}

#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: 70px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
}



.entry-futsal-link {
	margin: 10px 0;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #EAEAEA;
	background: url(images/left-menu-li.gif) no-repeat top left;
}

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

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

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

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

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


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


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

#webtv-player {
	padding: 22px 0 0 72px;
}


#tooltip {
	width: 150px;
	background: white url(images/bg-page.gif) repeat-x top 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;
}



#radio-wrapper {
	width: 274px;
	height: 196px;
	background: url(images/bg-radio.jpg) no-repeat top left;
	margin: 0 10px 15px 0;
	float: left;
}

#radio-player {
	padding: 150px 0 0 37px;
}

#radio-playlist {
	width: 274px;
	height: 156px;
	float: left;
	overflow: auto;
}
#radio-playlist a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	margin: 3px 2px;
	padding: 3px 0;
	border-bottom: 1px solid #E6E6E6;
}


#leftcolumn .banner {
	/*padding: 2px 0 10px 0;*/
	/*margin-left: 4px;*/
}
#leftcolumn .banner img {
	padding: 1px;
	border: 1px solid silver;
}



ul#home-campionati {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	width: 180px;
	float: left;
	font: 13px Tahoma, Arial, sans-serif;
	/*border: 1px solid #E6E6E6;
	border-bottom: none;*/
}

ul#home-campionati li {
	margin: 0;
	background: url(images/arrow.gif) no-repeat left center;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #E6E6E6;
}
ul#home-campionati li a,
ul#home-campionati li a:visited {
	display: block;
	padding: 0 2px 0 20px;
	background: none;
	font-weight: normal;
	text-decoration: none;
}
ul#home-campionati li a:hover {
	background: none;
}

ul#home-campionati li.active-menu {
	background: url(images/bg-silver.gif) repeat-x 0px -30px;
}

ul#home-campionati li.active-menu a,
ul#home-campionati li.active-menu a:visited,
ul#home-campionati li.active-menu a:hover {
	background: url(images/arrow.gif) no-repeat right center;
	font-weight: bold;
	text-decoration: none;
	color: #01B0E7;
}



#home-campionati-risultati-classifiche {
	width: 340px;
	float: left;
	margin-left: 20px;
	border-left: 1px dotted #E6E6E6;
	padding-left: 20px;
}

#home-campionati-risultati-classifiche h3 {
	margin: 0 0 10px 0;
	font-size: 17px;
	background: none;
	color: #0164A7;
}
#home-campionati-risultati-classifiche h3 a,
#home-campionati-risultati-classifiche h3 a:visited {
	color: #0164A7;
}

#home-campionati-risultati-classifiche h4 {
	margin: 0 0 3px 0;
	color: #B79045;
	font-size: 14px;
	border-bottom: none;
}