@import url("css/reset.css");
@import url("css/text.css");
@import url("css/960.css");
@import url("css/cslfonts.css");
@import url("css/csldnn.css");

/* None of this worked.. empty div doesn't show anyway
  workaround - if you want it to take up space, put something in it.
.DNNEmptyPane
{
    height: 0px !important;
    min-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    width:inherit !important; 
}
.ContentPane.DNNEmptyPane
{
    height: auto !important;
}
*/


