/*========================================================*/
/*  1. Container Design Elements  For White Box          */
/*========================================================*/

/*-- conatiner bg top container        --*/ .SWB_TransBG { margin-bottom: 8px; }
/*-- conatiner title token             --*/ .SWB_Title { color: #555; font-weight: bold; font-size: 110%; }
/*-- container title cell              --*/ .SWB_TitleTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container actions cell            --*/ .SWB_ActionsTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container content pane            --*/ .SWB_Content { text-align: left; padding: 0; }
/*-- container Icons cell              --*/ .SWB_Icons { text-align: right; padding: 0;}

/*-- top center section                --*/ .SWB_T { background: #FFF url(greyBorder.gif) repeat-x top; height: 4px; }
/*-- top left section                  --*/ .SWB_TL { background: url(topLeftW.gif) no-repeat top left; height: 4px; width: 6px; }
/*-- top right section                 --*/ .SWB_TR { background: url(topRightW.gif) no-repeat top right; height: 4px; width:6px; }

/*-- mid center section                --*/ .SWB_M { vertical-align:top; padding: 6px 6px 0 6px; background: #FFF }
/*-- mid left section                  --*/ .SWB_ML { background: #FFF url(greyBorder.gif) repeat-y left; width: 6px; }
/*-- mid right section                 --*/ .SWB_MR { background: #FFF url(greyBorder.gif) repeat-y right; width: 6px; }

/*-- bottom center section             --*/ .SWB_B { background: url(botMidW.gif) repeat-x bottom; height: 6px; }
/*-- bottom left section               --*/ .SWB_BL { background: url(botLeftW.gif) no-repeat; height: 6px; width: 6px; }
/*-- bottom right section              --*/ .SWB_BR { background: url(botRightW.gif) no-repeat; height: 6px; width: 6px; }

/*========================================================*/


