#panel {
	width: 100%;
}

#panel .modules, #panel .links, #panel .content {
	margin: 5px;
	padding: 0px;
	background-color: #1D1D1D;
	border: 1px solid #151515;
}

#panel .content {
	background: transparent;
	border: none;
}

#panel .modules > .link, #panel .links > .link {
	display: block;
	line-height: 25px;
	padding: 2px 2px 2px 10px;
}

#panel .modules > .active {
	background-color: #262626;
}

#panel .modules a:link, #panel .modules a:visited, #panel .links a:link, #panel .links a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
}

#panel .modules .link:hover, #panel .links .link:hover {
	background-color: #2D2D2D;
}

#panel .content > .section:first-child, #panel .content .multidiv_div > .section:first-child {
	margin-top: 0px;
}

#panel .multidiv_div > .container {
	margin: none;
	width: auto !important;
}
