/* 
================================
Bizzone Online Site Theme Skin styles for DotNetNuke
================================
*/   

.pagemaster {
    background-color: #8b8b8b;
    background-image: url(borderImages/bodyBG2.gif);
    background-repeat: repeat-x;
}

/*----- Page Border and Background Styles -----*/
.topBorder {
    background-image: url(borderImages/pageBorder_sprite.gif); /*pageBorderTop2.gif*/
    background-position: 0px -40px;
    background-repeat: no-repeat;
    height: 20px;
    width: 900px;
    padding: 0px;
}
.bottomBorder {
    background-image: url(borderImages/pageBorder_sprite.gif); /*pageBorderBottom2.gif*/
    background-position: 0px -60px;
    background-repeat: no-repeat;
    height: 20px;
    width: 900px;
    padding: 0px;
}
.topBorderSpacer {
    background-color: #5c5c5b;
}
.footerPanel, .footerPanel td {
    background-color: transparent;
}
/*----- End of Page Border and Background Styles -----*/