/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .EON_MI_BLG06Title { font-size: 11px; font-family: "Trebuchet MS"; color: #FFF; font-weight: bold; }
/*-- container title cell              --*/ .EON_MI_BLG06Titletd { width:100%; padding: 0;}
/*-- container actions cell            --*/ .EON_MI_BLG06Actionstd { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_BLG06Content { font-size: 11px; font-family: "Trebuchet MS"; color: #FFF; text-align:left; padding: 5px 0 0 0;}
/*-- container content table           --*/ .EON_MI_BLG06ContentTable {background: url(blackRedTop_m.png);}
/*-- container Icons cell              --*/ .EON_MI_BLG06Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #666;}

/*-- top center section                --*/ .EON_MI_BLG06T { background: url(blackRedTop_t.png) top left repeat-x; vertical-align:middle; height: 37px; padding: 2px 0 0 0; }
/*-- top left section                  --*/ .EON_MI_BLG06TL { background: url(blackRedTop_tl.png) top left no-repeat; vertical-align:top; height: 37px; width:10px; padding: 0; }
/*-- top right section                 --*/ .EON_MI_BLG06tr { background: url(blackRedTop_tr.png) top right no-repeat; height: 37px; width:50px; vertical-align:middle; text-align:left; padding: 0 0 2px 0; }

/*-- mid center section                --*/ .EON_MI_BLG06M { background: url(blackRedTop_m.png); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_MI_BLG06ML { background: url(blackRedTop_ml.png) bottom left repeat-y; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .EON_MI_BLG06MR { background: url(blackRedTop_mr.png) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .BlackRedTop_B { background: url(blackRedTop_b.png) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .BlackRedTop_BL { background: url(blackRedTop_bl.png) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .BlackRedTop_BR { background: url(blackRedTop_br.png) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*========================================================*/