/*
  style sheet for Lenox Skin Containers
 From Empulse Consulting */

/* layout css */
.c_wrap {
	clear:both; 
	width: 100%;
	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;}
.clearfloats {clear: both; height: 1px; font-size:1px;}
/* color styles */
/* dark Blue */
.BlueRow {background-color: #330099; color: #FFF; background: #309; }
.BlueRow .head {color: #FFFFFF;}
.kBlueTop { border-top: 2px solid #309;}
.BlueBottom {border-bottom: 2px solid #309;}

.greyrow {background-color: #CCCCCC;}
.greytop {border-top:2px solid #ccc;}
.greybottom {border-bottom:2px solid #ccc;}
.greybox { border: 2px solid #ccc;}
.whiteback {background-color: #fff;}

