@charset "utf-8";
html,body {
  margin:0;
  padding:0
}

body
      {
  background-color: #3c551c;
  background-repeat:repeat-x;
  background-image:url('../img/hahabg.gif');
  color:#f7f7f7;
  font-size:12px;
  font-family:"Trebuchet MS";
  }

.left {
  float:left
}
.right {
  float:right
}

img {
  border:0
}
a {
  color:#acd280;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
      
.clear {
clear: both;
}      

.wrap {
  width:1280px;
  margin:0 auto;
}

.header {
  height: 108px;
  border: 0px;
  background-image:url('../img/hahaheader.jpg');
  background-repeat:no-repeat;
  background-position:center;
}

.header .logo {
  margin:45px 0 0 45px;
  float:left;
  display:block;
  width:460px;
  height:42px;
  background:url('../img/hahasport_sprite.gif') no-repeat 0 -181px;
  font-size:0;
  line-height:0;
  text-indent:-9999px
}

.header .rb {
  text-align:right;
  margin:15px 40px 0 0;
  float:right
}
.header .rb a {
  height:16px;
  line-height:16px;
  display:inline-block;
  background-image:url('../img/hahasport_orange.png');
  background-repeat:no-repeat;
  color:#fff;
  padding:0 0 0 20px
}
.header .rb select {
  width:150px
}


/*MENU*/

.menu {
  height:42px;
  line-height:42px;
  background:#131a0e;
  box-shadow:#2a3d13 0 5px 5px;
  -moz-box-shadow:#2a3d13 0 5px 5px;
  -webkit-box-shadow:#2a3d13 0 5px 5px
}
.menu a,.menu a:hover,.menu a.current {
  background-image:url('../img/hahamenu.gif');
}

.menu a {
  height:42px;
  line-height:42px;
  display:block;
  background-repeat:no-repeat;
  background-position:100% 0;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  padding:0 37px 0 36px;
  float:left
}
.menu a:hover,.menu a.current {
  background-repeat:repeat-x;
  background-position:0 -42px;
  text-decoration:none
}
.menu a:hover {
  text-decoration:none
}
.menu a.last {
  background:0
}


/*end*/

.content {
  height: 100%;
  box-shadow:0 0 15px #2a3d13;
  -moz-box-shadow:0 0 15px #2a3d13;
  -webkit-box-shadow:0 0 15px #2a3d13;
  padding:20px;
  background:#848f56;
  background: #848f56;
  background: -moz-linear-gradient(top,  #848f56 0%, #565c3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848f56), color-stop(100%,#565c3a));
  background: -webkit-linear-gradient(top,  #848f56 0%,#565c3a 100%);
  background: -o-linear-gradient(top,  #848f56 0%,#565c3a 100%);
  background: -ms-linear-gradient(top,  #848f56 0%,#565c3a 100%);
  background: linear-gradient(to bottom,  #848f56 0%,#565c3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848f56', endColorstr='#565c3a',GradientType=0 );
}

.content .ls {
  width:880px;
  float:left
}

.content .rs {
  width:295px;
  float:right
}

.content .main {
  width: 880px;
  background:#0d1408;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:#0d1408 3px 3px 3px;
  -moz-box-shadow:#0d1408 3px 3px 3px;
  -webkit-box-shadow:#0d1408 3px 3px 3px
}

.content .main_video {
  width: 1200px;
  background:#0d1408;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:#0d1408 3px 3px 3px;
  -moz-box-shadow:#0d1408 3px 3px 3px;
  -webkit-box-shadow:#0d1408 3px 3px 3px;
  padding: 20px;
}


.content .ls .main {
  padding:20px
}

.content .rs .main {
  padding:14px;
  margin-bottom:1em
}

.content .main .news {
  padding:10px 0
}

.content .main a {
  text-decoration:underline
}

.content .main a:hover {
  text-decoration:none
}

.content .main .news img {
  float:left
}

.content .main .news p {
  width:190px;
  margin:0;
  padding:0;
  float:right
}

.content .main h1 {
  border-bottom:1px solid #595f39;
  height:36px;
  line-height:36px;
  background:url('../img/hahasport_sprite.gif') no-repeat -256px -145px;
  color:#e6ebcc;
  font-size:22px;
  margin:0;
  padding:0 5px
}

.content .main h1 ins {
  display:inline-block;
  color:#ccc97f;
  font-size:14px;
  text-decoration:none;
  padding:0 0 0 10px
}

.content .main h2 {
  color:#e6ebcc;
  font-size:24px;
  text-align:center;
  margin:0;
  padding:0 0 30px 0
}

.content .main_video center h2 {
  color:#e6ebcc;
  font-size:24px;
  text-align:center;
  margin:0;
  padding:0 0 30px 0;
}

.content .main h3 {
  color:#63ccff;
  font-size:18px;
  text-align:center;
  margin:0;
  padding:0 0 20px 0
}

.content .main .hb {
  width:440px
}

.content .main .site {
  color:#989898;
  font-size:14px
}

.content .main .link {
  color:#e6ebcc;
  font-size:14px
}

div.main {
  display:table-cell;
  width: 880px;
  padding: 23px 20px;
  background:#0d1408;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:#0d1408 3px 3px 3px;
  -moz-box-shadow:#0d1408 3px 3px 3px;
  -webkit-box-shadow:#0d1408 3px 3px 3px
}

div.sidebar {
  display:table-cell;
  float: right;
  width: 296px;
  margin-left: 20px;
}


.adds_content {
  padding: 85px;
  background:#0d1408;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:#0d1408 3px 3px 3px;
  -moz-box-shadow:#0d1408 3px 3px 3px;
  -webkit-box-shadow:#0d1408 3px 3px 3px
}

.bet_content {
  padding: 12px 8px;
  min-height: 15px;
  margin-bottom: 10px;
  background: #fff;
  background:#0d1408;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:#0d1408 3px 3px 3px;
  -moz-box-shadow:#0d1408 3px 3px 3px;
  -webkit-box-shadow:#0d1408 3px 3px 3px
}

.slot-600-100 {
  position: absolute;
  width: 600px;
  height: 100px;
}

table {
  border-collapse: collapse;
}

.events {
  width:100%;
  margin-bottom: 25px;
}
.events tr td,.events tr th {
  background:#262a30;
  border-top:2px solid #0d1408;
  padding-top: 8px;
  padding-bottom: 8px;
}

table.events tr:nth-child(even) td {
  background: #333840;
}


.events tr th {
  color:#ccc97f
}
.events tr td .y {
  color:#ccc97f
}
.events tr td .g {
  color:#acd280
}
.events tr td.blue {
  width:200px;
  color:#63ccff
}

.ssport {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/hahasport_sprite.gif') no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -99999;
}


.ssport.sn-baseball {
  background-position:-304px 0;
}

.ssport.sn-basketball {
  background-position:-328px 0;
}

.ssport.sn-boxing {
  background-position:-376px 0;
}

.ssport.sn-soccer {
  background-position:-376px -24px;
}

.ssport.sn-handball {
  background-position:-280px -48px;
}

.ssport.sn-hockey {
  background-position:-304px -48px;
}

.ssport.sn-moto_gp {
  background-position:-328px -48px;
}

.ssport.sn-others {
  background-position:-280px -72px;
}

.ssport.sn-football {
  background-position:-352px -72px;
}

.ssport.sn-rugby {
  background-position:-352px -72px;
}

.ssport.sn-tennis {
  background-position:-280px -96px;
}

.ssport.sn-volleyball {
  background-position:-352px -96px;
}


.list_ball {
  width: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.date_simple {
  color: #ccc97f;
  font-weight: bold;
  padding-right: 2px;
  width: 90px;
}

.list_date {
  color: #acd280;
  font-weight: bold;
  padding-left: 2px;
  width: 60px;
}


.list_tv {
  width: 38px;
}

.list_tv a {
  background: url('../img/hahasport_sprite.gif') center;
  background-position:-304px -96px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.list_champ {
  color:#63ccff;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  width: 110px;
}

.list_team {
  padding-left: 4px;
  text-align: left;
  color: #acd280;
  max-width: 896px;
  font-weight: normal;
}

.list_team a {
  text-decoration: underline;
  color: #acd280;
  text-align: left;
}

.list_team a {
  text-decoration: underline;
}

.list_team a:hover {
  text-decoration: none;
}

.longer {
  color: #f0f3f6;
}

#between_links td {
  text-align: center;
}

.event_info h2 {
  color: #000;
  font-size: 1.35em;
  font-weight: normal;
}

.event_info strong {
  color: #505f76;
  font-size: .95em;
  line-height: 1.2em;
  padding-right: 5px;
  display: block;
}

.event_info span {
  color: #c32e00;
  font-size: .7em;
  font-weight: bold;
  line-height: 2.5em;
}


.footer {
  background:#10160b;
  color:#767a5c;
  font-size:11px;
  box-shadow:#2a3d13 0 -5px 5px;
  -moz-box-shadow:#2a3d13 0 -5px 5px;
  -webkit-box-shadow:#2a3d13 0 -5px 5px;
  padding:20px 0 30px 0;
  margin-bottom: 50px;
}

.footer a {
  color:#767a5c
}
.footer a.white {
  color:#fff;
  font-size:12px
}


#copy {
  position: absolute;
  bottom: 41px;
  left: 35px;
  font-size: .7em;
  color: #fff;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
}

#copy span {
  color: #8298ae;
}

#bmenu {
  position: absolute;
  bottom: 41px;
  right: 300px;
  font-size: .7em;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
}

#bmenu li {
  display: inline;
}

#bmenu a {
  color: #8298ae;
}


.tallstreambanner {
    display: block;
    position:absolute;
    top: 250px;
    margin-left: 20px;
    width: 100px;
    height: 500px;
}


#toplinks {list-style-type:none}
#toplinks li,#toplinks>li{margin:10px;display:inline}