table.WebTable {
    border-collapse:collapse;
    font-family:Arial;
    /*
    -- Float is not required. Not good to float left in blogsys
    float:left;
    clear:left;
    */
    margin-bottom:8px;
}

table.WebTable thead tr td{
    background-color: rgba(160,160,160,0.9);
    border-bottom:1px solid #000;
}

table.WebTable thead.sticky tr td{
    position:sticky;
    top:0;
}

table.WebTable td{
    border: 1px solid #ccc;
    padding:5px;
}

table.WebTable tr.ActiveRow{
    background-color:#ececff;
}

table.WebTable td.ActiveCell{
    background-color:#fcc;
    margin:0px;
    padding:0px;
}

table.WebTable td.ActiveCell input{
    background-color:#fcc;
    width:2em;
    height:1.8em;
    margin:0px;
    padding:0px;
    font-size:1em;
    border:0px;
}

table.WebTable tr.runCodeRow{
    background-color:#ecffec;
}


table.WebTable td.runCodeCell{
    background-color:#afa;
    margin:0px;
    padding:0px;
}

table.WebTable td.runCodeCell input{
    background-color:#afa;
    width:2em;
    height:1.8em;
    margin:0px;
    padding:0px;
    font-size:1em;
    border:0px;
}

table.WebTable a:hover {
    color:#f00;
}

table.WebTable a:link,a:visited {
    color:#000;
    text-decoration:none;
}

