/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .LIGHTGREYTitle {
	font-size: 22px;
	font-family: Arial;
	color: #046AA9;
	vertical-align: middle;
}
/*-- container title cell              --*/ .LIGHTGREYTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .LIGHTGREYActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .LIGHTGREYContent { font-size: 12px; font-family: Arial; color: #333; text-align:left; padding: 5px 0 0 0;}
/*-- container Icons cell              --*/ .LIGHTGREYIcons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .LIGHTGREYT { background: url(lightgreytop.gif) top left repeat-x; vertical-align:middle; height: 52px; padding: 0 0 1px 0; }
/*-- top left section                  --*/ .LIGHTGREYTL { background: url(lightgreytopleft.gif) top left no-repeat; vertical-align:top; height: 52px; width:12px; padding: 0; }
/*-- top right section                 --*/ .LIGHTGREYTR { background: url(lightgreytopright.gif) top right no-repeat; vertical-align:top; height: 52px; width:53px; padding: 0; }

/*-- mid center section                --*/ .LIGHTGREYM { background: #F4F4F4; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .LIGHTGREYML { background: url(lightgreymidleft.gif) bottom left repeat-y; vertical-align:top; width:12px; padding: 0; }
/*-- mid right section                 --*/ .LIGHTGREYMR { background: url(lightgreymidright.gif) bottom right repeat-y; vertical-align:top; width:53px; padding: 0; }

/*-- bottom center section             --*/ .LIGHTGREYB { background: url(lightgreybottom.gif) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .LIGHTGREYBL { background: url(lightgreybottomleft.gif) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .LIGHTGREYBR { background: url(lightgreybottomright.gif) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*========================================================*/





