/*========================================================*//*             CSS for DotNetNuke Containers              *//*                  by Evan O'Neil                        *//*             http://www.NukeVille.com                   *//*                oneilevan@gmail.com                     *//*========================================================*//*========================================================*//*  1. Container Design Elements                          *//*========================================================*//*-- conatiner title token             --*/ .EON_POPS_CobaltBox01Title {	font-size: 12px;	line-height: 1.4em;	font-family: tahoma;	color: e2b34b;	font-weight: bold;	}/*-- container title cell              --*/ .EON_POPS_CobaltBox01TitleTD {	width:100%;	padding: 0;	color: e2b34b;}/*-- container actions cell            --*/ .EON_POPS_CobaltBox01ActionsTD {	width:0%;	padding: 0;	line-height: 1px;}/*-- container content pane            --*/ .EON_POPS_CobaltBox01Content { font-size: 11px; line-height: 1.4em; font-family: tahoma; /* color: #000 rcf change to blue */ color: #000066; text-align:left; padding: 5px 0 0 0;}/*-- container Icons cell              --*/ .EON_POPS_CobaltBox01Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB; background: url(rock_bg.jpg) repeat; /* rcf */}/*-- top center section                --*/ .EON_POPS_CobaltBox01T {	background: url(01t_OxygenCobalt.gif) bottom left repeat-x;	vertical-align:top;	height: 32px;	padding: 2px 0 0 0;	z-index: 0;}/*-- top left section                  --*/ .EON_POPS_CobaltBox01TL {	background: url(01tl_OxygenCobalt.gif) bottom left no-repeat;	vertical-align:top;	height: 32px;	width:10px;	padding: 0;	z-index: 0;}/*-- top right section                 --*/ .EON_POPS_CobaltBox01TR {	background: url(01tr_OxygenCobalt.gif) bottom right no-repeat;	vertical-align:top;	height: 32px;	width:10px;	padding: 0;	z-index: 0;}/*-- mid center section                --*/ .EON_POPS_CobaltBox01M { /* background: #FFF; rcf */ background: url(rock_bg.jpg) top left repeat; vertical-align:top; padding: 0; }/*-- mid left section                  --*/ .EON_POPS_CobaltBox01ML { /*background: url(01ml_OxygenCobalt.gif)  bottom left repeat-y; vertical-align: */ background: url(rock_bg.jpg) top left repeat; top; width:10px; padding: 0; }/*-- mid right section                 --*/ .EON_POPS_CobaltBox01MR { /*background: url(01mr_OxygenCobalt.gif)  bottom right repeat-y;  */ background: url(rock_bg.jpg) top left repeat; vertical-align:top; width:10px; padding: 0; }/*-- bottom center section             --*/ .EON_POPS_CobaltBox01B { /* background: url(01b_OxygenCobalt.gif) */ background: url(rock_bg.jpg) bottom left repeat-x; vertical-align:top; height: 17px; /* padding: 8px 0 0 5px; */ padding: 0 0 2px 0 }/*-- bottom left section               --*/ .EON_POPS_CobaltBox01BL { /* background: url(01bl_OxygenCobalt.gif) */ background: url(rock_bg.jpg) bottom left repeat-x; vertical-align: top; height: 17px; width:10px; padding: 0; }/*-- bottom right section              --*/ .EON_POPS_CobaltBox01BR { /* background: url(01br_OxygenCobalt.gif) */ background: url(rock_bg.jpg) bottom right repeat-x; vertical-align:top; height: 17px; width:21px; padding: 0; }/*========================================================*/