﻿/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/
/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
/*-- container actions cell            --*/
.ELGC_NoTitleGrey_01ActionsTD {
	width: 0%;
	height: 0%;
	padding: 0;
	vertical-align: top;
	text-align: right;
}
/*-- container content pane            --*/
.ELGC_NoTitleGrey_01Content {
	font-size: 11px;
	font-family: tahoma;
	color: #444;
	background-image:url('NoImageGreyBG.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	padding: 0px 0px 0px 0px;
}
/*-- container Icons cell              --*/
.ELGC_NoTitleGrey_01Icons {
	text-align: right;
	padding: 0px 0 0px 0;
	border-top: 1px solid #BBBBBB;
}
/*========================================================*/
