/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- conatiner title token             --*/ .BCC_CL_01LightGrayTitle {
	font-size: 14px;
	line-height: 1.4em;
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
/*-- container title cell              --*/ .BCC_CL_01LightGrayTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .BCC_CL_01LightGrayActionsTD { width:0%; padding: 0; vertical-align: bottom; }
/*-- container content pane            --*/ .BCC_CL_01LightGrayContent { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #444; text-align:left; padding: 5px 2px 5px 2px;}
/*-- container Icons cell              --*/ .BCC_CL_01LightGrayIcons { text-align:right; padding: 5px 0 0 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .BCC_CL_01LightGrayT {
	vertical-align:top;
	height: 30px;
	padding: 2px 0 0 4px;
	background-color: #3FA2D3;
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*-- top left section                  --*/ .BCC_CL_01LightGrayTL {
	vertical-align:top;
	height: 30px;
	width:6px;
	padding: 0;
	background-color: #3FA2D3;
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*-- top right section                 --*/ .BCC_CL_01LightGrayTR {
	vertical-align:top;
	height: 30px;
	width:6px;
	padding: 0;
	background-color: #3FA2D3;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*-- mid center section                --*/ .BCC_CL_01LightGrayM { background: #FFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .BCC_CL_01LightGrayML { background: url(Images/01ml_Blue.gif) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .BCC_CL_01LightGrayMR { background: url(Images/01mr_Blue.gif) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .BCC_CL_01LightGrayB { background: url(Images/01b_Blue.gif) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .BCC_CL_01LightGrayBL { background: url(Images/01bl_Blue.gif) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .BCC_CL_01LightGrayBR { background: url(Images/01br_Blue.gif) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/



