.turtable_button {
 float:left;
 width:11px;
 display:block;
 height:38px;
 cursor:pointer;
}

.turtable_button_left {
 background:url(/i/turtable/turt_button_left.png) no-repeat;
}

.turtable_button_right {
  background:url(/i/turtable/turt_button_right.png) no-repeat
}



a.turtable_button_center {
 background:url(/i/turtable/turt_button_center.png) repeat-x;
 width:668px;
 height:31px;
 color:#fff;   
 text-align:center; 
 padding-top:7px;
 text-decoration:underline;
 font-size:16px;  
}

.turtable_button_center:hover {
  text-decoration:none;
}

table.index_turtab {
 display:none;
 position:absolute;
 z-index:3000;
 width:680px;
 opacity:0.95;
 filter:opacity(aplha=95);
 background:url(/i/turtable/turtable_bg.gif);
}

.name_division {
 font-size:16px;
 color:#fff;
 width:150px;
 height:32px; 
 float:right; 
 padding-left:14px;
}

.name_division_east{
 background:url(/i/turtable/turtable_division_east_left.png) no-repeat left top ;
}

.name_division_west {
 padding-left:14px;
 width:150px;
 background:url(/i/turtable/turtable_division_west_left.png) no-repeat left top ;
}

.name_division_west div {
 height:20px;
 text-align:center;
 padding:6px 0;
 background:url(/i/header_blue.png) repeat-x;  
}

.name_division_east div {
 height:20px;
 text-align:center;
 padding:6px 0;
 background:url(/i/header_red.png) repeat-x;  
}

table.index_turtab table {
 width:167px;  
}

table.index_turtab table th {
  background:url(/i/turtable/turtable_th_bg.gif) repeat-x;
  color:#393e44;
  padding:0 3px;
  vertical-align:middle;
  text-align:center;
  border-left:1px solid #fff; 
  border-right:1px solid #939393;
  border-top:1px solid #fff;
  border-bottom:1px solid #939393;
}

th.scor {
  width:26px;
}

table.index_turtab table {
 border-right:1px solid #fff;
 border-left:1px solid #b2b9c3;  
}

table.index_turtab table th.team {
  text-align:left;
  
}


table.index_turtab table td {
 padding:0 3px;
 text-align:right;
 height:30px;
 vertical-align:middle;
 
 border-left:1px solid #fff; 
 border-right:1px solid #939393;
 border-top:1px solid #fff;
 border-bottom:1px solid #939393;
}

table.index_turtab td a {
 color:#000;  
}


table.index_turtab td {
 vertical-align:top;
}

table.index_turtab td.first {
 text-align:center;
}
table.index_turtab td.team {
  width:115px;
  text-align:left;
}

