body{
	padding: 0;
	margin: 0;
}

#adminRow2{
	margin: auto;
	margin-top: 50px;
	height:70px;
	// border: 2px solid red;
	background-color: #2f2f2f;
}

#adminRow3{
	margin: auto;
	height: 500px;
	// border: 2px solid green;
}

.header-tip{
	margin-top: -20px; 
	margin-left: 45%;
}
#msg-tip{ 
	position: absolute;
	top: 90px;
	left: 42%;
	width: 200px;
	border-radius: 5px;
	background-color: #ddf;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
#users,
#threads{ 
	float: left;
	margin:50px 1.5%;
	width: 44%;
	height: 400px;
	overflow: auto;
	background-color: #fff;
	border-top: 10px solid #03c03c;
}
#users{ 
	margin-left: 5%;
}

#users h3,
#threads h3{ 
	margin: 5px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
}
#users li,
#threads li{ 
	position: relative;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}
#users span,
#threads span{ 
	display: inline-block;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 12px;
	text-align: center;
}

#users span.u_name,
#threads span.u_name,
#users span.u_nickname{ 
	width: 80px;
	overflow: hidden;
	border: none;
	text-align: left;
}
#threads span.u_name{ 
	width: 80px;
}
#threads span.t_name{ 
	width: 150px;
	overflow: hidden;
	border: none;
}
#threads span.t_time{ 
	width: 80px;
	overflow: hidden;
	border: none;
}
#users .item .u_handle1,
#users .item .u_handle2,
#threads .item .u_handle1{ 
	width: 100px;
}
#users .item .u_handle1,
#users .item .u_handle2,
#threads .item .u_handle1,
#threads .item .u_handle3,
#users .item .u_handle3{ 
	cursor: pointer;
	border-radius: 3px;
	background-color: #03c03c;
	color: #fff;
}
#users .item .u_handle1:hover,
#users .item .u_handle2:hover,
#threads .item .u_handle1:hover,
#threads .item .u_handle3:hover,
#users .item .u_handle3:hover{ 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#users .item .u_handle3,
#threads .item .u_handle3{ 
	background-color: #f7883e;
}
#users .top .u_handle1,
#users .top .u_handle2,
#threads .top .u_handle1,
#threads .top .u_handle3,
#users .top .u_handle3{ 
	border: none;
	font-weight: bold;
	cursor: auto;
	margin-top: -50px;
}


/*header*/

.header-tip{
	margin-top: -20px; 
	margin-left: 35%;
}
#header{ 
	// position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #2f2f2f;
	// border: 2px solid red;
	opacity: 0.5;
}

#header > h1 > a{ 
	// color: red;
	font: 30px/1.5em arial,STHeiti,'Microsoft YaHei',\5b8b\4f53;
	// font-size: 4em;
}

#header > h1 > a:hover{ 
	text-decoration: none;
}

#header > h5 > a{ 
	color: #03c03c;
}
#self { 
	position: absolute;
	top: 0;
	right: 0;
	// padding: 5px;
	width: 100px;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background-color: #03c03c;
}
#self img { 
	border-radius: 50%;
}
#self p { 
	margin-top: -3px;
}
#self p > a{ 
	color: #03c03c;
	// border: 2px solid red;
}