/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- container title token             --*/ .EON_MI_SLS08Title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0a6c9d;
	font-weight: bold;
}
/*-- container title cell              --*/ .EON_MI_SLS08TitleTD { 
	width:100%; padding: 0;  	
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}
/*-- container actions cell            --*/ .EON_MI_SLS08ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_SLS08Content { font-size: 11px; font-family: tahoma; color: #444; padding: 0px 4px 15px;}
/*-- container Icons cell              --*/ .EON_MI_SLS08Icons {
	text-align:right;
	padding: 5px 0 7px 0;
}

/*-- top center section                --*/ .EON_MI_SLS08T {
	vertical-align:middle;
	height: 23px;
	padding: 0 0 1px 0;
}
/*-- top left section                  --*/ .EON_MI_SLS08TL {
	vertical-align:top;
	height: 23px;
	width:5px;
	padding: 0;
}
/*-- top right section                 --*/ .EON_MI_SLS08TR {
	height: 23px;
	width:22px;
	vertical-align:middle;
	text-align:left;
	padding: 0 0 0 0;
}

/*========================================================*/



