@font-face { font-family:'xdigital'; src:url('digital-7.ttf') format('truetype');}
body{
	padding:0px;
	margin:0px;
	background:#000000;
	text-align:justify;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
.header{
	background: url(../images/header.png);
	background-repeat:repeat-x;
	height:153px;
	border-bottom:4px solid #f30000;
}
#wrap{
	width:890px;
	margin:auto;
	border:0px solid #0d0d0d;
}
.head_panel{
	height:150px;
	
}
#head_menu_top{
	background-color:#f30000;	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom:1px solid #000796;
	border-left:1px solid #000796;
	color:#000796;
	padding:7px 10px 7px 10px;
	overflow:hidden;
	width:330px;
}
#triangle-topleft {
	float: left;
    position: absolute;
    margin-top: -10px;
    width: 0;
    height: 0;
    margin-left: 339px;
    border-top: 35px solid #f30000;
    border-right: 22px solid transparent;
	overflow:hidden;
}
#head_menu_top_left{
	float:left;
	width:350px;
}
#head_menu_top_left a{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#head_menu_top_left a:hover{
	color:#FFFF00;
}
#head_menu_top_right{
	border:0px solid #000000;
	float:right;
}
#head_menu_top_right img{
}

#logo_box{
	height:123px;
	border:0px solid #333333;
	padding:0px 0px px 0px;
	overflow:hidden;
}
.logos_left{
	width:200px;
	float:left;
}
.img_blur:hover{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.logos_right{
	height:100%;
	width:580px;
	float:right;
	border:0px solid #000000;
}

#xbody{
	background-image: url('../images/bg.jpg'), linear-gradient(#000, #151515);
	background-image: url('../images/bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(151515));
	background-image: url('../images/bg.jpg'), -moz-linear-gradient(top, #000, #151515);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
	background-size: cover;
	padding:10px;
	border-bottom: 4px solid #f30000; 
}

.days{
	overflow:hidden;
	width:570px;
	float:right;	
}
.daysright{
	float:right;
	height:20px;
	background:#f30000;
	width:538px;
	padding:7px 10px 0px 0px;
	font-size:12px;
	text-align:right;
	text-transform:uppercase;
	color:#000796;
}
.daysright a{
	color:#FFFFFF;
	text-decoration:none;
}
.daysright a:hover{
	color:#ff0000;
}
#triangle-bottomright {
	float:left;
	width: 0; 
	height: 0; 
	margin-right:-10px;
	border-bottom: 30px solid #f30000; 
	border-left: 22px solid transparent; 
}
#body2{
	padding:0PX 0px 10px 0px;
	text-align:center;
}

.digit{
	font-family:xdigital;
	font-size:50px;
	color:#000;
}
.ddate{
	font-size:12px;
	color:#000;
}

.box_result{
	float:left;
	width:30.8%;
	border:0px solid #005aff;
	padding:10px 10px 10px 10px;
	color:#212121;
}
.result_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	color:#212121;
}
.dxbar{
	background: rgb(248, 196, 50);
	background: linear-gradient(to bottom, rgb(0, 186, 255) 0%, rgb(0, 156, 255) 50%, rgb(0, 126, 255) 51%, rgb(0, 102, 255) 71%, rgb(0 , 90, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323bf8', endColorstr='#0066ff', GradientType=0 );
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 2px 0px #460000;
}
.pad_r_10{
	padding-right:10px;
}
.pad_l_10{
	padding-left:10px;
}
.border_bot{
	border-bottom:1px solid #ed1116;
}
.font_12{
	font-size:12px;
}
.footer{
	color:#666666;
	font-size:11px;
	padding:10px;
}
.block{

	float:left;
	padding:5px 2px 5px 2px;
	position:relative;
}
.ball{
	width:25px;height:25px;border-radius:17px;font-size:14px;color:#fff;font-weight:bold;line-height:25px;text-align:center;background:#ed1116;font-family:Arial, Helvetica, sans-serif;
	background: rgb(237, 17, 22);
	background: -webkit-linear-gradient(to bottom, rgb(248, 50, 50) 0%, rgb(241, 92, 92) 50%, rgb(246, 12, 12) 51%, rgb(240, 23, 23) 71%, rgb(231, 39, 39) 100%);
	background: linear-gradient(135deg, rgb(0, 39, 206) 0%, rgb(0, 90, 255) 50%, rgb(0, 90, 255) 51%, rgb(0, 39, 206) 71%, rgb(0, 90, 255) 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73434', endColorstr='#ff0000', GradientType=1 );
}
