/**
* News Style Sheet *
**/

/** Specific Styles **/
#left-col td.fight_no {
    font-weight: bold;
    text-align: center;
}

#left-col td.fight_weight {
    width: 100px;
    text-align: center;
}

#left-col td.fighter_1 {
    width: 200px;
    text-align: center;
}

#left-col td.fighter_2 {
    width: 200px;
    text-align: center;
}

#left-col tr.light {
    background-color: #2F2F2F;
}

#left-col tr.dark {
    background-color: #1F1F1F;
}

/***********************/

#left-col .story {
    clear:left;
    padding: 20px 0px 10px 20px;
}

img {
    float: left;
    border: 2px solid #d5cece;
    margin: 5px 10px 10px 0px;
}

#left-col a {
    text-decoration: none;
}

#left-col a:hover {
    border-bottom: 1px dotted #948585;
}

#left-col td {
    vertical-align: top;
    padding: 5px;
}

#left-col td.bigpad {
    padding: 20px;
}


#left-col ul {
    margin-bottom: 20px;
}

#left-col li {
    margin-left: 20px;
    line-height: 2em;
    list-style: circle;
}

#right-col h3.links {
    background: transparent url(/images/h_side_links.gif) no-repeat;
    width: 71px;
    height: 22px;
    border-bottom: none;
}

#right-col h3 span {
    display: none !important;
}

#right-col li {
    margin-left: 20px;
    line-height: 2em;
    list-style: circle;
}

#right-col a {
    text-decoration: none;
    border-bottom: 1px dotted #948585;
}

#right-col p.legal {
    padding-top: 50px;
    font-size: 0.75em;
}