/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .EON_MI_GRS01Title {
	font-size: 12px;
	font-family: arial;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/*-- container title cell              --*/ .EON_MI_GRS01TitleTD {
	width:100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*-- container actions cell            --*/ .EON_MI_GRS01ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_GRS01Content {
	font-size: 11px;
	font-family: tahoma;
	color: #444;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*-- container Icons cell              --*/ .EON_MI_GRS01Icons {
	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_GRS01T { background: url(01t_Minimalist.gif) bottom left repeat-x; vertical-align:middle; height: 23px; padding: 0 0 1px 0; }
/*-- top left section                  --*/ .EON_MI_GRS01TL { background: url(01tl_Minimalist.gif) bottom left no-repeat; vertical-align:top; height: 23px; width:10px; padding: 0; }
/*-- top right section                 --*/ .EON_MI_GRS01TR { background: url(01tr_Minimalist.gif) bottom right no-repeat; height: 23px; width:22px; vertical-align:middle; text-align:left; padding: 0 0 2px 0; }

/*========================================================*/



