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

#claim_container {
/*	background-color:#CCCCCC;*/
	position:fixed;
	margin: 0 auto;
/*	padding: 180px 0 0 300px; */
	z-index:5;
	top: 180px;
	left:300px; 	
/*	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; */
	}

#claim { 
    width: 450px;
    height: auto;
	background-color:#CCCCCC;
	font-size: 10px;
    font-family: Verdana;
	z-index:5; 
	border: solid 1px #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}


#claim-footer #bottone {
	width:118px;
	height:27px;
	text-align:center;
	font-size:12px;
	float:right;
	padding-top:65px;
	padding-right:164px;
	}

#claim-footer #bottone a {
	text-decoration:none;
	background:url(img-claim/bt_leggi.png) no-repeat top center;
	width:118px;
	height:27px;
	color: #002f43;
	display:block;
	padding:5px 0;}

#claim-footer #bottone a:hover {
	color: #C30;}

#claim a.sponsor {
	color: #FFFFFF;
	padding: 0 5px;
}

#claim a.sponsor:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#claim #bg_claim .dx .title {
	text-align:left;}

#claim #bg_claim h1 {
	font-size:24px;
	color:#e2001a;
	line-height:120%;}

#claim #bg_claim span {
	font-size:14px;
	color:#555555;
	line-height:100%;}

#claim #bg_claim img {
	padding: 3px 0;
	border:none;}

#claim #bg_claim .dx p {
	padding: 20px 0 0 20px;}
	
#dashboard {
	bottom:0;
	height:134px;
	position:fixed;
	width:100%;
	z-index:10;
}
	
#dashboard #claim-footer {
	background:url("img-claim/fascia.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:120px;
	margin:0 auto;
	padding:14px 0 0;
	position:relative;
	width:800px;
}

#dashboard h3, 
#dashboard h4 {
	font-weight:normal;
	margin:0;
	padding:0;
}

#status {
	color:#FFFFFF;
	font-size:1.4em;
	text-shadow:0 1px 0 #000000;
	width:345px;
	padding-left:162px;
	float:left;
}

#status h3 {
	padding:0;
	font-size:1em;
	padding:0 0 4px;
}

#status h4 {
	font-size:0.9em;
	padding:0 0 5px;
}


#dashboard #claim-footer div.chiudi {
    text-align: right;
	color: #FFFFFF;
	display:block;
	width:78px;
	height:68px;
	left:525px;
	position:absolute;
	top:-36px;
}

#dashboard #claim-footer div.chiudi a {
	background:url("img-claim/bt-chiudi.png") no-repeat scroll 0 0 transparent;
	display:block;
	width:78px;
	height:68px;
	left:391px;
	top:-68px;
}


#dashboard #claim-footer div.chiudi a:hover {
	background:url("img-claim/bt-chiudi.png") no-repeat scroll 0 -68px transparent;
	display:block;
	width:78px;
	height:68px;
	left:0;
	top:0;
}

#status span {
	color:#FFFFFF;
	font-size:1.3em;
}

#status ul,
#status li {
	margin:0;
	padding:0;
	}

.league {
	font-family:'LeagueGothicRegular',Arial,sans-serif;
}