/* Boxes.css
 *
 * Styles for boxes with rounded edges.
 *
 * Author: Cameron Price-Austin
 * Date: 10/5/2008
 *
 * (c) 2008 All rights reserved.
 */

.Box
{
    margin-bottom: 10px;
}

.BoxLeagueLadder
{
    margin-bottom: 10px;
}

.BoxUpcomingMatches
{
    margin-bottom: 10px;
}

.BoxHeader
{
    height: 24px;
    background-color: #333333;
    color: #99CCFF;
    line-height: 24px;
}

.BoxSubtitle
{
    background-color: #292929;
    height: 24px;
    color: #FFCC00;
    line-height: 24px;
}

.BoxSubTitleNavLeft
{
    width : 24px;
    height : 24px;
    float: left;
    background : url(images/subnavl.gif);
}

.BoxSubTitleNavRight
{
    width : 24px;
    height : 24px;
    float: right;
    background : url(images/subnavr.gif);
}

.BoxHeaderCapLeft
{
    width: 24px;
    height: 24px;
    float: left;
    background-image: url(images/cornertl.gif);
}

.BoxHeaderCapRight
{
    width: 24px;
    height: 24px;
    float: right;
    background-image: url(images/cornertr.gif);
}

.BoxFooter
{
    background-color: #333333;
    height: 24px;
}

.BoxFooterCapLeft
{
    width: 24px;
    height: 24px;
    background-image: url(images/cornerbl.gif);
    float: left;
}

.BoxFooterCapRight
{
    width: 24px;
    height: 24px;
    float: right;
    background-image: url(images/cornerbr.gif);
}

.BoxBody
{
    background : #232323;
    color : white;
    text-align: left;
    padding : 10px;
    height: 100%;
}