/* ===== reset _web.css ===== */
#page_margins {
	overflow: hidden;
}
#page_margins #y_extra {
	width: 190px;
}
#page_margins #y_extra .my_area {
	overflow: hidden;
	background-position: right top;
}
#page_margins #col3 {
	margin: 16px 205px 0 250px;
}
#col3 .rnd_Area1 {
	width: 98%;
	overflow: hidden;
	margin: 10px auto 0;
}
#col3 .rnd_Area1 .wap2 ul {
	margin-bottom: 0;
}

/* ===== info from system ===== */
#sysInfo {
	position: relative;
	width: 98%;
	margin: 0 auto;
	background: #e0e0e0;
	color: #385888;
}
#sysInfo .para {
	position: relative;
	top: -2px;
	left: -2px;
	padding: 20px 0;
	background: #f8f8c8;
	border: 1px solid #c8c8c8;
}
#sysInfo .para p {
	width: 85%;
	margin: 5px auto 0;
	padding: 0;
	line-height: 1.5;
	font-size: 14px;
}
#sysInfo .para p strong {
	margin-left: 5px;
	color: #f87800;
	font-size: 16px;
}
#sysInfo em {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
	

/* ===== small blackboard ===== */
p.interInfo,
p.note {
	width: 96%;
	margin: 5px auto 0;
	padding: 10px 5px;
}
p.interInfo {
	background: #f9fdff;
	border: 1px solid #dedede;
}
p.interInfo span {
	margin: 0 30px 0 20px;
}
p.interInfo span a {
	display: inline-block;
	padding: 2px 0;
	border-bottom: 1px solid #fff;
}
p.interInfo span a:hover {
	text-decoration: none;
	border-bottom-color: #000;
}
p.interInfo span em {
	padding-right: 5px;
}
p.interInfo span strong {
	padding-right: 3px;
	color: #ff3402;
}
.note {
	width: 98%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.note h4 {
	height: 30px;
	padding: 0;
	background: url(bg/ico_speaker.gif) no-repeat left top;
	color: #ff6f00;
	font-weight: normal;
	text-indent: 40px;
	line-height: 30px;
}
.note p {
	width: 90%;
	height: auto!important;
	height: 22px;
	min-height: 22px;
	margin: 5px 0 0 9%;
	line-height: 1.5;
}
.note .readMore {
	position: relative;
	left: 92%;
}


/* ===== scroll photo list ===== */
#ppUsers {
	position: relative;
	width: 96%;
	height: 120px;
	overflow: hidden;
	margin: 10px auto 0;
}
#scrollList {
	width: 448px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#picList {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#picList li {
	display: inline;
	float: left;
	width: 96px;
	overflow: hidden;
	margin: 0 8px;
}
#picList li a {
	display: block;
	width: 93px;
	height: 93px;
	overflow: hidden;
	margin: 0 auto;
	background: url(bg/bg_userPhoto_pp.gif) no-repeat left top;
}
#picList li a img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 6px auto;
}
#picList li span {
	display: block;
	overflow: hidden;
	margin: 5px auto 0;
	padding: 5px 0;
	background-repeat: no-repeat;
	background-position: 6% 40%;
	color: #1a69b6;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
}
#picList li span.boy {
	background-image: url(bg/ico_boy.gif);
}
#picList li span.girl {
	background-image: url(bg/ico_girl.gif);
}
#ppUsers .btnScroll {
	position: absolute;
	top: 35%;
	z-index: 100;
}
#toLeft {
	left: 0;
}
#toRight {
	right: 0;
}

/* ===== user photo ===== */
.rnd_Area1 p.tipMsg {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.rnd_Area1 p.tipMsg span {
	display: block;
	padding: 5px 0;
	color: #606060;
	font-weight: bold;
	font-size: 16px;
}
.rnd_Area1 p.tipMsg a img {
	margin-top: 10px;
}
.rnd_Area1 h4 {
	width: 98%;
	margin: 10px auto 0;
	color: #969696;
	font-size: 12px;
}
.rnd_Area1 .Img90x90_list {
	margin-top: 5px;
	padding: 0;
}
.rnd_Area1 .Img90x90_list li {
	display: inline;
	margin: 5px 0 0 7px;
}
.rnd_Area1 .Img90x90_list li a {
	color: #1e63ae;
	text-decoration: underline;
}

/* ===== hot post ===== */
.rnd_Area1 .my_Posts li a {
	color: #1863a7;
	text-decoration: underline;
}
.rnd_Area1 .my_Posts li i.hot {
	margin-right: 30px;
	color: #343434;
	font-size: 12px;
}

/* ===== friend status ===== */
.friendStatus li {
	clear: both;
	overflow: hidden;
}
.friendStatus li span {
	float: left;
}
.friendStatus li span.userPhoto {
	clear: both;
}

/* ===== comments ===== */
.rnd_Area1 .comments dl {
	overflow: hidden;
	padding-bottom: 0;
}
.rnd_Area1 .comments dt {
	float: left;
	width: 20%;
	overflow: hidden;
}
.rnd_Area1 .comments dt a {
	display: block;
	margin: 0 auto;
}
.rnd_Area1 .comments dd {
	float: right;
	width: 75%;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ebebeb;
}
.rnd_Area1 .comments dd h6 {
	color: #9a9a9a;
	font-weight: normal;
	text-align: right;
}
.rnd_Area1 .comments dd p.commentCon {
	color: #343434;
	text-indent: 0;
}
.rnd_Area1 .comments dd p.operate {
	clear: both;
	text-align: right;
}
.rnd_Area1 .comments dd p.operate a {
	margin: 0 5px;
	color: #1965b3;
	text-decoration: underline;
}
.rnd_Area1 .sendComment {
	margin-top: 10px;
	margin-bottom: 0;
}

/* ===== my caller and my friends ===== */
#y_extra .my_area {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}
#y_extra .my_area h2 {
	margin-top: 0;
	text-align: left;
}
#y_extra .my_area ul {
	margin-bottom: 0;
}
#y_extra .my_area ul li {
	overflow: hidden;
	margin-left: 5px;
}
#y_extra .my_area ul li span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
#y_extra #callers li {
	height: 108px;
}
#y_extra #friends li {
	height: 90px;
}

/* ===== find users way ===== */
#y_extra .findUsers {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#y_extra .findUsers li {
	width: 78%;
	height: 24px;
	margin: 5px 0 0 15px;
	background: url(bg/list_rect_blue.gif) no-repeat 5px 50%;
	border: 1px solid #cfcfcf;
	line-height: 24px;
	text-indent: 15px;
}
#y_extra .findUsers li a {
	color: #1e66b0;
	text-decoration: underline;
}
