/*
 *  Default styles 
 */
 
body 
{
	background-image: url(../gfx/screan/background.gif); 
	background-repeat:x-repeat;
	background-color:#263F79;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

img
{
	border: none;
}
input
{
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	vertical-align: middle;
}

td
{
	color: #000000;
	font-size: 11px;
}

td.white
{
	color: #ffffff;
}

td.normal{
	color: #000000;
	font-size: 11px;	
}

td.menu1{
	background : transparent url(../gfx/screan/nav_2.gif) repeat-x;
}

td.menu2{
	background : transparent url(../gfx/screan/nav_4.gif) repeat-x;
}

td.menu3{
	background : #263E78;
}

a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: blue;
    font-size: 12px;
    line-height: 16px;
}

a.title1{
	color: #1464AE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
}

a.title1:hover{
	text-decoration : underline;
}

.titleMed{
	color: #1464AE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
}

.title1Big{
	color: #263E78;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
	text-decoration : none;
}



a.title2{
	color: #B1780F;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
}

a.title2:hover{
	text-decoration : underline;
}

.title2Big{
	color: #B1780F;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
}

a.normalBlue{
	color: #263E78;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}

a.normalBlue:hover{
	text-decoration : underline;	
}

a.normalLightBlue{
	color: #C6D5F9;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}

a.normalLightBlue:hover{
	text-decoration : underline;	
}

a.normal{
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

a.normal:hover{
	text-decoration : underline;	
}

a.button{
	color: #263E78;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
	margin: 7px 15px;
	text-decoration : none;
}

a.button:hover{
	text-decoration : none;	
}

a.normalWhite{
	color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

a.normalWhite:hover{
	text-decoration : underline;	
}

.title{
	font : bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #263E78;
	color: #FF7F00;
}

.bigText{
	font : normal 15px Arial, Helvetica, sans-serif;
	color : Black;
}

td.line{
	border-bottom : 1px solid #C5C1B5;
}

td.footer{
	color: #B8BAC2;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}



.toplist table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

	.toplist th,
	.toplist td {
		background: url(/gfx/screan/toplist.png) repeat-x 0 0;
	}
	
	.toplist th,
	.toplist td {
		padding: 0;
		text-align: left;
	}
	
	.toplist .head td {
		height: 31px;
	}
	
		.toplist .head .t {
			color: #2a487e;
			font-size: 15px;
			font-weight: bold;
		}
		
		.toplist .head .tl,
		.toplist .head .tr {
			width: 9px;
		}
		
		.toplist .head .tl { background-position: 0 -41px; }
		.toplist .head .tr { background-position: -8px -41px; }
	
	.toplist .body th,
	.toplist .body td {
		border-top: 1px solid #101a32;
	}
	
	.toplist .body thead th {
		padding: 3px;
		background-position: 0 -82px;
	}
	
	.toplist .body tbody td {
		height: 40px;
		padding: 5px;
		background-position: 0 -82px;
	}
	
		.toplist .body .room,
		.toplist .body .room-logo {
			padding-left: 10px;
		}
		
		.toplist .body .room-logo {
			width: 1%;
		}
		
		.toplist .body .bonus,
		.toplist .body .visit {
			width: 12%;
			text-align: center;
		}
		
		.toplist .body .bonus-match {
			width: 17%;
			*width: 25%;
			text-align: center;
		}
		
		.toplist .body .visit {
			padding-right: 10px;
		}
	
	.toplist .foot td {
		height: 10px;
		font-size: 0;
		line-height: 0;
	}
	
		.toplist .foot .b {
			background: #9cc9ea none;
		}
		
		.toplist .foot .bl,
		.toplist .foot .br {
			width: 9px;
		}
		
		.toplist .foot .bl { background-position: 0 100%; }
		.toplist .foot .br { background-position: -8px 100%; }



/*
 *	Buttons
 */

.btn-close {
	display: inline-block;
	width: 41px;
	height: 40px;
	cursor: pointer;
	background: url(/gfx/screan/btn-close.png) no-repeat 0 0;
}

/*
 *	Fullscreen promo
 */

.fullscreen-promo {
	position: absolute;
	width: 993px;
	height: 534px;
	background: rgba(0,0,0,0.8);
	background: #000\9;/*IE 6-8*/
	box-shadow: 0 2px 30px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 30px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 30px 10px rgba(0,0,0,0.5);
}

	.fullscreen-promo .close {
		position: absolute;
		top: -10px;
		right: -10px;
	}
