/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Brian Connor                       */
/*               http://bc.digidia.com                    */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .NoTitleTitle { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #555; font-weight: bold; }
/*-- container title cell              --*/ .NoTitleTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .NoTitleActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .NoTitleContent { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #444; text-align:left; padding: 5px 2px 5px 2px;}

/*-- top center section                --*/ .NoTitleT { background: url(NoTitle_top.jpg) bottom left repeat-x; vertical-align:top; height: 21px; padding: 2px 0 0 4px; }
/*-- top left section                  --*/ .NoTitleTL { background: url(NoTitle_left_top.jpg) bottom left no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }
/*-- top right section                 --*/ .NoTitleTR { background: url(NoTitle_right_top.jpg) bottom right no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }

/*-- mid center section                --*/ .NoTitleM { background: #EDF4FA; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .NoTitleML { background: url(NoTitle_left.jpg) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .NoTitleMR { background: url(NoTitle_right.jpg) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .NoTitleB { background: url(NoTitle_bottom.jpg) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .NoTitleBL { background: url(NoTitle_left_bottom.jpg) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .NoTitleBR { background: url(NoTitle_right_bottom.jpg) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/


