/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .EON_MI_GYG07Title {
	font-size: 1px;
	font-family: tahoma;
	color: #696969;
	font-weight: bold;
	height: 0px;
}
/*-- container title cell              --*/ .EON_MI_GYG07Titletd { width:100%; padding: 0;}
/*-- container actions cell            --*/ .EON_MI_GYG07Actionstd { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_GYG07Content {
	font-size: 11px;
	font-family: tahoma;
	color: #444;
	padding: 0 12px 12px 10px;
}
/*-- container Icons cell              --*/ .EON_MI_GYG07Icons {
	text-align:right;
	padding: 0px 0 0px 0;
	border-top: 0px solid #BBBBBB;
}

/*-- top center section                --*/ .EON_MI_GYG07T {
	background: url(07t_Minimalist.png) top left repeat-x;
	vertical-align:top;
	height: 5px;
	padding: 0px 0 0 0;
}
/*-- top left section                  --*/ .EON_MI_GYG07TL {
	background: url(07tl_Minimalist.png) top left no-repeat;
	vertical-align:top;
	height: 5px;
	width:5px;
	padding: 0;
}
/*-- top right section                 --*/ .EON_MI_GYG07tr {
	background: url(07tr_Minimalist.png) top right no-repeat;
	height: 0px;
	width:22px;
	vertical-align:top;
	text-align:left;
	padding: 0 0 0 0;
}

/*-- mid center section                --*/ .EON_MI_GYG07M { background: url(07m_Minimalist.png); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_MI_GYG07ML {
	background: url(07ml_Minimalist.png) bottom left repeat-y;
	vertical-align:top;
	width:5px;
	padding: 0;
}
/*-- mid right section                 --*/ .EON_MI_GYG07MR {
	background: url(07mr_Minimalist.png) bottom right repeat-y;
	vertical-align:top;
	width:5px;
	padding: 0;
}

/*-- bottom center section             --*/ .EON_MI_GYG07B {
	background: url(07b_Minimalist.png) bottom left repeat-x;
	vertical-align:bottom;
	height: 5px;
	padding: 0px 0 0 0;
}
/*-- bottom left section               --*/ .EON_MI_GYG07BL {
	background: url(07bl_Minimalist.png) bottom left no-repeat;
	vertical-align:bottom;
	height: 5px;
	width:5px;
	padding: 0;
}
/*-- bottom right section              --*/ .EON_MI_GYG07BR {
	background: url(07br_Minimalist.png) bottom right no-repeat;
	vertical-align:bottom;
	height: 5px;
	width:5px;
	padding: 0;
}

/*========================================================*/