/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/* sm@esi - override defaults
/*-- conatiner title token             --*
.EON_MI_OCG01Title { font-size: 11px; font-family: tahoma; color: #FFF; font-weight: bold; }
/*-- container title cell              --*
.EON_MI_OCG01Titletd { width:100%; padding: 0;}
/*-- container actions cell            --*
.EON_MI_OCG01Actionstd { width:0%; padding: 0;}
/*-- container content pane            --*
.EON_MI_OCG01Content { font-size: 11px; font-family: tahoma; color: #444; padding: 5px 4px 15px 4px;}
/*-- container Icons cell              --*
.EON_MI_OCG01Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*
.EON_MI_OCG01T { background: url(01t_Minimalist.png) bottom left repeat-x; vertical-align:middle; height: 28px; padding: 0 0 1px 0; }
/*-- top left section                  --*
.EON_MI_OCG01TL { background: url(01tl_Minimalist.png) bottom left no-repeat; vertical-align:top; height: 28px; width:10px; padding: 0; }
/*-- top right section                  
.EON_MI_OCG01tr { background: url(01tr_Minimalist.png) bottom right no-repeat; height: 28px; width:22px; vertical-align:middle; text-align:left; padding: 0 0 2px 0; }
*/

.EON_MI_OCG01Title, .EON_MI_OCG01Content {
	font-family: Verdana, Arial, Helvetical, san-serif; 
	font-size: 11px; 
}
.EON_MI_OCG01T, .EON_MI_OCG01TL, .EON_MI_OCG01tr {
	height: 28px; 
}
.EON_MI_OCG01Title { color: #FFF; font-weight: bold; }
.EON_MI_OCG01Titletd { width:100%; padding: 0;}
.EON_MI_OCG01Actionstd { width:0%; padding: 0;}

/* sm@esi - IE7 does'nt honor top/bottom padding, so make it 0 for Firefox to look same */
.EON_MI_OCG01Content { color: #444; padding: 0px 4px 0px 4px; }

.EON_MI_OCG01Icons { text-align: right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

.EON_MI_OCG01T { background: url(01t_Minimalist.png) bottom left repeat-x; vertical-align:middle; 	padding: 0 0 1px 0; }
.EON_MI_OCG01TL { background: url(01tl_Minimalist.png) bottom left no-repeat; vertical-align:top; width:10px; padding: 0; }
.EON_MI_OCG01tr { background: url(01tr_Minimalist.png) bottom right no-repeat; width:22px; vertical-align:middle; text-align:left; padding: 0 0 2px 0; }

/*========================================================*/
