@charset "utf-8";
/* CSS Document */

/*<![CDATA[*/

/* shadowborder Engine */
.whitediv .north { background: url(../whtdiv/north.png) repeat-x top; }
.whitediv .east { background: url(../whtdiv/east.png) repeat-y right; }
.whitediv .south { background: url(../whtdiv/south.png) repeat-x bottom; }
.whitediv .west { background: url(../whtdiv/west.png) repeat-y left; }
.whitediv .ne { background: url(../whtdiv/ne.png) no-repeat top right; }
.whitediv .se { background: url(../whtdiv/se.png) no-repeat bottom right; }
.whitediv .sw { background: url(../whtdiv/sw.png) no-repeat bottom left; }
.whitediv .nw { background: url(../whtdiv/nw.png) no-repeat top left; }

.nw { padding: 0px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */


/* shadowborder Engine - fixedwidth */
.bluediv .north { background: url(../bluediv/north.png) repeat-x top; }
.bluediv .east { background: url(../bluediv/east.png) repeat-y right; }
.bluediv .south { background: url(../bluediv/south.png) repeat-x bottom; }
.bluediv .west { background: url(../bluediv/west.png) repeat-y left; }
.bluediv .ne { background: url(../bluediv/ne.png) no-repeat top right; }
.bluediv .se { background: url(../bluediv/se.png) no-repeat bottom right; }
.bluediv .sw { background: url(../bluediv/sw.png) no-repeat bottom left; }
.bluediv .nw { background: url(../bluediv/nw.png) no-repeat top left; }

.bluediv .nw { padding: 0px; }
/*----------------------------------*/


