﻿
/*Copyright Bridgeline Software, Inc. An unpublished work created in 2009. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc.("Bridgeline").  
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/

div.headerContainer{
    /* width: 100%; */
    /* padding-top: 8px; */
}

div.header{
    width: 911px;
    padding: 10px 26px 5px 23px;
    background: url(/images/bg_header.gif) repeat-x 0 0;
}

div.header h1{
    float: left;
    /*padding-top:9px;*/
}

div.header div.button{
    font-size: 1em;
}

div.header div.headerContent{
    float:right;
    color: #ccc;
}

div.header{
    font-size: 0.95em;
}

div.header a{
    color: #ccc;
    text-decoration: underline;
}

div.header span.separator{
    padding: 0 9px;
}

div.header div.topUserArea{
    float:right;
}

div.header div.topUserArea div.buttonGroup{
    margin-top: 8px;
    margin-left: 8px;
}

div.header div.headerSearch{
    float:right;
    padding-top:10px;
}

div.header div.headerSearch label{
    float:left;
}

div.header div.headerSearch input.text{
    float:left;
    margin:0 7px;
    width: 150px;
    border: solid 1px #fff;
}

div.pageHeader img{
    float: left;
    margin-top: 3px;
}

div.pageHeader img.imgPageTitle{
    margin-right: 3px;
}

/* For LOGGED IN users */
/* div.header div.signedInUser{
    font-size: 0.95em;
    margin-top: 8px;
}

div.header div.signedInUser a{
    color: #ccc;
    text-decoration: underline;
}

div.header div.signedInUser span.separator{
    padding: 0 9px;
} */