/*========================================================*/
/*             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_03DarkOrangeTitle { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #FFF; font-weight: bold; }
/*-- container title cell              --*/ .LY_03DarkOrangeTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .LY_03DarkOrangeActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .LY_03DarkOrangeContent { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #FFF; text-align:left; padding: 5px 2px 5px 2px;}

/*-- top center section                --*/ .LY_03DarkOrangeT { background: url(03DrakOrange_midbg.gif) repeat-x bottom left; vertical-align:top; height: 25px; padding: 1px 0 0 4px; }
/*-- top left section                  --*/ .LY_03DarkOrangeTL { background: url(03DrakOrange_leftbg.gif) no-repeat bottom left; vertical-align:top; height: 25px; width:4px; padding: 0; }
/*-- top right section                 --*/ .LY_03DarkOrangeTR { background: url(03DrakOrange_rightbg.gif) no-repeat bottom right; vertical-align:top; height: 25px; width:4px; padding: 0; }

/*-- mid center section                --*/ .LY_03DarkOrangeM { background: transparent; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .LY_03DarkOrangeML { background: url(03ml_DarkOrange.gif) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .LY_03DarkOrangeMR { background: url(03mr_DarkOrange.gif) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .LY_03DarkOrangeB { background: url(03b_DarkOrange.gif) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .LY_03DarkOrangeBL { background: url(03bl_DarkOrange.gif) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .LY_03DarkOrangeBR { background: url(03br_DarkOrange.gif) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/