/*========================================================*/
/*  1. Container Design Elements  For Tan Shadow Box          */
/*========================================================*/
/*-- outter container                  --*/ .LTSB_DIV { padding-bottom: 5px;}
/*-- conatiner bg top container        --*/ .LTSB_BG { background: #F5F3EF; margin-bottom: 10px; }
/*-- container title cell              --*/ .LTSB_TitleTD { padding: 13px 0 2px 0; border-bottom: 1px solid #D7D7D7;}
/*-- container actions cell            --*/ .LTSB_ActionsTD { padding: 13px 0 2px 0; border-bottom: 1px solid #D7D7D7;}
/*-- container content pane            --*/ .LTSB_Content { text-align:left; }
/*-- container Icons cell              --*/ .LTSB_Icons { text-align:right; padding: 0;}

/*-- top center section                --*/ .LTSB_T { background: url(t_ShadowLT.gif) repeat-x; vertical-align:top; height: 14px; }
/*-- top left section                  --*/ .LTSB_TL { background: url(tl_ShadowLT.gif) no-repeat; vertical-align:top; width:19px; padding: 0; }
/*-- top right section                 --*/ .LTSB_TR { background: url(tr_ShadowLT.gif) no-repeat; vertical-align:top; width:19px; padding: 0; }

/*-- mid center section                --*/ .LTSB_M { background: #F5F3EF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .LTSB_ML { background: url(ml_ShadowLT.gif) bottom left repeat-y; vertical-align:top; width:19px; padding: 0; }
/*-- mid right section                 --*/ .LTSB_MR { background: url(mr_ShadowLT.gif) bottom right repeat-y; vertical-align:top; width:19px; padding: 0; }

/*-- bottom center section             --*/ .LTSB_B { background: url(b_ShadowLT.gif) repeat-x bottom; vertical-align:top; height: 18px; text-align:right; padding: 0; }
/*-- bottom left section               --*/ .LTSB_BL { background: url(bl_ShadowLT.gif) no-repeat left bottom; vertical-align:top; width:19px; }
/*-- bottom right section              --*/ .LTSB_BR { background: url(br_ShadowLT.gif) no-repeat right bottom; vertical-align:top; width:19px; }
