﻿html,body,form
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border-width:0;
    background-color:#394152;    
}

form 
{
    background-image:url('/images/mainUI/Page_Back.gif');
    background-repeat:no-repeat;
    background-position:center top;
}

#Page 
{
    width:100%;
    height:100%;
    background-color:Transparent;
    position:absolute;
    top:0px;
    left:0px;
}

#Document 
{
    margin-top:25px;
    z-index:1;
    margin-bottom:25px;
}

 #MainFrame
 {
    position:relative;
    top:0px;
    left:0px;
    width:860px;
    background-color:transparent;
    z-index:2;
}

#MainFrame_KnownClientLoginForm_Content
{
    font-family:Tahoma,Arial;
    font-size:11px;
    height:34px;
}

#MainFrame_Central_Right
{
    width:591px;
    padding-right:20px
}

.MainFrameCategoryTitle 
{
    padding:0px 30px 0px 55px;
}

#MainFrame_Data 
{
    padding:40px 30px 0px 30px;
    font-family:Tahoma,Arial;
    color:#444;
    font-size:11px;
    height:100%;
}

#Category_Title 
{
    margin-bottom:7px;
    font-family:Tahoma,Arial;
    font-size:10px;
    text-transform:uppercase;
    font-weight:bold;
}

#Page_Title 
{
    white-space:nowrap;
    background-image:url('/images/mainUI/title_backgrounds/blue/bckg.jpg');
    background-repeat:repeat-x;
    background-position:top;
    padding:0px 10px 3px 15px;
    font-family:Tahoma,Arial;
    font-size:10px;
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:bold;
}

.Page_Title_Grey 
{
    white-space:nowrap;
    background-image:url('/images/mainUI/title_backgrounds/grey/bckg.jpg');
    background-repeat:repeat-x;
    background-position:top;
    padding:0px 10px 3px 15px;
    font-family:Tahoma,Arial;
    font-size:11px;
    color:#FFFFFF;
    font-variant:small-caps;
    font-weight:bold;
}

.MasterPage_Login_Input 
{
    font-family:Tahoma,Arial;
    font-size:10px;
    width:100px;
    height:15px;
    border:0px;
    background-color:#F4BA50;
    color:#FFFFFF;
    padding:0px;
    margin:1px;
}

