﻿@charset "utf-8";

#mainContents {
    margin: 0;
    font-size: 12px;
}

#mainContents h1 {
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
    background-image: url(../images/dot.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #015885;
    text-align: left;
    font-size: 30px;
}

#mainContents h2 {
    margin: 20px 0;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 430px;
    background-image: url(../images/h2title.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

#mainContents .menbox {
    float: left;
    width: 445px;
}

#mainContents .womenbox {
    float: right;
    width: 445px;
}

#mainContents .gameinfocate {
    width: 445px;
}

#mainContents .gameinfocate ul {
    width: 445px;
}

#mainContents .gameinfocate li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 217px;
}

#mainContents .recent_gameinfo_in {
    clear: both;
    margin-bottom: 10px;
    width: auto;
    border: 1px solid #333333;
    background-color: #232323;
    background-image: url(../images/crossline2.gif);
    background-repeat: repeat;
}

#mainContents .recent_gameinfo_in .gameiconarea {
    margin: 0px;
    padding: 0px;
    padding: 5px;
    height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #555555;
    background-image: url(../images/resent_game_title.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    color: #f9d006;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

#mainContents .recent_gameinfo_in table {
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
}

#mainContents .recent_gameinfo_in p {
    padding: 5px;
    color: #FFFFFF !important;
    text-align: left !important;
    font-size: 11px !important;
    line-height: 15px !important;
}

#mainContents .recent_gameinfo_in .pointgraph {
    padding: 3px;
    width: 100%;
    height: 100px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    background-color: #232323;
    background-image: url(../images/crossline2.gif);
    background-repeat: repeat;
}

#mainContents .recent_gameinfo_in .setcount {
    padding: 5px 10px;
    background-color: #232323;
    background-image: url(../images/crossline2.gif);
    background-repeat: repeat;
    color: #FFAF33;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 110%;
}

#mainContents .recent_gameinfo_in .setpoint {
    padding: 8px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #555555;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #555555;
    background-color: #333333;
    background-image: url(../images/crossline2.gif);
    background-repeat: repeat;
    color: #FFAF33;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
}

#mainContents .recent_gameinfo_in .pointgraph th {
    padding: 10px;
    width: 27%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 87.5%;
    line-height: 150%;
}

#mainContents .recent_gameinfo_in .pointgraph th em {
    font-weight: normal;
    font-size: 75%;
}

#mainContents .recent_gameinfo_in .country {
    height: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #555555;
}

#mainContents .recent_gameinfo_in .left_al,
.recent_gameinfo_in .right_al {
    padding: 5px;
    width: 50%;
}

#mainContents .recent_gameinfo_in .men_icon {
    position: absolute;
    top: 7px;
    right: 50px;
    width: 40px;
}

#mainContents .recent_gameinfo_in .women_icon {
    position: absolute;
    top: 7px;
    right: 50px;
    width: 40px;
}

#mainContents .recent_gameinfo_in .six_icon {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 40px;
}

#mainContents .recent_gameinfo_in .final_icon {
    position: absolute;
    top: 7px;
    right: 95px;
    width: 40px;
}

#mainContents .recent_gameinfo_in .semifinal_icon {
    position: absolute;
    top: 7px;
    right: 95px;
    width: 40px;
}