﻿.lsContainer 
{    
    height: 235px;
    width: 400px;
}
.lsTopLeft 
{
    width: 64px;
    height: 72px;
    background-color: transparent;
    float: left;
}
.lsTopRight 
{
    width: 331px;
    height: 72px;
    background-color: transparent;    
    float:right;
}
.lsMiddleLeft 
{
    width: 64px;
    height: 117px;
    background-color: transparent;
    float: left;
}
.main 
{
    width: 331px;
    height: 117px;
    background-color: transparent;
    float: right;    
}
.lsBottomLeft 
{
    width: 64px;
    height: 41px;
    background-color: transparent;
    float: left;    
}
.lsBottomRight 
{
    width: 331px;
    height: 41px;
    background-color: transparent;
    float: left;
}
.results 
{
    width: 329px;
    height: 20px;
    background-image: url(Images/boardBg.jpg);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    left: 2px;
    background-color: #ccc;
    font: normal 10px Arial, Verdana, Helvetica, Sans-serif;
    color: #676767;
    vertical-align: middle;
    text-align: center;
}
.bold 
{
    color: #999966;
    font: bold 12px Arial, Verdana, Helvetica;    
}
.rTable 
{
    position: relative;
    top: 3px;    
}
.leftCell 
{
    width: 150px;    
}
.mCell 
{
    width: 40px;
}
.rightCell 
{
    width: 80px;    
}

