body{
	color:#fff;
}

a{
	color:#FFC9E8;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


#bigcontainer ,
#container
{
	margin: auto;
	width: 950px;
}

/*header*/
#header {
	background: #E51882 url(http://l.yimg.com/e/style/1/1125/header.gif) no-repeat center top;
	position: relative;
	height:auto!important;
	height:165px;
	min-height:165px;
}

#header h1 {
	position: relative;
	top: 75px;
	left: 30px;
	font-size:19px;
	font-weight:bold;
	width: 170px;
}
#header h1 a {
	color: #fff;
}
#description {
	position: relative;
	top: 80px;
	color:#FFC9E8;
	padding: 0px 20px 85px 30px;
}




#content {
	position:relative;
	width: 600px;
	padding-top: 8px;
}

/*main_tab*/
#main {
	background: #000000 url(http://l.yimg.com/e/style/1/1125/main.gif) repeat-x left top;
}

#main_tab {
	position: absolute;
	left: 20px;
}
#main_tab img {
	margin-right: 5px;
}

#main_tab li {
	float:left;
	margin-right: 5px;
}

#main_tab li a {
	display:block;
	float:left;
	color: #fff;
	height:37px;
	position:relative;
	padding: 12px 10px 0px;
	overflow: hidden;
}
#main_tab li.hover a {
	font-weight: bold;
	color: #E51882;
	background:url(http://l.yimg.com/e/style/1/1125/tab_r.gif) no-repeat right top;
}
#main_tab li.hover {
	background:url(http://l.yimg.com/e/style/1/1125/tab_l.gif) no-repeat left top;

}

a.message {
	background:url(http://l.yimg.com/e/style/1/1125/message.gif) no-repeat left top;
	color:#A1E8FE;
	display:block;
	position: relative;
	line-height: 32px;
	width: 100px;
	overflow: hidden;
	text-align: center;
	height: 37px;
	left: 500px;
}

/*mainsection*/
#mainSection {
}

#search {
	margin:10px 0 0;
	text-align:center;
	height: 44px;
	background: url(http://l.yimg.com/e/style/1/1125/search.gif) no-repeat;
	width: 258px;
	float: right;
	padding-top: 10px;
}

ul.page_control {
	color:#E51882;
	text-align:center;
	padding: 10px 0px;
}

ul.page_control a {
	color:#fff;
}



/*msg list*/
.msg_body {
	border-bottom: 1px solid #E51882;
	margin: 10px 0px 30px 20px;
}

.msg_word strong {
	zoom:1;
	color: #BABABA;
}

.msg_content {
	position: relative;
	margin-bottom: 10px;
}

.reply_content li span {
	line-height:1.5;
	zoom:1;
}
.msg_content li.msg_word span {
	text-align:left;
	display: block;
	font-weight: bold;
	color:#E51882;
	padding-bottom: 5px;
	border-bottom: 1px dotted #4B4B4B;
}

.reply_content li.reply_word span {
	text-align:left;
	display:block;
	font-weight: bold;
	color:#E51882;
	padding: 10px 0 5px;
}
.reply_word strong {
	display:block;
	zoom:1;
	color: #0585AF;
}


.msg_img {
	position: absolute;
	left: 20px;
	top: 12px;
}
.msg_man {
	position: absolute;
	left: 120px;
	top: 15px;
	color: #FF8827;
}
.msg_man a {
	color: #FFFFFF;
}

.msg_title {
	position: absolute;
	left: 120px;
	top: 45px;
	color: #FF8827;
}
.msg_date {
	position: absolute;
	left: 120px;
	top: 75px;
	color: #FF8827;
}

.msg_word{
	padding: 110px 0 0;
}



.msg_info{
	border-bottom:1px dotted #4b4b4b;
	padding: 5px 0px;
}
.msg_info span {
	color: #A1124E;
}
.msg_ip{float:right;color:#999;}

*html .msg_word span,
*html .msg_info span,
*html .msg_ip span,
*html .reply_word span,
*html .reply_date span
{
line-height:1.5;
zoom:1;
}/*ie only*/

.reply_content {
	clear:both;
	zoom:1;
	padding: 10px 0 0;
}

.reply_none {
	width:100%;
	text-align:left;
	display:block;
	border-bottom:1px dotted #7AD1C6;
	color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}



.reply_date{
	text-align:right;
	color:#A1124E;
	padding: 5px 0px;
}
.reply_content textarea{width:100%}
.msg_control{padding-bottom:5px;}


.msg_control li a {
	padding:3px 5px 3px;
	background:#C1EAE4;
	border:1px solid #42AB96;
	color:#000000;
}
.msg_control li a:hover {
	background:#42AB96;
	color: #FFFFFF;
	text-decoration:none;
}

/*addpost*/
#msg_added h2{
	color:#FF8827;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 30px;
}
#msg_added li{padding:3px 0;}
#msg_added li span {
	display:block;
	width:105px;
	float:left;
	text-align:right;
	margin-right:10px;
	padding-bottom:2px;
}

#msg_added form {
	position: relative;
	margin-top: 50px;
	color: #BABABA;
}
#msg_added li.add_img{
	position: relative;
	padding-left:20px;
	padding-top:10px;
	float:left;
	margin-right:10px;
}
#msg_added li.add_title {
	height: 80px;
}
#msg_added li.add_title a {
	color: #ff8827;
}
#msg_added li.add_title b {
	font-weight: normal;
}
#msg_added .msg_body {
	border-bottom: 0px none #E51882;
}



/*sidebar*/
#sidebar{
	text-align: center;
	width: 323px;
	margin: 10px 10px 0px 0px;
	background: url(http://l.yimg.com/e/style/1/1125/sidebar.gif) no-repeat center 171px;
}

#admin{text-align:center}
.box{
	margin: 10px 0;
	padding: 10px 5px;
	background: url(http://l.yimg.com/e/style/1/1125/box.gif) no-repeat center bottom;
}

#action {
	margin: 10px auto 0;
	width: 288px;
}
#friendlist {
	margin: auto auto 10px;
	width: 288px;
}
#friendlist select {
	width: 290px;
	margin: auto auto 0;
}

#info span{padding:0 10px;font-weight:bold}
#info a{font-weight:bold}
#stats{
	background: url(http://l.yimg.com/e/style/1/1125/stats.gif) no-repeat center top;
	height: 200px;
	padding-top: 30px;
	overflow: hidden;
	border-style: none;
	padding-left: 35px;
	margin-top: 0px;
}



/*namecard*/
#mine {
	background: url(http://l.yimg.com/e/style/1/1125/mine.jpg) no-repeat center top;
	height: 171px;
	overflow: hidden;
}
#namecard {
	text-align: left;
	background:#A1E8FE !important;
	border-color:#D6F7FD !important;
	margin: 13px auto 0px;
}
#myService li a {
	border-bottom:1px solid #97E5FE;
	background:#4BC4EB;
	color: #1C4E5D;
}
#myService li a:hover{
	border-bottom:1px solid #97E5FE;
	background:#97E5FE;
	color: #000;
}
#myName a {
	color: #2E87A4;
	text-decoration: none;
}
#myName a:hover {
	text-decoration: underline;
}




#footer {
	background: #FFFFFF url(http://l.yimg.com/e/style/1/1125/footer.gif) no-repeat left top;
	height: 50px;
}