/*
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#viewer_north_img {
    position: absolute;
    top: 2px;
    left: 3px;
    text-align: left;
    float: left;
}

#viewer_north_text {
    font-family: tahoma;
    position: absolute;
    top: 8px;
    left: 38px;
    display: inline-block;
}

#viewer_north_text a  {
    font-size: 12px;
    color: #007EA9;
    text-decoration: none
}

#hr-main-menu {
    border: 0;
}

#hr-menu-bar {
    top: 15px;
}
#hr-menu-bar, #hr-menu-bar .x-btn-text, #hr-menu-bar  .x-btn button, #hr-menu-bar x-toolbar-ct, #hr-menu-bar x-toolbar, #hr-menu-bar x-toolbar-cell,#hr-menu-bar .x-toolbar-left  {
    border: 0;
    font-family: tahoma;
    color: #15428b !important;
    font-size: 14px !important;
    border-color:  #FFFFFF;
    background-color: #FFFFFF;
    background-image: none;
}

#hr-menu-bar .x-btn-mc {
    font-size: 18px;
    color: #ee2222 !important;
}

#hr-container-north {
    border-top: 1px solid #8bb8f3;
    border-bottom: 1px solid #8bb8f3;
}

/** Content pages */
#hr-content-main .x-panel-body {
    background-color: #ffffff;
    line-height: 1.5;
}

.hr-page-content {
    padding: 50px;
}

.hr-page-text h3 {
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 8px;
    font-size: 11px;
}

#hr-framed-page {
    background-color: white;
}
a:visited{
  text-decoration:none !important;
  color: #4d77a1;
}