/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/.EON_ENT_Blue04Title
{
	font-size: 100%;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #FFF;
	font-weight: bold;
}
/*-- container title cell              --*/.EON_ENT_Blue04TitleTD
{
	width: 100%;
	padding: 0;
}
/*-- container actions cell            --*/.EON_ENT_Blue04ActionsTD
{
	width: 0%;
	padding: 0;
}
/*-- container content pane            --*/.EON_ENT_Blue04Content
{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #666666;
	text-align: left;
	padding: 5px 0 0 0;
}
/*-- container Icons cell              --*/.EON_ENT_Blue04Icons
{
	text-align: right;
	padding: 5px 0 7px 0;
	border-top: 1px solid #BBBBBB;
}

/*-- top center section                --*/.EON_ENT_Blue04T
{
	background: url(images/04t_EntBlue.gif) top left repeat-x;
	vertical-align: middle;
	height: 23px;
	padding: 0 0 1px 0;
}
/*-- top left section                  --*/.EON_ENT_Blue04TL
{
	background: url(images/04tl_EntBlue.gif) top left no-repeat;
	vertical-align: top;
	height: 23px;
	width: 10px;
	padding: 0;
}
/*-- top right section                 --*/.EON_ENT_Blue04TR
{
	background: url(images/04tr_EntBlue.gif) top right no-repeat;
	vertical-align: top;
	height: 23px;
	width: 22px;
	padding: 0;
}

/*-- mid center section                --*/.EON_ENT_Blue04M
{
	background: url(images/04m_EntBlue.gif);
	vertical-align: top;
	padding: 0;
}
/*-- mid left section                  --*/.EON_ENT_Blue04ML
{
	background: url(images/04ml_EntBlue.gif) bottom left repeat-y;
	vertical-align: top;
	width: 10px;
	padding: 0;
}
/*-- mid right section                 --*/.EON_ENT_Blue04MR
{
	background: url(images/04mr_EntBlue.gif) bottom right repeat-y;
	vertical-align: top;
	width: 10px;
	padding: 0;
}

/*-- bottom center section             --*/.EON_ENT_Blue04B
{
	background: url(images/04b_EntBlue.gif) bottom left repeat-x;
	vertical-align: top;
	height: 17px;
	padding: 8px 0 0 0;
}
/*-- bottom left section               --*/.EON_ENT_Blue04BL
{
	background: url(images/04bl_EntBlue.gif) bottom left no-repeat;
	vertical-align: top;
	height: 17px;
	width: 10px;
	padding: 0;
}
/*-- bottom right section              --*/.EON_ENT_Blue04BR
{
	background: url(images/04br_EntBlue.gif) bottom right no-repeat;
	vertical-align: top;
	height: 17px;
	width: 10px;
	padding: 0;
}

/*========================================================*/





