@import url("css/font.css");
body{
	padding:0px;
	margin:0px;
	background:#000000;
	text-align:justify;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
.header{
	height:150px;
	background-color:#730000;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	border-bottom:4px solid #FF0000;
	
}
#body2{
	background-image: url('../images/bg3.png');
	background-repeat: repeat;
}
#xbody{
	background-image: url('../images/bg2.png');
	background-repeat: repeat-x repeat-y;
}
#wrap{
	width:900px;
	margin:auto;
	border:0px solid #492123;
}
.head_panel{
	height:150px;
	
}
#head_menu_top{
	background-color:#333333;
	
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );

	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border:1px solid #333333;
	color:#000000;
	padding:5px 10px 5px 10px;
	overflow:hidden;
}
#head_menu_top_left{
	float:left;
	width:300px;
	
}
#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{
	border:1px solid #000000;
}

#logo_box{
	height:123px;
	border:0px solid #333333;
	padding:0px 0px px 0px;
	overflow:hidden;
}
.logos_left{
	width:200px;
	float:left;
}
.logos_right{
	height:100%;
	width:600px;
	float:right;
	border:0px solid #000000;
}

#xbody{
	padding:5px;
	background-color:0099FF;
}

.days{
	overflow:hidden;
}
.daysright{
		float:right;
		height:23px;
		background:#FF0000;
		width:560px;
		padding:7px 10px 0px 0px;
		font-size:12px;
		text-align:right;
		text-transform:uppercase;
		color:#000000;
}
.daysright a{
	color:#FFFFFF;
	text-decoration:none;
}
.daysright a:hover{
color:#FFFF00;
}
#triangle-bottomright { 
float:left;
 
   width: 0; 
   height: 0; 
   border-bottom: 30px solid #FF0000; 
   border-left: 30px solid transparent; 
}
#body2{
	background-color:0099FF;
	padding:0PX 0px 10px 0px;
	text-align:center;
}

.digit{
	font-family:arial;
	font-size:50px;
	color:#666666;
}
.ddate{
	font-size:15px;
	font-weight:bold;
	color:#666666;
}

.box_result{
	float:left;
	width:30.8%;
	border:0px solid #000000;
	padding:0px 10px 0px 10px;
	
	
}
.result_head{
	font-family:Comic, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration-color: red;
	font-size:12px;
	padding:10px;
}
.dxbar{
	background: rgba(98,125,77,1);
	background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
	background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 );
}
.pad_r_10{
	padding-right:10px;
}
.pad_l_10{
	padding-left:10px;
}
.border_bot{
	border-bottom:1px solid #666666;
}
.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;line-height:25px;text-align:center;background:#ff0000;font-family:Comic, Helvetica, sans-serif;
	
	

}
