/* 
  Color Boxes with Round Corners.Credit Snazzy Borders (see http://www.stunicholls.myby.co.uk/boxes/snazzy.html). 
*/

.rcbox {background: transparent; padding: 2px; margin: 0 0px;}
.rcbox div {padding: 1px;}

.xboxcontent {display:block;  background:#eee; border:0 solid #fff; border-width:0 1px;}
.xb2, .xb3, .xb4 {border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}

/* ================Default Color Scheme ================= */
/* background */
.xb2, .xb3, .xb4 {background:white;} .xboxcontent {background:white;}
/* border */
.xb2, .xb3, .xb4 {border-left-color:#333333; border-right-color:#333333;} .xb1 {background:#333333;} .xboxcontent { border-color:#333333;}

/* =================Color Scheme 1  ===================== */
/* background */
.cs1 .xb2, .cs1 .xb3, .cs1 .xb4 {background:white;} 
.cs1 .xboxcontent {background: white;}
/* border */
.cs1 .xb2, .cs1 .xb3, .cs1 .xb4 {border-left-color:#333333; border-right-color:#333333;} 
.cs1 .xb1 {background:#333333;} 
.cs1 .xboxcontent { border-color:#333333;}

/* =================Color Scheme 2  ===================== */
/* background */
.cs2 .xb2, .cs2 .xb3, .cs2 .xb4 {background:#c0c0c0;} 
.cs2 .xboxcontent {background: #c0c0c0;}
/* border */
.cs2 .xb2, .cs2 .xb3, .cs2 .xb4 {border-left-color:#c00; border-right-color:#c00;} 
.cs2 .xb1 {background:#c00;} 
.cs2 .xboxcontent { border-color:#c00;}


