#profile div.userinfo {
	width: 708px;
	height: 145px;
	margin: 0 auto;
	padding: 16px 0 0 28px;
	background: url('/images/background_user_profile.png') no-repeat;
}

#profile div.userinfo div.photo {
	float: left;
	width: 86px;
	margin-right: 16px;
}

#profile div.userinfo div.details {
	width: 604px;
	height: 60px;
	float: left;
	margin-top: 4px;
}

#profile div.userinfo div.details div.l {
	float: left;
	line-height: 25px;
}

#profile div.userinfo div.details div.l h3 {
	font-size: 24px;
	font-weight: bold;
	color: #265e72;
	text-shadow: #fff 1px 1px 1px;
}

#profile div.userinfo div.details div.l h4 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-shadow: #fff 1px 1px 1px;
}

#profile div.userinfo div.details div.r {
	float: right;
	width: 105px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #265e72;
	text-shadow: #fff 1px 1px 1px;
	line-height: 27px;
	padding: 6px 14px 0 0;
}

#profile div.userinfo p {
	padding: 0 125px 0 102px;
	font-size: 14px;
	font-weight: lighter;
	color: #444;
	line-height: 1.5em;
}

#profile div.menu {
	width: 697px;
	height: 41px;
	padding-left: 39px;
	margin: 0 auto;
	background: url('/images/background_profile_menubar.png') no-repeat;
}

#profile div.menu a {
	display: block;
	float: left;
	padding: 14px 14px 0 14px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #444 1px 1px 1px;
}

#profile div.menu a.disabled {
	color: #aaa;
	cursor: no-drop;
}

#profile div.menu a.current {
	width: 166px;
	height: 27px;
	padding: 14px 0 0 0;
	color: #444;
	text-shadow: #e8e8e8 1px 1px 1px;
	text-align: center;
	background: url('/images/background_button_user_profile.png') no-repeat;
}

#contestlist div.calendar_completed {
	width: 93px;
	height: 70px;
	padding-top: 18px;
	float: left;
	position: relative;
	left: -5px;
	background: url('/images/background_calendar_completed.png') no-repeat;
}

#wall {
	margin: 0 auto;
	width: 728px;
	background-color: #fff;
	overflow: auto;
	clear: both;
	padding-top: 11px;
}

#wall div.enter {
	height: 55px;
	width: 646px;
	margin: 0 auto 10px auto;
	padding: 11px;
	background: url('/images/background_write_comment.png') no-repeat;
}

#wall div.enter img.avatar {
	float: left;
}

#wall div.enter div.tbox {
	width: 455px;
	height: 47px;
	float: left;
	background: url('/images/background_write_comment_text.png') no-repeat;
	padding: 8px 0 0 20px;
	margin: 0 5px 0 2px;
}

#comment_entry {
	width: 450px;
	height: 40px;
	border: 0 none;
	font-size: 12px;
	color: #444;
	background-color: #fff;
}

#wall div.comment {
	width: 666px;
	min-height: 65px;
	margin: 0 auto 10px auto;
	border: 1px solid #cdd9dd;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	background: #fff url('/images/background_comment_left.png') left repeat-y;
}

#wall div.hidden {
	display: none;
}

#wall div.comment div.a {
	width: 40px;
	height: 65px;
	padding: 10px 0 0 10px;
	float: left;
	margin-right: 10px;
}

#wall div.comment div.b {
	width: 95px;
	height: 65px;
	padding-top: 10px;
	float: left;
	font-size: 14px;
	color: #444;
}

#wall div.comment div.b a {
	color: #444;
	text-decoration: none;
	font-size: 14px;
}

#wall div.comment div.b a.delcom {
	font-size: 10px;
	color: red;
}

#wall div.comment div.b span {
	font-size: 11px;
	color: #999;
}

#wall div.comment div.b a:hover {
	text-decoration: underline;
}

#wall div.comment div.c {
	width: 9px;
	height: 50px;
	padding-top: 25px;
	float: left;
}

#wall div.comment div.c img {
	position: relative;
	left: 1px;
}

#wall div.comment div.d {
	width: 455px;
	min-height: 55px;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	color: #444;
	float: left;
	border-left: 1px solid #cdd9dd;
	line-height: 17px;
}

#wall div.comment div.d span {
	color: #999;
	font-style: italic;
}

#wall div.loadmore {
	width: 668px;
	height: 24px;
	margin: 0 auto 10px auto;
}

#wall div.loadmore img {
	float: left;
	cursor: pointer;
}

#wall div.loadmore div.showing {
	float: right;
	font-size: 12px;
	color: #999;
	padding-top: 5px;
}
