/* 
    Document   : layout
    Created on : Dec 28, 2011, 2:24:00 PM
    Author     : ellis_D
    Description:
        Purpose of the stylesheet follows.
*/


.align-center {
    text-align: center;
}

div#site-footer {
    text-align:center;
    padding:5px;
    font-size:11px;
}

div#seflBanner {
    margin: auto;
    text-align: center;    
}

img#seflBannerImg {
    max-width: 100%;    
}

#fullScreenImgDiv {
    display: none;
}

#fullSiteLinkTextDiv {
    float: right; 
    font-size: 12px; 
    padding-top: 2px;
}

.error {    
    color: firebrick;        
    font-style: italic;
}

div.error {
    padding-bottom: 15px;
}

div.error:before {
    content: "* ";
}

div#errorMessages {
    margin: auto;
    text-align: center;
    width: 250px;
    padding: 20px 10px 0px 10px;
    color: firebrick;    
}

div#errorContent {
    font-style: italic;
    text-align: left;
    padding-left: 20px;
}

#zipCodeSection {
    width: 85%;
}

label {
    font-weight: bold !important;
}

.heading {
    font-weight: bold;
    color: firebrick;
}

.headingDark, .headingdark {
    font-weight: 900;
    color: gold;
}

.pageheading {
    font-weight: bold;
    color: firebrick;
    font-style: italic;
}

.quote {
    color: firebrick;
    font-style: italic;
}

.textBold {
    font-weight: bold;
}

.textSmallBold {
    font-weight: bold;
    font-size: small;
}

.errorText {
    font-style: italic;
    font-weight: bold;
    color: firebrick;
}

div#seflBanner {
    height: 40px !important;
}

.ui-bar-b, .ui-bar-d, div#seflBanner {
    background: #BA2025 !important;
    border: none !important;
    text-align: center !important;
}

.ui-header .ui-title {
    margin: 0px !important;
    line-height: 40px !important;
}

.ui-header > .ui-button {
    margin-top: 2px !important;
}

.ui-body-c, .ui-body-d {
    background: #efeff4 !important;
    background-image: none !important;
    border: 1px solid #cccccc !important;
    color: #000000 !important;
    text-shadow: none !important;
}

.ui-body-e {
    background: #ffffff !important;
    background-image: none !important;
    color: #000000 !important;
    text-shadow: none !important;
}

.ui-btn-up-d, .ui-btn-up-e {
    background: #ffffff !important;
    background-image: none !important;
    text-shadow: none !important;
}

.ui-icon {
    background-color:transparent !important;
    border-radius: none !important;
    -webkit-border-radius: none !important;
}

.ui-icon-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.ui-btn-hover-d,.ui-btn-hover-d:focus, .ui-btn-hover-e {
    background-color: #cccccc !important;
    background-image: none !important;
    border: 1px solid black !important;
}

.ui-btn-up-e, .ui-btn-up-f {
    color: #ffffff !important;
    border: none !important;
}

.ui-btn-hover-e, .ui-btn-hover-f {
    color: #ffffff !important;
    border: none !important;
}

.ui-btn-up-g {
    color: #ffffff !important;
    background-color: #BA2025 !important;
    background-image: none !important;
    border: none !important;
}

.ui-btn-active, .ui-btn-hover-g {
    background-color: #6D6D72 !important;
    background-image: none !important;
    border: none !important;
}

.ui-bar-f {
    background-image: none !important;
    background: none !important;
    border: none !important;
}

.ui-input-text, .ui-input-datebox {
    background-color: #ffffff !important;
}

.ui-select, .ui-shadow {
    font-family: Helvetica,Arial,sans-serif !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

label.ui-input-text {
    background: none !important;
}

.ui-btn {
    text-shadow: none !important;
    line-height: normal !important;
}

.ui-link {
    color: #BA2025 !important;
    background: none !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.ui-input-search {
    background: white !important;
    box-shadow: none !important;
}

td {
   color: #000000 !important;
   background-color: #ffffff !important;
   border: 1px solid black !important;
}

.ui-select > div > span {
    background: #ffffff !important;
}

.ui-radio-on {
    background: #BA2025 !important;
    border: 1px solid black !important;
}

.ui-radio-off {
    background: #cccccc !important;
    border: 1px solid black !important;
}

.ui-input-datebox > a > span, .ui-datebox-controls > div > span, .ui-datebox-controls > .ui-btn > .ui-btn-inner {
    border: 1px solid black !important;
}

#site-footer > a > span {
    background: #BA2025 !important;
}

#site-footer > a > span:hover {
    background: #6D6D72 !important;
}

#homeLink > span {
    background: #ffffff !important;
}

input[type=submit], input[type=button]  {
    background-color: #BA2025 !important;
    background-image: none !important;
}

input[type=submit]:hover, input[type=button]:hover  {
    background-color: #6D6D72 !important;
}

input[type=submit]:disabled, input[type=button]:disabled  {
    background-color: #6D6D72 !important;
    opacity: 0.5 !important;
}

.ui-li-divider {
    background-color: #6D6D72 !important;
}

.ui-datebox-container {
    background: #efeff4 !important;
}

.ui-icon-plus, .ui-icon-minus {
    bottom: 16px !important;
}

#emailDocsForm {
    background: #efeff4 !important;
}

label.ui-input-text {
    color: #000000 !important;
    text-shadow: none !important;
}

.ui-header-fullscreen {
    opacity: 1 !important;
}

#emailErrors {
    color: firebrick !important;
}

.ui-icon-home {
    background-position: -515px 50% !important;
}

.ui-icon-arrow-l {
    background-position: -128px 50% !important;
}

.ui-icon-arrow-r {
    background-position: -100px 50% !important;
}

.ui-icon-arrow-d {
    background-position: -227px 50% !important;
}

.ui-icon-grid {
    background-position: -388px 50% !important;
}