/* 
================================
Bizzone Default Theme Skin styles for DotNetNuke
================================
*/   

.pagemaster {
    background-color: #ffaa18;
    background-image: url(borderImages/bodyBG1.gif);
    background-repeat: repeat-x;
}

/*----- Page Border and Background Styles -----*/
.topBorder {
    /*background-image: url(borderImages/pageBorderTop1.gif);*/ /*pageBorderTop1.gif*/
    background-image: url(borderImages/pageBorder_sprite.gif); /*pageBorderTop1.gif*/
    background-position: 0px 0px;
    background-repeat: no-repeat !important;
    height: 20px;
    width: 900px;
    padding: 0px;
}
.bottomBorder {
    background-image: url(borderImages/pageBorder_sprite.gif); /*pageBorderBottom1.gif*/
    background-position: 0px -20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 900px;
    padding: 0px;
}
.topBorderSpacer {
    background-color:#ff8c18;
}
.footerPanel, .footerPanel td {
    background-color: #ffaa18;
}
/*----- End of Page Border and Background Styles -----*/
