/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Brian Connor                       */
/*             http://www.NukeVille.com                   */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/*-- conatiner title token             --*/ 
.blue_title_barTitle 
{ 
	line-height: 1.5em; 
	
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
/*-- container title cell              --*/ .blue_title_barTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .blue_title_barActionsTD { width:0%; padding: 0; vertical-align: bottom; }
/*-- container content pane            --*/ 
.blue_title_barContent 
{ 
	padding: 10px 0px 0px 0px;
	
	color:#2C2D31;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:justify;
}
/*-- container Icons cell              --*/ .blue_title_barIcons { text-align:right; padding: 5px 0 0 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .blue_title_barT { background: url(images/01t_blue_title_bar.gif) bottom left repeat-x; vertical-align:top; height: 24px; padding: 1px 0 0 4px; }
/*-- top left section                  --*/ .blue_title_barTL { background: url(images/01tl_blue_title_bar.gif) bottom left no-repeat; vertical-align:top; height: 24px; width:6px; padding: 0; }
/*-- top right section                 --*/ .blue_title_barTR { background: url(images/01tr_blue_title_bar.gif) bottom right no-repeat; vertical-align:top; height: 24px; width:6px; padding: 0; }

/*-- mid center section                --*/ .blue_title_barM { background: #FFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .blue_title_barML { background: url(images/01ml_blue_title_bar.gif) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .blue_title_barMR { background: url(images/01mr_blue_title_bar.gif) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .blue_title_barB { background: url(images/01b_blue_title_bar.gif) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .blue_title_barBL { background: url(images/01bl_blue_title_bar.gif) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .blue_title_barBR { background: url(images/01br_blue_title_bar.gif) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/







