﻿
/* -------------------------------------------------- */
/* DEBUG
/* -------------------------------------------------- */

DIV#Authentication_Debug
{
    font-family: Segoe UI, Arial;
    font-size: 10pt;
    border: 1px solid black;
    clear: both;
}

DIV#Authentication_DebugClear
{
    background-color: #000000;
    padding: 2px;
}

DIV#Authentication_DebugClear SPAN
{
    font-family: Segoe UI, Arial;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

DIV#Authentication_DebugContent
{
    padding: 2px;
    white-space: pre;
}

DIV#Authentication_DebugAjax
{
    border: 1px solid black;
    background-color: #ffffff;
}

DIV#Authentication_DebugAjaxRequestName, DIV#Authentication_DebugAjaxRequest, DIV#Authentication_DebugAjaxResponseName, DIV#Authentication_DebugAjaxResponse
{
    font-family: Segoe UI, Arial;
    padding: 5px;
    white-space: nowrap;
}

DIV#Authentication_DebugAjaxRequestName, DIV#Authentication_DebugAjaxResponseName
{
    font-weight: bold;
}

.DebugXmlTagDelimiter
{
    font-weight: bold;
    color: Navy;
}

.DebugXmlElementName
{
    font-weight: bold;
    color: Navy;
}

.DebugXmlAttributeName
{
    color: Blue;
}

.DebugXmlAttributeValue
{
    font-weight: bold;
    color: Green;
}

.DebugXmlChildren
{
    padding-left: 30px;
}
