﻿html {
    display:inline-block;
    width:100%;
    height:100%;
    overflow:hidden;
}

.page-container .logo {
    background-image:url('_static/img/eai/Master-Logo.png');
}

.page-container .page-head {
    background: #247FCC;
    border-top:none;
    border-bottom: 1px solid #025AB3;
    }

.page-container .page-navigation .page-navigation-info {

    border-bottom: 1px solid #025AB3;
    padding:5px;
    background-color: #ffffff;

}


.page-head .page-head-elements > li > a {
    -moz-box-shadow: inset 1px 0px 0px #3d5164;
    -webkit-box-shadow: inset 1px 0px 0px #3d5164;
    box-shadow: inset 1px 0px 0px #3d5164;
    background: #19416B;
}

.page-head .page-head-elements > li > a:hover {
    background: #19416B;
    text-decoration: none;
}
.page-head .page-head-elements > li > a:active {
    background: #19416B;
}


.profile {
    float:right;
	border-top: none;
	border-bottom: none;
	background-color: none;
	height: 100%;
	padding-left: 10px;
	padding-right: 5px;
    width:auto;
}

.page-container .page-navigation {
background: #111; /* Old browsers */
background: -moz-linear-gradient(top, #101010 65%, #252525 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #101010 65%,#252525 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #101010 65%,#252525 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#252525',GradientType=0 );

    /*
    background-image:url('_static/img/gold/bg1.jpg');
    */
    background-position:top left;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


.page-navigation .navigation > li > a {
    border-bottom: 1px solid RGBA(214, 219, 140, 0.8);
}


.page-navigation .navigation li ul {
    background-color: rgba(0, 0, 0, 0.6);
}

.page-navigation .navigation li ul li a {
    padding: 3px 0px 3px 20px;
}

.notes .notes-item {
    background: #FFA216;
}

.notes .notes-item .notes-item-text {
    background: #000;
}

.notes .notes-item .notes-item-text p:first-child {
    font-weight:bold;
    color: #FFA216;
}


.thin-pad {
    padding-left:4px !important;
    padding-right:4px !important;
}