table#TurnamentInfo{
    width: 600px;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    
}

table#TurnamentInfo tr td.TurnamentName{
    font-size: 30px;
    background-image: url(/images/site/bg-turnHeader.jpg);
    background-repeat:repeat-y;    
}

table#TurnamentInfo tr td.space{
    height: 20px;
}

table#TurnamentInfo tr td.TurnamentDate{
    font-weight: 200;
    
}

table#TurnamentInfo tr td div.offMessage{
    color: black;
    font-weight: 200;
    
}

table#TurnamentInfo tr td div.offMessageContent{
    border: 1px dotted black;
    width: 500px;
    position: relative;
    left: 50px;
}

table#TurnamentInfo tr td a{
    color:#FFFFFF;
	font-weight: bolder;
}

