/**
 * 
 * @Alias: XF-Framework Aqualogy Footer Styles
 * @Author: Ana Isabel Munoz aimunoz@externalpartner.com
 * @Version: 1.0
 * 
 */
 /*
  structure
  #xf_footer
    #xf_footerContent
        .xf_about
        .xf_copyright
*/
#xf_footer {
    /*background: url('../images/structure/xf_bottom_background.png.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy') left top repeat-x;*/
}
#xf_footer #xf_footerContent {
    padding: 8px;
    background-color: white;
    color: #093C6E;
    font-size: 11px !important;
    position: relative;
    top: 10px;
}
#xf_footer #xf_footerContent .xf_about {
    float: right;
}
#xf_footer #xf_footerContent .xf_about a {
    color: white;
}
#xf_footer #xf_footerContent .xf_copyright {
    margin: auto;
    width: 600px;
    position: relative;
    left: 60px;
}
