body {
    width: 100%;
    text-align:center;
    padding: 0;
    margin: 0;
}

body.wallpaper {
    background: #000000 url(/images/layout/bg_wallpaper.gif) repeat;
}

a {
    color: #000000;
    text-decoration: none;
}

a.action {
    font-weight: bold;
    text-decoration: underline;
    color: #dc6913;
}

a.action_small {
    text-decoration: underline;
    color: #dc6913;
}

a.plain {
    text-decoration: none;
}

a:hover,
a.action:hover,
a.plain:hover {
    color: #000000;
}


div, td {
    text-align:left;
    font: 11px arial;
}

form {
    margin: 0;
}

form td {
    text-align:left;
    font: bold 12px arial;
}

form.form_column td {
    font: normal 11px arial;
}

img {
    border: 0;
}

div.hr_tight {
    clear:both;
    padding: 5px 0 5px 0;
}

div.hr_tight hr {
    width:100%;
    color:#d9d9d9;
    margin: 0;
    height: 1px;
}

div.hr {
    clear:both;
    padding: 12px 0 12px 0;
}

hr {
    width:100%;
    color:#d9d9d9;
    margin: 0;
    height: 1px;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}


.column {
    float: left;
}

.column_right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align:center;
}

.margin_small {
    margin-bottom: 3px;
}

.margin {
    margin-bottom: 5px;
}

.margin_big {
    margin-bottom: 10px;
}

.padding_small {
    padding: 3px;
}

.padding {
    padding: 5px;
}

.padding_left {
    padding-left: 5px;
}

.padding_big {
    padding: 10px;
}

.padding_huge {
    padding: 14px;
}

.padding_top {
    padding-top: 10px;
}

.wallpaper_boundary {
    width:970px;
    background: #ffffff url(/images/layout/bg.gif) repeat;
    margin: 0 auto 0 auto;
    text-align:center;
}

.main_container {
    width:950px;
    background-color: #ffffff;
    margin: 0 auto 0 auto;
}

.info {
    font-size: 10px;
    color: #999999;
}

ul {
    margin: 0;
    padding-left: 14px;
}

ul li {
    margin-bottom: 3px;
    padding-left: 0px;
    list-style-image: url(/images/layout/bullet_light.gif);
}

h1 {
    margin: 0 0 5px 0;
    padding: 0;
    font: bold 28px arial, tahoma;
}

h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font: bold 18px arial, tahoma;
}

h3 {
    margin: 0 0 3px 0;
    padding: 0;
    font: bold 14px arial, tahoma;
}


.body,
.body div {
    font-size: 12px;
    line-height: 18px;
}

.body a,
.body div a {
    text-decoration: underline;
}

.body .info {
    color: #b3b3b3;
    padding: 2px 0 2px 0;
}

.validation {
    color: #ff0000;
}

.menu_top {
    background-color: #e5e5e5;
    padding: 6px 13px 7px 13px;
    margin-bottom: 18px;
}

.menu_top .item {
    margin-right: 20px; 
    float: left;  
}

ul.menu li {
    margin-bottom: 3px;
    padding-left: 0px;
    list-style-image: url(/images/layout/bullet_menu.gif);
}

ul.menu li a {
    color: #595959;
}

ul.menu li a:hover {
    color: #000000;
}


.menu_subheader {
    margin: 10px 0 2px 0;   
    font-weight: bold;
}

.menu_top .item_right {
    margin-left: 20px; 
    float: right;  
}

.menu_top a {
    color: #000000; 
    font: 12px/14px verdana, tahoma, arial;  
}

.menu_top a:hover {
    color: #595959;   
}

.menu a {
    color: #000000; 
}

.menu a:hover {
    color: #595959;   
}

.menu_top .item_right a {
    color: #595959;
}

.menu_top .item_right a:hover {
    color: #000000; 
}

.menu {
    background-color: #f2f2f2
}

.messageboard_top {
    background-color: #262626;
    padding: 10px 10px 5px 10px;
    border-bottom:1px solid #ffffff;
}

.messageboard_top h1 {
    color: #ffffff;
}

.messageboard_message {
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.messageboard_message .author {
    border-right: 1px solid #ffffff;
    background-color: #e5e5e5;
}

.messageboard_message a {
    text-decoration: underline;
}

.messageboard_thread {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.messageboard_thread li {
    list-style-image: none;
}

.messageboard_thread ul li a {
    text-decoration: underline;
}
.messageboard_thread ul li .user {
    font-weight: bold;
}

.messageboard_thread ul li .timestamp {
    color: #999999;
}

.messageboard_thread ul li a:visited {
    color: #999999;
    text-decoration: line-through;
}

.num_messages {
    position: relative;
    left: 3px;
    top: -2px;
    padding: 0 13px 5px 8px;
    background: transparent url(/images/messageboard/num_messages_bg.gif) no-repeat;
    color: #ffffff;
    font: 8px tahoma, arial, verdana;
}

.news_topstory {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.news_byline,
.syndicate_byline {
    background-color: #e5e5e5;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 10px;
}

.news_teaser {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.table_padding td {
    padding: 2px 5px 2px 5px;
}

.table_padding th {
    background: #282727 url(/images/layout/header_bg_black.gif) repeat-x;
    text-align: left;
    padding: 6px 19px 6px 5px;
    font: bold 14px verdana, arial, tahoma;
    color: #ffffff;
}

.indent {
    padding: 0 5px 0 5px;
}

.indent_right {
    padding-right: 5px;
}

.indent_right_small {
    padding-right: 3px;
}

.box_black {
    margin-bottom: 10px;
    background: #000000 url(/images/layout/box_bg_black.gif) repeat-x;
}

.box_black .content {
    padding: 10px;
    color: #ffffff;
}

.box_black h1 {
    font: bold 20px arial;
}

.box_black .content a {
    color: #ffffff;
}

.box_black .content .info {
    color: #eba466;
}


.header {
    background: #944710 url(/images/layout/header_bg.gif) repeat-x;
    color: #ffffff;
    padding: 4px 5px 5px 7px;
    font: bold 11px verdana, arial, tahoma;
}


.header_black {
    background: #944710 url(/images/layout/header_bg_black.gif) repeat-x;
    color: #ffffff;
    padding: 4px 5px 5px 7px;
    font: bold 11px verdana, arial, tahoma;
}


.header_menu {
    background: #944710 url(/images/layout/header_bg_menu.gif) repeat-x;
    color: #ffffff;
    padding: 4px 5px 5px 7px;
    font: bold 11px verdana, arial, tahoma;
    border-bottom: 1px solid #ffffff;
}

.header_menu a, 
.header_menu a:hover {
    color: #ffffff;
    font: bold 11px verdana, arial, tahoma;
}

.menu_content {
    padding: 5px 5px 10px 5px;   
}


.box_price {
    margin-bottom: 1px;
    background: #616161 url(/images/shop/price_bg.gif) repeat-x;
    color: #ffffff;
}

.box_price div,
.box_variants div,
.box_variants td {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}

.box_price .price div {
    font-size: 14px;
    line-height: 16px;
}

.box_variants {
    margin-bottom: 1px;
    background: #ebebeb url(/images/shop/variants_bg.gif) repeat-x;
}

.button,
.button_buy {
    font: bold 11px arial;
    color:#ffffff;
    background-color:#b95a1d;
    border-width: 1px;
}

.button_grey {
    font: bold 11px arial;
    color:#ffffff;
    background-color:#363636;
}

.button_white {
    font: bold 11px arial;
    color:#000000;
    background-color:#ffffff;
}

.button_buy {
    height: 25px;
}


.basket_item div {
    font-size: 10px;
    line-height: 12px;
}


div.basket_hr {
    clear:both;
    padding: 5px 0 5px 0;
}

div.basket_hr hr {
    width:100%;
    color:#d9d9d9;
    margin: 0;
    height: 1px;
}

.tv_tabs {
    height: 36px;
    background-color: #ffffff;
    background: #de6900 url(/images/tv/tab_bg.gif) repeat-x;
}

.tv_tab_split {
    width:1px;
    background-color: #ffffff;
}

.tv_tab {
    background: #de6900 url(/images/tv/tab_bg.gif) repeat-x;
    height: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tv_tab_selected {
    background-color: #de6900;
    color: #ffffff;
    height: 36px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tv {
    margin-bottom: 10px;
    padding: 10px;
    background: #713300 url(/images/tv/bg.gif) repeat-x;
    color: #ffffff;
}

.tv div,
.tv td {
    color: #ffffff;
}

.tv h1 {
    color: #ffffff;
}

.tv .info {
    color: #eac9ac;
}

.tv hr,
.tv .hr_tight hr {
    color:#eac9ac;
}

.tv a,
.tv_tab a,
.tv_tab_selected a {
    color: #ffffff;
}

.tv a:hover,
.tv a.plain:hover,
.tv_tab a:hover,
.tv_tab_selected a:hover,
.tv_tab a.plain:hover,
.tv_tab_selected a.plain:hover {
    color: #eac9ac;
}

.tv_column .header {
    height: 45px;
    background-image: url(/images/tv/header.gif);
    background-repeat: no-repeat;
}

.analysis_bar,
.syndicate_bar{
    background-color: #dc6813;
    padding: 10px 15px 15px 10px;
    color: #ffffff;
    margin-bottom: 10px;
}

.analysis_bar .data {
    background-color: #ffffff;
    color: #000000;
    padding: 2px;
}

.analysis_bar .column,
.analysis_mail .column {
    border-right: 6px solid transparent;
}

.analysis_mail {
    background-color: #dc6813;
    padding: 10px 15px 0 10px;
    color: #ffffff;
    margin-bottom: 10px;
}

.analysis_mail .data {
    background-color: #ffffff;
    color: #000000;
    padding: 2px;
    font-size: 11px;
}

.analysis_rank {
    margin-bottom: 3px;
}

.analysis_rank .column {
    margin-right: 2px;
    background-color: #ffffff;
    color: #000000;
}

.analysis_rank .column_right {
    background-color: #ffffff;
    color: #000000;
    margin-right: 5px;
}

.analysis_rank .column div,
.analysis_rank .column_right div {
    padding: 2px 5px 2px 5px;
}


.userlist_characters {
    margin-bottom: 5px;
}

.userlist_characters td a {
    font: bold 14px arial;
}

.syndicate td,
.syndicate div {
    line-height: 16px;   
}

.syndicate .action,
.syndicate .action_small {
    color: #dd6800;
}

.syndicate .box_status {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 5px;
    margin-bottom: 3px;
    background: #f7f7f7 url(/images/syndicate/box_status_bg.gif) repeat-x;   
}

.syndicate .box_status .value { 
    color: #dd6800; 
}

.syndicate .box_status .day {
    text-align: center;
}

.syndicate .box_status .day .value { 
    font-size: 26px;
    color: #dd6800;
    font-weight: bold;
    padding: 3px 0 0 3px;
}

.syndicate_button_selected {
    background: #dd6800 url(/images/syndicate/button_selected.gif) no-repeat; 
    color:#ffffff; 
    text-align:center;
    cursor: pointer;
    font-size: 10px;
    padding: 0 0 2px 0;
}

.syndicate_button {
    background: #e2e2e2 url(/images/syndicate/button.gif) no-repeat; 
    color:#717171; 
    text-align:center;
    cursor: pointer;
    font-size: 10px;
    padding: 0 0 2px 0;
}

.top_betting td {
    padding: 0 18px 0 18px;
}

.quiz_competition {
    background: #ffffff url(/images/quiz/bg_competition.jpg) no-repeat;
}

.quiz_bottom {
    background: #de7220 url(/images/quiz/bg_bottom.jpg) repeat-x;
    color: #ffffff;   
    padding: 5px 10px 5px 10px;
}

.quiz_bottom a {
    color: #ffffff;   
}

.casino_tv_list a {
    color: #ffffff;
}

.revenue_box_current {
    background: #15b100 url(/images/double/bg_revenue_current.jpg) repeat-x;
    padding: 5px;
    color: #ffffff;
    margin-bottom: 10px;
}

.revenue_box_previous {
    background: #dc6811 url(/images/double/bg_revenue_previous.jpg) repeat-x;
    padding: 5px;
    color: #ffffff;
    margin-bottom: 10px;
}

.risk_meter {
    margin-bottom: 10px;   
    background: transparent url(/images/double/risk_bg.jpg) no-repeat;
    color: #ffffff;
}

.risk_meter .inner {
    padding: 28px 10px 10px 10px;
}

.risk_item {
    filter:alpha(opacity=70);
    opacity:0.7;
}

.risk_item div,
.risk_item_selected div {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
}

.double_column {
    padding: 6px 6px 6px 75px;
    background: transparent url(/images/double/column_bg.jpg) no-repeat;
    color: #ffffff;
    cursor: pointer;
}

