@import url(http://jxeeno.wdfiles.com/local--code/css:base/1);
#header h1{
width: 210px;
height: 50px;
line-height: 50px;
}
#header h1 a span{ display: inline; }
#content-wrap {
margin-top: 60px;
}
body{ background: #444; color: white; }
a{ color: #AAA; }
#side-bar, .page-watch-options{ display: none; }
#main-content{ margin-right: 0px; }
#license-area{ color: #AAA; }
/* Removing option to create more than one level nesting */
.dataform-pagepath-chooser > span > span{ display: none; }

#odialog-container{ color: #000; }

/*    Following designed by bcammo    */
/* Owindows */
.odialog-shader {
    background-color: #222;    
    filter: alpha(opacity=0);
    opacity: 0;
}
.owindow.owait, .owindow.osuccess {
    color: #fff;
    border: none;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.75) url(http://bmcenterprises.wdfiles.com/local--files/images/ajax-loader-white6.gif) no-repeat center center;
}
.owindow.owait .content, .owindow.osuccess .content {display: none;}
.owindow.osuccess {background: rgba(0,0,0,0.75) url(http://bmcenterprises.wdfiles.com/local--files/images/emotion_smile.png) no-repeat center center;}
/* preloads the spinner so that there is no lag when .owait pops up */
#extrac-div-1 {background: transparent url(http://bmcenterprises.wdfiles.com/local--files/images/ajax-loader-white6.gif) no-repeat right center;visibility: hidden;}
#extrac-div-2 {background: transparent url(http://bmcenterprises.wdfiles.com/local--files/images/emotion_smile.png) no-repeat right center;visibility: hidden;}
