/* **************** BLOCK SKINS ***************** */
/* ====== Contour blocks ====== */
/* remove *background-image:" to default to square corners for IE */
/* ----- simple (extends mod) ----- */
.simple .inner {border:1px solid #D7D7D7;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}
.simple b{*background-image:url(skin/mod/simple_corners.png);}
/* ----- basic (extends mod) ----- */
.basic .inner {-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}
.basic b{*background-image:url(skin/mod/round.png);}
/* ----- basicLightBlue extends the mod ----- */
.basicLightBlue .bLBinner {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background-color:#F0F5FB;}
/* ----- simpleExt (extends mod) ----- */
.simpleExt,.simpleExt .inner{border:1px solid #c7c7c7;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px; }
.simpleExt .inner{border-color:#fff; border-width:4px; background-color:#e2e2e2;}
.simpleExt b{*background-image:url(skin/mod/simple_extended.png);}
.simpleExt .tl{left:-1px;top:-1px;height:12px; width:12px;}
.simpleExt .tr{right:-1px;top:-1px;height:12px; width:12px;}
.simpleExt .bl{left:-1px;bottom:-1px;height:12px; width:12px;margin-top:-12px;} 
.simpleExt .br{right:-1px;bottom:-1px;height:12px; width:12px;margin-top:-12px;}
/* ----- greyBorder ----- */
.greyBorder {border:2px solid #D2D2D2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; }
.greyBorder .inner {border:1px solid #fff; background-color:#fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.greyBorder b{*background-image:url('../images/lt-blue_wndw_bck.png');}
.greyBorder .tl{left:-1px;top:-1px;}
.greyBorder .tr{right:-1px;top:-1px;}
.greyBorder .bl{left:-1px;bottom:-1px;} 
.greyBorder .br{right:-1px;bottom:-1px;}
/* ----- blueBorder ----- */
.blueBorder,.blueBorder .inner{border:2px solid #C7DEF2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.blueBorder .inner {border-color:#EDF5FB; background-color:#EDF4FB;}
.blueBorder b{*background-image:url('../images/lt-blue_wndw_bck.png');}
.blueBorder .tl{left:-1px;top:-1px;}
.blueBorder .tr{right:-1px;top:-1px;}
.blueBorder .bl{left:-1px;bottom:-1px;} 
.blueBorder .br{right:-1px;bottom:-1px;}
/* ----- squareBlueBorder ----- */
.squareBlueBorder{border:2px solid #C7DEF2; background-color:#EDF4FB;}
/* ----- squareGreyBorder ----- */
.squareGreyBorder{border:2px solid #dedede; background-color:#f0f0f0;}
/* --- greenBorder ---*/
.greenBorder { border:2px solid #D0E370; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; background-color:#EFF8C3; font-weight:bold; color:#799c02; font-size:15px; padding:5px 20px; margin:0 30px;}
/* ----- me (extends mod) use for my comments ----- */
.me,.me .inner{border:1px solid #909090;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.me .inner{border-color:#d76a84;}
.me b{*background-image:url(skin/mod/me.png);}
.me .tl{left:-1px;top:-1px;}
.me .tr{right:-1px;top:-1px;}
.me .bl{left:-1px;bottom:-1px;} 
.me .br{right:-1px;bottom:-1px;}
/* ====== Block headers and footers ====== */
.section{background: #e9e9e9 url(skin/mod/header.png) repeat-x left bottom; color:#de2c72;font-size:120%;padding:5px 10px;}
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-size:100%;color:#de2c72;padding:0;}