@charset "utf-8";

html {overflow-x:hidden;overflow-y:scroll;}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

form, ul, li, p, h1, h2, h3, h4, h5, h6	{
	margin:0px;
	padding:0px;
}
h4 {font-size:14px; color:#c57002; font-weight:bold;}
h5 {font-size:13px; color:#c57002; font-weight:normal;}
h6 {font-size:12px; color:#c57002; font-weight:normal; display:inline;}
hr {border-bottom:1px dotted #c57002;}
h1 {font-family: Arial, Helvetica, sans-serif;font-size: 18px;color: #c57002;font-weight: normal;display: block;}


ul {list-style-type: none;}
img {border:none;padding: 0px;}
a {color: #f18903;text-decoration: none;}
a:hover{color: #f6a742;text-decoration: none;}
strong, b{font-weight:bold;}
.clearBox {	clear:both;}

.container {background: #131313;}

.left {float: left;}
.right {float: right;}

.lightlivescore{font-size: 10px;}
.hotspotinterno{text-align: center;padding-bottom:0px;}

.overflowContent {
	overflow: auto;
	background-repeat:repeat-x;
}
.overflowContent .heading {
	font-size: 14px;
	color: #c57002;
	font-weight: bold;
}

.overflowContent .heading2 {
	font-size: 14px;
	color: #626262;
	font-weight: bold;
}

.overflowContent table {
	line-height: 18px;
}

.newsItem {
	padding-bottom: 5px;
	color: #FFFFFF;
}
.newsItem img {
	border: 1px solid #DDDDDD;
	float: left;
	margin-right: 10px;
}

.newsItem h2, .newsItem h2 a {
	font-size: 14px;
	font-weight: normal;
	color: #c57002;
}

.newsItem h4, .newsItem h4 a {
	font-size: 11px;
	font-weight: normal;
	color: #4c5b6e;
}

.noBorder, .noBorder a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: none;
}
.head {
	background: url(/images/themes/header_bg.png) no-repeat top center scroll;
	height: 145px;
	overflow: hidden;
	z-index: -10;
}
.head .banner {
	position: absolute;
	height: 291px;
	width: 940px;
	z-index: 19500;
}
.internalHead {
	overflow: hidden;
	z-index: -10;
}
.internalHead .banner {
	display:none;
}
.head .menuBar {
	background: #131313 url(/images/themes/navigazione_bg.png) no-repeat top right scroll;
	position: absolute;
	z-index: 21000;
	width: 950px;
	height: 85px;
}
.head .subMenuBar {
	background: url(../images/sub_menu_bg.png) repeat-x left top scroll;
	height: 40px;
	width: 950px;
	position: absolute;
	margin-top: 250px;
	z-index: 12500;
}
.head .subMenuBar2 {
	background-repeat:repeat-x;
	height: 32px;
	width: 948px;
	position: absolute;
	margin-top: 234px;
	z-index: 12500;
	background-position: center;
}

.logo {
	width: 186px;
	height: 85px;
	float: left;
}


.head .logo a {
	background-repeat: no-repeat;
	display: block;
	height: 85px;
	width: 186px;
	overflow: hidden;
	float: left;
	background-image: url(/images/themes/logo.png);
}

.head .logospazio {
	float: left;
	width: 2px;
	height: 201px !important;
}

.head .menu {
	float: left;
	height: 45px;
	padding:0 0 0 14px;
	width:750px;
}
.head .menu li {float: left;}
.head .menu li a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 12px;
	text-transform: capitalize;
}
.head .menu li a:hover, .head .menu li .active, .head .menu li .active:hover {color: #f8aa07;}

.head .subMenu {
	float: left;
	font-size: 14px;
	height: 27px;
	padding: 0 0 0 10px;
	z-index: 20000;
}
.head .subMenu li {float: left;}
.head .subMenu a {
	color: #000000;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	padding: 0 10px;
	text-transform: capitalize;
}
.head .subMenu a:hover, .head .subMenu .active, .head .subMenu .active:hover {
	color: #313131;
	text-decoration: underline;
}
.head .loginBox {
	background: #000000 url(/images/themes/login_box_bg.png) no-repeat scroll center top;
	color: #9D0D15;
	height: 40px;
	margin: 0 auto 20px;
	padding: 0 0 0 75px;
	width: 737px;
}
.head .loginBox .heading {
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #9d0d15;
	padding: 15px 0 15px 2px;
}

.head .loginBox td{
	padding: 2px 2px 2px 3px;
}
.head .loginBox table{
	margin: 0px;
}

.head .loginBox .addLink {
	display: block;
	width: 70px;
	float: left;
}
.head .loginBox .addLink a{
	font-family: Century Gothic;
	color: #40627e;
	font-size: 10px;
	padding: 0 0 0 2px
}
div.input-field {
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin:2px 20px 0;
	padding:7px 20px 0;
}
.inputField {
	height: 20px;
	border: 1px solid #000;
}
.inputField .inputBackground {
	background: url(/images/themes/input_bg.png) repeat-x left top scroll;
	padding-left: 5px;
	height: 20px;
}
.input-right {
	background: url(../images/themes/input_right.png) no-repeat top right scroll;
	height: 20px;
	padding-right: 5px;
	margin: 0 10px 0 0;
}
.input-right .input-left {
	background: url(../images/themes/input_left.png) no-repeat scroll left top;
	border: 0 none;
	height: 20px;
	padding: 3px 0 0 5px;
	*padding: 0px 0 0 5px;
	width: 101px !important;
}
.input-right .input-left input {
	background: none transparent;
	border: 0 none;
	height: 15px;
	width: 101px !important;
}
.inputField .inputTf, .inputField2 .inputTf {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	border: 0px inset #FFFFFF;
	width: 200px;
	margin:3px 0 0;
}
div.input-field span.login {
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	display: block;
	width: 47px;
}
.input-field input.button01 {margin: -3px 0 0 0;}

.head .loginBox #divSaldo {
	margin: 0;
	color: #eee;
	font-size: 12px;
}
.head .loginBox #divSaldo .left {float: left;}
.head .loginBox #divSaldo .right {float: right;}
.head .loginBox #divSaldo span.nome-utente {
	display: block;
	font-weight: bold;
	width: 75px;
}
.head .loginBox #divSaldo span.utente, .head .loginBox #divSaldo span.saldo {
	display: block;
	width: 175px;
	line-height: 17px;
}
.head .loginBox #divSaldo span.saldo {font-weight: normal;}
.head .loginBox #divSaldo span.utente {font-weight: bold;}
.head .loginBox #divSaldo span.scadenza {
	display:none;
	line-height:12px;
	margin:5px 0 0;
	width:53px;
}
.head .loginBox #divSaldo span.aggiorna {
	display:block;
	height:29px;
	margin: 3px 0 0 0;
	width:33px;
}
.head .loginBox #divSaldo div.button {
	display:block;
	margin: 0;
	width: 475px;
}

.pass-dimenticata {line-height: 34px;}
.pass-dimenticata a {color: #fff;}
.buttonRegistrati {
	display: block;
	float: left;
	height: 27px;
	margin: 6px 2px 0 0;
	text-align: right;
	width: 109px;
}
.buttonRegistrati a{
	background-image: url(/images/themes/reg_button.png);
	background-repeat: no-repeat;
	display: block;
	height: 1px;
	width: 109px;
	overflow: hidden;
	padding-right: 16px;
	padding-top: 26px;
}

.buttonLogout a{
	background: url(/images/themes/esci_bg.png) no-repeat scroll right center;
	display: block;
	font-size: 12px;
	height: 32px;
	overflow: hidden;
	padding-right: 14px;
	text-transform: uppercase;
	width: 40px;
	color: #ffffff;
	font-weight:bold;
	line-height: 32px;
	margin: 2px 0 0 0;
}
.buttonConto {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 2px 50px 0 0;
	padding: 0 50px;
}
.buttonConto a{
	background: url(/images/themes/gobtn.png) no-repeat scroll right center;
	display: block;
	height: 31px;
	width: 125px;
	overflow: hidden;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer {
	background: url(/images/themes/footer_bg.png) repeat-x left top scroll;
	clear: both;
	height: 63px;
	margin: 0;
	padding: 20px 0 0 0;	
}
.footer .container {
	background: none transparent;
}
.copyright {
	background: url(/images/themes/body_bg.png) repeat-y top center scroll;
	height: 50px;
}
.copyright p {
	background-color: #131313;
	width: 950px;
	display: block;
	line-height: 50px;
	padding: 0px;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
.footer .powered {
	float: left;
	height: 31px;
	width: 132px;
	display: block;
	margin: 0 30px;
}
.footer .classica {
	display: block;
	float: left;
	height: 52px;
	width: 286px;
	margin: 0 0 0 150px;
}
.footer .links {
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 52px;
	line-height: 30px;
	margin: 0 0 0 135px;
	width: 175px;
	color: #ffffff;
}
.footer .links a {
	margin: 0 10px;
	color: #ffffff;
}

.internalContent{
	margin-top: 0px;
}
.content {
	background: url(/images/themes/body_bg.png) repeat-y top center scroll;
	padding-bottom: 0px;
}
.content .container {background-color: #1a1a1a;}
.content .row .box {
	float: left;
}

/* Presentazione Home GiocaSempre */
.presentazione-home {
	background: url(/images/themes/home_tuttigiochi_bg.png) no-repeat left top scroll;
	width: 879px;
	height: 270px;
	padding: 49px 0 0 71px;
}
.presentazione-home a {margin-right: 8px;}
/* Presentazione Home GiocaSempre */

.sinistra{
	float:left;
	width: 220px;
}

.destra{
	float:right;
	padding-left:2px;
	width: 220px;
}       
.centro{
	float:left;
	padding-left:20px;
	width:450px;
	z-index: 13;
}

 
 .toggler {
 	display: none;
	padding-bottom:7px;
	padding-left:4px;
	margin-top: 5px;
	cursor:pointer;
	font-size:14px;
	color:#ca0016;
}
.activeacc {
	background-color: #f3f3f3;
}

.divGruppo {
	border: 1px #660000 solid;
	padding: 5px;
	margin-bottom:3px;
}

div.linkabsimg {
	color:#ffffff;
	font-size:11px;
	padding: 0 0 0 20px;
}
div#minibox_link a {color: #ffffff;}
div#minibox_link a:hover {color: #F8AA07;}

.nazione{color:#ca0016; height:24px; font-size:9px;}
.righine{border-bottom:1px dotted #CCCCCC;padding-top:5px;margin-bottom:7px;}


#NewsTicker{
	border:solid 1px #fff;
	background:#fff;
	padding: 5px;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	
	#NewsVertical {
	display: block;
	}
	#TickerVertical {
		height: 150px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		padding: 5px;
	}
	#TickerVertical li {
		display: block;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}


		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
.blogArticle{padding: 10px;}
.blogHead {
	color: #F18903;
	font-size: 24px;
	font-weight: normal;
	height: 40px;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
}

	.blogHead .titleTesta {
		padding-top:1px;
		padding-left:10px;
	}
.blogInfoDate {
	position: absolute;
	height: 74px;
	width: 60px;
	z-index: 20;
	background-image: url(../images/blogInfoDate.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 14px;
	padding-left: 3px;
	margin-left: -7px;
	margin-top: 3px;
}

	.blogInfoDate h1 {
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		line-height: 21px;
	}
	
	.blogInfoDate h2 {
		font-size: 24px;
		font-weight: normal;
		color: #fff;
		line-height: 22px;
		padding-top: 3px;
	}
	
	.blogInfoDate h3 {
		font-size: 10px;
		font-weight: normal;
		color: #FFFFFF;
	}

.moreLink {
	background: url(../images/themes/gobtn.png) no-repeat right center scroll;
	color: #FFFFFF;
	font-family: Century Gothic;
	font-weight: bold;
	display: block;
	float: right;
	font-size: 14px;
	line-height: 25px;
	padding: 0 35px 0 0;
	text-align: right;
	width: 103px;
}
a.moreLink:hover {
	color: #ffffff;
}
.bottomLinks {
	padding-right: 5px;
	padding-bottom: 30px;
}

.tagnotizie{
	font-size:9px;
	background-color: #313131;
	padding:5px;
	margin-top:10px;
	letter-spacing:1px;
}

.elencoCategorie {
	padding-top: 5px;
	padding-left: 1px;
}

.elencoCategorie a {
	background: url(../images/bulletYellow.png) no-repeat;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 20px 5px;
	letter-spacing: 1px;
}

.elencoCategorie a:active, .elencoCategorie a:hover {	
	color: #F8AA07;
}


.paging {
	padding-top: 5px;
	padding-bottom: 10px;
}

.paging p {
	float: left;
}

.paging a {
	display: block;
	color: #f18903;
	background-color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 1px;
}


.paging a:hover {
	color: #f6a742;
	background-color: #393939;
}

.paging .inactive, .paging .inactive:hover {
	background-color: #999999;
	color: #FFFFFF;
}

.paging .active, .paging .active:hover {
	color: #fff;
	background-color: #000000;
}
.tagLinks {

	padding: 10px;

}
#tagCloud {font-family: verdana; width: 150px; border: 0px solid gray; padding: 0px 0px 0px 0px; text-align: center; font-weight: bold;}
.tag1 {font-size: 10px; padding:2px;}
.tag2 {font-size: 14px; padding:2px;}
.tag3 {font-size: 18px; padding:2px;}
.tag4 {font-size: 20px; padding:2px;}
.tag5 {font-size: 22px; padding:2px;}
.tag6 {font-size: 24px; padding:2px;}

.commentForm {
	padding: 19px;
}

.commentForm .infoTF {
	background-image: url(../images/commentFormLine.gif);
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 12px;
}

.commentForm .infoTF input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



.commentForm  .whiteTF  {
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	color: #ca0016;
	border: 1px solid #ffffff;
	margin-right: 15px;
}

.commentForm .commentTF {
	background-image: url(../images/commentFormMessage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 240px;
}

.commentForm .commentTF textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.commentForm .submitButton {
	padding-top: 20px;
}

.commentForm .submitButton input {
	float: right;
	width: 150px;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #666666;
}
.dettaglio_commento{color:#333333; font-size:9px; padding:5px; padding-right:0px;}
.commento_alternativo{color:#333333; font-size:9px; padding:5px; padding-right:0px; background-color:#dddddd; width:100%;}
.dettaglio_commento p{font-size:12px; font-weight:normal; color:#666666;}
.dettaglio_commento h6{font-size:10px; font-weight:normal; color:#ca0016; display:inline;}

.pdf{background:url(../images/doc_pdf.gif);background-repeat:no-repeat; padding-left:20px;}
.word{background:url(../images/doc_word.gif);background-repeat:no-repeat; padding-left:20px;}
.web{background:url(../images/doc_word.gif);background-repeat:no-repeat; padding-left:20px;}
.ora{ width:200px; font-size:10px; padding:0 0 0 15px; margin:0 0 0 10px; background-image:url(../images/orologio.gif); background-repeat:no-repeat; background-position:left}


/*Scroll verticale*/
.widgetscrollnews {overflow: hidden;position: relative;float: left;-moz-border-radius-bottomright: 10px;padding-left: 3px;padding-left: 3px;}
.widgetscrollnews img {float: left;border: 1px solid white;}
.widgetscrollnews li {clear: left;overflow: hidden;position: relative;top: 0;padding-bottom: 1em;height: 96px;}
.widgetscrollnews h3{font-size: 11px;padding-left: 77px;font-weight: bold;line-height: 14px;color:#000;padding-top: 2px;}
.widgetscrollnews p{font-size: 10px;padding-left: 77px;line-height: 14px;color:#fff;}

/*Scroll verticale*/
.jqGSContainer{}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{border:0px solid #fff;}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{}


.jqGSContainer .jqGSPagination{position:relative;width:100%;height:10px;top:2px;padding: 2px 0;}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;float:right;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:1px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{padding:0px 0px;background:#000;border:1px solid #fff; color: #fff;text-decoration:none;display:block;width:17px;}
.jqGSContainer .jqGSPagination ul li a.selected{background:#fff;color:#f03;}
.jqGSContainer .jqGSPagination ul li a:hover{background:#d3d3d3;}

.jqGSImgContainer{}


/*Lightbox*/

.ppy ul {height:0px;width:0px;padding:0px;margin:0px;overflow:hidden;}
.ppy-stage {background:transparent no-repeat center center;}

#popeye1.ppy-js {float:left;margin:0 10px 10px 0;;}
#popeye1-no-js {margin:0px 0px 5px 0px;height:202px;width:262px;float:left;background:#eee;text-align:center;line-height:202px;}
#popeye2.ppy-js {float:right;margin:20px 0 20px 30px;}

.ppy {font-size:0.8em;}
.ppy-stagewrap {
    background-color:#fff;
    border:         2px solid #fff;
    border-right:   2px solid #fff;
    border-bottom:  2px solid #fff;
}
.ppy-stage {
    position:       relative;
    border:         0px solid #eee;
}
.ppy-tools {
    overflow:       hidden;
    zoom:           1;      /* IE float container hasLayout fix */
    position:       absolute;
    padding:        10px;
    top:            0px;
    background:     #000;
    z-index:        100;
    display:        inline;
}
.ppy-tools.ppy-left {
    left:           0px;
    -moz-border-radius: 0 0 6px 0;
    -khtml-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius:  0 0 6px 0;
}
.ppy-tools.ppy-right {
    right:           0px;
    -moz-border-radius: 0 0 0 6px;
    -khtml-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius:  0 0 0 6px;
}
.ppy-tools div {
    width:          25px;
    height:         0px !important;
    padding-top:    35px;
    overflow:       hidden;
    float:          left;
    background:     transparent no-repeat center top;
    cursor:         pointer;
}
.ppy-prev {
    background-image:url(/images/prev2.png) !important;
}
.ppy-enlarge {
    width:          49px !important;
    margin:         0 10px;
    background-image:url(/images/enlarge2.png) !important;
}
.ppy-compact {
    width:          49px !important;
    margin:         0 10px;
    background-image:url(/images/compact2.png) !important;
}
.ppy-next {
    background-image:url(/images/next2.png) !important;
}
.ppy-tools div:hover {
    background-position: center -35px;
}
.ppy-cap {
    background:     #d3d3d3;
    color:          #666;
    line-height:    1.2em;
    border:         1px solid #ddd;
    border-top:     0px;
    position:       relative;
    overflow:       hidden;
}
.ppy-textwrap {
    padding:        10px;
}
#popeye1 .ppy-count {
    position:       absolute;
    padding:        3px 7px 0 5px;
    bottom:         0px;
    right:          0px;
    font-style:     italic;
    font-size:      0.9em;
    background:     #000;
    color:          #f7f7f7;
    opacity:        0.7;
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
    filter:         progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* IE7 lte */
    z-index:        100;
    text-align:     right;
    display:        inline;
    -moz-border-radius: 6px 0 0 0;
    -khtml-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius:  6px 0 0 0;
    display: none;
}
#popeye2 .ppy-count {
    display:        inline;
    padding:        0 5px 0 0;
    font-style:     italic;
}
.ppy-loading {
    background:     #333 url(/images/loading2.gif) no-repeat center !important;
}

/*Fullsize*/
.fullsize-icon {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: transparent url(/images/fullsize-icon.png) no-repeat left top;
	z-index: 950;
	cursor: url(fullsize.cur), auto;
}

.fullsize-loading, .fullsize-wrapper {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 999;
}

.fullsize-loading {
	height: 51px;
	width: 51px;
	background: transparent url(/images/fullsize-loading-bg.png) no-repeat left top;
}

.fullsize-loading-inner {
	height: 100%;
	width: 100%;
	background: transparent url(/images/fullsize-loading-spinner.gif) no-repeat center center;
}

.fullsize-image {
	display: block;
}

.fullsize-title {
	position: relative;
	margin: 0;
	padding: 5px 0;
	min-height: 14px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	text-shadow: 0 0 1px #000;
	background: transparent url(/images/fullsize-title-bg.png) repeat-x left top;
}

.fullsize-title-text {
	text-align: center;
	margin: 0 auto;
}

a.fullsize-close {
	position: absolute;
	display: block;
	margin: -15px 0 0 6px;
	width: 16px;
	height: 16px;
	text-decoration: none;
	z-index: 1000;
	background: transparent url(/images/fullsize-close.png) no-repeat left top;
}

/* Safari 3.0 and Chrome rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	a.fullsize-close {
		margin-top: -14px;
	}
}

a.fullsize-close:hover {
	background-position: right top;
}

.fullsize-close {
	cursor: pointer;	
}

/* Shadows */

.fullsize-sh-wrap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 980;
}

.fullsize-sh-top, .fullsize-sh-body, .fullsize-sh-bottom {
	width: 100%;
}

.fullsize-sh-top-l, .fullsize-sh-top-m, .fullsize-sh-top-r, .fullsize-sh-bottom-l, .fullsize-sh-bottom-m, .fullsize-sh-bottom-r {
	background-position: left top;
	background-repeat: none;
	background-color: transparent;
	height: 20px;
}

.fullsize-sh-top-l {
	float: left;
	width: 22px;
	background-image: url(/images/fullsize-sh-top-l.png);
}

.fullsize-sh-top-m {
	margin: 0 22px;
	background-image: url(/images/fullsize-sh-top-m.png);
	background-repeat: repeat-x;
}

.fullsize-sh-top-r {
	float: right;
	width: 22px;
	background-image: url(/images/fullsize-sh-top-r.png);
}

.fullsize-sh-bottom-l {
	float: left;
	width: 22px;
	height: 24px;
	background-image: url(/images/fullsize-sh-bottom-l.png);
}

.fullsize-sh-bottom-m {
	margin: 0 22px;
	height: 24px;
	background-image: url(/images/fullsize-sh-bottom-m.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.fullsize-sh-bottom-r {
	float: right;
	width: 22px;
	height: 24px;
	background-image: url(/images/fullsize-sh-bottom-r.png);
}

.fullsize-sh-body {
	background-image: url(/images/fullsize-sh-body-l.png);
	background-repeat: repeat-y;
}

.fullsize-sh-body-r {
	float: right;
	height: 100%;
	width: 11px;
	background-image: url(/images/fullsize-sh-body-r.png);
	background-repeat: repeat-y;
}

/*Poker info*/
#Pokerinfo{}
#Pokerinfoint {display: block;list-style: none;}
#Pokerinfoint li {display: block;color: #333333;text-align: left;font-size: 11px;padding: 5px 0; margin: 0 10px; border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #a3a3a3;}
#Pokerinfoint li h2{display: inline;color: #ffffff;font-size: 12px;font-weight:bold;padding:5px 0;width: 145px;}
#Pokerinfoint li h3{display: inline;color: #F18903;font-size: 11px;text-align:center;font-weight: bold;text-align: left; float: right; width:50px;padding: 5px 0;}

/*Stampa palinsesto*/
.stampapal 							{	margin:0;}
.stampapalgruppo 					{ 	background-color:#424242; font-size:20px; color:#f0f0f0;text-align: left;}
.rigascommesse td					{	padding:5px; background-color:#f1f1f1;}
.nomeevento							{	padding:3px;font-size:16px;}
.palnazione							{	background-color:#c1c1c1; padding:5px;border-bottom: 1px;border-color: #000;border: solid 1px;}



/* Added Style for Home SlideShow */
/* Easy Slider */
	#slider {z-index: -1;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		z-index: 1000;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 950px;
		height: 358px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		opacity: 0.3;
		filter: alpha(opacity=30);
		background-color: #000000;
		margin: -35px 0 0 0;
		padding: 0 0 0 10px;
		height: 35px;
		z-index: 120000;	
		}
	ol#controls li{
		margin:0 7px 0 10px; 
		padding: 0;
		float:left;
		list-style:none;
		height:35px;
		line-height:35px;
		}
	ol#controls li#controls4 a {
		border-right: 0px !important;
	}
	ol#controls li a{
		float:left;
		height: 15px;
		line-height: 15px;
		border-right: 2px solid #a0a0a0;
		width: 20px;
		color:#a0a0a0;
		text-decoration:none;
		margin: 10px 0;
		font-size: 14px;
		}
	ol#controls li.current a{
		color: #fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */