@import url('header.css?v2.0.0');
@import url('content.css?v2.0.1');
@import url('footer.css?v2.0.0');
@import url('boxes.css?v2.0.0');
@import url('boxdimensions.css?v2.0.0');


* {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Verdana, Helvetica, sans;
    color: #445c66;
}

html {
    height: 100%;
}

body {
    background: #4b5d67 url(images/main_body_bg.jpg) no-repeat center top;
    height: 100%;
    font-size: 11px;
    behavior: url("tpl/csshover.htc");
}

body.plain {
    background-color: #ffffff;
    background-image: none !important;
    height: auto !important;
    margin: 10px 10px 0px 10px;
}

input, textarea {
    background: #ffffff;
    border: solid 1px #485c67;
    padding: 2px;
    width: 190px;
}

input {
    height: 14px;
}

textarea {
    font-size: 11px;
}

select {
    background: #ffffff;
    border: solid 1px #485c67;
    width: 190px;
    height: 16px;
    font-size: 11px;
}

input.fileinput {
    height: 16px;
}

input.checkbox, input.radiobutton {
    width: 16px;
    height: 16px;
    background: transparent;
}


br.cl {
    clear: both;
}

span.marked {
    color: #b70f33;
    line-height: 130%;
}

span.marked * {
    color: #b70f33;
    line-height: 130%;
}

span.marked strong {
    color: #b70f33;
    line-height: 130%;
    font-weight: bold;
}

span.error {
    color: #b70f33;
}


span.red { 
 color: #a00000;
}

span.green { 
 color: #00a000;
}

span.small {
    /* was small font size */
    font-size: 90%;
}

span.white {
    /* was white */
}

span.bold {
    font-weight: bold;
    /* was bolded */
}

span.system {
    /* was chat system color */
}


/* other */
a.button {
    display: inline-block;
}

button, a.button {
    border: 0px;
    padding: 0px;
    margin: 0px;
    min-width: 45px;
    height: 23px;
    cursor: pointer;
    color: #ffffff;
    background: transparent;
    overflow: visible;
    white-space: nowrap;
}

button span, a.button span {
    display: block;
    height: 23px;
    min-width: 45px;
    background: transparent url(images/bigbutton_bg.gif) left top repeat-x;
    color: #ffffff;
    white-space: nowrap;
}

button span span, a.button span span {
    display: block;
    height: 20px; /* 23 */
    padding-top: 3px;
    padding-right: 9px;
    background: transparent url(images/bigbutton_left.gif) left top no-repeat;
    text-indent: 28px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    font-size: 11px;
}

button.small {
    min-width: 40px;
    height: 18px;
}

button.small span {
    display: block;
    height: 18px;
    min-width: 40px;
    background: transparent url(images/sbutton_mid.gif) left top repeat-x;
}

button.small span span {
    display: block;
    height: 16px; /* 18 */
    padding-top: 2px;
    padding-right: 9px;
    background: transparent url(images/sbutton_left.gif) left top no-repeat;
    text-indent: 22px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    font-size: 10px;
}

button.mini {
    border: 0px;
    padding: 0px;
    margin: 0px;
    min-width: 13px;
    height: 18px;
    cursor: pointer;
}

button.mini span {
    display: block;
    height: 18px;
    min-width: 13px;
    background: transparent url(images/sbutton_mid.gif) left top repeat-x;
}

button.mini span span {
    display: block;
    height: 16px; /* 18 */
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
    background: transparent;
    text-indent: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 90%;
}


img.img_border {
    border: solid 1px #becbcf;
}

a, a:link, a:visited, a:active {
    color: #3b7ea8;
    text-decoration: none;
}

a:hover {
    color: #b70f33;
    text-decoration: none;
}

div.proc_bar {
    height: 12px;
    min-width: 20px;
}

div.proc_bar span {
    display: block;
    min-width: inherit;
    width: inherit;
    height: inherit;
}

div.proc_bar span span {
    display: block;
    min-width: inherit;
    width: inherit;
    height: inherit;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

div.proc_bar.stars {
    background: transparent url(images/procbar_stars.png) left top repeat-x !important;
}

div.proc_bar.stars span {
    background: transparent !important;
}

div.proc_bar.stars span span {
    background: transparent !important;
}

div.proc_bar.r {
    background: transparent url(images/barrmid.gif) left top repeat-x;
}

div.proc_bar.r span {
    background: transparent url(images/barrleft.gif) left top no-repeat;
}

div.proc_bar.r span span {
    background: transparent url(images/barrright.gif) right top no-repeat;
    /*color: #ffffff;*/
}

div.proc_bar.y {
    background: transparent url(images/barymid.gif) left top repeat-x;
}

div.proc_bar.y span {
    background: transparent url(images/baryleft.gif) left top no-repeat;
}

div.proc_bar.y span span {
    background: transparent url(images/baryright.gif) right top no-repeat;
}

div.proc_bar.g {
    background: transparent url(images/bargmid.gif) left top repeat-x;
}

div.proc_bar.g span {
    background: transparent url(images/bargleft.gif) left top no-repeat;
}

div.proc_bar.g span span {
    background: transparent url(images/bargright.gif) right top no-repeat;
}

.centered {
    text-align: center;
}

input.priceamount {
    text-align: center;
}

input.priceamount_mini {
    text-align: center;
    width: 25px;
}

div.tooltip_hover {
    display: inline;
    cursor: pointer;
}

div#tool_tip {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 999;
    margin-top: 10px;
}

div#tool_tip span {
    background: #ffffff; /*TODO*/
    padding: 5px;
    white-space: nowrap;
}

div.right span.pagelink, span.btrans_pages {
    display: block;
    float: right;
    margin-right: 20px;
}

span.pagelink a, span.pagelink a:link, span.pagelink a:visited, span.pagelink a:active, span.pagelink a:hover {
    display: block;
    width: 23px;
    height: 17px; /* 20 */
    float: left;
    padding: 3px 0px 0px 0px;
    background: transparent url(images/page_link.png) left top no-repeat;
    text-decoration: none;
    color: #464646;
    text-align: center;
    font-weight: normal;
}

span.pagelink a:hover, span.pagelink a.active, span.pagelink a.active:link, span.pagelink a.active:visited {
    background: transparent url(images/page_link_active.png) left top no-repeat !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

span.pagelink a.odd {
    margin: 0px -6px 0px 0px;
}

span.pagelink a.even {
    margin: 10px -6px 0px 0px;
}

span.btrans_pages a, span.btrans_pages a:link, span.btrans_pages a:visited, span.btrans_pages a:active, span.btrans_pages a:hover {
    display: block;
    width: 13px;
    height: 12px; /* 20 */
    float: left;
    padding: 1px 0px 0px 0px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    border: solid 1px transparent;
}

span.btrans_pages a:hover, span.btrans_pages a.active, span.btrans_pages a.active:link, span.btrans_pages a.active:visited {
    font-weight: bold !important;
}

span.btrans_pages a.active, span.btrans_pages a.active:link, span.btrans_pages a.active:visited {
    border: solid 1px #ffffff;
}

span.league_choose {
    display: block;
    margin-top: 11px;
}

span.league_choose a, span.league_choose a:link, span.league_choose a:active, span.league_choose a:visited, span.league_choose a:hover {
    display: block;
    width: 73px;
    height: 17px; /* 20 */
    float: left;
    padding: 3px 0px 0px 0px;
    background: transparent url(images/button_link.png) left top no-repeat;
    text-decoration: none;
    color: #464646;
    text-align: center;
    font-weight: normal;
}

span.league_choose a:hover, span.league_choose a.active, span.league_choose a.active:link, span.league_choose a.active:visited {
    background: transparent url(images/button_link_active.png) left top no-repeat !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

span.league_choose a.odd {
    margin: -11px -6px 0px 0px;
}

span.league_choose a.even {
    margin: -1px -6px 0px 0px;
}

div.right span.round_choose {
    display: block;
    float: right;
}

span.round_choose {
    display: block;
    margin-top: 11px;
}

span.round_choose a, span.round_choose a:link, span.round_choose a:active, span.round_choose a:visited, span.round_choose a:hover {
    display: block;
    width: 73px;
    height: 17px; /* 20 */
    float: left;
    padding: 3px 0px 0px 0px;
    background: transparent url(images/button_link.png) left top no-repeat;
    text-decoration: none;
    color: #464646;
    text-align: center;
    font-weight: normal;
}

span.round_choose a:hover, span.round_choose a.active, span.round_choose a.active:link, span.round_choose a.active:visited {
    background: transparent url(images/button_link_active.png) left top no-repeat !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

span.round_choose a.odd {
    margin: -11px -6px 0px 0px;
}

span.round_choose a.even {
    margin: -1px -6px 0px 0px;
}

span.num_up {
    display: block;
    margin-top: 2px;
    width: 11px;
    height: 11px;
    background: transparent url(images/num_up.gif) left top no-repeat;
}

span.num_down {
    display: block;
    margin-top: 2px;
    width: 11px;
    height: 11px;
    background: transparent url(images/num_down.gif) left top no-repeat;
}


span.del_penalty {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    padding: 0px 2px 5px 3px;
    border-bottom: dotted 1px #b3b3b3;
    border-left: dotted 1px #b3b3b3;
}

.dotborder {
    border: dashed 1px #b3b3b3;
}

div.features {
    line-height: 160%;
}

ul.features {
    list-style: none;
}

ul.features li {
    background: transparent url(images/arr_blue_2.gif) left center no-repeat;
    text-indent: 18px;
    line-height: 22px;
}

a.marked, li.marked a {
    color: #b70f33 !important;
}

strong.small {
    font-size: 9px;
    font-weight: bold;
}

div.green_line {
    border-bottom: solid 1px #3b7ea8;
    height: 1px;
}

.relative {
    position: relative;
}

a.buy_voucher {
    display: block;
    position: absolute;
    top: 220px;
    left: 266px;
    width: 80px;
    height: 65px;
    padding: 35px 20px 20px;
    text-decoration: none !important;
    text-align: center;
    color: #444444 !important;
    font-weight: bold;
    font-family: Helvetica, Arial !important;
    font-size: 11px;
    background: url(images/hoticon.png) no-repeat;
    line-height: 160%;
}

ul.rss_feed {
    list-style: none;
    margin-top: 5px;
}

li.rss_feed_item {
    margin-bottom: 1px;
    margin-top: 1px;
    border-bottom: dashed 1px #b3b3b3;
}

.award-item {
    float: left;
    margin: 5px;
    width: 100px;
    text-align: center;
    cursor: help;
    height: 120px;
}

.faded {
    opacity: 0.5;
}

.pxToolTip {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    z-Index: 13000;
    margin-top: 15px;
    margin-left: 10px;
    background-color: #ffffff;
    border: solid 1px #b5b5b5;
    -moz-opacity: 0.90;
    filter:alpha(opacity: 90);
    opacity: 0.90;
    padding: 5px;
    white-space: nowrap;
    font-family: Arial;
    font-size: 11px;
}

#new_award_notify {
    position: absolute;
    z-index: 12999;
    top: 175px;
    left: 50%;
    width: 200px;
    margin-left: -125px;
    height: 200px;
    padding: 25px 50px 50px;
    background: #ffffff;
    border: solid 1px #888888;
    text-align: center;
    -moz-box-shadow: 0 0 15px #000000;
    -webkit-box-shadow: 0 0 15px #000000;
    -khtml-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
}

.closebut {
    position: absolute;
    right: 5px;
    top: 5px;
}


#chatbox {
    position: relative;
    margin: 25px auto 0;
    width: 700px;
    height: 300px;
    -moz-box-shadow: 0 0 10px #000000;
    -khtml-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    background: #ffffff;
}

.chatbox-form {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    padding: 0;
}

.chatbox-iform {
    padding: 5px;
}

.chatbox-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0;
    bottom: 40px;
    background: #f3f3f3;
}

.chatbox-msglist {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    overflow: auto;
}

#chatbox-list {
    margin: 0;
    list-style: none;
}

#chatbox-list li {
    border-bottom: dotted 1px #e3e3e3;
    padding: 2px 0;
}

#chatboxmsg {
    width: 60%;
    font-size: 9px;
    height: 13px;
}

.chatbox-lineend {
    clear: both;
    height: 0;
    display: block;
}

.chatbox-time {
    display: block;
    float: left;
    width: 72px;
}

.chatbox-text {
    display: block;
    margin-left: 72px;
}

.chatbox-user {
    font-weight: bold !important;
    margin-right: 4px;
}

#chatbox-menu {
    position: absolute;
    bottom: 100%;
    width: 100%;
}

#chatbox-tabs {
    display: block;
    width: 100%;
}

#chatbox-tabs li {
    display: block;
    float: left;
    margin-right: 5px;
    width: 100px;
    height: 25px;
    background: #f7f7f7;
    border-bottom: solid 1px #b3b3b3;
    -moz-box-shadow: 0 0 10px #000000;
    -khtml-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 24px;
    color: inherit !important;
    text-align: center;
    cursor: pointer;
}

#chatbox-tabs li.active {
    background: #f3f3f3;
    border-bottom: solid 1px transparent;
    cursor: default;
}

#chatbox-tabs li.poptab {
    float: right;
    margin-right: 0;
    margin-top: 10px;
    width: 120px;
    height: 15px;
    font-size: 10px;
    line-height: 13px;
}

.chatbox-deleted {
    opacity: 0.5;
    border: dotted 1px #ff0000 !important;
}

body.plain #chatbox {
    margin-top: 60px;
    min-width: 340px;
    width: 95%;
}

.chatbox-sysmsg {
    font-weight: bold;
    font-style: italic;
}