/* Common layers for category pages */
#threecolumns {
/* container for the left nav bar, the text and the right band (left and right not used) */
background-color:#fff;
color:#000;
}

#rightband {
/* an empy, zero size container for the right column - unused in file pages */
display:none;
}

#leftband {
/* an empy, zero size container for the left column - unused in file pages */
display:none;
}

#text {
/* container for minsise and visibletext */
float:left;
width:660px;
vertical-align:top;
text-align:right;
margin:0;
padding:0;
border:none;
background-color:#fff;
color:#000;
}

#minsize {
display:none;
}

#visibletext {
/* the actual text container */
float:left;
width:660px;
vertical-align:top;
text-align:left;
margin:0;
padding:.5em 5px 1.5em;
border:none;
}

#content,.historyback {
width:660px;
}

.align-center {
text-align:center;
}
.align-top {
vertical-align:top;
}
.bold {
font-weight:700;
}
/* forms using data lists */
div#nsc-form {border:1px dashed #999; margin:1em; padding:1em;}
div#nsc-form dt {float:left; width:21em; padding-left:2em;}
div#nsc-form dd {float:left;}
div#nsc-form dt:before {clear:both;}
div#nsc-form fieldset { border:1px solid #090; margin:1em; width:90%;}
div#nsc-form legend {border:1px solid #090; padding:.5em;}
.warning {color:#c00;}
.bold {font-weight:700;}
