﻿ /* form */
.bc td,
.bcg{background-color:#FFF7F0!important;}
.input {
	width: 38px;
	padding: 2px 1px;
	font-size: 12px;
	/*line-height: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/Skin/Yellow/BoxBg1.png) 0 -91px no-repeat;
	border: 1px solid #c3a294;
	font-family:Verdana,"Arial",Arial,Sans;  
	vertical-align: middle;
        margin-top: 2px;*/
}
.input:hover{
	/*border: 1px solid #d4724b;*/
}
.font_c{ color:#3263d1;font-weight:bold;}
.btn{
	font-size: 12px;
	display: inline-block;
	padding: 4px 20px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
	.hotBtn{
		font-weight: bold;
		color: #fff;
		
    background: linear-gradient(to bottom, #fe874c 0%, #da5000 100%);
    border: 1px solid #d94b00;
    color: #FFFFFF;
	}
	.hotBtn:hover{
		font-weight: bold;
	}
	.grayBtn{
        border-radius: 0px; 
        height:18px;    
        padding: 0px 20px;
        color: #562d1d;
    background: linear-gradient(to bottom, #fe874c 0%, #da5000 100%);
    border: 1px solid #d94b00;
    color: #FFFFFF;
	}
	.grayBtn:hover{
		font-weight: bold;
	}
	.grayBtn1,.grayBtn1:hover{
		font-weight: bold;
		color: #898989;
		text-shadow: 0px 1px 0px #f2f2f2;
		background: #d1d1d1;
		background-image:-webkit-linear-gradient(to top, #c4c4c4, #dcdcdc);
		background-image:linear-gradient(to top , #c4c4c4, #dcdcdc);
		border-bottom: 1px solid #a2a2a2;
	}


/* global */
html{
	background: #fff;
}
.widthAuto{
	background: url(/Skin/Yellow/BoxBg1.png) 0 -281px repeat-x;
}
.red {
	color: #e64100;
}
.blue {
	color: #004eff;
}
.green {
	color: #008d0d;
}
	.logo{
		
	}
	.user_pic{
		background: url(/Images/Member/micon.png) -1px -202px no-repeat;
	}

	.user_info p{
		color: #fff;
	}
	.user_info p span{
		margin-right:4px;
	}
	.user_info p.user_name{
		color: #fffc00;
	}
	.user_info p em{
		color: #cc6a3e;
	}
	.user_select a{
		background: #dc8660 url(/Skin/Yellow/BoxBg1.png) -320px -220px no-repeat
	}
	.user_select a:hover{
		background: #e9956f url(/Skin/Yellow/BoxBg1.png) -380px -220px no-repeat
	}
	.user_select .user_select_item{
		background: #e6cbc0;
		padding:6px;
		border-top:1px solid #752200;
		border-right:none;
		border-left:1px solid #c2a99d;
		border-bottom:1px solid #c2a99d;
	}
	.user_select_itme_left, .user_select_itme_right{
		border: 1px solid #cfb4a8;
	}
	.user_select .user_select_item h3{
		background: #f0f6ff linear-gradient(to top, #f3e2db, #FFF) repeat scroll 0% 0%;
		border-bottom: 1px solid #cfb4a8;
	}
	.user_select .user_select_item p{
		background: #fff;
		font-family:Verdana,"Arial",Arial,Sans;
	}
	.menu{
		-webkit-box-shadow: 0px 1px 0px #d9c0b6;
	  	-moz-box-shadow: 0px 1px 0px #d9c0b6;
	  	box-shadow: 0px 1px 0px #d9c0b6;
	}
	.menu a{
		color:#000;
		border: 1px solid #c2a99d;
	    background: #f3e2db;
		background-image:-webkit-linear-gradient(to top, #f3e2db, #fff9f7 );
		background-image:linear-gradient(to top, #f3e2db, #fff9f7 );
	}
	.menu a:hover{
	    background: #fff9f7;
		background-image:-webkit-linear-gradient(to top, #e4c5b8, #fff9f7);
		background-image:linear-gradient(to top , #e4c5b8, #fff9f7);
		color:#e64100;
	}
	.menu a i{
		background: url(/Images/Member/BoxBg.png) -363px -28px no-repeat;
	}
		.menu div{
			border: 1px solid #c2a99d;
		    background: #fff;
		    -moz-box-shadow: 0px 1px 5px #ccc;
		    -webkit-box-shadow: 0px 1px 5px #ccc;
		    box-shadow: 0px 1px 5px #ccc;
		}
		.menu div li a{
			border-bottom: 1px dotted #dcbeb2;
			background: url(/Images/Member/BoxBg.png) 12px -57px no-repeat;
		}
		.menu div li a:hover{
			background: #f5e5de url(/Images/Member/BoxBg.png) 17px -57px no-repeat;
		}
	.nav{
		border: 1px solid #c2a99d;
	    background: #f3e2db;
		background-image:-webkit-linear-gradient(to top, #f3e2db, #fff9f7 );
		background-image:linear-gradient(to top, #f3e2db, #fff9f7 );
		-webkit-box-shadow: 0px 1px 0px #d9c0b6;
	  	-moz-box-shadow: 0px 1px 0px #d9c0b6;
	  	box-shadow: 0px 1px 0px #d9c0b6;
	}
	.nav a{
		border-right: 1px solid #c2a99d;
		color:#000;
	}
	.nav a:hover{
	    background: #fff9f7;
		background-image:-webkit-linear-gradient(to top, #e4c5b8, #fff9f7);
		background-image:linear-gradient(to top , #e4c5b8, #fff9f7);
		color:#e64100;
	}
.notice{
	color:#ffffff;
	background: #6d3618;
	border-top: 1px solid #ceb2a6;
    -moz-box-shadow:-2px -2px 5px #f7f7f7; 
    -webkit-box-shadow:-2px -2px 5px #f7f7f7; 
}

/* sub */

.top_info{
    background: #f6f6f6;
}

.game_info_wrap {
    background: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
    border: 1px solid #e7cabd;
}
.game_info_wrap .left #gamename{    
    color: #762D08;
}
.game_info_wrap .right #NowJq{
    color: #ff0000;
    font-weight: bold;
    font-size:14px;
}
.game_info_wrap .right #updateTime{
    color: #5597e7;
}


.sticky_top{
	background: #ffffff;
	background-image:-webkit-linear-gradient(to top, #ffffff, #f7e8e2);
	background-image:linear-gradient(to top , #ffffff, #f7e8e2);
}
.game_name_wrap{
	border-right: 1px dotted #dfc2b6;
}
.game_info_wrap .left #gamename{    
    color: #6b2f14;
}


.happy10{
	background: url(/Images/Member/pic1.png) no-repeat;
}
.game_name h5 em{
	color: #333;
}
.game_name p{
	color: #6a737c;
}
.game_name p b{font-family:Verdana,"Arial",Arial,Sans; font-weight:normal;}

              


.look_history_btn{
	background: #f9efeb url(/Skin/Yellow/BoxBg1.png) -196px -177px no-repeat;
	border: 1px solid #c9b8ac;
	border-bottom: none;
}
.look_history_btn:hover{
	background: #fff7f4 url(/Skin/Yellow/BoxBg1.png) -196px -177px no-repeat;
}
.look_history_btn.active{
	background: #fff7f4 url(/Skin/Yellow/BoxBg1.png) -352px -177px no-repeat;
}
.look_history_btn.active:hover{
	background: #fff7f4 url(/Skin/Yellow/BoxBg1.png) -352px -177px no-repeat;
}
.history_wrap table{
	background-color: #ffffff;
	border: 1px #e7cabd solid;
}
.history_wrap thead{
	background: #f5f5f5;
}
.history_wrap .footer{
	background: #e7cabd;
}
.history_wrap .date{
	color: #762D08;
}
.history_wrap .date:hover {color:red;
}
#result .history_wrap .row:hover{
    background:#e7cabd;
}
.history_wrap td{
	border: 1px solid #e7cabd;
}
.history_wrap th{
    color: #6b2f14;
	background: #f4e1d8;
	border: 1px solid #e7cabd;
	background-image: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
}
.game_class a {
    color: #535353;
    text-shadow: 1px 1px 0 #eeeeee;
}.game_class a.selected {
    color: white;
    background: #733918;
    text-shadow: 1px 1px 0 #733918;
}
.game_class ul {
    background: url(blue/game_classbg.png) repeat-x;
}
.game_class .gameli{
    background: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
}
.game_class .span {
    color: #6b2f14;
}


#dg_dx table{
    width:100%; 
    text-align:center;
    background-color: #ffffff;
    border: 1px #dfd0c9 solid;
}
#dg_dx thead{
    background:#f5f5f5;
}
#dg_dx td{
	border: 1px solid #dfd0c9;
	background: #fff;
	cursor:pointer;
}
#dg_dx th{
	cursor:pointer;
	border: 1px solid #dfd0c9;
	background-image:-webkit-linear-gradient(to top, #f4e1d8, #ffffff);
	background-image:-o-linear-gradient(to top, #f4e1d8, #ffffff);
	background-image:linear-gradient(to top, #f4e1d8, #ffffff);
}
#dg_dx .kxcro{
    background: #f4e1d8!important;
}



	.game_box_con{
		border-top:none;
		background: #fff;
		/*-webkit-box-shadow: 0px 1px 5px #adb5bf;
		-moz-box-shadow: 0px 1px 5px #adb5bf;
		box-shadow: 0px 1px 5px #adb5bf;*/
	}
		.game_item_warp{
			background: #fff;
		}
		.game_item{
			background: #fff;
		}
		.game_item li.on{
			background: #fffeee
		}


.userinfo {
    border-color: #e7cabd;
}
.userinfo li {  
    color: #6b2f14;
    border-color: #e7cabd;
    background-image: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
}
.userinfo .tdleft span{
    color: #6b2f14;
}
.putinfo {  
    border-color: #e7cabd;
}
.putinfo div { 
    color: #6b2f14; 
    border-color: #e7cabd;
    background-image: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
}
.putinfo li{
    border-color:#e7cabd;
}
#betResultPanel .Paneltitle {
    color: #6b2f14;
    border-color: rgba(255, 182, 91, 0.2);
    background-color: rgba(255, 182, 91, 0.2);
}
#betResultPanel .control {
    border-color: #e7cabd;
}
#betResultPanel .bets {
    border-color: #e7cabd;
}
#betResultPanel li {
    border-color: #e7cabd;
}
#betResultPanel .total td {
    border-color: #e7cabd;
}
#betResultPanel .control a {
    background: linear-gradient(to bottom, #fe874c 0%, #da5000 100%);
}


.game_box .game_con .grouptable,.grouptableHK{
    border-color: #e7cabd;
    color: #4F4D4D;
    background-color: #FFF;
} 
.grouptableHK td{
       border-color: #f7cecd;
    }
.game_box .game_con .grouptable .grouptd {
       border-color: #e7cabd;
    }
.game_box .game_con td.name {
       border-color: #e7cabd;
    }
.game_box .game_con td.p {
       border-color: #e7cabd;
    }
.game_box .game_con .head{
    background: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
}

.game_box .game_con .itemtable {
       border-color: #e7cabd;
    }
.game_box .game_con .itemtable td{
       border-color: #f7cecd;
    }
.game_box .game_con .itemtable input {
    width: 48px;
    border: #b0b0b0 1px solid;
    padding: 0 2px;
    background: url(Violet/text_input.gif) repeat-x left top;
}

    .game_box .game_con .itemtable .name {
        background: none repeat 0 0 #faf1ee;
    }
    
.trend_wrap{
}
.trend_title{
    border:1px solid #e7cabd;
}
.trend_title td {	
    background: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
    color: #6b2f14;
	border-right: 1px solid #e7cabd;
}
.trend_title td.active {
	color: #ffffff;
    background:linear-gradient(to bottom, #da5000 0%, #fe874c 100%);
}
.trend_title td a{
	color: #6b2f14;
}
.trend_title td.active a{
	color: #ffffff;
}
.trend_con .tab_item td {
     border:1px solid #e7cabd;
}

    
/* rightBox */
.rightBox {
}
.rightBox .right {
	border-color: #e7cabd;
}
.rightBox .right .head {
    color:#35406d;
    background-image: linear-gradient(to bottom,#fefefe 0%, #f8e3dc 100%);
}	
.rightBox .right td{
    color:#4F4D4D;
	border-color: #e7cabd;
}



/* artDialog */

.ui-dialog {
    background-color: #FFF;
    border: 3px solid #267cb9;
    border-radius: 0px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.ui-popup-bottom-left .ui-dialog-arrow-b, 
.ui-popup-bottom .ui-dialog-arrow-b, 
.ui-popup-bottom-right .ui-dialog-arrow-b {
	top: -15px;
	border-bottom: 8px solid #ebf1fc;
}
.ui-popup-bottom-left .ui-dialog-arrow-a,
.ui-popup-bottom .ui-dialog-arrow-a,
.ui-popup-bottom-right .ui-dialog-arrow-a {
    top: -19px;
    border-bottom:8px solid #267cb9;
}
.ui-dialog-title {
	font-size: 12px;
	line-height: 1.428571429;
	min-height: 16.428571429px;
	padding: 5px 5px 5px 25px;
	background: url(/Skin/Yellow/BoxBg1.png) -63px -152px no-repeat;
}
.ui-dialog-header {
	background: #ebf1fc;
}
.ui-dialog-header {
    white-space: nowrap;
    border-bottom: 1px solid #E5E5E5;
}
.ui-dialog-close {
	top: 5px;
	right: 5px;
	_height: 14px;
	padding: 0 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
}
.ui-dialog-body {
	padding: 10px;
	text-align: center;
}
.ui-dialog-content{
	font-size: 12px;
}

.ui-dialog-footer{
	padding: 5px;
	background: #dfe8f1;
	border-top: 1px solid #bec9d6;
}
.ui-dialog-footer button{	
	font-size: 12px;
	display: inline-block;
	padding: 2px 20px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.ui-dialog-footer button{
	font-weight: bold;
	color: #343434;
	text-shadow: 0px 1px 0px #b9c8df;
	background: #afc8e6;
	background-image:-webkit-linear-gradient(to top, #9dbbde, #bfd3ed);
	background-image:linear-gradient(to top , #9dbbde, #bfd3ed);
}
.ui-dialog-footer button:hover{
	background: #bfd3ed;
	background-image:-webkit-linear-gradient(to top, #bfd3ed, #bfd3ed);
	background-image:linear-gradient(to top , #bfd3ed, #bfd3ed);
}
.ui-dialog-footer button.ui-dialog-autofocus{
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #d05000;
	background: #f07700;
	background-image:-webkit-linear-gradient(to top, #e36600, #ff8800);
	background-image:linear-gradient(to top , #e36600, #ff8800);
}
.ui-dialog-footer button.ui-dialog-autofocus:hover{
	background: #e36600;
	background-image:-webkit-linear-gradient(to top, #ff8800, #e36600);
	background-image:linear-gradient(to top , #ff8800, #e36600);
}

.ui-dialog-button button{
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #d05000;
	background: #f07700;
	background-image:-webkit-linear-gradient(to top, #e36600, #ff8800);
	background-image:linear-gradient(to top , #e36600, #ff8800);
	border-bottom: 1px solid #B74C00;
}
.ui-dialog-button button:hover{
	color: #fff;
	background: #e36600;
	text-shadow: 0px 1px 0px #d05000;
	background-image:-webkit-linear-gradient(to top, #ff8800, #e36600);
	background-image:linear-gradient(to top , #ff8800, #e36600);
	border-bottom: 1px solid #B74C00;
}
.ui-dialog-loading{
	margin-top: 0px;
}
.error-tips.ui-dialog{
	border: 1px solid #e64100;
}
.error-tips .ui-dialog-arrow-a{
	border-top: 8px solid #e64100;
}
.error-tips .ui-dialog-content{
	color: #e64100
}


#skinChange{
	color: #fff;
	background: url(/Skin/Yellow/BoxBg1.png) -383px -109px no-repeat;
	border-top: 1px solid #ee8354;
	border-right: 1px solid #6a2000;
	border-bottom: 1px solid #6a2000;
	border-left: 1px solid #ee8354;
}
#skinChange:hover{
	color: #fff;
	background: url(/Skin/Yellow/BoxBg1.png) -287px -109px no-repeat;
	border-top: 1px solid #6a2000;
	border-right: 1px solid #ee8354;
	border-bottom: 1px solid #ee8354;
	border-left: 1px solid #6a2000;
}
#skinChange .skin_btn{
	color: #fff;
	background: url(/Skin/Yellow/BoxBg1.png) -396px -91px no-repeat;
}
#skinChange em{
	background: #fff;
	border: 1px solid #c2a99d;
	z-index:99999;
}

#skinChange em a{
	border-bottom: 1px dotted #dcbeb2;
}

.skin_blue i{
	background: url(/Images/Member/BoxBg.png) -180px -106px no-repeat;
}
.skin_green i{
	background: url(/Images/Member/BoxBg.png) -180px -160px no-repeat;
}
.skin_red i{
	background: url(/Images/Member/BoxBg.png) 0px -160px no-repeat;
}
.skin_yellow i{
	background: url(/Images/Member/BoxBg.png) 0px -106px no-repeat;
}
#skinChange em a.on{
	background-color: #f1ddd5
}
#skinChange em a.on i{
	background-position: 0 -86px;
}

.hot_Cool{
	-webkit-box-shadow: 0px 1px 5px #adb5bf;
	-moz-box-shadow: 0px 1px 5px #adb5bf;
	box-shadow: 0px 1px 5px #adb5bf;
}
.hot_Cool table{
	background-color: #ffffff;
	border: 1px #dfd0c9 solid;
	border-top: 2px #d44d13 solid;
	font-family:Verdana;
}
.hot_Cool table th{
	border: 1px #dfd0c9 solid;
	background: #f9dfd4;
	background-image: -webkit-linear-gradient(to top, #f9dfd4, #fef6f4);
	background-image: linear-gradient(to top , #f9dfd4, #fef6f4);
}
.hot_Cool table td{
	background-color: #ffffff;
	border: 1px #dfd0c9 solid;
}

.game_lm_title ul{	

}
.game_lm_title li{
	float: left;
	padding:5px 10px;
	text-align: center;	
    width: 48px;
    height: 17px;
    margin: 0 5px 0 0;    
    font-weight: bold;
    border: 1px solid #e6e6e6;
    background: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
	cursor: pointer;
    color: #7d7d7d;
}
.game_lm_title li:hover{
	color: #fff;
    font-weight: bold;
    background: linear-gradient(to bottom, #fe874c 0%, #da5000 100%);
    border: 1px solid #d94b00;
}
.game_lm_title li.active{
	color: #fff;
    font-weight: bold;
    background: linear-gradient(to bottom, #fe874c 0%, #da5000 100%);
    border: 1px solid #d94b00;
}
.game_lm_title li.fR{
	float: right;
	border-left: 1px solid #ceb2a6;
	border-right:none;
}
fieldset{
	padding:0px 0px 5px 0px;
	border:1px solid #dfccc4;
	background: #fcf8f6;
}
fieldset:hover{
	background: #fef5f1;
}
legend{
	color:#333333;
	padding:2px 6px;
	margin:2px 0 0px 7px;
	_margin-top:0px; 
 	border-right:1px solid #d0a897;
 	border-bottom:1px solid #d0a897;
 	background:#e5d1c9; 
 	font-weight:bold;
 } 
 .game_box_tool{
	width: 733px;
	height: 26px;
	padding: 6px 10px 5px 10px;
	border-top: 1px solid #d4c4bd;
	background: #ecd6ce;
	background-image:-webkit-linear-gradient(to top, #ecd6ce, #fff9f6);
	background-image:linear-gradient(to top , #ecd6ce, #fff9f6);
	text-align: right;
	position:absolute;
}
.myLayerTitle a{
	float: right;
	width: 30px;
	height: 30px;
	background: url(/Skin/Yellow/BoxBg1.png) -61px -192px no-repeat;
}
.myLayerTitle a:hover{
	background: url(/Skin/Yellow/BoxBg1.png) -61px -222px no-repeat;
}


/* myLayer */
.myLayer{
	position: absolute;
	border: 5px solid #f3b05a;;
	background: #fff;
	padding: 1px 0 1px 1px;
	z-index: 9999;
	/*border-radius: 3px;
	box-shadow: 0 2px 5px #000;*/
}
.myLayerOn{
	position: absolute;
	width: 19px;
	height: 10px;
	line-height: 10px;
	font-size: 0;
	top: -10px;
	left: 5px;
	background: url(/Skin/Yellow/BoxBg1.png) -290px -91px no-repeat;
}
.myLayerTitle{
    color:#6b2f14;
	height: 30px;
	line-height: 30px;
	background:  rgba(255, 182, 91, 0.2);
	border-bottom: 1px solid #dfd0c9;
	overflow: hidden;
	zoom: 1;
}
.myLayerTitle h3{
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 7px;
	font-family:Verdana,"Arial",Arial,Sans;
}

.myLayerContent{
	padding: 8px 8px 0 8px;
	margin: 0 0 10px 0;
	background: #fff;
	position: relative;
}
.myLayerFooter{
	background:rgba(255, 182, 91, 0.2);
	border-top: 1px solid #dfd0c9;
	text-align: center;
	padding: 6px;
}
.myLayerFooter a{
	margin: 0 0 0 2px;
}
.myLayerFooter a:hover{
	color: #fff;
}
.myLayerFooter a.grayBtn:hover{
	color: #fff;
}
.myLayerFooter a.grayBtn1:hover{
	color: #898989;
}

.myLayerBox p{
	height: 24px;
	line-height: 24px;
}
.myLayerBox p em{
	color: #e64100;
	font-size: 12px;
	margin-right: 10px;
	font-weight: bold;
	font-family:Verdana,"Arial",Arial,Sans;
}
.myLayerBox p em.blue{
	color: blue
}
.myLayerBox p i{
	color: #008d0d;
	font-size: 12px;
	margin-right: 5px;
	font-weight: bold;
	font-family:Verdana,"Arial",Arial,Sans;
}
#myxTips{
	position: absolute;
	padding: 1px;
	border: 1px solid #dbbca1;
	background: #fff;    
	border-radius: 3px;
	box-shadow: 0 1px 5px #a9a9a9;
	z-index: 99999
}
#myxTipsLeft{
	position: absolute;
	left: -4px;
	top: 10px;
	width: 5px;
	height: 7px;
	line-height: 7px;
	font-size: 0px;
	background: url(/Images/Member/BoxBg.png) -2px -223px no-repeat;
}
#myxTipsContent{
	padding: 4px;
	line-height: 18px;
	color: #cc6633;
	background: #f9f2eb;
}
.myLayerMask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 9998;
}
.overHidden{
	height: 244px;
	overflow-y: scroll;
}
.onBottom .myLayerOn{
	top: auto;
	bottom: -10px;
	background: url(/Skin/Yellow/BoxBg1.png)-262px -91px no-repeat;
}
.bf_14{ 
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana,"Arial",Arial,Sans;
}

.quickOrderWrap{
			width: 661px;
			position: relative;
		}
		.qoNumber{
			overflow: hidden;
			zoom: 1;
			border-top: 1px solid #dfccc4;
			border-left: 1px solid #dfccc4;
		}
		.quickBall{
			float: left;
			width: 32px;
			height: 26px;
			line-height: 26px;
			text-align: center;
			font-size: 12px;
			font-weight:bold;
			text-decoration: none;
			border-right: 1px solid #dfccc4;
			border-bottom: 1px solid #dfccc4;
			font-family:Verdana,"Arial",Arial,Sans;
		}
		.quickBall:hover{
			background: #f7e1d5
		}
		.quickBall.active{
			background: #ffe6cd;
		}
		.red, .red:hover{
			color: red;
		}
		.blue, .blue:hover{
			color: blue;
		}
		.green, .green:hover{
			color: green;
		}
		.qoText{
			overflow: hidden;
			zoom: 1;
			border-top: 1px solid #dfccc4;
			border-left: 1px solid #dfccc4;
			margin-top: -1px;
			margin-bottom: 10px;
		}
		.quickText{
			float: left;
			width: 54px;
			height: 26px;
			line-height: 26px;
			text-align: center;
			font-size: 12px;
			text-decoration: none;
			background: url(/Skin/Yellow/BoxBg1.png) -115px -185px no-repeat;
			border-right: 1px solid #dfccc4;
			border-bottom: 1px solid #dfccc4;
			color: #333;
		}
		.quickText:hover{
			color: #333;
			background: url(/Skin/Yellow/BoxBg1.png) -115px -211px no-repeat;
		}
		.quickText.active{
			color: #000;
			background: url(/Skin/Yellow/BoxBg1.png) -115px -237px no-repeat;
		}
		.qoInstall{
			overflow: hidden;
			zoom: 1;
		}
		.qoInLeft{
			float: left;
			width: 230px;
			font-size: 12px;
			border-collapse: collapse;
			font-family:Verdana,"Arial",Arial,Sans;
		}
		.qoInLeft tr{
			height: 28px;
		}
		.qoInLeft td{
			border: 1px solid #dfd0c9;
			padding: 2px 5px;
		}
		.qoInLeftBg{
			background: #faede6;
			text-align: center;
		}
		.qoInLeftBtn{
			width: 40px;
			height: 22px;
			background: #cb6d46;
			border-radius: 3px;
			color: #fff;
			border: none;
			cursor: pointer;
			vertical-align: middle;
		}
		.qoInLeftBtn:hover{
			background: #b6562e
		}
		.qoInRight{
			float: right;
			width: 420px;
			height: 198px;
			background: url(/Images/Member/qoBg.gif) center 36px no-repeat;
			overflow-y: auto;
			font-family:Verdana,"Arial",Arial,Sans;
		}
		.qoInRight table{
			width: 100%;
			_width: 98%;
			font-size: 12px;
			text-align: center;
			border-collapse: collapse;
		}
		.qoInRight thead{
			background: #f4e1d9;
			background-image:-webkit-linear-gradient(to top, #f4e1d9, #fffefd);
			background-image:linear-gradient(to top , #f4e1d9, #fffefd);
		}
		.qoInRight tr{
			height: 28px;
		}
		.qoInRight tbody tr{
			background: #fff;
		}
		.qoInRight td{
			border: 1px solid #dfd0c9;
			padding: 2px 5px;

		}
		.qtBtn{
			width: 50px;
			height:22px;
			line-height:22px;
			background: #cb6d46;
			color: #fff;
		    border-radius: 3px;
		    margin:5px 0 0 5px;
		    border: none;
		}
		.qtBtn:hover{
			color: #fff;
			background: #b6562e;
		}
		.lang{
			width: 105px;
		}
		.qoTips{
			display: none;
		}
		.qoTips .qoTipsBg{
			position: absolute;
			top:0;
			left: 0;
			width: 661px;
			height: 400px;
			background: #fff;
			filter: alpha(opacity=50);
			opacity: 0.5;
		}
		.qoTips .qoTipsBox{
			position: absolute;
			width: 400px;
			height: 200px;
			left: 50%;
			top: 50%;
			margin-left: -200px;
			margin-top: -100px;
			border: 3px solid #267cb9;
			background: #fff;
		}
		.qoTips .qoTipsTitle{
			height: 30px;
			padding-left:3px;
			line-height: 30px;
			border-bottom: 1px solid #dfd0c9;
			background: #e7f0ff;
		}
		.qoTips .qoTipsTitle h3{
			float: left;
			height: 30px;
			line-height: 30px;
			font-size: 12px;
			padding-left: 25px;
			background: url(/Skin/Yellow/BoxBg1.png) -63px -152px no-repeat;
			font-family:Verdana,"Arial",Arial,Sans;
		}
		.qoTipsFooter{
			position: absolute;
			bottom: 0;
			left: 0px;
			width: 100%;
			height: 33px;
			padding-top:3px;
			border-top: 1px solid #dfd0c9;
			background: #e7f0ff;
			text-align: center;
		}
		.qoTipsCon{
			padding:3px 10px;
			height: 125px;
			overflow-y: auto; 
		}
		.qoTipsCon p{
			line-height: 20px;
			font-family:Verdana,"Arial",Arial,Sans;
		}
		.qoTipsCon p span{
			margin: 0 3px 0 2px;
			font-weight: bold;
		}
		.qoPTitle{
			font-size: 12px;
			margin-bottom: 3px;
			font-weight: bold;
			border-bottom:1px dashed #b6c3d7;
			padding-bottom:3px;
		}
		.qoTipsFooter button{
			margin-top: 2px;
		}
		.plShow{
			color: red;
			
		}
		.plShow span{
			color: #666;
			font-weight: normal;
		}
		.ball span.addFH{
			float: left;
			font-size: 12px;
			width: 20px;
		}

		.onlyNum{
			ime-mode:disabled;
		}


.radioSim{
	display: inline-block;
	width: 100%;
	height: 24px;
	background: url(/Images/Member/radio.gif) center 2px no-repeat;
}
.radioPoint{
	background: url(/Images/Member/radio.gif) center -71px no-repeat;
}
.radioDtPoint{
	background: url(/Images/Member/radio.gif) center -292px no-repeat;
}
.radioDtPoint.radiodsable{
	background: url(/Images/Member/radio.gif) center -365px no-repeat;
}
.radiodsable{
	background: url(/Images/Member/radio.gif) center -144px no-repeat;
}

/*快捷投注*/
	.tool_left{
		float: left;
		width: 430px;
	}
	.t_left{
		width: 430px;
		text-align: left;
	}
		.t_left label{
			vertical-align: middle;
		}
		.t_left input{
			vertical-align: middle;
		}
		.t_left a{
			display: inline-block;
			vertical-align: middle;
			padding: 4px 10px;
			background: #debeb1;
			-moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    border-radius:3px;
			font-family:Verdana,"Arial",Arial,Sans;
		}
		.t_left i{
			position: absolute;
			top: 11px;
			left: 138px;
			font-style: normal;
			text-align: center;
			padding: 1px 5px 4px 5px;
			background: #f7f7f7;
			-moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    border-radius:3px;
		    line-height: 10px;
		    cursor: pointer;
		    display: none;
			font-family:Verdana,"Arial",Arial,Sans;
		}
		.t_left i:hover{
			color: #f80;
			background: #e7ecef
		}
		.t_left em{
			position: relative;
			/**position: absolute;*/
			display: inline-block;
		}
		.t_left b{
			display: inline-block;
			vertical-align: middle;
			padding: 4px 10px;
			background: #ce6030;
			-moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    border-radius:3px;
			cursor: pointer;
			color: #fff;
			font-weight: normal;
		}
		.t_left em strong{
			overflow:hidden;
			position: absolute;
			width: 65px;
			top: -148px;
			left: 110%;
			padding: 5px 5px 0 5px;
			border: 1px solid #ceb2a6;
			-moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    border-radius:3px;
		    background: #fff;
		    overflow: hidden;
		    zoom:1;
		    -moz-box-shadow:2px 2px 5px #ccc; 
		    -webkit-box-shadow:2px 2px 5px #ccc; 
		    box-shadow:2px 2px 5px #ccc;
		    display: none;
		}
		.t_left em strong input{
			margin-bottom: 5px;
		}
		.t_left em strong input, .t_left em strong .btn{
			display: inline-block;
			vertical-align: middle;
		}
		.t_left em strong .btn{
			padding: 0;
			width: 64px;
			height: 24px;
			background: #ce6030;
			color: #fff;
			border: none;
			-moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    border-radius:3px;
		    cursor: pointer;
		    float: right;
		}
	.t_right{
		display: inline-block;
		width: 200px;
		text-align: right;
		overflow: hidden;
		zoom:1;
	}
	.t_right .btn{
		margin-left: 10px;
	}
.d1_8 li{
	height:27px;
	line-height: 23px;
}
.d1_8 span{
	display: inline-block;
}
.d1_8 .name{ 
	display: none;
}
.d1_8 .p{
	width: 48px;
	text-align: center;
}
.d1_8 .in{
	width: 33px;
	text-align: center;
}
.d1_8 .input {
	width: 30px;
	font-size: 12px;
	line-height: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/Skin/Yellow/BoxBg1.png) 0 -91px no-repeat;
	font-family:Verdana,"Arial",Arial,Sans;  
	vertical-align: middle;
}
.d1_8 .input:hover{
	border: 1px solid #d4724b;
}
.t_d1_8{
	width:742px;
	margin: 5px 4px 6px 4px;
	text-align:center;
	border-collapse:collapse;
}
.t_d1_8 a{
	text-decoration:none;
}
.t_d1_8 a:hover {
	text-decoration:underline;
}

.t_d1_8 th{
	height: 22px;
	background: #f4e1d8;
	border: 1px solid #dfccc4;
	background-image:-webkit-linear-gradient(to top, #f4e1d8, #ffffff);
	background-image:-o-linear-gradient(to top, #f4e1d8, #ffffff);
	background-image:linear-gradient(to top , #f4e1d8, #ffffff);
	color:#333;
	padding:0;
}
.t_d1_8 td {
	border:1px #dfccc4 solid;
	background:#fcf8f6 ;
}
.t_d1_8 a {
	display: inline-block;
	font-size: 12px;
	color: #e64100;
	font-weight: bold;
	font-family:Verdana,"Arial",Arial,Sans;
}
.t_d1_8 a:hover{
	text-decoration: underline;
}
.zm1_6 .input {
	width: 55px;
	font-size: 12px;
	line-height: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/Skin/Yellow/BoxBg1.png) 0 -91px no-repeat;
	font-family:Verdana,"Arial",Arial,Sans;  
	vertical-align: middle;
}
.zm1_6 .input:hover{
	border: 1px solid #d4724b;
}
.drop_down{
	width: 859px;
	margin: -5px auto 10px auto;
	padding: 2px;
	background: #fbf0ea;
	border-left: 1px solid #ceb2a6;
	border-right: 1px solid #ceb2a6;
	border-bottom: 1px solid #ceb2a6;
}
.drop_down label{
	display: none;
	margin-right: 10px;
	padding: 4px 6px;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.drop_down label.show{
	display: inline-block;
}
.drop_down label span, .drop_down label input{
	vertical-align: middle;
}
.drop_down label span{
	margin-left: 2px;
}
.drop_down label:hover{
	background: #edd4c7
}
.drop_down label.isdp{
	display: none;
}
.aPlAlert{
	border-collapse: collapse;
}
.aPlAlert td{
	padding: 5px;
	background: #fcf8f6 ;
	border: 1px solid #dfccc4;
}
.aPlAlert td span{
	display: block;
	text-align: center;
	color: #e64100;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana,"Arial",Arial,Sans;
}
.aPlAlert td span.NoCPl{
	float: none;
	margin: 0 auto;
}
.mtip.success {
	background-color:#e86d05;
}
/* tips */
.mtip .mclose,.mtip .mclose,.mtip .mclose {
	background-image:url(/Skin/Yellow/BoxBg1.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:8px;
	height:8px;
	margin-top:4px;
	float:right;
	cursor:pointer
}
.mtip .mclose{
	position: absolute;
	top: 6px;
	right: 8px;
}
.mtip.success .mclose {
	background-position:-241px -113px;
}
.mtip.error .mclose {
	background-position:-233px -113px;
}
.mtip.warning .mclose {
	background-position:-225px -113px
}
.mtip.success .mclose:hover {
	background-position:-241px -121px
}
.mtip.error .mclose:hover {
	background-position:-233px -121px
}
.mtip.warning .mclose:hover {
	background-position:-225px -121px
}
/* order */
.order{
	width: 440px;
	border-collapse: collapse;
	font-size: 12px;
}
.order td, .order th{
	padding: 2px 0;
}
.order th{
	height:20px;
    background: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
    border: 1px solid #e7cabd;
    color: #6b2f14;
    font-weight: bold;
}
.order td{
	background-color: #ffffff;
	border: 1px #dfd0c9 solid;
	text-align: center;
	font-family:Verdana,"Arial",Arial,Sans;
}
.zjWrap {
    border: 1px #dfd0c9 solid;
}
.zjWrap .left{
    border-right:1px #dfd0c9 solid;
}

.zm1_6 li,.t_d1_8 li{
	height:27px;
	line-height: 23px;
	border-bottom:1px solid #fcf8f6;
	border-top:1px solid #fcf8f6;
}
li.lineActive{
	background: #ffffa2;
	border-bottom:1px solid #dfd0c9;
	border-top:1px solid #dfd0c9;
}
.kjBtn{ 
	border:1px solid #ceb2a6; 
	padding:2px 4px 2px 15px; 
	background:url(/Images/Member/BoxBg.png) 3px -62px no-repeat; 
	margin-left:11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.BoxBg{ background:#e8ebf1!important;}
/*by_zmr 大小单双和 */
.dxheada{  margin:5px;  color:#000;  cursor:pointer; padding:3px 10px}
.dxover{color:#fff; background: #d44d13;}
.dxover:hover{color:#fff;}



#header {   color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;margin: 0;padding: 0; bottom: auto;height: 135px;min-width: 1155px;/* background: url(../images/red/nav_bg.png) repeat-x 0 0; */}
.logo {    left: 15px;position: absolute;top: 5px;width: 135px;}
.logo span {    display: block;    color: #fff;    font-size: 30px;    font-weight: bolder;    text-align: center;    letter-spacing: 5px;    height: 50px;    line-height: 50px;    width: 180px;}
.top {    overflow: hidden;}
.top .newmenu {    background: linear-gradient(to bottom, #a03e06 0%, #ea5e12 100%);}
.header .newmenu {    color: #EBEFF5;height: 60px;padding-right: 0;padding-top: 0;width: 100%;}
.header .menu1 {    /* background: url(../images/red/top_bg.png) no-repeat 0 0; */    float: left;height: 52px;margin-left: 200px;width: 538px;margin-top: 8px;}
.menu1 .draw_number {    height: 50px;display: inline-block;float: left;margin-left: 48px;}
.menu1 .draw_number div {    height: 22px;line-height: 22px;text-align: center;}
.header .newmenu a {    color: #EBEFF5;display: inline-block;text-align: center;}
.menu1 a {    display: block;float: left;margin-left: 10px;}
.menu1 a span {    display: block;float: left;}

.menu1 a b {    display: block;width: 27px;height: 27px;}
.header .menu2 {    float: left;margin: 14px 8px 0;line-height: 18px;}
.header .menu2 a {    width: 5em;}
#skinPanel {    display: inline-block;vertical-align: top;width: 60px;}
#skinPanel ul {    padding: 0;margin: 0;list-style: none;margin-top: 3px;}
#skinPanel ul li {    float: left;margin: 0 1px;position: relative;}
#skinPanel i {    float: left;border: 1px solid rgba(255,255,255,0.3);height: 10px;width: 10px;position: relative;}
#skinPanel i a {    position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 10px;}  li {    display: list-item;text-align: -webkit-match-parent;}
#skinPanel i {    float: left;border: 1px solid rgba(255,255,255,0.3);height: 10px;width: 10px;position: relative;}
#skinPanel ul li.active:before {    content: '✓';position: absolute;color: #fff;font-size: 12px;top: -3px;right: 0;bottom: 0;left: 0;z-index: 1;text-align: center;}
.header .menu3 a {    background-color: #733918;}
.header .menu a {    color: #EBEFF5;display: inline-block;text-align: center;}
.header .menu3 a {    float: left;margin: 23px 8px 0;line-height: 26px;width: 70px;height: 25px;box-sizing: border-box;padding-left: 17px;background-image: url(../images/logout-icon.png);
                      background-size: 15px 14px;background-position: 12px 6px;background-repeat: no-repeat;background-color: #733918;border-radius: 4px;}
.header .newmenu a:hover, .header .menu .selected {    color: #FFCC00;    font-weight: bold;}

.header .lotterys {    height: 40px;line-height: 40px;padding-left: 0;position: relative;background-color: #733918;}
.header .lotterys .show {    float: left;}
.header .lotterys .selected { background-color: #f6f6f6;color: #6b2f14;}
.header .lotterys .selected:hover {	color: #000 !important;}

.header .lotterys a {    color: #F9F9F9;display: inline-block;float: left;font-weight: bold;height: 40px;margin: 0;text-align: center;}
.header .lotterys a:hover{    color: #ff0;    font-weight: bold;}
.header .lotterys a span {    display: block;width: 117px;height: 40px;background: url(../skin/Yellow/nav_shuxian.png) no-repeat right 12px;}
.header .lotterys .setting {    background: url(../images/setting.png) no-repeat 8px 9px;padding-left: 35px;cursor: pointer;color: rgb(252, 247, 247);position: absolute;left: 1052px;}
.header .sub {    color: #999;height: 36px;line-height: 36px;/* padding-left: 195px; */    background-color: #f6f6f6;}
.header .sub {    color: #999;height: 36px;line-height: 36px;/* padding-left: 195px; */    background-color: #f6f6f6;position: relative;}

.popPanel {   font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;  width: 117px;padding-bottom: 10px;background-color: #6b2f14;position: absolute;z-index: 2000;left: 936px;top: 99px;display: none;}
.popPanel a {    display: block;width: 100%;height: 30px;color: #fff;text-align: center;line-height: 30px;}
.popPanel a:hover{  color: #ff0;}

 .button {
    background: linear-gradient(to bottom,#fe874c 0%, #da5000 100%);
    border: 1px solid #d94b00;
    color: #FFFFFF;
}
.color_lv {
    color: #733918;
    position: relative;
}
.control .quickAmount input {
    background: url(Violet/text_input.gif) repeat-x left top;
}



#resultPanel .tabTitle th {
    border-color: #e7cabd;
}
#resultPanel table th, #resultPanel table td {
    border-color: #e7cabd;
}
 #resultPanel a {
    background: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
    color: #6b2f14;
}
#resultPanel .selected a {
    background: linear-gradient(to bottom, #da5000 0%, #fe874c 100%);
    color: white;
}
#resultPanel table .head th {
    background: linear-gradient(to bottom, #fefefe 0%, #f8e3dc 100%);
    border: 1px solid #e7cabd;
    color: #6b2f14;
    font-weight: bold;
}

#zuhechuang td {
    text-align:center
}