/*****  Containers CSS designed by bind.pt 		*****/
/*****  00 Clean         					    *****/

.container_clean			{ padding-bottom:0px; }

.C00_ContentPane_NT			{ margin:0px; }
.FullContentPane			{ width:100%; }

.C00_Icons					{ margin-right: 0px; }

.C00_Icons a img,
.C00_Icons input			{ margin-top:10px; }


#dnn_LeftPane ul {
	padding:0;
	margin:0;
	}
#dnn_LeftPane li {
	list-style-image:none; 
	font-size:90%;
	padding:0 !important;
	margin:0 !important;
	}
#dnn_LeftPane li a {
  display:block;
	//**** width removed to solve "quirks mode" problem
    width:171px;
    ***/
	height:18px;
	color:#606062;
	text-decoration:none;
	padding:7px 10px 5px 20px;
	background:url("menu-off.jpg") top left no-repeat;
	}
	#dnn_LeftPane li a span {
		font-size:150% !important;
		font-weight:bold;
		color:#606062 !important;
		}
#dnn_LeftPane li a:hover {
	background:url("menu-on.jpg") top left no-repeat;
	}
	#dnn_LeftPane li a:hover span {
		color:#fff !important;
		}