/*========================================================*/
/*  1. Container Design Elements  For White Box          */
/*========================================================*/

/*-- conatiner bg top container        --*/ .LWB_Div { margin-bottom: 8px; }
/*-- container title cell              --*/ .LWB_TitleTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container actions cell            --*/ .LWB_ActionsTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container content pane            --*/ .LWB_Content { text-align: left; padding: 0; }
/*-- container Icons cell              --*/ .LWB_Icons { text-align: right; padding: 0;}

/*-- top center section                --*/ .LWB_T { background: #FFF url(greyBorder.gif) repeat-x top; height: 4px; }
/*-- top left section                  --*/ .LWB_TL { background: url(topLeftW.gif) no-repeat top left; height: 4px; width: 6px; }
/*-- top right section                 --*/ .LWB_TR { background: url(topRightW.gif) no-repeat top right; height: 4px; width:6px; }

/*-- mid center section                --*/ .LWB_M { vertical-align:top; padding: 6px; background: #FFF }
/*-- mid left section                  --*/ .LWB_ML { background: #FFF url(greyBorder.gif) repeat-y left; width: 6px; }
/*-- mid right section                 --*/ .LWB_MR { background: #FFF url(greyBorder.gif) repeat-y right; width: 6px; }

/*-- bottom center section             --*/ .LWB_B { background: url(botMidW.gif) repeat-x bottom; height: 6px; }
/*-- bottom left section               --*/ .LWB_BL { background: url(botLeftW.gif) no-repeat; height: 6px; width: 6px; }
/*-- bottom right section              --*/ .LWB_BR { background: url(botRightW.gif) no-repeat; height: 6px; width: 6px; }


/*========================================================*/

