

/*========================================================*/
/*  1. Container CSS					  */
/*========================================================*/

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- conatiner title token             --*/ .CD_Title { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #555; font-weight: bold; }
/*-- container title cell              --*/ .CD_TitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .CD_ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .CD_Content { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #444; text-align:left; padding: 3px 0 0 0; background-color: #f3f3f3;}

/*-- top center section                --*/ .CD_T { background: url(CD_t.gif) bottom left repeat-x; vertical-align:top; height: 26px; padding: 4px 0 0 0; }
/*-- top left section                  --*/ .CD_TL { background: url(CD_tl.gif) bottom left no-repeat; vertical-align:top; height: 26px; width:19px; padding: 0; }
/*-- top right section                 --*/ .CD_TR { background: url(CD_tr.gif) bottom right no-repeat; vertical-align:top; height: 26px; width:18px; padding: 0; }

/*-- mid center section                --*/ .CD_M { background: #FFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .CD_ML { background: url(CD_ml.gif) bottom left repeat-y; vertical-align:top; width:19px; padding: 0; }
/*-- mid right section                 --*/ .CD_MR { background: url(CD_mr.gif) bottom right repeat-y; vertical-align:top; width:18px; padding: 0; }

/*-- bottom center section             --*/ .CD_B { background: url(CD_b.gif) top left repeat-x; vertical-align:top; height: 25px; padding: 0; }
/*-- bottom left section               --*/ .CD_BL { background: url(CD_bl.gif) top left no-repeat; vertical-align:top; height: 25px; width:20px; padding: 0; }
/*-- bottom right section              --*/ .CD_BR { background: url(CD_br.gif) top right no-repeat; vertical-align:top; height: 25px; width:18px; padding: 0; }

/*========================================================*/



