﻿#contentBox
{
    margin-top: 100px;
    margin-bottom: 100px;
}

#contentBox table
{
    margin: 0 auto;
}

#contentBox h3
{
    text-align: center;
}

#contentBox h3 a,
#contentBox h3 a:visited
{
    color: #0000FF;
    font-weight: bold;
    text-decoration: none;
}

#contentBox h3 a:hover
{
    text-decoration: underline;
}

#contentBox #addClient
{
    text-align: center;
    margin-top: 20px;
}

#contentBox .tableBox table th
{
    color: #FFFFFF;
    background-color: #2554C7;
}

#contentBox .tableBox table th,
#contentBox .tableBox table td
{
    padding: 5px;
}

#contentBox #signinStatus,
#contentBox #updateStatus,
#contentBox #addStatus
{
    text-align: center;
    margin-bottom: 20px;
}

#contentBox .msgBox
{
    text-align: center;
    margin-bottom: 20px;
}

#contentBox .errorList
{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#contentBox .errorList li
{
    text-align: center;
}

.errorMessage
{
    color: #FF0000;
    font-weight: bold;
}

.infoMessage
{
    color: #000000;
    font-weight: bold;
}

.centerColumn
{
    text-align: center;
}