/*========================================================*/
/*  1. Container Design Elements  For Red Box          */
/*========================================================*/

/*-- conatiner bg top container        --*/ .LRB_Div { margin-bottom: 8px; }
/*-- container title cell              --*/ .LRB_TitleTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container actions cell            --*/ .LRB_ActionsTD { padding: 0 0 2px 0; margin: 0 0 5px 0; border-bottom: 1px solid #D7D7D7; }
/*-- container content pane            --*/ .LRB_Content { text-align: left; padding: 0; }
/*-- container Icons cell              --*/ .LRB_Icons { text-align: right; padding: 0;}

/*-- top center section                --*/ .LRB_T { background: #d0331e url(greyBorder.gif) repeat-x top; height: 4px; }
/*-- top left section                  --*/ .LRB_TL { background: url(topLeftR.gif) no-repeat top left; height: 4px; width: 6px; }
/*-- top right section                 --*/ .LRB_TR { background: url(topRightR.gif) no-repeat top right; height: 4px; width:6px; }

/*-- mid center section                --*/ .LRB_M { vertical-align:top; padding: 6px; background: #d0331e }
/*-- mid left section                  --*/ .LRB_ML { background: #d0331e url(greyBorder.gif) repeat-y left; width: 6px; }
/*-- mid right section                 --*/ .LRB_MR { background: #d0331e url(greyBorder.gif) repeat-y right; width: 6px; }

/*-- bottom center section             --*/ .LRB_B { background: url(botMidR.gif) repeat-x bottom; height: 6px; }
/*-- bottom left section               --*/ .LRB_BL { background: url(botLeftR.gif) no-repeat; height: 6px; width: 6px; }
/*-- bottom right section              --*/ .LRB_BR { background: url(botRightR.gif) no-repeat; height: 6px; width: 6px; }


/*========================================================*/
