@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: linear-gradient(to bottom, rgba(0, 0, 0, 0.61) 0%, rgba(2, 2, 2, 0.98) 100%), url(../images/header.png);
	background-repeat:repeat-x;
	height:153px;
	border-bottom:4px solid #001370;
}
#wrap{
	width:890px;
	margin:auto;
	border:0px solid #0d0d0d;
}
.head_panel{
	height:150px;
	
}
#head_menu_top{
	background-color:#c32727;	
	-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 #a00000;
	border-left:1px solid #a00000;
	color:#b90000;
	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 #c32727;
    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.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.logos_right{
	height:100%;
	width:580px;
	float:right;
	border:0px solid #000000;
}

#xbody{
	background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
	padding:10px;
	border-bottom: 4px solid #001370; 
}

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

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

.box_result{
	float:left;
	width:30.8%;
	border:0px solid #000000;
	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(169 0 0);
	background: linear-gradient(to bottom, rgb(169 0 0) 0%, rgb(197 9 9) 50%, rgb(181 12 12) 51%, rgb(144 6 6) 71%, rgb(156 0 0) 100%);
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0px #002c46;
}
.dxbarx{
	background: rgb(0 29 169);
	background: linear-gradient(to bottom, rgb(0 41 169) 0%, rgb(9 13 197) 50%, rgb(12 28 181) 51%, rgb(6 19 144) 71%, rgb(0 26 156) 100%);
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0px #002c46;
}
.pad_r_10{
	padding-right:10px;
}
.pad_l_10{
	padding-left:10px;
}
.border_bot{
	border-bottom:1px solid #e91e1e;
}
.font_12{
	font-size:12px;
}
.footer{
	color:#666666;
	font-size:11px;
	padding:10px;
}
.block{
	float:left;
	padding:5px 1px 5px 1px;
	position:relative;
}
.ball{
	width:25px;height:25px;border-radius:17px;font-size:14px;color:#ffffff;font-weight:bold;line-height:25px;text-align:center;font-family:Arial, Helvetica, sans-serif;
	background: rgb(0, 0, 0);
	background: -webkit-linear-gradient(-45deg, rgb(255 255 255) 0%, rgb(0 0 0) 50%, rgb(0 1 43) 51%, rgb(49 76 255) 71%, rgb(0 53 255) 100%);
}
