﻿/*其他按钮*/
.btnSame { width: 80px; height: 22px;cursor: pointer;color: #FFFFFF; font: 500 11px Tahoma; text-align: center;border:0; background: url(../images/btn2_bg.gif) no-repeat;
 }
 .btnSame:hover{background: url(../images/btn2_bg.gif) no-repeat 0px -23px; }
 
.btnSame2 { width: 60px; height: 22px;cursor: pointer;color: #FFFFFF; font: 500 11px Tahoma; text-align: center; border:0;background: url(../images/btn2_bg.gif) no-repeat 0px -46px;padding:1px}
.btnSame2:hover{background: url(../images/btn2_bg.gif) no-repeat 0px -69px; }

/*盘口按钮 start*/
.btnRefresh_D { width: 100px; height: 24px; background: url(../images/nlRefresh.png) no-repeat 0px 0px; cursor: pointer; line-height: 23px; vertical-align: middle; color: #fff; text-align: center; float: left; font-size: 10px; margin-right: 4px; }
.btnRefresh_L { width: 100px; height: 24px; background: url(../images/lRefresh.png) no-repeat 0px 0px; cursor: pointer; line-height: 23px; vertical-align: middle; color: #FFFFFF; text-align: center; float: left; font-size: 10px; margin-right: 4px; }
.btnRefresh_C { width: 100px; height: 24px; background: url(../images/clRefresh.png) no-repeat 0px 0px; cursor: pointer; line-height: 23px; vertical-align: middle; color: #000000; text-align: center; float: left; font-size: 10px; margin-right: 4px; }
/*盘口按钮 end*/
/*联赛上刷新图标*/
.btnIcon .icon-refresh{ background:url(../images/ref_img.png) no-repeat  ;margin-right:6px;margin-top:0px;width:16px;height:16px }
.btnIconlive .icon-refresh{ background:url(../images/ref_img.png) no-repeat  ;margin-right:6px;margin-top:0px;width:16px;height:16px }
.btnIcon.disable .icon-refresh{  background:url(../images/ref_img.png) no-repeat;margin-right:6px;margin-top:0px;width:16px;height:16px}
.btnIconlive.disable .icon-refresh{ background:url(../images/ref_img.png) no-repeat  ;margin-right:6px;margin-top:0px;width:16px;height:16px}