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


/* DEFAULT STYLE ----------------------------------------- */

/* A ------------------------------------------------------ */
a {
	color: #333333;
	text-decoration: none;
}

/* B ------------------------------------------------------ */
body {
	margin: 0px auto;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	height: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}

/* H ------------------------------------------------------ */
html {
	height: 100%;
}


/* I ------------------------------------------------------ */

img {
	background-color: transparent;
	border: none;
}


input {
	border:1px solid #CCCCCC;
	font-size: 11px;
}

form {
	padding:0px;
	margin:0px;
}

/* S ------------------------------------------------------ */
select {
	border:1px solid #CCCCCC;
	font-size: 11px;
}



/* END DEFAULT STYLE -------------------------------------- */



/* ID STYLE ----------------------------------------------- */

/* C ------------------------------------------------------ */
#columnSx {
	color: #333333;
	display: inline;
	width: 200px;
	float: left;
	position: relative;
	margin: 5px;
	padding: 0px;
}

#columnSx a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#columnSx a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#columnSx a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

#columnCx {
	color: #333333;
	display: inline;
	width: 600px;
	float: left;
	position: relative;
	margin: 10px;
	padding: 0px;
}

#columnCx a:link {
	color: #333333;
	text-decoration:none;
}

#columnCx a:visited {
	color: #333333;
	text-decoration:none;
}

#columnCx a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

#columnCxPoker {
	color: #333333;
	display: inline;
	width: 810px;
	float: left;
	position: relative;
	margin: 5px;
	padding: 0px;
	padding-left: 10px;
}

#columnDx {
	color: #333333;
	display: inline;
	width: 160px;
	float: right;
	position: relative;
	margin: 5px;
	padding: 0px;
}

#containerCenter {
	background: url(../images/bgCenter.gif);
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}

#containerCenterPoker {
	background: url(../images/bgCenterPoker.gif);
	margin-bottom: 0px;
	overflow: auto;
	width: 100%
}

#containerTotal {
	margin: 0px auto;
	width: 1000px;
}


/* F ------------------------------------------------------ */
#footer {
	float: left;
	clear: both;
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* H ------------------------------------------------------ */
#header {
	color: #FFFFFF;
	padding: 10px;
	background-color:#000000;
}

#headerMenu {
	height:40px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/bgMenu.jpg); 
}

#headerImage {
	height: 200px;
	width: 100%;
}

#miniRank {
	padding: 4px 4px 4px 4px;
	font-size: 10px;
	
}

#miniRankPosition {
	padding: 0px 2px 0px 2px;
	margin: 0px 4px 0px 0px;
	background-color: #666666;
	color:#FFFFFF;
	font-size: 9px;
}


/* END ID STYLE ------------------------------------------- */



/* CLASS STYLE -------------------------------------------- */

.asterisco {
	font-weight: bold;
	color: #FF0000;
}


a.button {
	display: block;
	width: 86px;
	height: 22px;
	padding-top: 6px;
	text-decoration: none !important;
	text-align: center;
    background: url(../images/button.jpg) no-repeat 0 0; 
	color: #FFFFFF !important;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
}

a.button:hover {				/*per IE fino alla versione 6*/
	color: #CCCCCC;
}
   
html>body a.button:hover {		/*per gli altri browser*/
	color: #CCCCCC;
	background-position: 0 -28px;
}

a.buttonSmall {
	display: block;
	width: 70px;
	height: 18px;
	padding-top: 4px;
	text-decoration: none;
	text-align: center;
    background: url(../images/buttonSmall.jpg) no-repeat 0 0; 
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana;
}

a.buttonSmall:hover {				/*per IE fino alla versione 6*/
	color: #CCCCCC;
}
   
html>body a.buttonSmall:hover {		/*per gli altri browser*/
	color: #CCCCCC;
	background-position: 0 -23px;
}  


/* C ------------------------------------------------------ */

.centraADV {
	text-align: center;
	position: absolute;
	top: 35%;
	left: 50%;
	width: 550px;
	margin-left: -275px;
	height: 400px;
	margin-top: -200px;
}

.centrato {
	text-align: center;
	position: Absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 600px;
	margin-top: -300px;	
}

.clear {
	clear: both;
	background: none;
}

/* F ------------------------------------------------------ */
.filterBoxRank {
	font-weight: bold;
	font-size: 11px; 
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	background-color:#666666;
	text-align:right;
	clear:both;
}

.filterBoxRank a {
	color:#FFFFFF !important;
}
/* I ------------------------------------------------------ */
.inputLogin {
	border: 0px;
	background: transparent;
	width: 186px;
	height: 30px;
	padding-top: 4px;
	padding-left: 4px;
	font-size: 11px;
}

.login {
	color:#FFFFFF;
}

.login a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.login a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.login a:hover{
	color:#FFCC33;
	text-decoration:underline;
}


/* M ------------------------------------------------------ */

.menuTop {
	padding:11px;
	display:block;
	float:left;
}

a.menuTop:link {
	text-decoration: none;
	color:#FFFFFF;
}

a.menuTop:visited {
	text-decoration: none;
	color:#FFFFFF;
}

a.menuTop:hover {
	text-decoration: none;
	color:#FFCC33;
}



/* N ------------------------------------------------------ */
.NotLogin {
	font-size: 9px;
}

/* P ------------------------------------------------------ */
.paginazione {

	font-size:12px;
	color:#FFFFFF!important;
	background-color: #EFEFEF;
	border: 1px solid #FFFFFF;
	padding: 2px 6px 2px 6px;
	margin: 0px 1px 0px 1px;
	
}

a.paginazione:link {
	font-size:12px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	margin: 0px 1px 0px 1px;
	cursor: pointer;
	font-weight: normal;

}


a.paginazione:visited {
	font-size:12px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	margin: 0px 1px 0px 1px;
	cursor: pointer;
	font-weight: normal;

}

a.paginazione:hover {
	font-size:12px;
	background-color: #999999;
	color: #FFCC00!important;
	cursor: pointer;
	text-decoration:none!important;
	font-weight: normal;

}

.paginazioneActive {
	font-size:12px;
	background-color: #999999;
	color: #FFCC00;
	border: 1px solid #FFFFFF;
	padding: 2px 6px 2px 6px;
	margin: 0px 1px 0px 1px;
	font-weight: bold;

}



/* T ------------------------------------------------------ */

.textHome {
	padding: 10px;
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(../images/bg_text_home.jpg);
}

.textHome a {
	color: #FFCC00 !important;
}

.titolo {
	font-size: 14px;
	font-weight: bold;
}

.titoloBox {
	font-weight: bold;
	font-size: 11px; 
	color: #FFCC00;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #333333;
}

.titoloBoxLogin {
	font-weight: bold;
	font-size: 11px; 
	color: #FFCC00;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}

/* END CLASS STYLE ---------------------------------------- */
