/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Brian Connor                       */
/*               http://bc.digidia.com                    */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/
/*-- html of page                      --*/ body{ font-family: sans-serif; font-size: 11px;}
/*-- overriding default margin        -*/   tr,p { margin: 0; font-size: 11px;}
/*-- conatiner title token             --*/ .LY_05DrakGrayTitle { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #666; font-weight: bold; }
/*-- container title cell              --*/ .LY_05DrakGrayTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .LY_05DrakGrayActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .LY_05DrakGrayContent { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #FFF; text-align:left; padding: 5px 2px 5px 2px;}

/*-- top center section                --*/ .LY_05DrakGrayT { background: url(05DrakGray_midbg.gif) repeat-x bottom left; vertical-align:top; height: 25px; padding: 1px 0 0 4px; }
/*-- top left section                  --*/ .LY_05DrakGrayTL { background: url(05DrakGray_leftbg.gif) no-repeat bottom left; vertical-align:top; height: 25px; width:4px; padding: 0; }
/*-- top right section                 --*/ .LY_05DrakGrayTR { background: url(05DrakGray_rightbg.gif) no-repeat bottom right; vertical-align:top; height: 25px; width:4px; padding: 0; }

/*-- mid center section                --*/ .LY_05DrakGrayM { background: transparent; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .LY_05DrakGrayML { background: url(05ml_DarkGreen.gif) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .LY_05DrakGrayMR { background: url(05mr_DarkGreen.gif) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .LY_05DrakGrayB { background: url(05b_DarkGreen.gif) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .LY_05DrakGrayBL { background: url(05bl_DarkGreen.gif) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .LY_05DrakGrayBR { background: url(05br_DarkGreen.gif) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/