* {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
    color: #524E4E;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background: #000000;
}

h1, .h1 {
    /*font-size: 32px;*/
    font-size: 26px;
}
h2, .h2 {
    /*font-size: 24px;*/
    font-size: 19px;
}
h3, .h3 {
    /*font-size: 19px;*/
    font-size: 15px;
}
h4, .h4 {
    /*font-size: 16px;*/
    font-size: 13px;
}
h5, .h5 {
    /*font-size: 13.4px;*/
    font-size: 11.4px;
}
h6, .h6 {
    /*font-size: 10.5px;*/
    font-size: 9.5px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #AE0A0D;
  margin-bottom: 5px;
}

div  {
    position: relative;
    display: block;
}

a {
    color: #0000EE;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

fieldset {
    margin: 4px;
    padding: 3px 4px;
    border-style: solid;
}
legend {
    padding: 3px 4px;
}

.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clearB {
    clear: both;
}

.block {
    display: block;
}

.top, .vtop {
    vertical-align: top;
}
.middle, .vmiddle {
    vertical-align: middle;
}
.bottom, .vbottom {
    vertical-align: bottom;
}

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

.nowrap {
    white-space: nowrap;
}

.black {
    color: #524E4E;
}
.white {
    color: #FFFFFF;
}
.red, .offline {
    color: #CC1213;
}
.blue {
    color: #0000EE;
}
.orange, .premium {
    color: #FF9C00;
}
.green, .online {
    color: #12CC13;
}
.bold, .b {
    font-weight: bold;
}
.underline, .u {
    text-decoration: underline;
}
.italic, .i {
    font-style: italic;
}
.s {
    text-decoration: line-through;
}

.small {
    font-size: 10px;
}

.full {
    width: 100%;
}
input.full {
    width: 99.4%;
}

.hr_dotted {
    border-top: dotted 1px #ADADAD;
    margin: 1px 0pt;
}

.white_border {
    display: block;
    width: 1024px;
    height: 1px;
    background: #FFFFFF;
}
.no_border {
    border: none;
}

.readmore {
    color: #C00F13;
}

.loading {
    width: 80px;
    height: 16px;
    margin: 5px auto;
    padding-left: 20px;
    background: url(/images/icons/ajax-loader.gif) no-repeat;
}

.corner {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.corner.gray {
    float: none;
    margin-right: 1px;
}
.corner span {
    float: left;
    display: block;
    height: 12px;
}
.corner .corner_left {
    width: 3px;
    background: url(/images/design/corner_red_white_left.gif) no-repeat;
}
.gray .corner .corner_left {
    background: url(/images/design/corner_red_gray_left.gif) no-repeat;
}
a .corner.gray .corner_left {
    background: none;
}
.corner.graybg .corner_left {
    background: url(/images/design/corner_gray_white_left.gif) no-repeat;
}
.gray .corner.graybg .corner_left {
    background: url(/images/design/corner_gray_gray_left.gif) no-repeat;
}
a.active .corner.gray .corner_left, a:hover .corner.gray .corner_left {
    background: url(/images/design/corner_gray_left.gif) no-repeat;
}
.corner .corner_middle {
    color: #FFFFFF;
    text-align: center;
    background: #C00F13;
}
a .corner.gray .corner_middle {
    color: #C00F13;
    background: none;
}
.corner.graybg .corner_middle {
    background: #CDCECC;
}
.gray .corner.graybg .corner_middle {
    background: #C2C2C1;
}
a.active .corner.gray .corner_middle, a:hover .corner.gray .corner_middle {
    background: #929291;
}
a.active .corner.gray .corner_middle {
    font-weight: bold;
}
.corner .corner_right {
    width: 3px;
    background: url(/images/design/corner_red_white_right.gif) no-repeat;
}
.gray .corner .corner_right {
    background: url(/images/design/corner_red_gray_right.gif) no-repeat;
}
a .corner.gray .corner_right {
    background: none;
}
.corner.graybg .corner_right {
    background: url(/images/design/corner_gray_white_right.gif) no-repeat;
}
.gray .corner.graybg .corner_right {
    background: url(/images/design/corner_gray_gray_right.gif) no-repeat;
}
a.active .corner.gray .corner_right, a:hover .corner.gray .corner_right {
    background: url(/images/design/corner_gray_right.gif) no-repeat;
}

.extended_tooltip {
    position: absolute;
    padding: 4px;
    border: solid 2px #D6D6DB;
    background: #FFFFFF;
    z-index: 100;
}

#head-wrapper {
    min-width: 1184px;
    height: 30px;
    background: url(/images/design/head_bg.jpg) repeat-x;
}
#head {
    margin: 0pt auto;
    width: 1184px;
    height: 30px;
}
#head_logo {
    float: left;
    display: block;
    width: 200px;
    height: 30px;
    background: url(/images/design/head_logo.jpg) no-repeat;
    text-indent: -9999px;
}
#head_sponsor {
    float: right;
    display: block;
    margin-top: 5px;
    margin-right: 19px;
    width: 120px;
    height: 20px;
    background: url(/images/design/head_sponsor.gif) no-repeat;
    text-indent: -9999px;
}
#head .szwidget {
    float: right;
    margin-top: 11px;
	margin-right: 19px;
}

#page {
    position: relative;
    width: 1024px;
    margin: 0pt auto;
}

#header {
    position: relative;
    width: 1024px;
    height: 174px;
    /*background: url(/images/design/header_bg.jpg) no-repeat;*/
    z-index: 20;
}
#header_logo {
    position: absolute;
    /*left: 48px;*/
    left: 40px;
    /*top: 18px;*/
    top: 10px;
}
#header_logo a {
    display: block;
/*
    width: 131px;
    height: 72px;
*/
/*
    width: 266px;
    height: 80px;
*/
    width: 286px;
    height: 90px;
    text-indent: -9999px;
    /*background: url(/images/design/header_logo.jpg) no-repeat;*/
    background: url(/images/design/header_logo.png) no-repeat;
    outline-width: 0pt;
}
#header_powered {
    position: absolute;
    top: 63px;
    right: 0px;
    z-index: 50;
}
#register, #header_profil {
    position: absolute;
    display: block;
    width: 167px;
    padding: 4px 6px;
    top: 3px;
    right: 112px;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
    z-index: 30;
}
#register {
    width: 179px;
    height: 42px;
    background: transparent url(/images/design/register_bg.png) no-repeat scroll right top;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 9px;
    overflow: visible;
    font-weight: bold;
    padding: 0 40px 15px 30px;
    position: absolute;
    right: 90px;
    text-transform: uppercase;
}
#register .register {
    /*font-weight: bolder;*/
    color: #FFFFFF;
}
#register .register .red {
    display: block;
    font-weight: bold;
    color: #db0a16;
}
a:hover#register .register .red {
    text-decoration: underline;
}
#login_form {
    position: absolute;
    width: 135px;
    right: 179px;
    top: 90px;
    z-index: 50;
}
#login_form div.login_border_outer {
    float: right;
    margin-bottom: 3px;
    border: solid 1px #aaa9a9;
    background: none;
    width: 140px;
}
#login_form div div.login_border {
  background: none;
  margin: 2px;
  background: #aaa9a9;
}

#login_form label {
    margin: 0pt 1px;
    padding: 0pt 2px;
    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    background : #aaa9a9 url(/images/design/login_label_bg.png) no-repeat 0 0;
}
#login_form input {
    width: 92px;
    height: 13px;
    font-size: 11px;
    border: none;
    background: #aaa9a9;
    color: #363636;
}
#login_form input:hover, #login_form input:focus, #login_form input.focus {
    color: #FFFFFF;
}
#login_form .login_go {
    margin: 0pt;
    border: none;
    background: none;
    position: absolute;
    right: -35px;
}
#login_form #login_go {
    width: 29px;
    height: 15px;
    border: none;
    background: url(/images/design/login_go.gif) no-repeat;
    cursor: pointer;
}
#header_profil input {
    color: #FFFFFF;
    font-size: 10px;
    background: none;
    border: none;
    cursor: pointer;
}
#header_profil input:hover {
    color: #CC1213;
}
#header_profil a, #header_profil_bottom a {
    color: #FFFFFF;
}
#header_profil_bottom_first_line img {
  vertical-align: bottom;
  margin:0 3px;
}
#header_profil a#header_profil_picture {
    position: absolute;
    right: 100px;
}
#header_profil a#header_profil_picture img {
    width: 54px;
    height: 72px;
    border: solid 1px #FFFFFF;
}
#header_profil a:hover#header_profil_picture img {
    border: solid 1px #CC1213;
}
#header_profil #header_profil_right {
    position: absolute;
    top: 65px;
    right: 40px;
}
#header_profil #header_profil_right input {
  background: transparent url(/images/design/logout_button.jpg) no-repeat 0 0;
}
#header_profil a#header_profil_link {
    position: absolute;
    top: 82px;
    left: 25px;
    color: red;
    font-weight: bold;
    display: none;
}
#header_profil #header_profil_clock {
    position: absolute;
    bottom: -120px;
    left: 165px;
    width: 115px;
    color: #000000;
    font-size: 11px;
}
#header_profil #header_profil_clock span {
    font-size: 11px;
}
#header_profil a#header_profil_team {
    position: absolute;
    right: 35px;
    width: 50px;
    height: 50px;
    z-index: 40;
}
#header_profil a#header_profil_team img {
    width: 50px;
    height: 50px;
    border: solid 1px #FFFFFF;
}
#header_profil a:hover#header_profil_team img {
    border: solid 1px #CC1213;
}
#header_profil_bottom {
    position: absolute;
    background: transparent url(/images/design/panel_bg.png) no-repeat 0 0;
    top: 89px;
    left: -70px;
    width: 240px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0 5px 10px;
}
#header_profil_bottom_panel {
    float: right;
    margin-top: 1px;
    margin-bottom: -1px;
    margin-right: 5px;
    width: 17px;
    height: 18px;
    background: url(/images/design/admin_panel_button.png) no-repeat;
}
#header_profil_bottom_forum {
    float: right;
    margin-top: 1px;
    margin-bottom: -1px;
    margin-right: 25px;
    width: 17px;
    height: 18px;
    background: url(/images/design/admin_forum_button.png) no-repeat;
}
#header_profil_selectteam {
    position: absolute;
    top: 55px;
    right: 33px;
    background: #000000;
    border: solid 1px #FFFFFF;
    border-bottom: none;
    list-style: none;
    z-index: 50;
}
#header_profil_selectteam li a {
    display: block;
    margin: 0pt;
    padding: 2px 4px;
    font-weight: bold;
    cursor: pointer;
    background: #000000;
    border-bottom: solid 1px #CCCCCC;
}
#header_profil_selectteam li a.red {
    color: #CC1213;
}

#menu {
    position: absolute;
    bottom: 34px;
    width: 100%;
    height: 27px;
    /*background: url(/images/design/menu_bg.gif) repeat-x;
    background: url(/images/design/menu_bg.jpg) no-repeat;*/
}
#menu #menu_left {
    float: left;
/*
    width: 2px;
    height: 27px;
    background: url(/images/design/menu_left.gif) no-repeat;
*/
}
#menu ul {
    list-style: none;
    float: left;
}
#menu ul li {
    float: left;
    margin-left: 2px;
    overflow: visible;
    width : 109px;
}
#menu ul li.first {
/*
    margin-left: 0pt;
*/
}
#menu ul li a {
    display: block;
    width: 117px;
    height: 25px;
    background: url(/images/design/menu_new.png) no-repeat;
    text-align: center;
    /*color: #540808;*/
    color: #CD5C5C;
    font-weight: bold;
    font-size: 13px;
    padding-top: 2px;
    text-decoration: none;
}
#menu ul li a:hover, #menu ul li a.active {
    background: url(/images/design/menu_new_active.png) no-repeat;
}
#menu ul li a.active {
    color: #FFFFFF;
}
#menu ul li.wcg a {
    color: #8C96A1;
    background: url(/images/design/wcg/menu_new.png) no-repeat;
}
#menu ul li.wcg a:hover, #menu ul li.wcg a.active {
    background: url(/images/design/wcg/menu_new_active.png) no-repeat;
}
#menu #stats {
/*
    float: right;
    margin: 4px 12px 0pt 0pt;
*/
/* update start */
    position: absolute;
    top: -18px;
    left: 370px;
/* update end */
    color: #FF1213;
    font-size: 10px;
    cursor: pointer;
}
#submenu {
    position: absolute;
    bottom: 9px;
    width: 100%;
    height: 26px;
    background: url(/images/design/submenu_bg.gif) repeat-x;
}
#submenu #submenu_left {
    float: left;
    width: 3px;
    height: 27px;
    background: url(/images/design/submenu_left.gif) no-repeat;
}
#submenu ul {
    list-style: none;
    float: left;
}
#submenu ul li {
    float: left;
    padding-right: 2px;
    background: url(/images/design/submenu_border.gif) no-repeat right;
}
#submenu ul li.first {
    margin-left: 3px;
}
#submenu a {
    display: block;
    height: 18px;
    padding: 8px 8px 0pt;
    background: url(/images/design/submenu_bg.gif) repeat-x;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}
#submenu a:hover, #submenu a.active {
    text-decoration: underline;
}
#submenu #search {
    float: right;
    color: #FFFFFF;
    font-size: 10px;
    margin: 4px 12px 0pt 0pt;
}
#submenu #search div {
    float: left;
}
#submenu #search #search_keyword {
    width: 149px;
    height: 15px;
    padding: 2px 2px 0pt;
    font-size: 11px;
    background: #FFFFFF;
    color: #D2D2D2;
    border: solid 1px #FF0000;
}
#submenu #search #search_keyword:hover, #submenu #search #search_keyword:focus,
#submenu #search #search_keyword.focus {
    color: #000000;
}
#submenu #search #search_go {
    width: 31px;
    height: 17px;
    margin-left: 2px;
    padding: 1px 2px;
    cursor: pointer;
    border: none;
    background: url(/images/design/search_go.gif) no-repeat;
}
#search_in {
    position: absolute;
    top: 162px;
    right: 45px;
    width: 153px;
    font-size: 11px;
    background: #FFFFFF;
    border: solid 1px #FF0000;
    border-bottom: none;
    list-style: none;
    z-index: 100;
}
#search_in li {
    padding: 0pt;
    color: #AEAEAE;
    border-bottom: solid 1px #FF0000;
}
#search_in li.no_border {
    border: none;
}
#search_in li span {
    display: block;
    padding: 2px 4px;
}
#search_in li.search_in_choose {
    color: #000000;
}
#search_in li.search_in_choose:hover {
    background: #EAEAEA;
    text-decoration: underline;
    cursor: pointer;
}
#search_in li.active {
    background: #EAEAEA;
}
#search_in li.active:hover {
    background: #EAEAEA;
    text-decoration: none;
    cursor: auto;
}
#search_in li ul {
    list-style: none;
}
#search_in li ul li {
    border-bottom: none;
}
#search_in li ul li span {
    padding: 2px 14px;
}
#search_in li ul li ul li span {
    padding: 2px 24px;
}
#search_in #search_in_close {
    float: right;
    font-size: 10px;
    cursor: pointer;
}
#search_in #search_in_close:hover {
    text-decoration: underline;
}


#submenu ul#choose_game,
#submenu ul#choose_league {
    float: none;
    position: absolute;
    top: 27px;
    z-index: 10;
}
#submenu ul#choose_game li,
#submenu ul#choose_league li {
    float: none;
    display: block;
    padding: 0pt;
    background: none;
    border: solid 1px #FD2727;
    border-top: solid 1px #950101;
}
#submenu ul#choose_game li a,
#submenu ul#choose_league li a {
    text-align: left;
}

#header_bottom {
    position: absolute;
    bottom: 0pt;
    width: 100%;
    height: 9px;
    background: url(/images/design/header_bottom_bg.gif) repeat-x;
}
#header_bottom #header_bottom_left {
    float: left;
    width: 80px;
    height: 9px;
    background: url(/images/design/header_bottom_left.gif) no-repeat;
}
#header_bottom #header_bottom_right {
    float: right;
    width: 40px;
    height: 9px;
    background: url(/images/design/header_bottom_right.gif) no-repeat;
}
#partner_top {
    width: 1022px;
    border: solid 1px #DDDDDD;
    background: #FFFFFF url(/images/design/partner_top_bg.gif) repeat-x center;
}
#partner_top .white_border {
    width: 100%;
}
#partner_top #partner_top_left {
    float: left;
    width: 4px;
    height: 99px;
    background: url(/images/design/partner_top_left.gif) no-repeat;
}
#partner_top .partner_top_middle {
    float: left;
    width: 6px;
    height: 99px;
    background: url(/images/design/partner_top_middle.gif) no-repeat;
}
#partner_top .partner_top {
    float: left;
    height: 99px;
    overflow: hidden;
}
#partner_top .partner_top .partner_top_top {
    display: block;
    height: 4px;
    background: url(/images/design/partner_top_468x60_top.gif) repeat-x;
}
#partner_top .partner_top a {
    display: block;
    height: 90px;
}
#partner_top .partner_top .partner_top_bottom {
    display: block;
    height: 5px;
    background: url(/images/design/partner_top_468x60_bottom.gif) repeat-x scroll 0% 100%;
}
#partner_top .partner_top_middle {
    float: left;
    width: 4px;
    height: 99px;
    background: url(/images/design/partner_top_middle.gif) no-repeat;
}
#partner_top #partner_top_small {
    float: left;
    padding: 4px 4px 0pt;
}
#partner_top #partner_top_right {
    float: right;
    width: 4px;
    height: 99px;
    background: url(/images/design/partner_top_right.gif) no-repeat;
}

#content_wrapper {
    width: 1024px;
    background: #FFFFFF;
}
#content_wrapper #content_wrapper_top {
    position: absolute;
    display: block;
    width: 1024px;
    height: 49px;
    background: url(/images/design/content_top.gif) repeat-x;
}
#content_wrapper #content_wrapper_bottom {
    position: absolute;
    display: block;
    width: 1024px;
    height: 59px;
    bottom: 0pt;
    background: url(/images/design/content_bottom.gif) repeat-x;
}
#content {
    min-height: 108px;
    padding: 5px 0pt 5px 6px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
#content p {
    margin: 2px 0pt 3px;
    height: 100%;
}
#content .noPHeight p {
    height: auto;
    min-height: 5px;
}
#content #teamDescription,
#content #userDescription {
    overflow: hidden;
}
#content #teamDescription p,
#content #userDescription p {
    height: auto;
    min-height: 5px;
}
#content #toggleTeamDescription,
#content #toggleUserDescription {
    margin: 2px 0pt -2px;
}

#content #left {
    float: left;
    width: 750px;
}
#content #right {
    float: right;
    margin-right: 2px;
    width: 260px;
}

#content .box {
    margin: 1px 0pt;
    background: #FFFFFF;
    overflow: hidden;
}
#content .box .title {
    width: 100%;
    height: 20px;
    margin-bottom: 1px;
    background: url(/images/design/content_box_title_bg.gif) repeat-x;
}
#content .box .title.gray {
    background: url(/images/design/content_box_title_bg_gray.gif) repeat-x;
}
#content .box .title * {
    float: left;
    height: 16px;
    font-size: 13px;
    color: #FFFFFF;
    margin: 2px 4px;
}
#content .box .title h2,
#content .box .title a {
    overflow: hidden;
    max-width: 738px;
}
#content .box .title a {
    float: none;
    margin: 0pt;
}
#content .box .title br {
    float: none;
}
#content .box .title .title_left, #content .box .title .title_right {
    width: 2px;
    height: 20px;
    margin: 0pt;
}
#content .box .title .title_left {
    background: url(/images/design/content_box_title_left.gif) no-repeat;
}
#content .box .title.gray .title_left {
    background: url(/images/design/content_box_title_left_gray.gif) no-repeat;
}
#content .box .title .title_right {
    float: right;
    background: url(/images/design/content_box_title_right.gif) no-repeat;
}
#content .box .title.gray .title_right {
    background: url(/images/design/content_box_title_right_gray.gif) no-repeat;
}
#content .box .content {
    padding: 0pt 1px;
    border: solid 1px #D3D3D3;
    height: 100%;
    overflow: hidden;
}
#content .box .content .subtitle,
#popup #popup_content .subtitle {
    margin: 3px;
    padding: 0pt 0pt 2px 4px;
    border-bottom: solid 2px #C0130F;
}
#content .box .content .subtitle *,
#popup #popup_content .subtitle * {
    margin: 0pt;
    padding: 0pt;
    color: #524E4E;
    font-size: 14px;
}

#content .box .content.gray {
    margin: 1px 0pt;
    background: #F3F3F0;
    padding-bottom: 8px;
}
#content .box .content .element,
#popup #popup_content .element {
    margin-top: 8px;
    padding: 0pt 8px;
}
#content .box .content .element.left,
#popup #popup_content .element.left {
    float: left;
    border-right: solid 1px #DDDDDB;
}
#content .box .content .element.right,
#popup #popup_content .element.right {
    /*float: left;*/
    margin-left: -1px;
    border-left: solid 1px #DDDDDB;
    /* new */
    float: right;
    margin-right: 1px;
}
#content .box .content .element .entry,
#popup #popup_content .element .entry {
    padding: 6px;
    height: 100%;
    color: #524E4E;
    /*background: #F7F7F5;*/
    background: #FFFFFF;
}
#content .box .content .element .entry.gray,
#popup #popup_content .element .entry.gray {
    /*background: #EDEDEB;*/
    background: #F8F8F8;
}
#content .box .content .element .entry.darkgray,
#popup #popup_content .element .entry.darkgray {
    background: #EAEAEA;
}
#content .box .content .element .entry.verygray,
#popup #popup_content .element .entry.verygray {
    background: #E0E0E0;
}
#content .box .content .element.left .entry,
#content .box .content .element.right .entry,
#popup #popup_content .element.left .entry,
#popup #popup_content .element.right .entry {
    width: 344px;
}
#content .box .content .switch_content .element.left .entry,
#content .box .content .switch_content .element.right .entry {
    width: 341px;
}
#content .box .content fieldset .element.left .entry,
#content .box .content fieldset .element.right .entry {
    width: 334px;
}

#content .box .content.commandcenter .element.commandcenter_left {
    float: left;
}
#content .box .content.commandcenter .element.commandcenter_left .entry {
    width: 160px;
    text-align: center;
}
#content .box .content.commandcenter .element.left .entry,
#content .box .content.commandcenter .element.right .entry {
    width: 250px;
}
#content .box .content.commandcenter .element.left .entry a,
#content .box .content.commandcenter .element.right .entry a {
    display: block;
    color: #524E4E;
}
#content .box .content.commandcenter .element.left .entry a:hover,
#content .box .content.commandcenter .element.right .entry a:hover {
    color: #CC1213;
    text-decoration: none;
}
#content .box .content.commandcenter .element.left .entry a img,
#content .box .content.commandcenter .element.right .entry a img {
    float: left;
    margin-right: 10px;
}
#content .box .content.commandcenter .element.left .entry a h4,
#content .box .content.commandcenter .element.right .entry a h4 {
    color: #524E4E;
}
#content .box .content.commandcenter .element.left .entry a:hover h4,
#content .box .content.commandcenter .element.right .entry a:hover h4 {
    color: #CC1213;
    text-decoration: underline;
}

#content table.stats tbody tr td {
    padding-right: 40px;
    width: 60px;
    text-align: right;
}

#content table {
    width: 100%;
}

#content table.dotted tbody tr td,
#content table.dotted tbody tr th,
#content table tbody.dotted tr td,
#content table tbody.dotted tr th,
#content table tbody tr.dotted td,
#content table tbody tr.dotted th,
#content table tbody tr td.dotted,
#content table tbody tr th.dotted {
    border-bottom: dotted 1px #D3D3D3;
}
#content table.darkgray tbody tr td,
#content table.darkgray tbody tr th {
    background: #EAEAEA;
}
#content table tbody tr.gray td,
#content table tbody tr.gray th {
    background: #F3F3F0;
}
#content table tbody tr.darkgray td,
#content table tbody tr.darkgray th {
    background: #E8E8E6;
}
#content table.userlist tbody tr td a {
    display: block;
    height: 100%;
    font-weight: bold;
    cursor: pointer;
}
#content table.userlist tbody tr td a img,
#content table.userlist tbody tr td a span {
    float: left;
    margin: 0pt 2px;
}
#content table.userlist tbody tr td a span {
    margin-top: 4px;
}

#content .userinfo_details {
    position: absolute;
    padding: 3px;
    min-width: 136px;
    bottom: 13px;
    left: 34px;
    border: solid 1px #D3D3D3;
    background: #F7F7F5;
    z-index: 10;
}
#content .entry.gray .userinfo_details {
    background: #EDEDEB;
}
#content .userinfo_details a {
    font-size: 12px;
}
#content .userinfo_details ul {
    margin-top: 10px;
}
#content .userinfo_details li {
    margin: 0pt;
}

#content .gamelist .element .entry a {
    display: block;
}
#content .gamelist .element .entry a:hover {
    text-decoration: none;
}
#content .gamelist .element .entry a img {
    float: left;
}
#content .gamelist .element .entry a span {
    display: block;
}
#content .gamelist .element .entry a:hover span.bold {
    color:  #CC1213;
}
#content .gamelist .element .entry a .gamelist_right {
    float: left;
    margin-left: 5px;
    width: 180px;
}
#content .gamelist.ajaxGamelist .element .entry a .gamelist_right {
    width: 177px;
}

#content .formular div,
#popup .formular div {
    padding: 3px;
    height: 100%;
    border-bottom: solid 1px #D3D3D3;
}
#content .formular label,
#content .formular span.BBSmiley,
#popup .formular label,
#popup .formular span.BBSmiley {
    float: left;
    display: block;
    margin: 3px 0pt 0pt 10px;
    width: 200px;
}
#content .switch_content .formular label,
#content .switch_content .formular span.BBSmiley {
    width: 195px;
}
#content .formular label.second,
#popup .formular label.second {
    margin-left: 2px;
    width: 0%;
}
#content .formular input,
#content .formular select,
#content .formular textarea,
#popup .formular input,
#popup .formular select,
#popup .formular textarea {
    float: left;
    padding: 2px;
    color: #979797;
    font-size: 12px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    background: #FFFFFF;
    border: solid 1px #979797;
}
#content .formular input[type=text],
#content .formular input[type=password],
#content .formular textarea,
#popup .formular input[type=text],
#popup .formular input[type=password],
#popup .formular textarea {
    width: 300px;
}
#content .formular input[type=submit],
#popup .formular input[type=submit] {
    margin-right: 4px;
    color: #000000;
    text-align: center;
    cursor: pointer;
}
#content .formular input[type=submit].text,
#content .formular select,
#popup .formular input[type=submit].text,
#popup .formular select {
    margin-right: 0pt;
    width: 306px;
}
#content .formular input.error,
#content .formular select.error,
#content .formular textarea.error,
#popup .formular input.error,
#popup .formular select.error,
#popup .formular textarea.error {
    border: solid 1px #C0130F;
}
#content .formular input:hover, #content .formular input:focus, #content .formular input.focus,
#content .formular select:hover, #content .formular select:focus, #content .formular select.focus,
#content .formular textarea:hover, #content .formular textarea:focus, #content .formular textarea.focus,
#popup .formular input:hover, #popup .formular input:focus, #popup .formular input.focus,
#popup .formular select:hover, #popup .formular select:focus, #popup .formular select.focus,
#popup .formular textarea:hover, #popup .formular textarea:focus, #popup .formular textarea.focus {
    color: #000000;
    border: solid 1px #000000;
}
#content .formular input:hover[readonly=readonly], #content .formular input:focus[readonly=readonly], #content .formular input.focus[readonly=readonly],
#content .formular textarea:hover[readonly=readonly], #content .formular textarea:focus[readonly=readonly], #content .formular textarea.focus[readonly=readonly],
#popup .formular input:hover[readonly=readonly], #popup .formular input:focus[readonly=readonly], #popup .formular input.focus[readonly=readonly],
#popup .formular textarea:hover[readonly=readonly], #popup .formular textarea:focus[readonly=readonly], #popup .formular textarea.focus[readonly=readonly] {
    color: #D3D3D3;
    border: solid 1px #D3D3D3;
    cursor: auto;
}
#content .formular input[type=checkbox],
#popup .formular input[type=checkbox] {
    margin-top: 2px;
    padding: 0pt;
    border: none;
}
#content .commandcenter_profil .formular input[type=checkbox] {
    margin: 4px 4px 0pt;
}
#content .formular textarea,
#popup .formular textarea {
    height: 100px;
}
#content .formular textarea.BBCode,
#popup .formular textarea.BBCode {
    width: 495px;
    height: 200px;
}
#content .formular div.BBButtons,
#content .formular div.BBPalette,
#popup .formular div.BBButtons,
#popup .formular div.BBPalette {
    margin-left: 210px;
    padding: 0pt 0pt 3px 0pt;
    border: none;
}
#content .switch_content .formular div.BBButtons,
#content .switch_content .formular div.BBPalette {
    margin-left: 205px;
}
#content .formular div.BBButtons input,
#content .formular div.BBButtons select,
#popup .formular div.BBButtons input,
#popup .formular div.BBButtons select {
    float: none;
    margin-right: 4px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}
#content .formular div.BBPalette,
#popup .formular div.BBPalette {
    height: 79px;
}
#content .formular div.BBPalette div,
#popup .formular div.BBPalette div {
    margin-left: 1px;
    padding: 0pt;
    border: none;
}
#content .formular div.BBPalette a,
#popup .formular div.BBPalette a {
    float: left;
    display: block;
    margin: 0pt 1px 1px 0pt;
    width: 15px;
    height: 15px;
}

#content .bbcode_quote,
#content .bbcode_code,
#content .bbcode_php {
    margin: 3px 0pt 3px 20px;
    border: solid 1px #D3D3D3;
}
#content .bbcode_quote .bbcode_quote_top,
#content .bbcode_code .bbcode_code_top,
#content .bbcode_php .bbcode_php_top {
    padding: 3px 4px;
    font-size: 10px;
    font-weight: bold;
    background: #F3F3F0;
    border-bottom: dotted 1px #D3D3D3;
}
#content .bbcode_quote .bbcode_quote_content,
#content .bbcode_code .bbcode_code_content,
#content .bbcode_php .bbcode_php_content {
    padding: 3px 4px;
}
#content .bbcode_code .bbcode_code_content code,
#content .bbcode_php .bbcode_php_content code {
    display: block;
    height: auto;
    max-height: 200px;
    color: #007700;
    font-size: 12px;
    font-family: Monaco, "Andale Mono", "Courier New", Courier, mono;
/*
    font-size-adjust: none;
    font-stretch: normal;
*/
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    overflow: auto;
}

#content ul {
    margin-left: 14px;
}
#content ol {
    margin-left: 24px;
}
#content li {
    margin-top: 10px;
}
#content .content.news li,
#content .content ul.news li {
    margin-top: 5px;
}

.request_demo label,
.request_demo input {
    cursor: pointer;
}
.request_demo label:hover {
    text-decoration: underline;
}

.pagination {
    margin: 5px;
    font-size: 10px;
}
.pagination_entrys {
    float: left;
}
.pagination_pages {
    float: right;
}
.pagination a {
    float: left;
    display: block;
    margin: 0pt 1px;
}
.pagination a:hover {
    text-decoration: none;
}
.pagination .pagination_first, .pagination .pagination_prev,
.pagination .pagination_next, .pagination .pagination_last {
    width: 12px;
    height: 12px;
}
.pagination .pagination_first {
    background: url(/images/icons/page_first.png) no-repeat 20% 20%;
}
.pagination .pagination_prev {
    background: url(/images/icons/page_prev.png) no-repeat 20% 20%;
}
.pagination .pagination_next {
    background: url(/images/icons/page_next.png) no-repeat 40% 40%;
}
.pagination .pagination_last {
    background: url(/images/icons/page_last.png) no-repeat 40% 40%;
}

#content #notice {
    margin: 0pt;
    padding: 0pt;
    background: #ffb6c1;
    border: solid 2px #f08080;
    list-style: none;
}
#content #notice li {
    margin: 2px 4px;
    padding: 0pt;
}
#content #notice li a.notice_delete {
    margin-right: 2px;
}
#content #notice li a.notice_delete img {
    margin-bottom: -1px;
    width: 12px;
    height: 12px;
}

#content .box .content.community_forum .subtitle {
    padding-right: 12px;
}
#content .box .content.community_forum .subtitle h4 {
    font-size: 13px;
}
#content .community_forum .forum_entry.gray {
    background: #EDEDEB;
}
#content .community_forum .forum_entry div {
    max-width: 379px;
    min-height: 30px;
}
#content .community_forum .forum_entry .forum_posts,
#content .community_forum .forum_entry .forum_threads,
#content .community_forum .forum_entry .forum_views,
#content .community_forum .forum_entry .forum_replies {
    padding-top: 10px;
    min-height: 20px;
}
#content .community_forum .forum_right,
#content .community_forum .subtitle .forum_right {
    float: right;
    padding: 0pt 4px;
    border-left: dotted 1px #ADADAD;
}
#content .community_forum .subtitle .forum_right,
#content .community_forum div:hover.forum_entry .forum_right {
    border-left: dotted 1px #000000;
}
#content .community_forum .forum_posts,
#content .community_forum .forum_threads,
#content .community_forum .forum_views,
#content .community_forum .forum_replies {
    width: 60px;
    text-align: center;
}
#content .community_forum .forum_last {
    width: 192px;
}
#content .community_forum h4 {
    margin: 0pt;
    font-size: 12px;
}
#content .community_forum p {
    font-size: 12px;
    font-family: arial, helvetica, clean, sans-serif;
}
#content .community_forum .forum_last {
    font-size: 11px;
}
#content .community_forum .forum_no_entrys {
    margin: 0pt;
    padding-top: 10px;
}
#content .community_forum .forum_post_left {
    float: left;
    padding-right: 1px;
    width: 576px;
    border-right: dotted 1px #000000;
}
#content .community_forum .forum_post_top {
    padding: 0pt 4px 4px;
    font-size: 10px;
    border-bottom: dotted 1px #000000;
}
#content .community_forum .forum_post {
    padding: 4px 4px 0pt 0pt;
}
#content .community_forum .forum_post img,
#content .community_forum .entry.preview img {
    max-width: 100%;
}
#content .community_forum .forum_post .signature {
    margin: 6px 0pt 0pt;
    padding: 2px 4px;
    border-top: solid 1px #D3D3D3;
    border-right: solid 4px #D3D3D3;
    border-bottom: solid 1px #D3D3D3;
    border-left: solid 4px #D3D3D3;
}
#content .community_forum .forum_post .signature p {
    font-size: 10px;
}
#content .community_forum .forum_post_userinfo {
    float: right;
    margin: 1px 0pt 0pt -1px;
    padding: 4px 0pt 4px 4px;
    width: 136px;
    font-size: 10px;
    border-left: dotted 1px #000000;
}
#content .community_forum .forum_post_userinfo a {
    font-size: 12px;
}
#content .community_forum .forum_post_userinfo ul {
    margin-top: 10px;
}
#content .community_forum .forum_post_userinfo li {
    margin: 0pt;
}
#content .community_forum .forum_post_userinfo_contact {
    float: left;
}
#content .community_forum .forum_post_userinfo_contact a {
    display: block;
    margin-bottom: 1px;
    width: 21px;
    height: 21px;
    border: solid 1px #FFFFFF;
}
#content .community_forum .forumIconsTop,
#content .community_forum .forumIconsBottom {
    position: absolute;
    left: 190px;
    width: 200px;
    border-left: solid 1px #CCCCCC;
}
#content .community_forum .forumIconsTop {
    top: -4px;
}
#content .community_forum .forumIconsBottom {
    bottom: -4px;
}
#content .community_forum .forumIconsTop a,
#content .community_forum .forumIconsBottom a {
    display: block;
    float: left;
    margin: 0pt;
    padding: 2px 4px;
    height: 18px;
    font-size: 12px;
    border: solid 1px #CCCCCC;
    border-left: none;
    background: #DDDDDD;
}


#content #messages_inbox input[type=submit],
#content #messages_outbox input[type=submit] {
    margin: 0pt;
    padding: 0pt;
    color: #0000EE;
    background: none;
    border: none;
}
#content #messages_inbox input[type=submit]:hover,
#content #messages_outbox input[type=submit]:hover {
    text-decoration: underline;
    cursor: pointer;
}
#content #messages_inbox input[type=checkbox],
#content #messages_outbox input[type=checkbox] {
    margin-top: 1px;
}
#content #messages_inbox #messages_info .message_delete_info,
#content #messages_outbox #messages_info .message_delete_info {
    margin-right: 2px;
}
#content #messages_inbox #messages_info .message_delete_info img,
#content #messages_outbox #messages_info .message_delete_info img {
    margin-bottom: -1px;
    width: 12px;
    height: 12px;
}
#content #messages_new_to_del,
#content #messages_new_to_add {
    position: absolute;
    display: block;
    top: 4px;
    left: 540px;
    width: 16px;
    height: 16px;
}
#content #messages_new_to_del {
    left: 522px;
}
#content #messages_new_autocomplete,
#content .autocomplete_result {
    position: absolute;
    margin: 0pt;
    padding: 0pt;
    left: 208px;
    width: 306px;
    background: #EDEDEB;
    border: none;
    z-index: 1;
}
#content #messages_new_autocomplete ul,
#content .autocomplete_result ul {
    margin: 2pt;
    padding: 0pt;
    list-style: none;
}
#content #messages_new_autocomplete ul li,
#content .autocomplete_result ul li {
    margin: 0pt;
    padding: 2px 4px;
    color: #000000;
    background: #FFFFFF;
    cursor: pointer;
}
#content #messages_new_autocomplete ul li.selected,
#content .autocomplete_result ul li.selected {
    color: #FFFFFF;
    background: #3366CC;
}
#content #messages_new_signs {
    color: #524E4E;
}

#content #profil_left {
    float: left;
    width: 135px;
    text-align: center;
}
#content a#profil_left_pic img,
#content a.profil_picture img {
    padding: 1px;
    max-width: 180px;
    max-height: 240px;
    border: solid 1px #DDDDDD;
}
#content a.profil_picture img {
    width: 100px;
}
#content a.profil_picture.dark_border img {
    border: solid 1px #CCCCCC;
}
#content a:hover#profil_left_pic img,
#content a:hover.profil_picture img {
    border: solid 1px #CC1213;
}
#content #profil_right {
    float: right;
    width: 594px;
    font-size: 13px;
}
#content #profil_bottom_right .subtitle,
#content #profil_bottom_left .subtitle {
    margin: 2px 0pt;
}
#content #profil_right table tbody tr th,
#content #profil_right table tbody tr td,
#content #profil_bottom_right table tbody tr th,
#content #profil_bottom_right table tbody tr td {
    padding: 4px 8px;
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 1px #9F9F9F;
}
#content #profil_right table tbody tr.noborder th,
#content #profil_right table tbody tr.noborder td,
#content #profil_bottom_right table tbody tr.noborder th,
#content #profil_bottom_right table tbody tr.noborder td {
    border-bottom: solid 1px transparent;
}
#content #profil_right table tbody tr th.subtitle,
#content #profil_bottom_right table tbody tr th.subtitle {
    margin: 3px;
    padding: 0pt 0pt 2px 4px;
    background: none;
    border-bottom: solid 2px #C0130F;
}
#content #profil_right table tbody tr th.subtitle *,
#content #profil_bottom_right table tbody tr th.subtitle * {
    margin: 0pt;
    padding: 0pt;
    color: #524E4E;
    font-size: 14px;
}
#content #profil_bottom_left {
    float: left;
    margin-top: 10px;
    width: 164px;
    font-size: 12px;
}
#content #profil_bottom_right {
    float: right;
    margin-top: 10px;
    width: 560px;
    font-size: 13px;
}
#content #profil_bottom_left #profil_stats {
    padding: 0pt;
}
#content #profil_bottom_left #profil_stats ul {
    margin: 0pt;
    padding: 4px 0pt;
    list-style: none;
}
#content #profil_bottom_left #profil_stats ul li {
    margin: 0pt;
    padding: 2px 6px;
    list-style: none;
}
#content #profil_bottom_left #profil_stats ul li:hover {
    background: #F7F7F5;
}
#content #profil_bottom_left #profil_stats ul li span.floatR {
  font-size: 12px;
  color: #C0130F;
}

#content .profil_corner {
    margin: 2px 0pt;
    height: 22px;
    font-size: 12px;
}
#content .profil_corner .profil_corner_left {
    float: left;
    width: 5px;
    height: 22px;
    background: url(/images/design/profil_corner_left.gif) no-repeat;
}
#content .profil_corner .profil_corner_middle {
    float: left;
    padding-top: 4px;
    height: 18px;
    width: 550px;
    text-align: right;
    background: #EAEAEA;
}
#content .profil_corner .profil_corner_right {
    float: right;
    width: 5px;
    height: 22px;
    background: url(/images/design/profil_corner_right.gif) no-repeat;
}

#content #top_news {
    margin: 1px 0pt;
    /*background: #EEEEEC;*/
    background: #FFFFFF;
}
#content #top_news #top_news_news {
    float: left;
    width: 640px;
    height: 177px;
    border-right: solid 1px #EEEEEC;
    /*background: #FFFFFF url(/images/design/top_news_news_bg.gif) repeat-x bottom;*/
    background: #FFFFFF;
}
#content #top_news #top_news_news .top_news_news_left {
    float: left;
    margin-top: 1px;
    margin-left: 2px;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_image {
    padding: 1px;
    border: solid 1px #EEEEEC;
    background: #FFFFFF;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_image a {
    display: block;
    width: 223px;
    height: 124px;
    overflow: hidden;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_image a img {
    width: 100%;
    height: 100%;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_title {
    background: #D2D2D1;
    width: 227px;
    height: 15px;
    margin-top: 1px;
    padding: 2px 0pt;
    overflow: hidden;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_title_section_left {
    float: left;
    margin-left: 3px;
    width: 2px;
    height: 15px;
    background: url(/images/design/top_news_news_left_title_section_left.gif) no-repeat;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_title_section {
    float: left;
    padding-top: 1px;
    background: #FFFFFF;
    height: 14px;
    color: #C00F13;
    font-size: 10px;
    font-weight: bold;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_title_section_right {
    float: left;
    width: 2px;
    height: 15px;
    background: url(/images/design/top_news_news_left_title_section_right.gif) no-repeat;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_title h3 {
    float: left;
    padding-top: 1px;
    margin-left: 4px;
    height: 14px;
    font-size: 10px;
    overflow: hidden;
}
#content #top_news #top_news_news .top_news_news_left .top_news_news_left_title h3 a {
    color: #524E4E;
}
#content #top_news #top_news_news .top_news_news_right {
    float: left;
    width: 405px;
    margin: 2px;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_title_left {
    float: left;
    width: 2px;
    height: 19px;
    background: url(/images/design/top_news_news_right_title_left.gif) no-repeat;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_title {
    float: left;
    width: 1%;
    min-width: 340px;
    max-width: 395px;
    height: 15px;
    padding: 4px 3px 0pt;
    overflow: hidden;
    background: #EBECEB;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_title h3 {
    float: left;
    font-size: 10px;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_title h3 a {
    color: #B30107;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_title small {
    float: right;
    color: #7A7878;
    font-size: 10px;
    margin-left: 10px;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_title small a {
    font-weight: bold;
    color: #7A7878;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_title_right {
    float: left;
    width: 2px;
    height: 19px;
    background: url(/images/design/top_news_news_right_title_right.gif) no-repeat;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_text {
    margin: 2px;
    font-size: 11px;
}
#content #top_news #top_news_news .top_news_news_right .top_news_news_right_text p {
    letter-spacing: 0.5px;
    text-align: justify;
	font-size: 13px;
	font-family: arial,helvetica,clean,sans-serif;
}
#content #top_news #top_news_switch {
    float: left;
    width: 102px;
    height: 175px;
    padding: 2px 0pt 0pt 2px;
    border-left: solid 1px #FFFFFF;
    /*background: url(/images/design/top_news_switch_bg.gif) repeat-x;*/
}
#content #top_news #top_news_switch .top_news_switch_image a {
    display: block;
    width: 102px;
    height: 58px;
    overflow: hidden;
}
/*#content #top_news #top_news_switch .top_news_switch_image a.top_news_switch_image_cs {
    background: url(/images/news/top/cs.jpg);
}
#content #top_news #top_news_switch .top_news_switch_image a:hover.top_news_switch_image_cs,
#content #top_news #top_news_switch .top_news_switch_image a.top_news_switch_image_cs.active {
    background: url(/images/news/top/cs_active.jpg);
}
#content #top_news #top_news_switch .top_news_switch_page {
    margin: 2px 2px 0pt;
}
#content #top_news #top_news_switch .top_news_switch_page a {
    display: block;
    float: left;
    height: 10px;
    margin: 1px;
    color: #D1CDCE;
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
    outline-width: 0pt;
}
#content #top_news #top_news_switch .top_news_switch_page a span {
    float: left;
    display: block;
    height: 10px;
}
#content #top_news #top_news_switch .top_news_switch_page a.active span,
#content #top_news #top_news_switch .top_news_switch_page a:hover span {
    background: #FFFFFF;
}
#content #top_news #top_news_switch .top_news_switch_page a .top_news_switch_page_left,
#content #top_news #top_news_switch .top_news_switch_page a .top_news_switch_page_right {
    width: 2px;
}
#content #top_news #top_news_switch .top_news_switch_page a.active .top_news_switch_page_left,
#content #top_news #top_news_switch .top_news_switch_page a:hover .top_news_switch_page_left {
    background: url(/images/design/top_news_switch_page_left.gif) no-repeat;
}
#content #top_news #top_news_switch .top_news_switch_page a.active .top_news_switch_page_right,
#content #top_news #top_news_switch .top_news_switch_page a:hover .top_news_switch_page_right {
    background: url(/images/design/top_news_switch_page_right.gif) no-repeat;
}
#content #top_news #top_news_switch .top_news_switch_page a:hover {
    color: #000000;
    text-decoration: none;
}
#content #top_news #top_news_switch .top_news_switch_page a.active {
    color: #B30107;
}*/

#content #more_news {
    font-size: 10px;
}
#content #more_news h3 {
    font-size: 14px;
}
#content #more_news h3 a {
    color: #AE0A0D;
}
#content #more_news p {
    text-align: justify;
}
#content #more_news a.more_news_image {
    float: left;
    display: block;
    width: 146px;
    height: 98px;
    margin-right: 3px;
    border: solid 1px #E1E1DF;
    overflow: hidden;
}
#content #more_news a:hover.more_news_image {
    border: solid 1px #AE0A0D;
}
#content #more_news .more_news_image img {
    width: 100%;
    height: 100%;
}
#content #more_news .more_news_infos {
    clear: both;
    padding-top: 6px;
}
#content #more_news .more_news_infos a {
    color: #524E4E;
}
#content #more_news .more_news_infos .more_news_section {
    color: #AE0A0D;
    font-size: 13px;
    font-weight: bold;
}

#content .switch_menu {
    padding: 2px 1px 0pt;
    height: 23px;
    background: #D2D2CF;
}
#content .switch_menu a {
    float: left;
    position: relative;
    display: block;
    cursor: pointer;
    outline-width: 0pt;
}
#content .switch_menu a span {
    position: absolute;
    display: block;
    width: 130px;
    height: 1px;
    color: #524E4E;
    background: #E8E8E6;
}
#content .switch_menu a:hover {
    text-decoration: none;
}
#content .switch_menu a:hover span {
    background: #FFFFFF;
}
#content .switch_menu a.active span {
    color: #B30101;
    background: #FFFFFF;
}
#content .switch_menu a .switch_menu_link,
#content .switch_menu a:hover .switch_menu_link,
#content .switch_menu a.active .switch_menu_link {
    background: none;
    height: 20px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#content .switch_menu a .switch_menu_bg_1 {
    left: -6px;
}
#content .switch_menu a .switch_menu_bg_2 {
    top: 1px;
    left: -5px;
}
#content .switch_menu a .switch_menu_bg_3 {
    top: 2px;
    left: -4px;
}
#content .switch_menu a .switch_menu_bg_4 {
    top: 3px;
    left: -4px;
}
#content .switch_menu a .switch_menu_bg_5 {
    top: 4px;
    left: -3px;
}
#content .switch_menu a .switch_menu_bg_6 {
    top: 5px;
    left: -3px;
}
#content .switch_menu a .switch_menu_bg_7 {
    top: 6px;
    left: -2px;
}
#content .switch_menu a .switch_menu_bg_8 {
    top: 7px;
    left: -2px;
}
#content .switch_menu a .switch_menu_bg_9 {
    top: 8px;
    left: -1px;
}
#content .switch_menu a .switch_menu_bg_10 {
    top: 9px;
    left: -1px;
}
#content .switch_menu a .switch_menu_bg_11 {
    top: 10px;
    left: 0pt;
}
#content .switch_menu a .switch_menu_bg_12 {
    top: 11px;
    left: 0pt;
}
#content .switch_menu a .switch_menu_bg_13 {
    top: 12px;
    left: 1px;
}
#content .switch_menu a .switch_menu_bg_14 {
    top: 13px;
    left: 1px;
}
#content .switch_menu a .switch_menu_bg_15 {
    top: 14px;
    left: 2px;
}
#content .switch_menu a .switch_menu_bg_16 {
    top: 15px;
    left: 2px;
}
#content .switch_menu a .switch_menu_bg_17 {
    top: 16px;
    left: 3px;
}
#content .switch_menu a .switch_menu_bg_18 {
    top: 17px;
    left: 3px;
}
#content .switch_menu a .switch_menu_bg_19 {
    top: 18px;
    left: 4px;
}
#content .switch_menu a .switch_menu_bg_20 {
    top: 19px;
    left: 4px;
}
#content .switch_menu a .switch_menu_bg_21 {
    top: 20px;
    left: 5px;
}
#content .switch_menu a .switch_menu_bg_22 {
    top: 21px;
    left: 5px;
}
#content .switch_menu a .switch_menu_bg_23 {
    top: 22px;
    left: 6px;
}
#content .switch_menu a.first .switch_menu_bg_1 {
    width: 123px;
    left: 2px;
}
#content .switch_menu a.first .switch_menu_bg_2 {
    width: 125px;
    left: 1px;
}
#content .switch_menu a.first .switch_menu_bg_3 {
    width: 127px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_4 {
    width: 127px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_5 {
    width: 128px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_6 {
    width: 128px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_7 {
    width: 129px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_8 {
    width: 129px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_9 {
    width: 130px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_10 {
    width: 130px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_11 {
    width: 131px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_12 {
    width: 131px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_13 {
    width: 132px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_14 {
    width: 132px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_15 {
    width: 133px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_16 {
    width: 133px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_17 {
    width: 134px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_18 {
    width: 134px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_19 {
    width: 135px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_20 {
    width: 135px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_21 {
    width: 136px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_22 {
    width: 136px;
    left: 0pt;
}
#content .switch_menu a.first .switch_menu_bg_23 {
    width: 137px;
    left: 0pt;
}
#content .switch {
    margin-bottom: 1px;
    overflow: hidden;
}
#content .switch_content {
    padding: 5px 3px 0pt;
    background: #E8E7E3 url(/images/design/top_features_content_bg.gif) repeat-x top;
    overflow: hidden;
}
#content .switch_content .switch_content_title {
    padding: 1px 3px 1px 5px;
    color: #B30107;
    background: #F2F2F1;
}
#content .sub_switch {
    font-size: 11px;
}
#content .sub_switch a {
    display: block;
    float: left;
    margin-top: 6px;
    padding: 2px 6px;
    color: #524E4E;
    font-weight: bold;
    border-left: solid 1px #D2D2CF;
    background: #EAEAEA;
}
#content .sub_switch a.first {
    border-left: none;
}
#content .sub_switch a:hover {
    color: #B30101;
    text-decoration: none;
    background: none;
}

#content #files_and_videos {
    background: url(/images/design/content_box_content_top.gif) repeat-x;
}

#content #files_and_videos #files_and_videos_popular_files {
    float: left;
    width: 256px;
}
#content #files_and_videos #files_and_videos_popular_videos {
    float: right;
    width: 314px;
    background: url(/images/design/files_and_videos_popular_videos_bg.gif) repeat-y;
}
#content #files_and_videos #files_and_videos_popular_files_title,
#content #files_and_videos #files_and_videos_popular_videos_title {
    padding: 3px 5px 0pt;
    height: 19px;
}
#content #files_and_videos #files_and_videos_popular_files_title h3,
#content #files_and_videos #files_and_videos_popular_files_title h3 a,
#content #files_and_videos #files_and_videos_popular_videos_title h3,
#content #files_and_videos #files_and_videos_popular_videos_title h3 a {
    font-size: 12px;
}
#content #files_and_videos #files_and_videos_popular_videos_title {
    background: url(/images/design/files_and_videos_popular_videos_title_bg.gif) no-repeat;
}
#content #files_and_videos_popular_files_bottom {
    float: left;
    width: 256px;
}
#content #files_and_videos_popular_videos_bottom {
    float: right;
    width: 314px;
}
#content #files_and_videos_popular_files_bottom,
#content #files_and_videos_popular_videos_bottom {
    height: 37px;
    background: url(/images/design/files_and_videos_bottom.gif) repeat-x;
}
#content #files_and_videos_popular_files_bottom a,
#content #files_and_videos_popular_videos_bottom a {
    color: #AF0209;
    font-size: 10px;
}
#content #files_and_videos_popular_files_bottom div,
#content #files_and_videos_popular_videos_bottom div {
    height: 30px;
    padding: 7px 0pt 0pt 9px;
}
#content #files_and_videos_popular_files_bottom div.shape,
#content #files_and_videos_popular_videos_bottom div.shape {
    background: url(/images/design/files_and_videos_popular_videos_bottom_bg.gif) no-repeat;
}
#content #files_and_videos_popular_files_content a {
    display: block;
    height: 12px;
    /*padding: 4px;*/
    padding: 3.7px 4px;
    color: #524E4E;
    background: url(/images/design/files_and_videos_download.gif) no-repeat;
    font-size: 10px;
    cursor: pointer;
}
#content #files_and_videos_popular_files_content a:hover {
    color: #AF0209;
    text-decoration: none;
}
#content #files_and_videos_popular_files_content a.gray {
    background: #D8D8D8 url(/images/design/files_and_videos_download_gray.gif) no-repeat;
}
#content #files_and_videos_popular_files_content a .file {
    float: left;
    display: block;
    padding-left: 25px;
    font-weight: bold;
}
#content #files_and_videos_popular_files_content a .downloads {
    float: right;
    display: block;
    color: #B7B7B7;
}
#content #files_and_videos_popular_files_content a:hover .downloads {
    color: #524E4E;
}
#content #files_and_videos_popular_videos a {
    display: block;
    /*margin-bottom: 3px;*/
    margin-bottom: 1px;
    cursor: pointer;
}
#content #files_and_videos_popular_videos a:hover {
    text-decoration: none;
}
#content #files_and_videos_popular_videos a span {
    display: block;
}
#content #files_and_videos_popular_videos #files_and_videos_popular_videos_content {
    /*height: 230px;*/
    height: 224px;
    background: url(/images/design/files_and_videos_popular_videos_content_bg.gif) repeat-y;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_play {
    float: left;
    width: 19px;
    height: 73px;
    background: url(/images/design/files_and_videos_popular_videos_content_play.gif) no-repeat;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_image {
    float: left;
    width: 91px;
    height: 69px;
    padding: 2px 0pt;
    overflow: hidden;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_left {
    float: left;
    width: 5px;
    height: 69px;
    margin-left: 1px;
    padding: 2px 0pt;
    background: url(/images/design/files_and_videos_popular_videos_content_text_left.gif) no-repeat 0pt 2px;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right {
    float: left;
    height: 69px;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right_top {
    width: 197px;
    height: 6px;
    padding-top: 2px;
    background: url(/images/design/files_and_videos_popular_videos_content_text_right_top.gif) no-repeat 0pt 2px;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right_title {
    width: 197px;
    height: 16px;
    background: #FFFFFF url(/images/design/files_and_videos_popular_videos_content_text_right_title.gif) no-repeat bottom;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right_title_title {
    float: left;
    padding-left: 3px;
    color: #C00F13;
    font-size: 10px;
    font-weight: bold;
}
#content #files_and_videos_popular_videos a:hover .files_and_videos_popular_videos_content_text_right_title_title {
    text-decoration: underline;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right_title_views {
    float: right;
    padding-right: 2px;
    color: #D5D5D5;
    font-size: 9px;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right_text {
    padding-top: 1px;
    width: 197px;
    height: 34px;
    color: #524E4E;
    font-size: 9px;
    background: url(/images/design/files_and_videos_popular_videos_content_text_right_bg.gif) repeat-y;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right_comments {
    width:197px;
    height: 10px;
    color: #C00F13;
    font-size: 9px;
    font-weight: bold;
    background: url(/images/design/files_and_videos_popular_videos_content_text_right_bg.gif) repeat-y;
}
#content #files_and_videos_popular_videos a .files_and_videos_popular_videos_content_text_right_bottom {
    width: 197px;
    height: 2px;
    padding-bottom: 2px;
    background: url(/images/design/files_and_videos_popular_videos_content_text_right_bottom.gif) no-repeat;
}


div#cupTree {
    overflow: auto;
}
div#cupTree div {
    width: 730px;
}
div#cupTree.rounds5 div {
    width: 915px;
}
div#cupTree.rounds6 div {
    width: 1100px;
}
div#cupTree.rounds7 div {
    width: 1285px;
}
div#cupTree.rounds8 div {
    width: 1470px;
}
div#cupTree.rounds9 div {
    width: 1655px;
}
div#cupTree table {
    float: left;
    width: 185px;
    font-size: 8px;
}
div#cupTree table.round1,
div#cupTree.rounds4 table.round4,
div#cupTree.rounds5 table.round5,
div#cupTree.rounds6 table.round6,
div#cupTree.rounds7 table.round7,
div#cupTree.rounds8 table.round8,
div#cupTree.rounds9 table.round9 {
    width: 180px;
}
div#cupTree table tr.margintop {
    height: 20px;
}
div#cupTree table.round2 tr.margintop {
    height: 50px;
}
div#cupTree table.round3 tr.margintop {
    height: 110px;
}
div#cupTree table.round4 tr.margintop {
    height: 230px;
}
div#cupTree table.round5 tr.margintop {
    height: 470px;
}
div#cupTree table.round6 tr.margintop {
    height: 950px;
}
div#cupTree table.round7 tr.margintop {
    height: 1910px;
}
div#cupTree table.round8 tr.margintop {
    height: 3830px;
}
div#cupTree table.round9 tr.margintop {
    height: 7670px;
}

div#cupTree table tr th,
div#cupTree table tr td {
    height: 20px;
}
div#cupTree table tr th.treeEntry {
    padding: 2px;
    font-size: 12px;
    text-align: center;
    background: #DDDDDD;
    border: solid 1px #CCCCCC;
}
div#cupTree table tr td.treeEntry {
    border: solid 1px #CCCCCC;
}
div#cupTree table tr td.treeEntry a {
    padding: 2px;
    font-size: 11px;
}
div#cupTree table tr td.half {
    height: 10px;
}


#right .right_box {
    background: url(/images/design/right_box_bottom.gif) no-repeat bottom;
    margin: -11px 0pt;
    padding: 11px 0pt;
}
#right .right_box.first {
    margin: 5px 0pt -11px;
}
#right .right_box.first.top {
    margin: -11px 0pt;
}
#right .right_box.last {
    background: url(/images/design/right_box_bottom_last.gif) no-repeat bottom;
}
#right .right_box .right_box_title {
    height: 22px;
    border: solid 1px #DDDDDD;
    border-top: none;
}
#right .right_box.first .right_box_title {
    background: url(/images/design/right_box_title_bg.gif) repeat-x;
    border-left: none;
    border-right: none;
}
#right .right_box.first .right_box_title.first {
    background: none;
}
#right .right_box.first .right_box_title .right_box_title_left, #right .right_box.first .right_box_title .right_box_title_right {
    width: 5px;
    height: 22px;
    background: url(/images/design/right_box_title_left.gif) no-repeat;
}
#right .right_box.first .right_box_title .right_box_title_right {
    background: url(/images/design/right_box_title_right.gif) no-repeat;
}
#right .right_box.first .right_box_title.first .right_box_title_left, #right .right_box.first .right_box_title.first .right_box_title_right {
    width: 1px;
    height: 22px;
    background: url(/images/design/right_box_title_shape.gif) no-repeat bottom;
}
#right .right_box.first .right_box_title .right_box_title_left, #right .right_box .right_box_title h3 {
    float: left;
}
#right .right_box .right_box_title h3 {
    padding: 5px 0pt 0pt 5px;
    margin: 0pt;
    font-size: 12px;
}
#right .right_box.first .right_box_title h3 {
    padding: 5px 0pt 0pt 1px;
}
#right .right_box.first .right_box_title.first h3 {
    padding: 5px 0pt 0pt 5px;
}
#right .right_box .right_box_title h3 a {
    color: #524E4E;
    font-size: 12px;
}
#right .right_box .right_box_title h3 a:hover {
    color: #AE0A0D;
    text-decoration: none;
}
#right .right_box.first .right_box_title_right {
    float: right;
}
#right .right_box .right_box_content {
    margin-bottom: -3px;
    min-height: 11px;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    background: url(/images/design/right_box_bg.gif) repeat-y;
}
#right .right_box .right_box_content a {
    display: block;
    margin: 0pt 1px;
    padding: 5px;
    color: #524E4E;
    font-size: 10px;
    font-weight: bold;
}
#right .right_box .right_box_content a:hover {
    color: #AE0A0D;
    text-decoration: none;
}
#right .right_box .right_box_content .gray {
    background: #D1D2CE;
}
#right .right_box #right_top_leagues.right_box_content a,
#right .right_box .right_cups.right_box_content a {
    padding: 5px 5px 5px 24px;
    background: url(/images/icons/counter-strike.gif) no-repeat 5px 3px;
}
#right .right_box #right_top_leagues.right_box_content .gray,
#right .right_box .right_cups.right_box_content .gray {
    background: #D1D2CE url(/images/icons/counter-strike.gif) no-repeat 5px 3px;
}
#right .right_box .right_box_content.right_box_advertise a {
    padding: 0pt;
    text-align: center;
}
#right .right_box .right_box_content.right_box_blog a {
    padding: 0pt 5px;
}
#right .right_box .right_box_content .right_box_content_more {
    height: 20px;
    margin: 3px 3px 0pt;
    text-align: center;
}
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_left,
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_right {
    float: left;
    width: 2px;
    height: 20px;
    background: url(/images/design/right_box_more_left.gif) no-repeat;
}
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_text {
    float: left;
    width: 248px;
    height: 20px;
    background: #EDEEEA;
}
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_text a {
    display: inline;
    padding: 3px;
    color: #AE0A0D;
    font-size: 10px;
    font-weight: normal;
}
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_text.right_box_content_more_games a {
    float: left;
    margin: 4px 1px 0pt 0pt;
    padding: 0pt;
    outline-width: 0pt;
}
#right .right_box #right_top_leagues.right_box_content .right_box_content_more .right_box_content_more_text a,
#right .right_box .right_cups.right_box_content .right_box_content_more .right_box_content_more_text a {
    padding: 3px;
    background: none;
}
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_text a:hover {
    text-decoration: underline;
}
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_text.right_box_content_more_games a:hover {
    text-decoration: none;
}
#right .right_box .right_box_content .right_box_content_more .right_box_content_more_right {
    background: url(/images/design/right_box_more_right.gif) no-repeat;
}

#right .right_box .right_box_content .right_box_content_blog,
#right .right_box .right_box_content .right_box_content_blog_image {
    display: block;
    float: left;
}
#right .right_box .right_box_content .right_box_content_blog {
    margin-top: 2px;
    width: 141px;
}
#right .right_box .right_box_content .right_box_content_blog_image {
    width: 105px;
}
#right .right_box .right_box_content .right_box_content_blog span {
    display: block;
}
#right .right_box .right_box_content .right_box_content_blog_title {
    display: block;
    padding: 3px 4px;
    color: #FFFFFF;
    background: #C0130F;
}
#right .right_box .right_box_content .right_box_content_blog_text {
    margin: 1px 2px;
    font-weight: normal;
}

#right_bottom {
    margin-top: 15px;
}
#right_bottom div {
    float: left;
    height: 100px;
}
#right_bottom_left {
    background: url(/images/design/right_bottom_left.gif) no-repeat;
}
#right_bottom_middle {
    width: 254px;
    background: url(/images/design/right_bottom_bg.gif) repeat-x;
}
#right_bottom_right {
    background: url(/images/design/right_bottom_right.gif) no-repeat;
}
#right_bottom_left, #right #right_bottom_right {
    width: 3px;
}

#advertise_bottom {
    width: 755px;
    height: 98px;
}
#advertise_bottom #advertise_bottom_image {
    float: left;
    width: 728px;
    height: 90px;
    padding: 2px;
    border: solid 1px #D3D3D3;
}
#advertise_bottom #advertise_bottom_gray {
    float: left;
    width: 17px;
    height: 98px;
    background: url(/images/design/advertise_bottom_gray.gif) no-repeat;
}
#advertise_bottom #advertise_bottom_shape {
    float: left;
    width: 4px;
    height: 445px;
    margin-top: -347px;
    background: url(/images/design/advertise_bottom_shape.gif) no-repeat bottom;
}

#footer {
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    font-size: 11px;
    font-family: verdana;
    background: #000000;
}
#footer a,
#footer #copyright #rendering {
    color: #FFFFFF;
    margin: 0pt 3px;
}
#footer_links {
    float: left;
}
#copyright {
    float: right;
}
#rendering {
    margin-top: 8px;
    text-align: right;
}

#popup {
    position: absolute;
    top: 0pt;
    width: 100%;
    height: 100%;
    z-index: 5000;
    overflow: auto;
}
#popup #popup_inner {
    position: fixed;
    background: #FFFFFF;
    z-index: 5001;
}
#popup #popup_inner #popup_title {
    margin-bottom: 1px;
    width: 100%;
    height: 20px;
    background: transparent url(/images/design/content_box_title_bg.gif) repeat-x;
}
#popup #popup_inner #popup_title * {
    color: #FFFFFF;
}
#popup #popup_inner #popup_title #popup_title_left {
    float: left;
    width: 2px;
    height: 20px;
    background: url(/images/design/content_box_title_left.gif) no-repeat;
}
#popup #popup_inner #popup_title #popup_title_headline {
    float: left;
    margin: 2px 4px;
    padding: 0pt;
    height: 16px;
    font-size: 13px;
}
#popup #popup_inner #popup_title #popup_title_menu {
    float: right;
    margin: 2px 4px;
    height: 16px;
    font-size: 13px;
}
#popup #popup_inner #popup_title #popup_title_menu #popup_title_menu_forward {
    display: block;
    float: left;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    background: url(/images/icons/link_go.png) no-repeat scroll 0 -1px;
}
#popup #popup_inner #popup_title #popup_title_menu #popup_title_menu_close {
    display: block;
    float: left;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    background: url(/images/icons/cancel_round.png) no-repeat;
}
#popup #popup_inner #popup_title #popup_title_right {
    float: right;
    width: 2px;
    height: 20px;
    background: url(/images/design/content_box_title_right.gif) no-repeat;
}
#popup #popup_inner #popup_content {
    padding: 0pt 1px;
    height: 100%;
    border: 1px solid #D3D3D3;
    overflow: auto;
}

#content .box #goog-wm .content {
    padding: 0pt;
    border: none;
}
#goog-wm h3.closest-match,
#goog-wm h3.other-things {
    margin: 3px;
    padding: 0pt 0pt 2px 4px;
    border-bottom: solid 2px #C0130F;
}
#goog-wm h3.closest-match *,
#goog-wm h3.other-things * {
    color: #524E4E;
    font-size: 14px;
}
#goog-wm li.search-goog { display: none; }
#goog-wm .content ul {
    margin-left: 20px;
}