﻿body
{
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    color: black;
    padding: 0px;
    margin: 0px;
    background-color: #ECEBE9;
}
.Smarx_Page
{
    width:962px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: white;
    min-height: 700px;
}
.Smarx_Logo
{
    height: 92px;
    background-image: url('../images/smarx_logo.png');
    background-repeat: no-repeat;
}
.Smarx_LanguagePanel
{
    height: 20px;
    margin-right: 10px;
    text-align: right;
}
.Smarx_Banner
{
    margin-top: 10px;
    margin-bottom: 20px;
    height: 425px;
    background-image: url('../images/smarx_portal_banner.jpg');
    background-repeat: no-repeat;
}

.Smarx_Content
{
    display: block;
}
.Smarx_Footer
{
    bottom: 10px;
    display: block;
    clear: both;
    margin-top: 50px;
    font-size: 10px;
    text-transform: uppercase;
    color: #666666;
}
.Smarx_MessageBlock
{
    display: block;
    float: left;
    width: 628px;
    padding: 0;
    margin-right: 10px;
    min-height: 250px;
}
.Smarx_Header
{
    background-image: url('../images/smarx_headerbackground.png');
    background-repeat: repeat-x;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 26px;
    height: 26px;
    padding-left: 4px;
}
.Smarx_Message
{
    color: #203101;
    padding: 10px;
}
.Smarx_LoginBox
{
    display: block;
    float: right;
    width: 324px;
    padding: 0;
    background-color: #ECEBE9;
}
a 
{
    color: #6E9510;
    text-decoration: none;
}
.Smarx_Textbox:focus
{
    background-color: #F2F5D1;
    font-weight: bold;
}
.Smarx_Textbox
{
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    color: #203101;
    width: 130px;
}
.Smarx_Error
{
    color: Red;
    font-size: 11px;
    font-weight: bold;
    clear: both;
    margin-top: 15px;
    }
.Smarx_Button
{
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    color: black;
    font-weight: bold;
    }