footer {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eee;
}

#PageTitle 
{
    padding-bottom: 0.5em;
}

.type-col
{
    font-weight: bold;
}
.code-col 
{
    text-align: center;
}
.date-col, .time-col
{
    text-align: right;
}

#ErrorDetail
{
    font-size: 110%;
}

.st-type, .st-param-type
{
    color: #00008B;
}

.st-param-name
{
    color: #666;
}

.st-method
{
    color: #008B8B;
    font-weight: bolder;
}

.st-file, .st-line
{
    color: #8B008B;
}

#ErrorTitle
{
    font-weight: bold;
    font-size: 120%;
}

#ErrorType, #ErrorMessage
{
    display: block;
}

#ErrorTypeMessageSeparator
{
    display: none;
}

.key-col
{
    font-weight: bold;
}

@media print
{
    #topnavbar
    {
        display: none;
    }
}
