

#maintable
{
    width: 900px;
    height: 100%;
    background-color: transparent;
    margin: 0 auto;
   
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#topcell
{
    width: 900px;
    height: 30%;
    background-color     : transparent;
   
}

#bottomtable
{
    
    
    width: 900px;
    height: 700px;
    
    color: white;
    margin:   0 auto;
}

#contenttable
{
    cursor: hand;
    cursor: pointer;
    margin: 0 0 auto;
    vertical-align: text-top;
    color:Orange;
}


#topmenubar
{
    color: black;
    background-color: #ffff33;
}




body
{
    background-color: black;
    text-align: center;
    background-image: url(blackcheck1.GIF);
    background-repeat: repeat-y;
}
 #celldata
{
    
    color: #ffff00;
}
 


#leftframe
{
    vertical-align: text-top;
    text-align: left;
    width: 250px;
    height: 100px;
    font-size:small;
}

#menutable
{
    width: 900px;
    height: 100%;
    margin: 0 auto;
       cursor: hand;
    cursor: pointer;
    color: Orange;
   
}
#editor
{
    border-right: red thin solid;
    border-top: red thin solid;
    border-left: red thin solid;
    border-bottom: red thin solid;
    cursor:hand;
}



