/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Brian Connor                       */
/*               http://bc.digidia.com                    */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- conatiner title token             --*/ .BCC_CL_02_blueTitle {
	font-size: 11px;
	font-family: tahoma;
	color: #FFF;
	font-weight: bold;
	top: 3px;
	position: relative;
}
/*-- container title cell              --*/ .BCC_CL_02_blueTitleTD { width:100%; padding: 0; top: 20px;}
/*-- container actions cell            --*/ .BCC_CL_02_blueActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .BCC_CL_02_blueContent { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #444; text-align:left; padding: 5px 4px 15px 4px;}

/*-- top center section                --*/ .BCC_CL_02_blueT { background: url(02_blue_top_mid.gif) bottom left repeat-x; vertical-align:top; height: 21px; padding: 1px 0 0 4px; }
/*-- top left section                  --*/ .BCC_CL_02_blueTL { background: url(02_blue_top_left.gif) bottom left no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }
/*-- top right section                 --*/ .BCC_CL_02_blueTR { background: url(02_blue_top_right.gif) bottom right no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }

/*========================================================*/
