﻿.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.blueheader {
    background: transparent url('../images/framework/bg_header_a_blue.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: bold 16px Calibri,Arial,Helvetica,sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right:14px; /* sliding doors padding */
    text-decoration: none;
    cursor:default;
}

.blueheader span {
    background: transparent url('../images/framework/bg_header_span_blue.gif') no-repeat;
    display: block;
    line-height: 14px;
    /*10 px margin inset for caption below... */
    padding: 5px 0 5px 10px;
} 

.greenheader {
    background: transparent url('../images/framework/bg_header_a_green.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: bold 16px Calibri,Arial,Helvetica,sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right:14px; /* sliding doors padding */
    text-decoration: none;
    cursor:default;
}

.greenheader span {
    background: transparent url('../images/framework/bg_header_span_green.gif') no-repeat;
    display: block;
    line-height: 14px;
    /*10 px margin inset for caption below... */
    padding: 5px 0 5px 10px;
} 

