/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- container title token             --*/ .EON_MI_BNTTitle {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0A6C9d;
	font-weight: bold;
}
/*-- container title cell              --*/ .EON_MI_BNTTitletd { width:100%; padding: 0;}
/*-- container actions cell            --*/ .EON_MI_BNTActionstd { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_BNTContent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
/*-- container Icons cell              --*/ .EON_MI_BNTIcons {
	text-align:right; /*border-top: 1px solid #BBBBBB;*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*-- top center section                --*/ .EON_MI_BNTT { background: url(11t_Minimalist.png) top left repeat-x; vertical-align:middle; height: 18px; padding: 2px 0 0 0; }
/*-- top left section                  --*/ .EON_MI_BNTTL { background: url(11tl_Minimalist.png) top left no-repeat; vertical-align:top; height: 18px; width:10px; padding: 0; }
/*-- top right section                 --*/ .EON_MI_BNTtr { background: url(11tr_Minimalist.png) top right no-repeat; height: 18px; width:22px; vertical-align:middle; text-align:left; padding: 0 0 0 0; }

/*-- mid center section                --*/ .EON_MI_BNTM { background: url(07m_Minimalist.png); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_MI_BNTML { background: url(07ml_Minimalist.png) bottom left repeat-y; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .EON_MI_BNTMR { background: url(07mr_Minimalist.png) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .EON_MI_BNTB {
	background: url(07b_Minimalist.png) bottom left repeat-x;
	vertical-align:top;
	height: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*-- bottom left section               --*/ .EON_MI_BNTBL { background: url(07bl_Minimalist.png) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .EON_MI_BNTBR { background: url(07br_Minimalist.png) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*========================================================*/

