﻿.FloatPanel
{
    height:300px;
    width:700px;
    position:absolute;
    z-index:20;
    top:10;
    left:10;
    display:none;
    border-width:0px;
}
#rightTD
{
    width:10px;
    border-left :thin solid #cccccc;
}
#leftTD
{    
    width:10px auto;
    border-left :thin solid #cccccc;
}
#ContentPanel
{
   
    background-color:White;
    display:block;
}
.DragPanel
{
    background-image: url("images/royale3.png");
    text-align:right;
    cursor:move;
}
th
{
   background-color:Gray;
   color:White;  
   font-size:12px;
}
td
{
    font-size:12px;
    height :10px;
}
body
{
    background-color:#494949;
    height:100%;
    margin:0px;
}
a
{

}