/* Login Module */
div.top {
	width: 100%;
	float: left;
}
div.top .block, div.top .menu {
	width: 100%;
	margin: 3px 0px;
	float: left;
}
.top .block table {
	width: auto;
	float: right;
	border-collapse: collapse;
}
.top .block th, .top .block td {
	padding: 2px 5px;
	border: 1px solid #eee;
}
.top .block th {
	background-color: #fafafa;
}
.top .block .head_block {
	float: left;
	width: 100%;
	text-align: left;
	border: 1px solid #eee;
	padding: 3px 0px;
	background-color: #fafafa;
}
.top .block .body_block {
	float: left;
	width: 100%;
	text-align: left;
	border: 1px solid #eee;
	border-top: 0px;
}
.top .block .body_block ul {
	padding: 0px;
	margin: 0px;
}
.top .block .body_block li {
	list-style-type: none;
	float: left;
	width: 23%;
	margin: 5px;
}
.top .lastest, .top .search, .top .tag_cloud {
	border: 1px dashed #eee;
	background-color: #fefefe;
	padding: 3px;
	float: left;
	width: 99%;
	margin-top: 2px;
}
.top .search{
	border: 0px;
	background: none;
	text-align: right;
}
.top .tag_cloud {
	line-height: 20px;
}
.top .tag_cloud a {
	text-decoration: none;
	padding: 1px;
	color: #adadad;
}
.top .tag_cloud a:hover {
	background-color: #eee;
}
.top .lastest span {
	margin-left: 20px;
}

.top .textlink {
	width: 100%;
	margin: 1px 0px;
	float: left;
	border: 1px solid #fafafa;
}
.top .textlink ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
.top .textlink ul li {
	width: 48%;
	float: left;
	overflow: hidden;
	height: 23px;
	line-height: 18px;
	margin-left: 3px;
}

/* Menu */
.top .menu {
	background-color: #d4f870;
	border: 1px solid #739d00;
}
.top .menu ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.top .menu ul li {
	margin: 3px 5px;
	padding: 0px;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	line-height: 18px;
	border-right: 1px solid #B1F100;
}