/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .EON_MI_OCRDG2Title {
	font-size: 11px;
	font-family: tahoma;
	color: #696969;
	font-weight: bold;
}
/*-- container title cell              --*/ .EON_MI_OCRDG2Titletd {
	width:100%;
	padding: 0;
}
/*-- container actions cell            --*/ .EON_MI_OCRDG2Actionstd {
	width:0%;
	padding: 0;
}
/*-- container content pane            --*/ .EON_MI_OCRDG2Content {
	font-size: 11px;
	font-family: tahoma;
	color: #444;
	padding: 0 0 0 0;
	background-color: #CEDFF3;
}
/*-- container Icons cell              --*/ .EON_MI_OCRDG2Icons {
	text-align:right;
	padding: 5px 0 7px 0;
	border-top: 0px solid #BBBBBB;
}
/*-- top center section                --*/ .EON_MI_OCRDG2T {
	background:url(DG2t_Minimalist.png) top left repeat-x;
	vertical-align:middle;
	height: 10px;
	padding: 2px 0 0 0;
}
/*-- top left section                  --*/ .EON_MI_OCRDG2TL {
	background:url(DG2tl_Minimalist.png) top left no-repeat;
	vertical-align:top;
	height: 10px;
	width:10px;
	padding: 0;
}
/*-- top right section                 --*/ .EON_MI_OCRDG2tr {
	background:url(DG2tr_Minimalist.png) top right no-repeat;
	height: 10px;
	width:22px;
	vertical-align:middle;
	text-align:left;
	padding: 0 0 0 0;
}
/*-- mid center section                --*/ .EON_MI_OCRDG2M {
	background:url(DG2m_Minimalist.png);
	vertical-align:top;
	padding: 0;
}
/*-- mid left section                  --*/ .EON_MI_OCRDG2ML {
	background:url(DG2ml_Minimalist.png) bottom left repeat-y;
	vertical-align:top;
	width:10px;
	padding: 0;
}
/*-- mid right section                 --*/ .EON_MI_OCRDG2MR {
	background:url(DG2mr_Minimalist.png) bottom right repeat-y;
	vertical-align:top;
	width:10px;
	padding: 0;
}
/*-- bottom center section             --*/ .EON_MI_OCRDG2B {
	background:url(DG2b_Minimalist.png) bottom left repeat-x;
	vertical-align:top;
	height: 17px;
	padding: 8px 0 0 0;
}
/*-- bottom left section               --*/ .EON_MI_OCRDG2BL {
	background:url(DG2bl_Minimalist.png) bottom left no-repeat;
	vertical-align:top;
	height: 17px;
	width:10px;
	padding: 0;
}
/*-- bottom right section              --*/ .EON_MI_OCRDG2BR {
	background:url(DG2br_Minimalist.png) bottom right no-repeat;
	vertical-align:top;
	height: 17px;
	width:10px;
	padding: 0;
}

/*========================================================*/
