﻿body
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #b7b7b7;
}

#siteBG
{
    background-image: url("Images/Silk.jpg");
    background-repeat: repeat-x;
}

a
{
    color: #b7b7b7;
}

a:hover
{
    cursor: pointer;
}

#navBar ul li a:hover 
{
    cursor: pointer;
		background-color: #570a0c;
}

#container
{
    width: 776px;
    background-color: #000000;
    margin:auto;
}

.header
{
    background-repeat: no-repeat;
    height: 285px;
}

.header1
{
    background-image: url("Images/Header-18-01-2010.jpg");
}

.header2
{
    background-image: url("Images/Header-18-01-2010.jpg");
}

#header h1
{
    display: none;
}

#mainContent
{
    border-width: 1px;
    border-color: #474747;
    border-left-style: solid;
    border-right-style: solid;
    overflow: hidden;
    float: left;
    width: 774px;
}

#mainContentPadded
{
    overflow: auto;
    padding: 3px;
}

#leftContent
{
    width: 215px;
    float: left;
    height: 100%;
}

#rightContent
{
    float: right;
    width: 548px;    
    
}

.box
{
    border: 1px solid #474747;
}

#tournamentDetails
{
    width: 215px;
    height: 181px;
    margin-bottom: 4px;
    clear: both;
    float: none;
}

#tournamentCountDown
{
    width: 215px;
    height: 53px;
    margin-bottom: 4px;
    background-image: url('../../Images/TournamentCountdown.gif');
    background-repeat: no-repeat;
    padding-left: 7px;
}

#tourDays, #tourHours, #tourMins
{
    float: left;
    margin-top: 26px;
    color: #efcb01;
    font-weight: bold;
    font-size: 13px;    
    text-align: center;
}

#tourDays
{
    width: 64px;
    padding-right: 1px;
}

#tourHours
{
    width: 74px;
}

#tourMins
{
    width: 64px;
}

#tournamentSeats
{
    width: 215px;
    height: 152px;    
}
#tournamentSeats img
{   
    float: left;
}
#tournamentSeatsLeft
{
    color: #FFFFFF;
    font-size: 40px;
    float: left; 
    background-image: url("Images/TournamentSeatsAvail.gif");
    width: 87px;
    height: 78px;
    text-align: center;
}

#tournamentSeatsLeft img
{
    padding-bottom:0px;
    margin-bottom:0px;
}

#tournamentSeatsLeftText
{
    padding-top:9px;
    padding-right:16px;
}

#rightContentTop
{
    background-position: center;
    float: left;
    width: 547px;
    background-image: url("images/divider.gif");
    background-repeat: repeat-y;
}

#rightContentTop #leftBox
{
    padding: 3px 3px 59px 3px;
    float: left;
    width: 265px;
    min-height: 100px;
}

#rightContentTop #rightBox
{
    padding: 3px 3px 59px 3px;
    float: right;
    width: 265px;
    min-height: 100px;
}

#rightContentTop #division
{
    width: 0px;
    height: 100%;
    border: 1px solid #FFFFFF;
    float:left;
}

#middleBox
{
    float: left;
    padding-left: 39px;
    margin-top: -50px;
}

#middleBox .box1,#middleBox .box3
{
    width:143;
    height:95;
    float:left;
    margin-right:5px;
}

#middleBox .box3
{
    margin-right:0px;
}

#middleBox .box2
{
    width:171;
    height:95;
    float:left;
    margin-right:5px;
}

#bottomBox
{
    clear:both;
    float:none;
    min-height:142px;
}

#rightSecondContentTop
{
    float:none;
    width:547px;
}

#rightSecondContentInner
{
    margin: 0px 8px 8px 8px;    
}

#rightSecondMainLinkName
{
    color: #FFFFFF;
    background-color: #9d1d22;
    font-size: 13px;
    font-weight: bold;
    height:21px;
    line-height: 21px;
    padding-left: 0px;
    float:none;
	width:100%;
}

#rightSecondSubLinks
{
    background-color: #641316;
    float: none;
    clear: both;
    height: 18px;
    line-height: 18px;
}

#rightSecondSubLinksDIV
{
    float:right;
    padding-right:3px;    
}

#rightSecondSubLinksDIV a
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: none;
    line-height: 18px;
    margin-left: 15px;
}

#rightSecondSubLinksDIV a:hover
{
    text-decoration: underline;
}




.videoLinks
{
    float: none;
    margin-left: 16px;
    margin-bottom: 13px;
}

.videoLinks a
{
    background-image: url("Images/videoLink.gif");
    background-repeat: no-repeat;
    height: 22px;
    width: 161px;
    float: left;
    text-decoration: none;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
}

.videoLinks a span
{
    line-height: 22px;
    padding-left: 29px;
}

.videoPlayerDIV
{
    /*background-image: url("Images/videoPlayerBG.gif");
    background-repeat: repeat-y;*/
    height: 318px; /*width: 538px; /*margin-top: 16px;*/
    float: none;
    margin-bottom: 11px;
}

.blogCategories ul
{
    list-style-type: none;
}

.blogCategories li a
{
    text-decoration: none;
}

.TVSchedule td
{
    padding: 3px;
}