<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*
{
    margin: 0;
}

body
{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
    background: url(/Resources/images/content-bg.jpg) center -196px repeat-y #f4f5f7;
}


/*Login Panel Start*/

.container
{
    width: 980px;
    padding: 0;
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
}

.container a
{
    color: Blue;
    font-size: 12px;
}

.container a:hover
{
    color: Black;
    font-size: 12px;
}

/*Login Panel End*/

.header
{
    background-color: #0B0B0B;
    color: White;
    height: 3em;
    font-size: 12px;
    padding-top: 5px;
}

.header h3
{
    font-size: 10px;
    color: White;
}

.header a
{
    text-decoration: none;
    color: #FF9B04;
}

.header a:hover
{
    color: White;
    text-decoration: underline;
}

.header .col1
{
    font-weight: bold;
    float: left;
    color: Lime;
    font-size: 14px;
    padding-left: 10px;
}

.header .col2
{
    float: right;
    font-size: 12px;
    padding-top: 5px;
    padding-right: 10px;
}

.content
{
    height: 100%;
    padding-left:15px;
    padding-top:5px;
}
.content h2
{
    color: Black;
    font-size: 16px;
}

.content h3
{
    padding-top:5px;
    color:Gray;
    font-size:12px;
}

.content a
{
    color:Blue;
    text-decoration:none;    
}
.content a:hover
{
    text-decoration:underline;    
}
        
.content .col1
{
    float: left;
    width:10%;
}

.content .col2
{
    float: left;
    width:55%;    
}

.content .col3
{
    float: left;
    width:35%;
    font-size:12px;
}

.content .form
{
    font-size:12px;    
    padding-top:15px;
}

.content .message
{
    font-size:12;    
}

.logout
{
    background-color:Black;
    border:none;
    color:#FF9B04;
    cursor:pointer;
}

.logout:hover
{
    color:White;
    text-decoration:underline;    
}</pre></body></html>