a {
	text-decoration: none;
	color: #000;
}

.x-trans{
	display: inline;
}

.back_blue{
	background-color: #F4F8FF;
}


#leftcol{
	float: left;
	width: 624px;
	overflow: hidden;
	padding: 0px;
	margin-left: 7px;
	margin-right: 0px;
	min-height: 600px;
}
#rightcol{
	float: right;	
	width: 303px;
	padding: 0px;
	margin-right: 7px;
	margin-left: 0px;
	min-height: 600px;
	overflow: hidden;
}

#showuser{
	padding-left: 2px;
	padding-right: 3px;
	float: none;
	display: inline;
}
#showuser .star_on{
	background: url(/images/star.gif) no-repeat;
	background-position: 0px 2px;
}
#showuser .star_off{
	background: url(/images/star.gif) no-repeat;
	background-position: 0px 2px;
}
#showuser .on{
	background: url(/images/online.gif) no-repeat;
	background-position: 0px 3px;
}
#showuser .off{
	background: url(/images/offline.gif) no-repeat;
	background-position: 0px 3px;
}
#showuser .bday_on{
	background: url(/images/birthday_on.gif) no-repeat;
	background-position: 0px 2px;
}
#showuser .bday_off{
	background: url(/images/birthday_off.gif) no-repeat;
	background-position: 0px 2px;
}

#showuser #diary{
	background: url(/images/diary_pen.gif) no-repeat;
	background-position: 0px 0px;
	width: 10px;
	height: 13px;
	overflow: hidden;
	float: none;
	display: inline;
}
#showuser #poem{
	background: url(/images/poem.gif) no-repeat;
	background-position: 0px 0px;
	width: 10px;
	height: 13px;
	overflow: hidden;
	float: none;
	display: inline;
}

#showuser #uname{
	padding-left: 11px;
	float: none;
	display: inline;
	cursor: pointer;
}
#showuser #age{
	padding-left: 2px;
	padding-right: 2px;
	float: none;
	display: inline;
	cursor: pointer;
}

#showuser a{
	text-decoration: none;
}
#showuser #uname{
	color: #000;
	text-transform: capitalize;
}
#showuser .red{
	color: red;
}
#showuser .blue{
	color: blue;
}





