/*========================================================*/
/*  1. Container Design Elements  For White Shadow Box          */
/*========================================================*/
/*-- outter container                  --*/ .WTSB_DIV { padding-bottom: 5px;}
/*-- conatiner bg top container        --*/ .WTSB_BG { background: #FFFFFF; margin-bottom: 10px; }
/*-- container title cell              --*/ .WTSB_TitleTD { padding: 13px 0 2px 0; border-bottom: 1px solid #D7D7D7;}
/*-- container actions cell            --*/ .WTSB_ActionsTD { padding: 13px 0 2px 0; border-bottom: 1px solid #D7D7D7;}
/*-- container content pane            --*/ .WTSB_Content { text-align:left; }
/*-- container Icons cell              --*/ .WTSB_Icons { text-align:right; padding: 0;}

/*-- top center section                --*/ .WTSB_T { background: url(t_Shadow.gif) repeat-x; vertical-align:top; height: 14px; }
/*-- top left section                  --*/ .WTSB_TL { background: url(tl_Shadow.gif) no-repeat; vertical-align:top; width:19px; padding: 0; }
/*-- top right section                 --*/ .WTSB_TR { background: url(tr_Shadow.gif) no-repeat; vertical-align:top; width:19px; padding: 0; }

/*-- mid center section                --*/ .WTSB_M { background: #FFFFFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .WTSB_ML { background: url(ml_Shadow.gif) bottom left repeat-y; vertical-align:top; width:19px; padding: 0; }
/*-- mid right section                 --*/ .WTSB_MR { background: url(mr_Shadow.gif) bottom right repeat-y; vertical-align:top; width:19px; padding: 0; }

/*-- bottom center section             --*/ .WTSB_B { background: url(b_Shadow.gif) repeat-x bottom; vertical-align:top; height: 18px; text-align:right; padding: 0; }
/*-- bottom left section               --*/ .WTSB_BL { background: url(bl_Shadow.gif) no-repeat left bottom; vertical-align:top; width:19px; }
/*-- bottom right section              --*/ .WTSB_BR { background: url(br_Shadow.gif) no-repeat right bottom; vertical-align:top; width:19px; }
