/*========================================================*/
/*  1. Container Design Elements Semi-Transparent Box                        */
/*========================================================*/


/*-- conatiner bg top container        --*/.STB_TransBG { margin-bottom: 10px; background: url(bg_tileST.png); }
/*-- conatiner title token             --*/ .STB_Title { color: #555; font-weight: bold; font-size: 100%; }
/*-- container title cell              --*/ .STB_TitleTD { padding: 0 0 1px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7;}
/*-- container actions cell            --*/ .STB_ActionsTD { padding: 0 0 1px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7;}
/*-- container content pane            --*/ .STB_Content { text-align: left; padding: 0;}
/*-- container Icons cell              --*/ .STB_Icons { text-align: right; padding: 0;}

/*-- top center section                --*/ .STB_T { background: url(greyBorder.gif) repeat-x top; height: 4px; }
/*-- top left section                  --*/ .STB_TL { background: url(topLeftST.gif) no-repeat top left; height: 4px; width: 6px; }
/*-- top right section                 --*/ .STB_TR { background: url(topRightST.gif) no-repeat top right; height: 4px; width:6px; }

/*-- mid center section                --*/ .STB_M { vertical-align:top; padding: 6px 6px 0 6px; }
/*-- mid left section                  --*/ .STB_ML { background: url(greyBorder.gif) repeat-y left; width: 6px; }
/*-- mid right section                 --*/ .STB_MR { background: url(greyBorder.gif) repeat-y right; width: 6px; }

/*-- bottom center section             --*/ .STB_B { background: url(botMidST.gif) repeat-x bottom; height: 6px; }
/*-- bottom left section               --*/ .STB_BL { background: url(botLeftST.gif) no-repeat; height: 6px; width: 6px; }
/*-- bottom right section              --*/ .STB_BR { background: url(botRightST.gif) no-repeat; height: 6px; width: 6px; }

/*========================================================*/


