/*new stuff*/
.c-wrapper{}
.c-head div.c-title{float:left;}
.c-head div.c-actions{float:right;}
.no-title .c-title{display:none;}
/*Rounded Containers*/
.blue-header .c-top .left{width:15px;background: transparent url('images/box_corner_top_L_blue.jpg') no-repeat; height:43px;}
.blue-header .c-top .mid{background: transparent url('images/box_top_strip_blue.jpg') repeat-x; height:43px; }
.blue-header .c-top .right{width:15px;background: transparent url('images/box_corner_top_R_blue.jpg') no-repeat; height:43px;}
.red-header .c-top .left{width:15px;background: transparent url('images/box_corner_top_L_red.jpg') no-repeat; height:43px;}
.red-header .c-top .mid{background: transparent url('images/box_top_strip_red.jpg') repeat-x; height:43px;}
.red-header .c-top .right{width:15px;background: transparent url('images/box_corner_top_R_red.jpg') no-repeat; height:43px;}
.yellow-header .c-top .left{width:15px;background: transparent url('images/box_corner_top_L_yellow.jpg') no-repeat; height:43px;}
.yellow-header .c-top .mid{background: transparent url('images/box_top_strip_yellow.jpg') repeat-x; height:43px;}
.yellow-header .c-top .right{width:15px;background: transparent url('images/box_corner_top_R_yellow.jpg') no-repeat; height:43px;}
.c-mid .left{width:15px;background:transparent url('images/box_strip_L.jpg') repeat-y;}
.c-mid .mid{background: #F3F3F3}
.c-mid .right{width:15px;background:transparent url('images/box_strip_R.jpg') repeat-y;}
.c-btm .left{width:15px;background:transparent url('images/box_corner_btm_L_.jpg') no-repeat;height:18px;}
.c-btm .mid{background:transparent url('images/box_strip_btm.jpg') repeat-x;height:18px;}
.c-btm .right{width:15px;background:transparent url('images/box_corner_btm_R_.jpg') no-repeat;height:18px;}

/*Padding Classes*/
.PadSides-One{padding-left:10px; padding-right:10px;}
.PadSides-One-Five{padding-left:15px; padding-right:15px;}
.PadSides-Two{padding-left:20px; padding-right:20px;}
.PadSides-Three{padding-left:30px; padding-right:30px;}
.PadSides-Four{padding-left:40px; padding-right:40px;}
.PadBottom-One{padding-bottom:10px;}
.PadBottom-Two{padding-bottom:20px;}
.PadBottom-Two-Five{padding-bottom:25px;}
.PadBottom-Three{padding-bottom:30px;}
.PadBottom-Four{padding-bottom:40px;}
.PadTop-One{padding-top:10px;}
.PadTop-Two{padding-top:20px;}
.PadTop-Two-Five{padding-top:25px;}
.PadTop-Three{padding-top:30px;}
.PadTop-Four{padding-top:40px;}


