/*
  style sheet for Lenox Skin Containers
 From Empulse Consulting */

/* layout css */
.c_wrap {
	clear:both; 
	width: 100%;
	height: 0 auto; 
	padding: 0px;}

.outercontent {
	width:100%;
	padding: 5px;}

.contentbox {padding: 5px;}	

.c_title {
	clear: both;
	width: 100%;}

.c_footer {
	margin-top: 5px;
	clear:both;
	Width:100%;}

.cell_left {float:left}
.cell_right {float: right}

.UserViewCSS {float:right; margin-right: 5px;}

/* color styles */
/* Complementary to skin colors  */
/* Medium Brown */
.MBrownRow {background-color: #7c7c56; color: #FFF; }
.MBrownRow .head {color: #FFFFFF;}
.MBrownTop { border-top: 2px solid #7c7c56;}
.MBrownBottom {border-bottom: 2px solid #7c7c56;}
.MBrownBox {border: 2px solid #7c7c56}

/* Dark brown */
.dBrownRow {background-color: #606042; color: #FFF; }
.dBrownRow .head {color: #7c7c56;}
.dBrownTop { border-top: 2px solid #606042;}
.dBrownBottom {border-bottom: 2px solid #606042;}
.dBrownBox {border: 2px solid #7c7c56}

/*  Background Colors */
.ocreback {background-color: #D8D89D;}
.whiteback {background-color: #fff;}







