﻿.headerContainer
{
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0;
    margin: 0;
}


.iconContainer
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    height: 13px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    vertical-align: bottom;
}

.menuContainer
{
    text-align: left;
    vertical-align: bottom;
    border: 0;
    padding: 0;
    margin: 0;
}


.filterContainer
{
    /*     border: solid 1px red;     */
    text-align: center;
    vertical-align: top;
    text-align: right !important;
}
.filterContents
{
    width: 150px;
    text-align: left;
    vertical-align: top;
}

.filterTitle
{
    text-align: center;
    font-weight: bold;
}

.filterText
{
    text-align: left;
    font-weight: normal;
}


.loginInfoContainer
{
    /*     border: solid 1px black;*/
    border: 0;
    width: 150px;
    padding: 0;
    margin: 0;
    text-align: right;
    position: relative;
}

.loginInfo
{
    /*     border: solid 1px red;*/
    border: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    position: relative;
    vertical-align: top;
}

.headerbutton, .logoutButton, .alertNotificationButton
{
    font-size: 12px;
    font-family: Arial;
    height: 18px;
    background: #FFFFFF;
    color: Black;
    border: 0px; /*border-bottom:1px solid #BB66BB;*/
    text-align: center;
    padding: 0 0 0 0;
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
}

.logoutButton
{
    /*color: #CC3333;*/
    color: #FF6E1F;
}

#qsfexWrapper
{
    background: transparent url('Img/main-bg.gif') no-repeat 0 0;
    float: left;
    width: 211px;
    height: 389px;
    padding: 14px 0 0 12px;
}

.qsfexHeader
{
    background: transparent url('Img/header-bg.gif') no-repeat 0 0;
    height: 27px;
    text-indent: 9px;
    color: #15428b;
    font: bold 12px/27px Arial,Verdana,sans-serif;
}

#qsfexSeparator
{
    background: transparent url('Img/separator-bg.gif') no-repeat 0 0;
    height: 7px;
    line-height: 7px;
    font-size: 0;
    width: 200px;
}

.qsfexOtherItems
{
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.qsfexOtherItems li
{
    float: left;
    clear: left;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.qsfexLinkImage
{
    float: left;
    margin: 5px 0 0 10px;
    clear: left;
}

.qsfexOtherItems li a
{
    float: left;
    margin: 5px 0 0 5px;
}


.alertNotificationButton
{
    color: Red;
}
