a:link  /* unvisited link */ 
{
    color:#0000FF;
    text-decoration:none;
}

a:visited  /* visited link */ 
{
    color:#0000FF;
    text-decoration:none;
}

a:hover  /* mouse over link */ 
{
    color:#0000FF;
    text-decoration:underline;
}

a:active  /* selected link */
{
    color:#FF0000;
    text-decoration:underline;
}

body 
{
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 13px;
    margin:5px;
    padding-left:10px;
    width: 600px;
}

.center
{
    margin-left:auto;
    margin-right:auto;
}

#gridtable table
{
    border-collapse:collapse;
    min-width: 600px;
}

#inputtable table
{
    border-collapse:collapse;
}

#gridtable th, 
#gridtable td,
#inputtable th,
#inputtable td
{
    border: 1px solid black;
    font: 13px Arial, "MS Trebuchet", sans-serif;
    background-color:#9CF;
    padding:3px;
}

#inputtable th,
#inputtable td
{
    border: 0px;
    background-color:#FFF;
}

#gridtable th,
#inputtable th
{
    background-color:#06C;
    color:white;
    font-weight:bold;
    font-size:15px;
}

#gridtable th
{
    font-weight:normal;
    font-size:13px;
}

#gridtable td
{
    font-size:12px;
}

#gridtable th,
#inputtable tr.firstrow,
#inputtable tr.lastrow
{
    border: 1px solid black;
}

#inputtable tr.lastrow td
{
    background-color:#06C;    
}