@charset "utf-8";
/* CSS Document */
body {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  background-image: url(../images/new_pic/BG6.jpg);
}

.menu-button {
  padding-left: 3px;
  padding-right: 3px;
}
.space_10 {
  width: 1000px;
  height: 10px;
  overflow: hidden;
}
.outer_container {
  width: 1050px;
}
.inner_container {
  width: 1050px;
  text-align: left; /*background:url(../images/backgrounds/bg_home_content.gif) repeat-x scroll center top #181C2*/ /*background:url(../images/backgrounds/carbon.gif) #181C21;*/ /*border-bottom:1px solid #000000;*/
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333333;
}
.container {
  width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#middle {
  /*background:#FFF;*/
}
.fix_height {
  min-height: 1000px;
}
.tab_div {
  overflow: auto;
}
.tab_button {
  float: right;
  position: relative;
  z-index: 1;
}
/* .tab_button div { padding-top: 1px; padding-bottom: 1px; padding-left:30px; padding-right:30px; font-size:12px; font-style:normal; }*/
.default_button {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 10px;
  margin-top: 5px;
}
.header_box {
  background-image: url(../images/banners/header.gif);
  height: 120px;
  background-repeat: no-repeat;
}
.content_box_outer {
  float: right;
  width: 800px;
}
.content_box_wrapper {
  width: 800px;
  background-color: #fff;
  min-height: 1150px;
}
.content_box {
  width: 790px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}
.clear_box {
  clear: both;
}
.footer_box {
  height: 120px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.footer_box a {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.footer_box a:hover {
  font-size: 10px;
  font-weight: bold;
  color: #ffd700;
  text-decoration: none;
}
.left_menu_box_outer {
  float: left;
  width: 190px;
}
.left_menu_box_wrapper {
  float: left;
  background-color: #fff;
  padding: 5px;
}
.left_menu_box_wrapper2 {
  width: 190px;
  float: left;
  background-color: #fff;
}
.left_menu_box {
  width: 180px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.left_menu_box a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
.left_menu_box a:hover {
  color: #f535aa;
}

/* navigator */
.neo .ui-state-default,
.neo .ui-widget-content .ui-state-default {
  border: 1px solid #d4ccb0;
  font-weight: bold;
  color: #fffff0;
  outline: none;
  background: url(../images/backgrounds/blueball.gif) repeat-x;
  height: 32px;
}
.neo .ui-state-default a,
.neo .ui-state-default a:link,
.neo .ui-state-default a:visited {
  /*color: #459e00;*/
  text-decoration: none;
  outline: none;
  color: #003;
}
.neo .ui-state-hover,
.neo .ui-widget-content .ui-state-hover,
.neo .ui-state-focus,
.neo .ui-widget-content .ui-state-focus {
  border: 1px solid #327e04;
  font-weight: bold;
  color: #ffffff;
  background: url(../images/backgrounds/blueball-light.gif) repeat-x;
  height: 32px;
  outline: none;
  border: 1px solid #333;
}
.neo .ui-state-hover a,
.neo .ui-state-hover a:hover {
  color: #f8f8ff;
  text-decoration: none;
  outline: none;
}
.neo .ui-state-active,
.neo .ui-widget-content .ui-state-active {
  font-weight: bold;
  color: #daa520;
  outline: none;
  background: url(../images/backgrounds/blueball.gif) repeat-x;
  height: 32px;
  border: 1px solid #003;
  cursor: pointer;
}
.neo .ui-state-active a,
.neo .ui-state-active a:link,
.neo .ui-state-active a:visited {
  color: #fffff0;
  outline: none;
  text-decoration: none;
  cursor: default;
}

/* Tabs */

.proton .ui-tabs {
  padding: 0;
  zoom: 1;
  background: none;
}
.proton .ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding-top: 5px;
  padding-left: 5px;
}
.proton .ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0;
  padding: 0;
  height: 28px;
}
.proton .ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  padding: 0.5em 3em;
  font-size: 12px;
  font-style: normal;
}
.proton .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0px;
  background: url(../images/backgrounds/blacknet.gif);
}
.proton .ui-tabs .ui-tabs-nav li.ui-tabs-state-active {
  font-weight: bold;
  color: #000;
  outline: none;
  background: url(../images/backgrounds/whitenet.gif);
}
.proton .ui-tabs .ui-tabs-nav li.ui-tabs-state-hover {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.proton .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.proton .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.proton .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
  color: #000;
}
.proton .ui-tabs .ui-tabs-nav li a,
.proton .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.proton .ui-tabs .ui-tabs-panel {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  background: #e8e8e8;
  border: 1px solid #ccc;
}
.proton .ui-tabs .ui-tabs-hide {
  display: none !important;
}
.proton .ui-tabs .ui-tabs-widget-header {
  background: url(../images/backgrounds/glossymetal.jpg);
}
.proton .ui-tabs-widget-content {
  color: #000;
}

/* Interaction states */
.proton .ui-state-default,
.proton .ui-widget-content .ui-state-default {
  border: 1px solid #ccc;
  font-weight: bold;
  color: #fff;
  outline: none;
  background: url(../images/backgrounds/blacknet.gif) repeat-x;
}
.proton .ui-state-default a,
.proton .ui-state-default a:link,
.proton .ui-state-default a:visited {
  text-decoration: none;
  outline: none;
  color: #fff;
}
.proton .ui-state-hover,
.proton .ui-widget-content .ui-state-hover,
.proton .ui-state-focus,
.proton .ui-widget-content .ui-state-focus {
  font-weight: bold;
  color: #ffffff;
  background-color: #627aad;
  outline: none;
  border: 1px solid #333;
}
.proton .ui-state-hover a,
.proton .ui-state-hover a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.proton .ui-state-active,
.proton .ui-widget-content .ui-state-active {
  font-weight: bold;
  color: #ffffff;
  outline: none;
  background-color: #3b5998;
  border: 1px solid #ccc;
}
.proton .ui-state-active a,
.proton .ui-state-active a:link,
.proton .ui-state-active a:visited {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

/*
div.avatar_box { margin-top:5px; margin-bottom:5px; padding:5px; background-color:#eeeff4;}
.avatar_profile a { display:block; padding:3px 3px;text-decoration:none;color:#3B5998;margin-left:0px;word-wrap: break-word;
font-family:Tahoma, Geneva, sans-serif; font-size:11px;}
.avatar_profile a:link {text-decoration: none; }
.avatar_profile a:visited { text-decoration: none; }
.avatar_profile a:hover {  background-color:#A3C7CB; color:#3B5998;}
.avatar_profile a:active { text-decoration: none;}
.avatar_profile_list{font-family:Tahoma, Geneva, sans-serif;font-weight:normal;font-size:10px;color:#666;margin-top:3px;font-weight:bold}
*/
div.avatar_box {
  background: url(../images/backgrounds/BG_Pic_Profile.jpg);
  margin-bottom: 5px;
  padding: 5px;
}
.left_text {
  font-size: 11px;
  color: #000;
  font-weight: bold;
}

.navigator_box {
  border-bottom-color: #666666;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 5px;
}
.navigator_box a {
  color: #0000ff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
}
.center_box_inner {
  background: transparent url(../images/backgrounds/glossymetal.jpg) repeat
    scroll left top;
  padding: 5px;
  padding-top: 8px;
  margin-top: 0px;
  padding-bottom: 10px;
}
.title_data_box {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.data_box {
  padding: 20px;
  text-align: center;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
.cen_group_tabs {
  padding-left: 5px;
}
.cen_active_tab {
  padding: 5px;
  text-align: center;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  margin-right: 2px;
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
  border-bottom: none;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  background-color: #006633;
  color: #ffffff;
}
.cen_active_tab a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.cen_active_tab a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.cen_active_tab a:hover {
  color: #ffffcc;
  font-weight: bold;
  text-decoration: underline;
}
.cen_tab {
  padding: 5px;
  text-align: center;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  margin-right: 2px;
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
  border-bottom: none;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  background-color: #efefef;
  color: #000000;
}
.cen_tab a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.cen_tab a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.cen_tab a:hover {
  color: #999999;
  font-weight: bold;
  text-decoration: underline;
}
.table_transfer {
}
.name_td a:link {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
}
.name_td a:visited {
  text-decoration: none;
  color: #660000;
  font-weight: bold;
}
.name_td a:hover {
  text-decoration: underline;
  color: #660000;
  font-weight: bold;
}
.name_td a:active {
  text-decoration: none;
  color: #660000;
  font-weight: bold;
}
.bid_td a:link {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}
.bid_td a:visited {
  text-decoration: underline;
  color: #ff0000;
  font-weight: bold;
}
.bid_td a:hover {
  text-decoration: underline;
  color: #ff9933;
  font-weight: bold;
}
.bid_td a:active {
  text-decoration: underline;
  color: #ff0000;
  font-weight: bold;
}
.head_title h1 {
  margin: 0px;
  padding: 3px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ff0000;
  border-bottom-width: 1px;
  font-size: 18px;
  color: #000066;
  margin-bottom: 20px;
}
.paging_box {
  margin-top: 10px;
  padding: 5px;
  border-top-color: #666666;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.paging_box a {
  color: #0000ff;
  text-decoration: none;
}
.smooth_border {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.smooth_border_top {
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
}
.smooth_border_bottom {
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
}
.champion_color_0 {
  background-color: #ffec8b;
}
.drop_color_0 {
  background-color: #fcc;
}
.drop_color_1 {
  background-color: #fee;
}
.list_color_0 {
  background-color: #f1f1f1 !important;
}
.list_color_1 {
  background-color: #e3e3ec !important;
}
.list_header_color {
  background-color: #6699cc;
}
.left_link_text a:link {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: one;
}
.left_link_text a:visited {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.left_link_text a:hover {
  color: #f535aa;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}
.left_link_text a:active {
  color: #180541;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.data_header_box {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background-color: #b2f3aa;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding-left: 10px;
  background: url(../images/backgrounds/lightblue_title.jpg) repeat-x;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.data_header_box img {
  z-index: 2;
  position: absolute;
  left: 10px;
  top: -8px;
}
.data_content_box {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 10px 5px;
  min-height: 50px;
  margin-bottom: 10px;
  color: #151b54;
  overflow: auto;
}
.data_content_box_alt {
  background-color: #f5f5f5;
}
.data_header_box2 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background-color: #b2f3aa;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding-left: 10px;
  background: url(../images/backgrounds/green_title.jpg) repeat-x;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.data_content_box2 {
  background-color: #f9fffe;
  padding: 10px;
  padding-bottom: 20px;
  min-height: 50px;
  color: #151b54;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}
.data_content_box a:link {
  color: #0033ff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.data_content_box a:visited {
  text-decoration: none;
  color: #0033ff;
  font-weight: bold;
  font-size: 12px;
}
.data_content_box a:hover {
  text-decoration: underline;
  color: #00cccc;
  font-weight: bold;
  font-size: 12px;
}
.data_content_box a:active {
  text-decoration: none;
  color: #0033ff;
  font-weight: bold;
  font-size: 12px;
}
.data_header_box a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.data_header_box a:visited {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.data_header_box a:hover {
  text-decoration: underline;
  color: #ccffcc;
  font-weight: bold;
}
.data_header_box a:active {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.link_own_team a:link {
  color: #15317e;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.link_own_team a:visited {
  text-decoration: none;
  color: #15317e;
  font-weight: bold;
  font-size: 12px;
}
.link_own_team a:hover {
  text-decoration: none;
  color: #151b54;
  font-weight: bold;
  font-size: 12px;
}
.link_own_team a:active {
  text-decoration: none;
  color: #15317e;
  font-weight: bold;
  font-size: 12px;
}
.link_a_team a:link {
  color: #342826;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.link_a_team a:visited {
  text-decoration: none;
  color: #342826;
  font-weight: bold;
  font-size: 12px;
}
.link_a_team a:hover {
  text-decoration: none;
  color: #150517;
  font-weight: bold;
  font-size: 12px;
}
.link_a_team a:active {
  text-decoration: none;
  color: #342826;
  font-weight: bold;
  font-size: 12px;
}
.list_color_choosed {
  background-color: #3833ff;
}
.table_start_e a:link {
  color: #330000;
  font-weight: normal;
  text-decoration: none;
  padding-left: 5px;
}
.table_start_e a:visited {
  text-decoration: none;
  color: #330000;
  font-weight: normal;
  padding-left: 5px;
}
.table_start_e a:hover {
  text-decoration: underline;
  color: #cc6600;
  font-weight: normal;
  padding-left: 5px;
}
.table_start_e a:active {
  text-decoration: none;
  color: #330000;
  font-weight: normal;
  padding-left: 5px;
}

.timeago {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  float: left;
  margin-top: 3px;
}
.font_timeago {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  float: left;
  margin-top: 3px;
}
/* edit by TUM*/

.menuSection ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuSection a:hover {
}
.menuSection a img {
  border-width: 0;
  border-style: none;
}
.menuSection li a:active,
li a:focus,
a:active,
a:focus {
  outline: 0;
  border: 0;
}
.menuSection {
  position: relative;
  left: 305px;
  top: -7px;
  width: 420px;
  height: 21px;
  overflow: hidden;
}
.menuSection li {
  display: block;
  float: left;
  background: transparent url(../images/icons/black-menu.gif) no-repeat top left;
  width: 69px;
  height: 21px;
  text-align: center;
  margin-right: 1px;
}
.menuSection a {
  line-height: 21px;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #cccacb;
  text-align: center;
  text-decoration: none;
}

.menu ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu a:hover {
}
.menu a img {
  border-width: 0;
  border-style: none;
}
.menu li a:active,
li a:focus,
a:active,
a:focus {
  outline: 0;
  border: 0;
}
.menu {
  position: relative;
  left: -20px;
  top: 48px;
  width: 1000px;
  height: 21px;
  overflow: hidden;
}

.menu a {
  line-height: 21px;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #cccacb;
  text-align: center;
  text-decoration: none;
}

li.flatMenuItem {
  background: transparent url(../images/icons/black-menu.gif) no-repeat top left !important;
  width: 68px !important;
  height: 21px !important;
  text-align: center;
  margin-top: 4px;
}
.flatMenuItem a {
  color: #fff !important;
}
li.flatMenuItem2 {
  background: transparent url(../images/icons/red-menu.gif) no-repeat top left !important;
  width: 68px !important;
  height: 21px !important;
  text-align: center;
  margin-top: 4px;
}
.flatMenuItem2 a {
  color: #fff !important;
}

#masterCompositeTabContent21630_4 #menuSection {
  height: 35px;
  text-align: center;
}
#masterCompositeTabContent21630_4 #menuSection a {
  color: #fff;
  display: block;
  line-height: 35px;
  /*font-size:1.2em;*/
}
#masterCompositeTabContent21630_4 #menuSection a:hover {
  background: transparent url(../images/backgrounds/bg1.gif) repeat-x top left;
}

#masterCompositeTabContent21630_4 #menuSection a.highlight {
  background: transparent url(../images/backgrounds/bg1.gif) repeat-x top left;
}

#flatMenuItem2256211 a:hover,
#flatMenuItem2256211 a.highlight {
  background: transparent url(../images/backgrounds/bg2.gif) no-repeat top left !important;
}

#flatMenuItem2256234 a:hover,
#flatMenuItem2256234 a.highlight {
  background: transparent url(../images/backgrounds/bg7.gif) no-repeat top left !important;
}

#flatMenuItem2256211,
#flatMenuItem2256230 {
  width: 65px;
}

#flatMenuItem2256222,
#flatMenuItem2256229,
#flatMenuItem2256231,
#flatMenuItem2256232,
#flatMenuItem2256233 {
  width: 80px;
}

li#flatMenuItem2256211 {
  background: transparent url(../images/backgrounds/bg3.gif) no-repeat top left;
  width: 65px;
  height: 35px;
  float: left;
}

li#flatMenuItem2256222,
li#flatMenuItem2256229,
li#flatMenuItem2256230,
li#flatMenuItem2256231,
li#flatMenuItem2256232,
li#flatMenuItem2256233 {
  background: transparent url(../images/backgrounds/bg4.gif) no-repeat top left;
  width: 80px;
  height: 35px;
  float: left;
}

li#flatMenuItem2256230 {
  background: transparent url(../images/backgrounds/bg5.gif) no-repeat top left;
  width: 65px;
  height: 35px;
  float: left;
}

li#flatMenuItem2256234 {
  background: transparent url(../images/backgrounds/bg6.gif) no-repeat top left;
  width: 65px;
  height: 35px;
  float: left;
}

a#flatMenuItemAnchor2256211,
a#flatMenuItemAnchor2256222,
a#flatMenuItemAnchor2256229,
a#flatMenuItemAnchor2256230,
a#flatMenuItemAnchor2256231,
a#flatMenuItemAnchor2256232,
a#flatMenuItemAnchor2256233,
a#flatMenuItemAnchor2256234 {
  display: block;
  height: 35px;
}

.topFunctionality {
  height: 18px;
  width: 991px;
  margin-top: 5px;
  position: relative;
}

#menuSectionLogin input {
  height: 16px;
  line-height: 16px;
  background-color: #3a3a3a !important;
  width: 74px;
  border: 0px;
  color: #909090;
  font-size: 0.9em;
  vertical-align: top;
  padding-left: 2px;
}

.hidden_login {
  display: none;
}

.registerButton {
  width: 55px;
  height: 16px;
}

.welcomeIntro,
#welcomemessage,
#myAccountButton,
#myAccountButton a {
  color: #fff;
}

#myAccountButton {
  padding-left: 8px;
}

#myAccountButton,
.KeywordSearch {
  float: left;
}

.login_lang {
  clear: left;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 325px;
}

#sidebar_languages {
  height: 16px;
  line-height: 16px;
  background-color: #3a3a3a !important;
  border: 0px;
  color: #fff;
  font-size: 0.9em;
  font-weight: bolder;
  vertical-align: top;
  padding-left: 2px;
}

/* end edit by TUM*/

/* DROPDOWN */
.tab_select {
  float: right;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.tab_dropdown {
  float: right;
  padding-right: 32px;
  position: relative;
  z-index: 1;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.default_dropdown a:link {
  color: #0033ff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.default_dropdown a:visited {
  text-decoration: none;
  color: #0033ff;
  font-weight: bold;
  font-size: 11px;
}
.default_dropdown a:hover {
  text-decoration: underline;
  color: #00cccc;
  font-weight: bold;
  font-size: 11px;
}
.default_dropdown a:active {
  text-decoration: none;
  color: #0033ff;
  font-weight: bold;
  font-size: 11px;
}

/* BUTTON */
.ds_dark {
  display: -moz-inline-box;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  display: inline-block;
  min-width: 102px;
  *width: 102px;
}
.ds {
  display: -moz-inline-box;
  border-bottom: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  display: inline-block;
  min-width: 102px;
  *width: 102px;
}
.lsbb {
  background: #eee;
  border: solid 1px;
  border-color: #ccc #999 #999 #ccc;
  height: 25px;
  display: block;
  min-width: 100px;
  *width: 100px;
}
.lsb {
  background: url(../images/icons/grey_btn.png);
  font: 12px arial, sans-serif;
  border: none;
  color: #000;
  cursor: pointer;
  height: 25px;
  margin: 0;
  outline: 0;
  vertical-align: top;
  min-width: 100px;
  *width: 100px;
}
.lsb:active {
  background: #ccc;
}
.lsb_red {
  background: url(../images/icons/red_btn.png);
  font: 12px arial, sans-serif;
  border: none;
  color: #000;
  cursor: pointer;
  height: 25px;
  margin: 0;
  outline: 0;
  vertical-align: top;
  min-width: 100px;
  *width: 100px;
}
.lsb_red:active {
  background: #c66;
}
.lst:focus {
  outline: none;
}

.small_ds_dark {
  display: -moz-inline-box;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  display: inline-block;
  min-width: 52px;
  *width: 52px;
}
.small_ds {
  display: -moz-inline-box;
  border-bottom: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  display: inline-block;
  min-width: 52px;
  *width: 52px;
}
.small_lsbb {
  background: #eee;
  border: solid 1px;
  border-color: #ccc #999 #999 #ccc;
  height: 20px;
  display: block;
  min-width: 50px;
  *width: 50px;
}
.small_lsb {
  background: url(../images/icons/grey_btn.png);
  font: 10px arial, sans-serif;
  border: none;
  color: #000;
  cursor: pointer;
  height: 20px;
  margin: 0;
  outline: 0;
  vertical-align: top;
  min-width: 50px;
  *width: 50px;
}
.small_lsb:active {
  background: #ccc;
}
.small_lsb_red {
  background: url(../images/icons/red_btn.png);
  font: 10px arial, sans-serif;
  border: none;
  color: #000;
  cursor: pointer;
  height: 20px;
  margin: 0;
  outline: 0;
  vertical-align: top;
  min-width: 50px;
  *width: 50px;
}
.small_lsb_red:active {
  background: #c66;
}
.small_lst:focus {
  outline: none;
}

.tiny_ds_dark {
  display: -moz-inline-box;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  display: inline-block;
  min-width: 12px;
  *width: 12px;
}
.tiny_ds {
  display: -moz-inline-box;
  border-bottom: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  display: inline-block;
  min-width: 12px;
  *width: 12px;
}
.tiny_lsbb {
  background: #eee;
  border: solid 1px;
  border-color: #ccc #999 #999 #ccc;
  height: 10px;
  display: block;
  min-width: 10px;
  *width: 10px;
}
.tiny_lsb {
  background: url(../images/icons/grey_btn.png);
  font: 8px arial, sans-serif;
  border: none;
  color: #000;
  cursor: pointer;
  height: 10px;
  margin: 0;
  outline: 0;
  vertical-align: top;
  min-width: 10px;
  *width: 10px;
  padding: 0px;
}
.tiny_lsb:active {
  background: #ccc;
}
.tiny_lsb_red {
  background: url(../images/icons/red_btn.png);
  font: 8px arial, sans-serif;
  border: none;
  color: #000;
  cursor: pointer;
  height: 10px;
  margin: 0;
  outline: 0;
  vertical-align: top;
  min-width: 10px;
  *width: 150px;
  padding: 0px;
}
.tiny_lsb_red:active {
  background: #c66;
}
.tiny_lst:focus {
  outline: none;
}

.shortlist_box {
  border: solid #003 1px;
  padding: 2px;
  text-align: center;
  width: 60px;
  height: 40px;
  background-color: #fff;
}
.shortlist_box_empty {
  border: dotted #003 1px;
  padding: 2px;
  text-align: center;
  width: 60px;
  height: 40px;
  background-color: #fff;
}

/* TEXT */
.lg_text {
  color: #cdc9c9;
  float: left;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
}
.lg_text2 {
  color: #cdc9c9;
  float: left;
  font-weight: bold;
  height: 12px;
  overflow: hidden;
}
/* TABLE */
.att_table thead tr td {
}
.att_table tbody tr td {
  padding-right: 5px;
  padding-left: 5px;
}

.navlist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #717d7d;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.navlist li {
  list-style: none;
  margin: 0;
  padding: 0.25em;
  border-top: 1px dotted #717d7d;
}

.emphasis {
  color: #ffe4e1;
}

/* FORM */
form select,
select {
  padding: 3px;
  min-width: 50px;
  border: 1px solid #606060;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
}
form input,
input {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  padding: 3px;
}
form textarea,
textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  padding: 3px;
}

.terass a:link {
  color: #000033;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
.terass a:visited {
  text-decoration: none;
  color: #000033;
  font-weight: bold;
  font-size: 13px;
}
.terass a:hover {
  text-decoration: underline;
  color: #00cccc;
  font-weight: bold;
  font-size: 13px;
}
.terass a:active {
  text-decoration: none;
  color: #000033;
  font-weight: bold;
  font-size: 13px;
}

.link_size_10 a {
  color: #06c;
  font-size: 10px;
}
.link_size_10 a:link {
  color: #06c;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}
.link_size_10 a:visited {
  text-decoration: none;
  color: #06c;
  font-weight: bold;
  font-size: 10px;
}
.link_size_10 a:hover {
  text-decoration: underline;
  color: #00cccc;
  font-weight: bold;
  font-size: 10px;
}
.link_size_10 a:active {
  text-decoration: none;
  color: #06c;
  font-weight: bold;
  font-size: 10px;
}

.player-table-style thead th {
  background: url(../images/redandblack/bg_th.gif) left;
  height: 21px;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  padding: 0px 7px;
  margin: 20px 0px 0px;
  text-align: left;
}

.jqcss-table-style thead th {
  background: url(../images/redandblack/bg_th.gif) left;
  height: 21px;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  padding: 0px 7px;
  margin: 20px 0px 0px;
  text-align: left;
}

.jqcss-table-style td {
  font: Verdana;
  font-size: 12px;
  padding: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
}

.premium_color {
  background-color: #facf32;
}
.premium_tab {
  background: url(../images/backgrounds/blacknet.gif) repeat-x !important;
  /* border: 1px solid #f4c109!important; */
}
.premium_tab a {
  color: #facf32 !important;
}
.premium_tab.ui-tabs-selected {
  background: url(../images/backgrounds/yellownet.gif) repeat-x !important;
  border: 1px solid #facf32 !important;
}
.premium_tab.ui-tabs-selected a {
  color: #000 !important;
}
.premium_div {
  background: none repeat scroll 0 0 #facf32 !important;
  /* border:1px solid #f4c109!important; */
}
.tinytable tbody th,
.tinytable tbody td,
.redandblack thead th {
  font-size: 10px !important;
}
.tinytable table a,
.tinytable table,
.tinytable tbody,
.tinytable tfoot,
.tinytable tr,
.tinytable th,
.tinytable td,
.tinytable td a {
  font-size: 10px !important;
}

td.index-title-left {
  background: url(../images/backgrounds/title_left.gif);
  background-size: contain;
  width: 10px;
  height: 23px;
  border: 0px;
}
td.index-title-right {
  background: url(../images/backgrounds/title_right.gif);
  background-size: contain;
  width: 10px;
  height: 23px;
  border: 0px;
}
td.index-title-center {
  background: url(../images/backgrounds/title02.gif);
  background-size: contain;
  text-align: left;

  height: 23px;
  border: 0px;
}
td.index-title-center span {
  color: #fff;
  font-size: 13px;
}

.gko-right {
  text-align: right;
}
.gko-left {
  text-align: left;
}
.gko-center {
  text-align: center;
}

.gko-tutorial {
  padding: 15px 5px 15px 5px;
  margin: 10px 5px 15px 5px;
  border: 1px dotted #777;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}

.gko-tutorial table {
  width: 100%;
}

.gko-tutorial .message-box-top {
  width: 100%;
  background: url(../images/new_pic/h_box.png);
  height: 34px;
  background-repeat: no-repeat;
}
.gko-tutorial .message-box-middle {
  background: url(../images/new_pic/m_box.png);
  background-repeat: repeat-y;
  min-height: 20px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.gko-tutorial .message-box-bottom {
  width: 100%;
  background: url(../images/new_pic/f_box.png);
  height: 32px;
  background-repeat: no-repeat;
}
.gko-subtext {
  font-size:small; color: #999;
}
.gko-image {
  max-width: 150px;
  max-height: 150px;
  border: 0px;
}
.gko-image-100 {
  max-width: 100px;
  max-height: 100px;
  border: 0px;
}
.gko-image-thumb, .gko-image-32 {
  max-width: 32px;
  max-height: 32px;
  border: 0px;
}

.gko-image-45 {
  max-width: 45px;
  max-height: 45px;
  border: 0px;
}