.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#container {
	width: auto;
}
#container ul.menu {
	display: inline-block;
	margin: 1em 0 0;
	padding: 0 0 0 30px;
	list-style: none;
	list-style-position: outside;
}
#container ul.menu > li {
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu > li {
	display: block;
	padding: 10px 15px 10px 15px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#container ul.menu > li.active {
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}

.content {
	margin: 0pt auto;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.content table {
	width: 100%;
}
.content th {
	color: #999;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px dotted #CCC;	
}
.content td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
.content small {
	color: #999;
}
.contentHead {
	border-bottom: none !important;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.contentHead h1 {
	float: left;
	border-bottom: none;
	width: 400px;
	padding: 0;
	margin: 0;
}
.contentHead a {
	float: right;
	margin-top: 8px;
}

