/* STANDARD SERVICES PAGE STYLES */
@import "wdbc_styles_MOZ.CSS";

/*Main page layout */


html
{
}
body
{
padding:0;
margin:0;
}

#attachments,
#NextSteps,
/*.top_bar,*/
/*.base_bar,*/
.top_nav,
.crumbline,
.copyright,
.base_nav,
.right_col,
.left_col,
.SvcRedirect,
.DoNotPrint 
{
    display:none;
} 
.center_col,
.center_panel
{
    width:99.9%;
}

.printermessage
{
    display:block;
    color:Red;
    text-align:center;
    font-size:0.75em;

}
body.int_page .main, .main
{
    background-repeat:repeat-x;
    background-position: bottom left;
    background-image: url(images/bkgrnd_fade_Full.jpg);/**/
}

.center_col 
{
    background-color:White;
    background-image:none;
     }

#FusionCharts
{
    display:block;
}