#header #headline-bar { height:32px; }
#header.persistent-header #headline-bar { 
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 3000;
        
}
#header.persistent-header #header-bar { margin-top:32px; }

.info-header-bar-breadcrumb { position: relative; }
.info-header-bar-breadcrumb .breadcrumb{
    position: absolute;
    top: 4px;
    color: black;
    font-size: 14px
}
.info-header-bar-breadcrumb .breadcrumb a{ color:black; }
.InfoAboutPage { 
    
}
.InfoAboutPage .header-top { padding-top:1px;}
.InfoAboutPage .header-top h1{
    font-size: 31px;
    margin: 10px 0px;
}

.InfoAboutPage h3 {
    font-size: 18px;    
    font-weight: bold;
    margin:20px 0;
}

.InfoAboutPage.OverViewPage h3 {
    color: #2992DD;
}

.InfoAboutPage .AboutPageArea h3:first-child {
    margin-top:10px;
}

.InfoAboutPage h4 {
    font-size: 16px;
    font-weight: bold;
}

.InfoAboutPage .header-top .mid-header { 
    font-size: 20px;
}

.InfoAboutPage .header-top .small-header {
    padding:15px 0;
    font-size:16px;
}

.InfoAboutPage .info-section {
    width:650px;
    display:inline-block;
    margin:15px 0;
}
.InfoAboutPage .info-section .grapix {
    float:left;
    width:65px;
}
.InfoAboutPage .info-section .info {
    float:left;
    width:560px;
    margin-left:20px;
}

.InfoAboutPage .info-section p, .InfoAboutPage .info-box .p {
    font-size: 13px;
    line-height: 2.0;
}

.InfoAboutPage .info-box {
    padding:20px;
    background: white;
}

.InfoAboutPage .info-box h3 {
    display:inline-block;
}

.AboutPageArea { padding:20px 0; background:#F9F9F9; }
.AboutPageArea .contentArea{
    float:left;
    width:650px;
}
.AboutPageArea .right-block{
    float:right;
    width:320px;
}

.InfoAboutPage .floatSignupBox {
    background: white;
    border: 1px solid #F8F8F8;
    border-radius: 3px;    
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;    
    box-shadow: 0 3px 8px rgba(0, 0, 0, .30);
    
    padding: 35px 20px;
    font-size: 16px;
    text-align: center;
    
    width:290px; /* explicit width to prevent shrinkgage in fixed position */
}

.InfoAboutPage .floatSignupBox h3 {
    color:black;
    font-size:20px;
}

.InfoAboutPage .floatSignupBox .ui_signup_link {
    display: block;
    margin: auto 30px;  
}


.info-page-tab-sticky-handler {
    width:100%;
}

.info-page-tabs-bar {
    padding:20px 0;
    background:#EBBF03;
}

.info-page-tabs-wrapper{
    position: relative;
}
.info-page-tabs{
    display: inline-block;
    width: 900px;
}
.info-page-tabs .menu{
    display: block;
    float: left;
    border: 1px solid #E5E5E5;
    background: #F8F8F8;
    padding: 5px 15px;
    margin: auto 10px;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    
}


.info-page-tabs .menu.selected, .info-page-tabs .menu.selected:hover {
    background-color: #4787ED;
    color: white;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-color: #5B84C5;
}

.info-page-tabs .menu:hover {
    border:1px solid #BBB;
    background-color:#EAEAEA;
}

div.empty {
    height: 400px;
    text-align: center;
    position: relative;
}

div.empty .loading {
    position: absolute;
    left: 40%;
    top: 30%;
}
