/*========================================================*/
/*  1. Container Design Elements  For Grey Box          */
/*========================================================*/


/*-- conatiner bg top container        --*/.LGB_Div { margin-bottom: 8px; }
/*-- container title cell              --*/ .LGB_TitleTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container actions cell            --*/ .LGB_ActionsTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container content pane            --*/ .LGB_Content { text-align: left; padding: 0; }
/*-- container Icons cell              --*/ .LGB_Icons { text-align: right; padding: 0;}

/*-- top center section                --*/ .LGB_T { background: #F3F3F3 url(greyBorder.gif) repeat-x top; height: 4px; }
/*-- top left section                  --*/ .LGB_TL { background: url(topLeftG.gif) no-repeat top left; height: 4px; width: 6px; }
/*-- top right section                 --*/ .LGB_TR { background: url(topRightG.gif) no-repeat top right; height: 4px; width:6px; }

/*-- mid center section                --*/ .LGB_M { background: #F3F3F3; vertical-align:top; padding: 6px; }
/*-- mid left section                  --*/ .LGB_ML { background: #F3F3F3 url(greyBorder.gif) repeat-y left; width: 6px; }
/*-- mid right section                 --*/ .LGB_MR { background: #F3F3F3 url(greyBorder.gif) repeat-y right; width: 6px; }

/*-- bottom center section             --*/ .LGB_B { background: url(botMidG.gif) repeat-x bottom; height: 6px; }
/*-- bottom left section               --*/ .LGB_BL { background: url(botLeftG.gif) no-repeat; height: 6px; width: 6px; }
/*-- bottom right section              --*/ .LGB_BR { background: url(botRightG.gif) no-repeat; height: 6px; width: 6px; }


/*========================================================*/




