/* CSS Document */

/*-- reset css --*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {	border-collapse: separate;	border-spacing: 0;}*/
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/* -- global css -- */
body
{
	font: 12px Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 20px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 12px;
}
h5
{
	font-size: 10px;
}
h6
{
	font-size: 8px;
}
h7
{
	font-size: 9px;
}
ul, ol
{
	margin: 5px 0px 5px 10px;
}
li
{
	margin-left: 10px;
}
a
{
	color: #005929;
}
a:hover
{
	text-decoration: none;
}
p
{
	margin: 10px 0px;
	line-height: 20px;
}
td
{
	vertical-align: top;
}
input text
{
	border: 1px solid #000000;
}
.paddingleft
{
	padding-left: 10px;
}
.paddingtop
{
	padding-top: 10px;
}
.paddingbottom
{
	padding-bottom: 10px;
}
.paddingright
{
	padding-right: 10px;
}
.alignleft
{
	text-align: left;
}
.alignright
{
	text-align: right;
}
.aligncenter
{
	text-align: center;
}
.valigntop
{
	vertical-align: top;
}
.valignmiddle
{
	vertical-align: middle;
}
.valignbottom
{
	vertical-align: bottom;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}

.clear
{
	clear: both;
}
.bggray
{
	background: #F1F1F1;
}
.bgdarkgray
{
	background: #cecfcf;
}
.bgwhite
{
	background: #ff;
}
.red
{
	color: #F00;
}
.green
{
	background: green;
}
.white
{
	color: #FFFFFF;
}
.black
{
	color: #000000;
}
.sfont
{
	font-size: 11px;
}

.hand
{
	cursor: pointer;
}
.underline
{
	text-decoration:underline;
}
.green-cup-title
{
	background: lightgreen;
}
.green-cup-title td
{
	text-align: center;
	border: 2px solid green;
}
.green-cup-header
{
	background: green;
}
.green-cup-text
{
	float: left;
	height: 25px;
	color: #fff;
	padding: 5px 5px 0px 5px;
}

.green-cup-text a
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.green-cup-text a:hover
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.green-cup
{
	background: url(../images/h-green.jpg) repeat-x;
	height: 25px;
	float: left;
}
.green-cup-left
{
	background: url(../images/h-green-left.jpg) no-repeat;
	width: 5px;
	height: 25px;
	float: left;
}
.green-cup-right
{
	background: url(../images/h-green-right.jpg) no-repeat;
	width: 5px;
	height: 25px;
	float: left;
}
.red-cup-title
{
	background: lightred;
}
.red-cup-title td
{
	text-align: center;
	border: 2px solid red;
}
.red-cup-header
{
	background: red;
}
.red-cup-text
{
	float: left;
	height: 25px;
	color: #fff;
	padding: 5px 5px 0px 5px;
}

.red-cup-text a
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.red-cup-text a:hover
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.red-cup
{
	background: url(../images/h-red.jpg) repeat-x;
	height: 25px;
	float: left;
}
.red-cup-left
{
	background: url(../images/h-red-left.jpg) no-repeat;
	width: 5px;
	height: 25px;
	float: left;
}
.red-cup-right
{
	background: url(../images/h-red-right.jpg) no-repeat;
	width: 5px;
	height: 25px;
	float: left;
}
.cup-navigationChart
{
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0;
	clear: both;
}
.cup-navigationChart li, .cup-sub-navigationChart li
{
	float: left;
	display: inline;
	margin: 0;
	color: #000000;
}
.cup-navigationChart li a
{
	display: block;
	padding: 4px 8px 4px 8px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.cup-navigationChart li .n-active
{
	 background: #E6001C;
}

/* container css */
#container
{
	width: 960px;
	margin: 0 auto;
}
.tbl-container
{
	width: 960px;
	clear: both;
}
/* header css */
.logo a span
{
	float: left;
	background: url(../images/logo_fuoriarea.png) no-repeat;
	width: 288px;
	height: 90px;
	text-indent: -9999px;
}
.h-menu
{
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.h-search
{
	float: left;
	padding-bottom: 10px;	
}
.h-search label
{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.h-search .inpsearch
{
	border: 1px solid #018D36;
	padding: 2px 5px;
	margin-right: 5px;
}
.frmsearch
{
	width: 100%;
	text-align: right;
}
/*---Navigation --*/
.navigation-container
{
	background: url(../images/navigation.jpg) no-repeat;
}
.navigation
{
	height: 24px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0;
	margin: 0 0 0 20px;
	clear: both;
}
.navigation li, .sub-navigation li
{
	float: left;
	display: inline;
	padding: 0 5px;
	margin: 0;
}
.navigation li a
{
	display: block;
	padding: 4px 10px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.navigation li a:hover, .n-active
{
	background: #E6001C;
}

.sub-navigation
{
	padding: 0;
	margin: 0;
	clear: both;
}
.sub-navigation li a
{
	display: block;
	float: left;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 0px 2px 5px;
	text-decoration: none;
	color: #FFF;
}
.sub-navigation li a:hover, .s-active
{
	background: url(../images/sub-nav-hover.jpg) no-repeat bottom center;
}

.navigationChart
{
	height: 24px;
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0;
	margin: 0 0 0 20px;
	clear: both;
}
.navigationChart li, .sub-navigationChart li
{
	float: left;
	display: inline;
	padding: 0 1px;
	margin: 0;
	color: #000000;
}
.navigationChart li a
{
	display: block;
	padding: 4px 5px;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.navigationChart li .n-active
{
	background: #E6001C;
}


.ss-menu ul
{
	background: #f0f0f0;
	float: left;
	display: block;
	margin: 3px 0;
	padding: 0 0px;
	width: 600px;
}
.ss-menu li
{
	float: left;
	display: inline;
	font-size: 11px;
}
.ss-menu li a
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px;
}
.ss-menu li a:hover, .ss-active
{
	background: url(../images/arrow-white.jpg) no-repeat bottom center;
}

.n-active, .s-active, .ss-active, .f-active
{
	font-weight: bold !important;
}

.ss-menu-result ul
{
	float: left;
	display: block;
	margin: 3px 0;
	padding: 0 0px;
	width: 600px;
}
.ss-menu-result li
{
	float: left;
	display: inline;
	font-size: 11px;
}
.ss-menu-result li a
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px;
}

input:Disabled
{
	background-color: #e7e7e7;
	border: 2px solid grey;
}
/*---end---*/

/*---Content ----*/
#content
{
	float: left;
	width: 580px;
}
.h2-title
{
	font-size: 26px;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}
.p-content
{
	margin: 0px 10px 10px 10px;
}
.bfont
{
	font-size: 14px;
}
.green-list
{
	margin: 0;
	padding: 0;
}
.green-list li
{
	background: url(../images/list-green.jpg) no-repeat 0px 6px;
	padding: 2px 0;
	padding-left: 12px;
}

.tbl-header-bg
{
	background: url(../images/h-bg.jpg) repeat-x bottom;
	padding: 0;
}

.h-green
{
	background: url(../images/h-green.jpg) repeat-x;
	height: 28px;
	float: left;
}
.h-green-left
{
	background: url(../images/h-green-left.jpg) no-repeat;
	width: 5px;
	height: 28px;
	float: left;
}
.h-green-right
{
	background: url(../images/h-green-right.jpg) no-repeat;
	width: 5px;
	height: 28px;
	float: left;
}
.h-green-text
{
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 4px 5px 0px 5px;
}

.h-green-Comment
{
	background: url(../images/h-green.jpg) repeat-x;
	height: 14px;
	float: left;
}

.h-green-MaxWidth
{
	background: url(../images/h-green.jpg) repeat-x;
	height: 28px;
	width: 600px;
	float: left;
	text-align: center;
}
.h-green-text-MaxWidth
{
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 4px 5px 0px 5px;
}

.h-green-noHeight
{
	background: url(../images/h-green.jpg) repeat-x;
	float: left;
}
#vedeolist tr td
{
	padding: 0px 5px 0px 5px;
}

.appro tr td, .totpadding
{
	padding: 8px;
}
.appro tr td h3
{
	font-size: 18px;
	font-weight: normal;
}
.appro tr td h5
{
	font-size: 14px;
	font-weight: normal;
}
.appro tr td h5 a
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
.appro tr td img
{
	/*border: 1px solid #015A2A;*/
}

.appro2 tr td h5 a:hover
{
	text-decoration: none;
}
.appro2 tr td, .totpadding
{
	padding: 2px;
}
.appro2 tr td h3
{
	font-size: 18px;
	font-weight: normal;
}
.appro2 tr td h5
{
	font-size: 14px;
	font-weight: normal;
}
.appro2 tr td div span
{
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma;
	color:Red;
}
.appro2 tr td div p span
{
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma;
	color:#000000;
}
.formatArticle
{
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma;
	color:#000000;
}
.appro2 tr td img
{
	border: 1px solid #015A2A;
}

.appro2 tr td a
{
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

.appro2 tr td a:hover
{
	text-decoration: none;
}

.approplayer tr td h3
{
	font-size: 18px;
	font-weight: normal;
}
.approplayer tr td h5
{
	font-size: 14px;
	font-weight: normal;
}

.approplayer tr td a
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.approplayer tr td a:hover
{
	cursor: hand;
}

#MatchScore tr td h1
{
	font-size: 40px;
}

#MatchScore tr td h2
{
	font-size: 23px;
}

#MatchScore tr td h5
{
	font-size: 12px;
}

.box-date
{
	padding: 0px 10px;
	float: left;
}
.box-day
{
	font-weight: bold;
	font-size: 14px;
	display: block;
}
/* sidebar css */
#sidebar
{
	float: right;
	width: 340px;
	padding: 5px 2px;
}
#sidebar .img-red
{
	border: 1px solid #AD1218;
}
.th-red-bg
{
	background: url(../images/s-bg.jpg) repeat-x bottom;
	padding: 0;
	vertical-align: middle;
}
.th-red-bg a
{
	margin-left: 10px;
	color: #AD1218;
}
.h-red
{
	background: url(../images/h-red.jpg) repeat-x;
	height: 28px;
	float: left;
}
.h-red-left
{
	background: url(../images/h-red-left.jpg) no-repeat;
	width: 5px;
	height: 28px;
	float: left;
}
.h-red-right
{
	background: url(../images/h-red-right.jpg) no-repeat;
	width: 5px;
	height: 28px;
	float: left;
}
.h-red-text
{
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 4px 5px 0px 5px;
}
TD.smallText, SPAN.smallText, P.smallText
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

TD.smallText a
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
#Pager td.smalltext
{
	color: black;
}

.spacer
{
	margin-top: 10px;
}

.spacer_padding
{
	padding-top: 20px;
}

#LinkArticle a
{
	color: Black;
	text-decoration: none;
}

#ArticleTag a, #ArticleComment a, #Print a, #Mail a
{
	font-size: 10px;
	color: Black;
	text-decoration: undeline;
}

#ArticleTag a:hover, #ArticleComment a:hover, #Print a:hover, #Mail a:hover
{
	text-decoration: none;
}

#ArticleLogin
{
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
}

#ArticleLogin a
{
	font-size: 12px;
	color: Black;
	text-decoration: undeline;
}
#MessageError
{
	color: Red;
}

#Polls a
{
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}

#Polls a:hover
{
	text-decoration: underline;
}
#Result a
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#Result a:hover
{
	text-decoration: underline;
}

.boxteam
{
	border: solid 1px #d2d2d2;
	width: 180px;
	background-color: #ffffff;
}

.boxplayer
{
	border: solid 1px #d2d2d2;
	width: 280px;
	background-color: #ffffff;
}

/* stili per l'accordion */
*
{
	margin: 0;
	padding: 0;
}



#accordion2
{
	width: 390px;
	margin: 50px auto;
	border-top: none;
}
.accordion2
{
	width: 390px;
	font: 12px Verdana,Arial;
	color: #333;
}
.accordion2 dt
{
	width: 390px;
	padding: 4px 0px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	background-color: #084fa1;
	background-image: url(../images/arrow_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
}
.accordion2 dt:hover
{
	background-color: #043673;
}
.accordion2 .open
{
	background-color: #043673;
	background-image: url(../images/arrow_up.gif);
}
.accordion2 dd
{
	overflow: hidden;
}
.accordion2 span
{
	display: block;
	width: 390px;
	border-top: none;
	padding: 15px;
}

#accordion3
{
	width: 550px;
	margin: 50px auto;
	border-top: none;
}
.accordion3
{
	width: 550px;
	font: 12px Verdana,Arial;
	color: #333;
}
.accordion3 dt
{
	width: 550px;
	padding: 4px 0px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	background-color: #084fa1;
	background-image: url(../images/arrow_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
}
.accordion3 dt:hover
{
	background-color: #043673;
}
.accordion3 .open
{
	background-color: #043673;
	background-image: url(../images/arrow_up.gif);
}
.accordion3 dd
{
	overflow: hidden;
}
.accordion3 span
{
	display: block;
	width: 550px;
	border-top: none;
	padding: 15px;
}


/* password strenght */
.password
{
	font-size: 15px; /*border : 1px solid #000000;*/
	width: 250px;
	font-family: arial, sans-serif;
}

.pstrength-minchar
{
	font-size: 10px;
}


/* footer css */
#footer
{
	font-size: 11px;
}
.hr-green
{
	height: 4px;
	background: #005a29;
	margin: 5px 5px;
}
#footer p
{
	font-size: 11px;
}

#comments td img
{
	border: 0px;
}

.siteNavigationPath
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	padding-left: 14px;
}

.siteNavigationPathPlayer
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	padding-left: 7px;
}

#FilterPlayer td
{
	vertical-align:middle;
	padding-top: 10px;
}










