﻿#rowHeader
{
    background-color: #135e8b;
    border-bottom: 0px;
    margin-bottom: 0px;
    min-height: 0;
}

#rowHeader .navbar-left a
{
    font-size: 1.25em;
}

#rowHeader a:hover
{
    border-bottom-width: 0px;
}

/*------------------------------------------------------------------------------------ Header BlackBar ----------------------------------------------------------------------------------*/
.header-title {
    display: table;
    table-layout: fixed;
}

.header-title a {
    display:table-cell;
    vertical-align: middle;
}

.header-title a:first-child
{
    width:100px;
}

.header-title .img-logo
{
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-title .Banner
{
    font-size: 35px;
    color: #fff;
    font-family: 'Times New Roman';
}

#HeaderBlackBar {
    text-align: right;
    position:absolute;
    top: 0;
    right: 0px;
}

#rowMenuTop {
    background-color: #65a6d1;
    border-top: 1px solid #a5cae3;
    border-bottom: 0px;
    margin-bottom: 0px;
    min-height: 0;
    padding: 4px 0px;    
}

#rowMenuTop .navbar-left a {
    font-size: 1.15em;
}

#rowMenuTop a {
    font-weight: 300;
    border-bottom:0;
    color: #f9f9f9;
    border: 1px solid #65a6d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 6px;
    margin-right: 20px;   
    background-repeat: no-repeat;
    background-position: 10px center;
}

#rowMenuTop a:hover {    
    color: #fff;
    border: 1px solid #a5cae3;
    background-color: #5b95bc;
}