﻿body
{
    font-family: Verdana;
}

#divLogo
{
    margin-top: 20px;
    margin-bottom: 30px;
}

#divLogo img
{
    width: 200px;
}

#divLinks li
{
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.errorText
{
    color: Red;
    font-weight: bold;
}

.statementText
{
    color: Blue;
    font-weight: bold;
}

.editSQL
{
    width: 100%;
    height: 400px;
}

div.sqlResults
{
    overflow: scroll;
    height: 600px;
}

tr.sqlResults
{
    vertical-align:top;
}
