/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .DARKGREYNWTitle {
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
}
/*-- container title cell              --*/ .DARKGREYNWTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .DARKGREYNWActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .DARKGREYNWContent { font-size: 12px; font-family: Arial; color: #333; text-align:left; 	padding-top: 4px;}
/*-- container Icons cell              --*/ .DARKGREYNWIcons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .DARKGREYNWT { background: url(DARKGREYtop.gif) top left repeat-x; vertical-align:middle; height: 29px; padding: 0 0 1px 0; }
/*-- top left section                  --*/ .DARKGREYNWTL { background: url(DARKGREYtopleft.gif) top left no-repeat; vertical-align:top; height: 29px; width:12px; padding: 0; }
/*-- top right section                 --*/ .DARKGREYNWTR { background: url(DARKGREYtopright.gif) top right no-repeat; vertical-align:top; height: 29px; width:53px; padding: 0; }

/*-- mid center section                --*/ .DARKGREYNWM { background: #F4F4F4; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .DARKGREYNWML { background: url(LIGHTGREYmidleft.gif) bottom left repeat-y; vertical-align:top; width:12px; padding: 0; }
/*-- mid right section                 --*/ .DARKGREYNWMR { background: url(DARKGREYmidright.gif) bottom right repeat-y; vertical-align:top; width:53px; padding: 0; }

/*-- bottom center section             --*/ .DARKGREYNWB { background: url(LIGHTGREYbottom.gif) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .DARKGREYNWBL { background: url(LIGHTGREYbottomleft.gif) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .DARKGREYNWBR { background: url(DARKGREYbottomright.gif) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*-- links                             --*/ .DARKGREYNWM li a:link, .DARKGREYNWM li a:visited, .DARKGREYNWM li a:active {
	color: #046AA9;
	background:  url(bulletblue.gif) no-repeat bottom left;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}
/*-- link hovers        --*/ .DARKGREYNWM li a:hover {
	background:  url(bulletgreen.gif) no-repeat bottom left;
	color: #046AA9;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

.DARKGREYNWM li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0;
}
.DARKGREYNWM ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
/*========================================================*/





