/*========================================================*/
/*             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_02DrakGrayTitle { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #FFF; font-weight: bold; }
/*-- container title cell              --*/ .LY_02DrakGrayTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .LY_02DrakGrayActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .LY_02DrakGrayContent { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #FFF; text-align:left; padding: 5px 2px 5px 2px;}

/*-- top center section                --*/ .LY_02DrakGrayT { background: url(02DrakGray_midbg.gif) repeat-x bottom left; vertical-align:top; height: 25px; padding: 1px 0 0 4px; }
/*-- top left section                  --*/ .LY_02DrakGrayTL { background: url(02DrakGray_leftbg.gif) no-repeat bottom left; vertical-align:top; height: 25px; width:4px; padding: 0; }
/*-- top right section                 --*/ .LY_02DrakGrayTR { background: url(02DrakGray_rightbg.gif) no-repeat bottom right; vertical-align:top; height: 25px; width:4px; padding: 0; }

/*-- mid center section                --*/ .LY_02DrakGrayM { background: transparent; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .LY_02DrakGrayML { background: url(02ml_DarkGreen.gif) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .LY_02DrakGrayMR { background: url(02mr_DarkGreen.gif) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .LY_02DrakGrayB { background: url(02b_DarkGreen.gif) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .LY_02DrakGrayBL { background: url(02bl_DarkGreen.gif) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .LY_02DrakGrayBR { background: url(02br_DarkGreen.gif) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/
