﻿/* Header section start */
.Header {
    background-color:#F4F4F4;
    border-bottom:2px solid #CCCCCC; 
    width: 100%;
    position: fixed;
    top: 0px;
    height: 70px;
    z-index: 10;
}


.Header_Banner {
    height: 50px;
    width: 100%;
    _overflow: hidden;
}


.Header_Greetings p {
    font-size: 11px;
    padding: 3px 16px 1px 1px;
    text-align: right;
    line-height: 12px;
}

.Header_Greetings .Paragraph /* copied from '.Header_Greetings p' in the upgrade to 5.0.0.0 */ {
    font-size: 11px;
    padding: 3px 16px 1px 1px;
    text-align: right;
    line-height: 12px;
}

.Header_Title {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 14px;
    color: #6b6b6b;
}

/* Header section end */

/* Solution section start */
.PortalManager_Solution {
    color:#888888;
    font-size:11px;
    position:absolute;
    right:16px;
    top:1px;
}

.PortalManager_SolutionMenu {
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    line-height:18px;
    padding:1px 10px;
}

.PortalManager_SolutionMenu a {
  text-decoration:none;
}

.PortalManager_SolutionMenu a[disabled] {
  color: #888888;    
}

/* solution section end */