/*
Copyright (c) 2009, Nicole Sullivan. All rights reserved.
Code licensed under the BSD License:
version: 0.2
Bent to Murray Nuttall's will.
*/
/* **************** BLOCK STRUCTURES ***************** */
/* mod */
.mod{margin: 0 13px 9px;overflow: hidden; height: 1%;}
.hd,.bd,.ft{overflow:hidden;_overflow:visible; _zoom:1;}
.inner{overflow: hidden;height: 1%;position:relative;}

/* the following have to be more specific because ezpublish uses b tags for content */
b.top, b.bottom, b.tl, b.tr, b.bl, b.br {display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-index:10;}
b.tl, b.tr, b.bl, b.br {height:10px; width:10px;float:left;}
b.tl {background-position: left top;}
b.tr {background-position: right top;}
b.bl{background-position: left bottom;} 
b.br{background-position: right bottom;}
b.br, b.tr {float:right;}
b.tr, b.tl{overflow:hidden;margin-bottom:-32000px;}
b.bl, b.br{margin-top:-10px;}
b.top{background-position:center top;}
b.bottom{background-position:center bottom;_zoom:1;}