#screen.loading {
	background: #E9F6FE url("/images/loader.png") no-repeat center center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10000;
}

body {
	background: #DAF0FD;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.no_bg {
	background-image: none;
	overflow: auto;
}

p, dl, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

a img {
	border: 0;
}

textarea, input[type="text"], input[type="password"], .list_wraper {
	background-color: #FFF;
	border: 2px solid #ADD469;
	color: #777;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, #login input[type="text"]:focus, #login input[type="password"]:focus, #entry_title:focus, #entry_link:focus, #entry_recipients:focus {
	border: 2px solid #FD8700;
	color: #555;
	background-color: #FFF;
}

.size_12 {
	font-size: 12pt;
}

textarea, input {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input {
	font-family: Tahoma, Lucida, "Lucida Grande", "Microsoft Yahei", Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

body, table {
	color: #555;
	font-family: Lucida, "Lucida Grande", "Microsoft Yahei", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #4C7702;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

.breaker {
	clear: both;
}

#header {
	height: 80px;
	width: 100%;
}

#logo {
	background-position: 0 -286px;
	float: left;
	display: block;
	height: 72px;
	width: 288px;
	margin: 0;
	padding: 0;
	text-indent: -1024em;
}

#info_links {
	float: right;
	display: block;
	padding-right: 50px;
	margin: 18px 0 0 0;
}

#info_links li {
	display: -moz-inline-stack;
	display: inline-block;
}

#username, #groupname {
	position: absolute;
}

#workspace {
	overflow: hidden;
}

.submit_btn {
	background-color: #1EA5E7;
	border-color: #BFD992 #4B661D #4B661D #A6CE60;
	border-width: 1px;
	color: #FFF;
	height: 25px;
	font-family: Lucida,"Lucida Grande","Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;
	padding: 2px 9px;
	cursor: pointer;
	overflow: visible;
}

#logo, #entry_panel .scroll_btn, .bubble.closed .text, .bubble .arrow, #splash > h3 div, #entry_panel .scroll_btn, .entry_view .followers span.favorite, .entry_view .followers span.unfavorite, li.comment .icon, .bubble .ctrl_bar .close, #dialog .ctrl_bar .close, .entry_view .ctrl_bar .min, .entry_view .ctrl_bar .max, .entry_view .ctrl_bar .close, #sidepanel .accordion_btn, .bubble .top_bg, .entry_view.active .top_bg, .entry_view .top_bg, #back_to_head, #back_to_head:hover, #back_to_head.down, div.remove_tab {
	background-image: url("/images/misc.png") ;
	background-repeat: no-repeat;
}

.bubble .tl, .bubble .tr, .bubble .bl, .bubble .br, .bubble .top, .bubble .bottom, #sidepanel .tl, #dialog .tl, #sidepanel .tr, #dialog .tr, #sidepanel .top, #sidepanel .bottom, #dialog .top, #dialog .bottom, #sidepanel .bl, #dialog .bl, #sidepanel .br, #dialog .br, .entry_view.active .tl, .entry_view.active .bl, .entry_view.active .tr, .entry_view.active .br, .entry_view .tl, .entry_view .bl, .entry_view .tr, .entry_view .br, .entry_view.active .top, .entry_view.active .bottom, .entry_view .top, .entry_view .bottom, .entry .tl, .entry .bl, .entry .tr, .entry .br, .entry .tagr, .entry:hover .tl, .entry:hover .bl, .entry:hover .tr, .entry:hover .br, .entry:hover .tagr, entry.down .tl, .entry.down .bl, .entry.down .tr, .entry.down .br, .entry.down .tagr, .entry .top, .entry .bottom, .entry .tag_body, .entry:hover .top, .entry:hover .bottom, .entry:hover .tag_body, .entry.down .top, .entry.down .bottom, .entry.down .tag_body, #entry_panel .tabs .tab .bl, #entry_panel .tabs .tab .br, #expandable .tab .bl, #expandable .tab .br, #dialog .tab .bl, #dialog .tab .br, #login, #popup .br, #popup .bl, #popup .tr, #popup .tl, #popup .bottom, #popup .top, ul#entry_recipient_type li.selected, ul#entry_recipient_type li.selected span {
	background-image: url("/images/frame.png") ;
	background-repeat: no-repeat;
}

#sharepanel {
	position: relative;
	height: 70px;
	width: 130px;
}

#sharepanel a {
	color: #FFFFFF;
}

#main.login .bubble {
	width: 315px;
}

.bubble {
	position: absolute;
	width: 400px;
}

.bubble.closed {
	width: 128px;
	cursor: pointer;
}

.bubble .tl, .bubble .tr, .bubble .top {
	height: 26px;
}

.bubble .bl, .bubble .br, .bubble .bottom {
	height: 18px;
}

.bubble .top, .bubble .bottom {
	margin: 0 15px 0 13px;
}

.bubble .left, .bubble .right, #sidepanel .left, #sidepanel .right, #dialog .left, #dialog .right, #popup .left, #popup .right {
	margin: 0;
	padding: 0;
}

.bubble .tl, .bubble .left, .bubble .bl {
	margin-left: 23px;
}

.bubble .tl {
	background-position: 0 -1026px;
}

.bubble:hover.closed .tl {
	background-position: 0 -1158px;
}

.bubble .tr {
	background-position: right -1070px;
}

.bubble:hover.closed .tr {
	background-position: right -1202px;
}

.bubble .bl {
	background-position: 0 -1052px;
}

.bubble:hover.closed .bl {
	background-position: 0 -1184px;
}

.bubble .br {
	background-position: right -1096px;
}

.bubble:hover.closed .br {
	background-position: right -1228px;
}

.bubble .top {
	background-position: center -1114px;
	background-repeat: repeat-x;
}

.bubble:hover.closed .top {
	background-position: 0 -1246px;
}

.bubble .bottom {
	background-position: center -1140px;
	background-repeat: repeat-x;
}

.bubble:hover.closed .bottom {
	background-position: 0 -1272px;
}

.bubble .left {
	background: url("/images/bubble-frame-s.png") repeat-y scroll left center;
}

.bubble:hover.closed .left {
	background: url("/images/bubble-frame-s-h.png") repeat-y scroll left center;
}

.bubble .right {
	background: url("/images/bubble-frame-s.png") repeat-y scroll right center;
}

.bubble:hover.closed .right {
	background: url("/images/bubble-frame-s-h.png") repeat-y scroll right center;
}

.bubble .body {
	background-color: #97C942;
	padding: 0 5px 0px 10px;
	margin: 0 7px 0 5px;
}

.bubble:hover.closed .body {
	background-color: #80BB3C;
}

.bubble.closed .body {
	height: 24px;
	padding-bottom: 0;
}

.bubble .arrow {
	background-position: -146px -77px;
	position: absolute;
	left: 0;
	top: 22px;
	width: 28px;
	height: 31px;
}

.bubble:hover.closed .arrow {
	background-position: -39px -206px;
}

.bubble .top_bg {
	background-position: -78px 0;
	height: 20px;
	padding-top: 6px;
}

.bubble:hover.closed .top_bg {
	background-position: -78px -195px;
}

.bubble.closed .share_form {
	display: none;
}

.bubble.closed .text {
	background-position: -78px -129px;
	height: 20px;
	width: 68px;
}

.bubble:hover.closed .text {
	background-position: -78px -221px;
}

#entry_title, #entry_link, #entry_recipients, #recipient_input {
	background-color: #EAFDCF;
	margin: 0 0 6px 0;
	width: 340px;
}

ul#entry_recipient_type li {
	cursor: pointer;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	margin: 0 5px 0 5px;
}

ul#entry_recipient_type li.selected {
	color: #555555;
	background-color: #D4EFA6;
	background-position: 0 -1477px;
}

ul#entry_recipient_type li.selected span {
	background-position: right -1515px;
	padding: 0 10px;
}

.share_form {
	display: inline-block;
}

.new_entry ul {
	margin: 0;
	padding: 0;
}

#entry_recipients {
	background-color: #FFFFCC;
	border: 2px solid #D4EFA6;
	cursor: text;
	float: left;
	overflow: auto;
	min-height: 24px;
	max-height: 58px;
	height: auto!important;
	height: 58px;
	position: relative;
}

#entry_recipients li.recipient {
	margin: 2px;
	background-color: #D4EFA6;
	display: inline-block;
	padding: 0 15px 0 5px;
	cursor: default;
	position: relative;
}

#entry_recipients .remove_recipient {
	cursor: pointer;
	padding-left: 5px;
	right: 3px;
	color: #888;
	font-weight: 250;
	position: absolute;
}

#recipient_input {
	background-color: #FFFFCC;
	border: 0;
	clear: both;
	right: 0;
	margin: 0;
	width: auto;
}

#available_recipients {
	background-color: #EAFDCF;
	border: 1px solid;
	max-height: 300px;
	height: auto!important;
	height: 300px;
	margin-top: 2em;
	overflow: auto;
	padding: 4px 0 4px 4px;
	position: absolute;
	width: 180px;
	z-index: 30;
}

#available_recipients li.selected {
	font-weight: bold;
	cursor: pointer;
}

#entry_title {
	height: 60px;
}

.bubble .ctrl_bar .close, #dialog .ctrl_bar .close {
	float: right;
	width: 17px;
	height: 17px;
}

.bubble .ctrl_bar .close, #dialog .ctrl_bar .close {
	background-position: -129px -77px;
}

.bubble .ctrl_bar .close:hover {
	background-position: -129px -94px;
}

.bubble .ctrl_bar .close.down {
	background-position: -129px -111px;
}

.bubble.closed .ctrl_bar {
	display: none;
}

#service_setting {
	color: #FFF;
	float: right;
	padding-right: 10px;
}

#sidepanel {
	right: 0;
	position: absolute;
	width: 190px;
	z-index: 20;
}

#popup {
	position: absolute;
	width: 250px;
	z-index: 50;
}

#sidepanel li, #popup li {
	display: -moz-inline-stack;
	display: inline-block;
}

#sidepanel .tl, #dialog .tl, #popup .tl {
	background-position: 0 -942px;
}

#sidepanel .tr, #dialog .tr, #popup .tr{
	background-position: right -965px;
}

#sidepanel .top, #sidepanel .bottom, #dialog .top, #dialog .bottom, #popup .top, #popup .bottom {
	background-repeat: repeat-x;
	margin: 0 13px 0 10px;
}

#sidepanel .top, #dialog .top, #popup .top {
	background-position: center -988px;
}

#sidepanel .bottom, #dialog .bottom, #popup .bottom {
	background-position: center -998px;
}

#sidepanel .bl, #dialog .bl, #popup .bl{
	background-position: 0 -952px;
}

#sidepanel .br, #dialog .br, #popup .br {
	background-position: right -975px;
}

#sidepanel .tl, #sidepanel .tr, #sidepanel .top, #dialog .tl, #dialog .tr, #dialog .top, #popup .tl, #popup .tr, #popup .top {
	height: 10px;
}

#sidepanel .bl, #sidepanel .br, #sidepanel .bottom, #dialog .bl, #dialog .br, #dialog .bottom, #popup .bl, #popup .br, #popup .bottom {
	height: 13px;
}

#sidepanel .left, #sidepanel .right, #dialog .left, #dialog .right, #popup .left, #popup .right {
	background:transparent url("/images/sidepanel-frame-s.png") repeat-y;
}

#sidepanel .right, #dialog .right, #popup .right {
	background-position:right center;
}

#sidepanel .left, #dialog .left, #popup .left {
	background-position:left center;
}

#sidepanel .body, #dialog .body, #popup .body {
	background-color: #D4EFA6;
	margin: 0px 7px 0px 5px;
	padding-top: 2px;
}

#profile {
	float: left;
	max-height: 112px;
	height: auto!important;
	height: 112px;
	overflow: hidden;
	padding: 0 5px 5px 5px;
}

#profile .icon {
	float: left;
	height: auto;
	width: 76px;
	padding: 0;
	text-align : center;
}

#profile img, #dialog #account_avatar img {
	border: 2px solid white;
}

#profile .bio {
	line-height: 17px;
	padding: 3px 5px 0 10px;
	height: 68px;
	overflow: hidden;
}

#popup #profile .bio {
	padding: 10px 5px 5px 10px;
	height: auto;
}

#profile .settings {
	padding: 4px 0 0 27px;
}

#profile .service_icons {
	margin: 5px 2px;
}

#popup #profile .service_icons {
	margin: 0 2px 0 2px;
}

#profile .user_actions {
	margin: auto;
}

#sidepanel .info {
	float: left;
	font-size: 12px;
	width: 92px;
}

#profile a {
	font-size: 10pt;
}

#sidepanel .accordion_btn {
	background-color: #91C733;
	background-position: 70px -266px;
	border: 2px solid white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 5px;
	cursor: pointer;
}

#sidepanel .accordion_btn:hover {
	background-color: #80BB3C;
}

#sidepanel .accordion_btn.down {
	background-position: 70px -246px;
}

#expandable {
	display: none;
}

#expandable.down {
	display: block;
}

#users_list, #groups_list {
	margin: 0px;
	padding: 5px 5px 0px 5px;
	background-color: #EAFDCF;
	min-height: 50px;
	height: auto!important;
	height: 50px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#sidepanel.userpage #users_list {
	border-top: 2px solid #FFF;
}

#users_list img, #groups_list img {
	border: 0px;
}

#sidepanel .user {
	text-align: center;
	padding: 0px;
	height: 24px;
	width: 24px;
}

#sidepanel .more_friends, #sidepanel .group_members {
	background-color: #EAFDCF;
	height: 20px
}

#sidepanel .more_friends a, #sidepanel .group_members a {
	float: right;
	margin-right: 15px;
	color: #03638D;
}

#sidepanel.userpage {
	width: 250px;
}

.userpage #profile, #popup #profile {
	float: none;
	max-height: 360px;
	height: auto!important;
	height: 360px;
}

#popup #profile .stats.private_msg {
	height: 120px;
}

.userpage #profile .bio, #popup #profile .bio {
	max-height: 70px;
	height: auto!important;
	height: 70px;
	line-height: 18px;
	width: 226px;
	padding: 4px 2px 4px 2px;
}

.tabs {
	list-style-type: none;
	margin: 0px;
}

#expandable .tabs, #dialog .tabs {
	background-color: #D4EFA6;
	border-top: 2px solid #91C733;
	padding-left: 5px;
	padding-bottom: 0;
}

.tab {
	cursor: pointer;
}

#expandable .tab, #dialog .tab {
	border-top: 2px solid #91C733;
}

#expandable .tab:hover, #dialog .tab:hover {
	background-color: #91C733;
}

#expandable .tab .tab_body, #dialog .tab .tab_body {
	color: #4C7702;
	border: 2px solid #91C733;
	border-top-width: 0;
}

#expandable .tab:hover .tab_body, #dialog .tab:hover .tab_body {
	color: #FFFFFF;
}

#expandable .tab:hover.selected .tab_body, #dialog .tab:hover.selected .tab_body {
	color: #4C7702;
}

#expandable .tab .bl, #dialog .tab .bl {
	background-position: 0 -1018px;
}

#expandable .tab .br, #dialog .tab .br {
	background-position: right -1018px;
}

#expandable .tab.selected, #dialog .tab.selected {
	background-color: #EAFDCF;
}

#expandable .tabs .tab.selected, #dialog .tabs .tab.selected, #entry_panel .tabs .tab.selected {
	border-top-width: 0;
}

.entry_view .tl {
	background-position: 0 -678px;
}

.entry_view .bl {
	background-position: 0 -704px;
}

.entry_view .tr {
	background-position: right -766px;
}

.entry_view .br {
	background-position: right -792px;
}

.entry_view .top {
	background-position: center -854px;
}

.entry_view .bottom {
	background-position: center -880px;
}

.entry_view.active .top, .entry_view.active .bottom {
	background-repeat: repeat-x;
}

.entry_view .top, .entry_view .bottom {
	background-repeat: repeat-x;
	margin: 0 15px 0 12px;
}

.entry_view .tl, .entry_view .tr, .entry_view .top {
	height: 26px;
}

.entry_view .bl, .entry_view .br, .entry_view .bottom {
	height: 18px;
}

.entry_view .top_bg {
	background-position: -78px -26px;
	padding-top: 6px;
	height: 20px;
}

.entry_view {
	width: 400px;
	position: absolute;
	display: none;
	opacity: 0.7;
	z-index: 10;
}

.entry_view.active {
	opacity: 1.0;
	z-index: 20;
}

.entry_view.single {
	display: block;
	width: 600px;
	margin: 0 auto;
	position: relative;
}

.entry_view .caption {
	float: left;
}

.entry_view .caption a {
	color: #FFF;
	font-weight: bold;
}

.entry_view .unread_notice {
	display: none;
}

.entry_view.updated .unread_notice {
	display: inline;
}

.entry_view .ctrl_bar .min, .entry_view .ctrl_bar .max, .entry_view .ctrl_bar .close {
	cursor: pointer;
	float: left;
	height: 17px;
	width:  17px;
}

.entry_view .ctrl_bar {
	float: right;
}

.entry_view .ctrl_bar .min {
	background-position: -78px -77px;
	display: none;
}

.entry_view .ctrl_bar .max {
	background-position: -95px -77px;
	display: none;
}

.entry_view .ctrl_bar .close {
	background-position: -129px -77px;
}

.entry_view .ctrl_bar .min:hover {
	background-position: -78px -94px;
}

.entry_view .ctrl_bar .max:hover {
	background-position: -95px -94px;
}

.entry_view .ctrl_bar .close:hover {
	background-position: -129px -94px;
}

.entry_view .ctrl_bar .min.down {
	background-position: -78px -111px;
}

.entry_view .ctrl_bar .max.down {
	background-position: -95px -111px;
}

.entry_view .ctrl_bar .close.down {
	background-position: -1291px -111px;
}

.entry_view .resize {
	display: none;
	float: right;
	margin: -19px 5px 0px 0px;
	cursor: se-resize;
}

.entry_view .left, .entry_view .right {
	background-image: url("/images/view-frame-s-active.png");
	background-repeat: repeat-y;
}

.entry_view .left {
	background-position: left;
}

.entry_view .right {
	background-position: right;
}

.entry_view .body {
	background-color: #DEFBB6;
	margin: 0 7px 0 5px;
	width: 388px;
}

.entry_view.single .body {
	width: auto;
}

.entry_view .body .upper {
	background-color: #C9F588;
	padding: 10px 10px 7px 10px;
}

.entry_view .body img {
	border: 2px solid white;
	max-width: 270px;
	height: auto;
	display: block;
}

.entry_view.single .body {
	width: auto;
}

.entry_view .avatar {
	float: left;
}

.entry_view .contents {
	background-color: #DEFBB6;
	border: 1px solid #FFF;
	margin: 0px 0px 0px 65px;
	max-height: 230px;
	padding: 5px;
	overflow: auto;
	width: 78%;
}

.entry_view .contents.douban .content {
	margin-top: 5px;
	overflow: auto;
}

.entry_view .contents.douban .pic {
	float: left;
}

.entry_view .contents.douban .pic img {
	max-width: 80px;
	width: auto!important;
	width: 80px;
	margin-right: 10px;
}

.entry_view .contents.douban .detail {
	margin: 0 0 0 5px;
}

.entry_view .contents.douban .detail span {
	display: block;
	margin-bottom: 2px;
}

.entry_view .contents.single {
	max-height: none;
}

.entry_view .time {
	padding: 5px 0 0 0;
	color: #828B7B;
	font-size: 8pt;
	float: left;
	width: 100%;
}

.entry_view #users_list {
	background-color: #C9F588;
	margin-top: 5px;
	min-height: 26px;
	height: auto!important;
	height: 26px;
	float: none;
	font-size: 0px;
}

.entry_view #users_list li {
	display: inline-block;
	padding-left: 1px;
}

.entry_view ul.comments {
	margin: 0;
	padding: 0;
	background-color: #EAFDCF;
	border-top: 1px solid #B9D88E;
	border-bottom: 1px solid #B9D88E;
	max-height: 160px;
	overflow: auto;
}

.entry_view.active ul.comments {
	margin: 5px 0px 5px 0px;
}

.entry_view ul.comments.empty {
	background-color: transparent;
	border: 0px;
	margin: 5px 0 0 0;
	padding: 0px;
}

.entry_view ul.comments.single {
	max-height: 300px;
}

.entry_view li.comment {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
	padding: 5px 0 5px 0px;
}

.entry_view li.comment.deleted {
	color: #828B7B;
}

.entry_view li.comment span {
	color: #828B7B;
	font-size: 8pt;
}

.entry_view li.comment span a {
	color: #709A28;
}

.entry_view li.comment {
	color: #71796B;
}

li.comment .icon {
	background-position: -78px -177px;
	height: 18px;
	width: 18px;
	float: left;
	padding-right: 5px;
}

.entry_view li.comment .comment_options {
	display: none;
}

.entry_view li.comment .comment_options.visible {
	display: inline;
}

.entry_view #comment_content {
	width: 98%;
	height: 52px;
}

.entry_view #comment_submit {
	margin-top: 5px;
}

.entry_view .lower {
	border-top: 2px solid #FFF;
	padding: 10px 10px 0px 10px;
}

.entry_view.lite .lower {
	display: none;
}

.entry_view .lower .user{
	color: #709A28;
}

.entry_view .followers {
	display: none;
	min-height: 20px;
	height: auto!important;
	height: 20px;
}

.entry_view.active .followers {
	display: block;
}

.entry_view form.favorite, .entry_view form.entry_delete {
	width: 20px;
	float: left;
}

.entry_view form.entry_delete {
	display: none;
}

.entry_view.removeble form.entry_delete {
	display: block;
}

.entry_view .followers span {
	padding-left: 5px;
	cursor: pointer;
	width: 19px;
	height: 19px;
	float: left;

}

.entry_view .followers span.unfavorite {
	background-position: -146px -129px;
}

.entry_view .followers span.favorite {
	background-position: -146px -111px;
}

.entry_view .followers span.copy_url {
	background: url("/images/copy-url.png") no-repeat;
}

.entry_view .followers span.entry_delete {
	background: url("/images/delete-entry.png") no-repeat;
}

.entry_url {
	background-color: #EAFDCF;
	margin-top: 4px;
}

.entry_url input[type="text"] {
	font-size: 12px;
	width: 90%;
}

.entry_view a.new_comment, .entry_view form#new_comment {
	display: none;
}

.entry_view.active form#new_comment {
	display: block;
}

.entry_view form.new_comment {
	height: 90px;
}

#entry_panel {
	background-color: #DAF0FD;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

#entry_panel .scroll_btn {
	cursor: pointer;
	position: absolute;
	width: 26px;
	height: 103px;
	z-index: 10;
}

#entry_panel #left.scroll_btn {
	background-position: 0 0;
	left: 0;
	margin-top: 50px;
}

#entry_panel #right.scroll_btn {
	background-position: 0 -103px;
	right: 0;
	margin-top: 31px;
}

#entry_panel #left.scroll_btn:hover {
	background-position: -26px 0;
}

#entry_panel #right.scroll_btn:hover {
	background-position: -26px -103px;
}

#entry_panel #left.scroll_btn.down {
	background-position: -52px 0;
}

#entry_panel #right.scroll_btn.down {
	background-position: -52px -103px;
}

#entry_list {
	display: block;
	list-style-type: none;
	margin: 0 0 0 28px;
	overflow: hidden;
	padding: 4px 24px 4px 4px;
	white-space: nowrap;
	height: 130px;
	position: relative;
}

#entry_list_cache {
	display: none;
}

#entry_list .private {
	margin: 10px 0 0 400px;
}

.private {
	width: 260px;
}

#entry_list .entry, #entry_list #loader {
	display: -moz-inline-stack;
	display: inline-block;
	height: 50px;
	width: 200px;
}

.entry {
	position: relative;
}

#entry_list #loader.center {
	display: block;
	margin: 45px auto;
}

.entry .top, .entry .bottom, .entry .tag_body, .entry:hover .top, .entry:hover .bottom, .entry:hover .tag_body, .entry.down .top, .entry.down .bottom, .entry.down .tag_body {
	background-repeat: repeat-x;
}

.entry .tl, .entry .tr, .entry .top, .entry .tagr {
	height: 33px;
}

.entry .bl, .entry .br, .entry .bottom {
	height: 17px;
}

.entry .top, .entry .bottom {
	margin: 0 11px 0 14px;
}

.entry .tl {
	background-position: left 0;
}

.entry .tr {
	background-position: right -191px;
}

.entry .bl {
	background-position: left -35px;
}

.entry .br {
	background-position: right -226px;
}

.entry .tagr {
	background-position: right -156px;
	float: left;
}

.entry .tag_body {
	background-position: center -417px;
	height: 28px;
	margin: 0 11px 0 0;
	padding: 5px 0 0 2px;
	max-width: 168px;
	width: auto!important;
	width: 168px;
	overflow: hidden;
}

.entry .top {
	background-position: center -452px;
}

.entry .bottom {
	background-position: center -487px;
	position: relative;
}

.entry:hover .tag_body {
	background-position: center -504px;
}

.entry:hover .top {
	background-position: center -539px;
}

.entry:hover .bottom {
	background-position: center -574px;
}

.entry.down .tag_body {
	background-position: center -591px;
}

.entry.down .top {
	background-position: center -626px;
}

.entry.down .bottom {
	background-position: center -661px;
}

.entry .left, .entry .right, .entry:hover .left, .entry:hover .right, .entry.down .left, .entry.down .right {
	background-image: url("/images/entry-frame-s.png");
	background-repeat: repeat-y;
}

.entry .left {
	background-position: left center;
}

.entry .right {
	background-position: -50px center;
}

.entry:hover .left {
	background-position: -250px center;
}

.entry:hover .right {
	background-position: -300px center;
}

.entry.down .left {
	background-position: -500px center;
}

.entry.down .right {
	background-position: -550px center;
}

.entry:hover .tl {
	background-position: left -52px;
}

.entry:hover .tr {
	background-position: right -278px;
}

.entry:hover .bl {
	background-position: left -87px;
}

.entry:hover .br {
	background-position: right -313px;
}

.entry:hover .tagr {
	background-position: right -243px;
}

.entry.down .tl {
	background-position: left -104px;
}

.entry.down .tr {
	background-position: right -365px;
}

.entry.down .bl {
	background-position: left -139px;
}

.entry.down .br {
	background-position: right -400px;
}

.entry.down .tagr {
	background-position: right -330px;
}

.entry .body {
	background: transparent url("/images/entry_bg_7.png") repeat;
	color: #555555;
	margin: 0 11px 0 10px;
	padding: 4px;
	height: 76px;
	overflow: hidden;
	white-space: normal;
}

.entry:hover .body, .entry.down .body {
	background-image: url("/images/entry_bg_9.png");
}

.entry .heat_bar {
	background-color: #95CC8C;
	margin-top: 1px;
	height: 4px;
	left: -9px;
	position: absolute;
	overflow: hidden;
}

.entry .body img, #notifier img {
	border: 2px solid white;
	display: block;
	float: left;
	margin-right: 4px;
	max-height: 76px;
	max-width: 165px;
	width: auto;
}

.tabs {
	background-color: #2CA4DB;
	border-top: 2px solid white;
	padding: 0 4px 8px 32px;
}

#entry_panel .tabs {
	padding: 0 80px 3px 32px;
}

.tabs .tab {
	border-collapse: collapse;
	display: -moz-inline-stack;
	display: inline-block;
	cursor: pointer;
	margin: 0 4px 5px 0;
	padding: 0;
	position: relative;
	top: -2px;
}

.close_all_btn {
	position: absolute;
	margin-top: 5px;
	right: 12px;
}

.close_all_btn, .redirect_to_home, #ui_intro li.next_intro, #ui_intro li#finish_intro {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	padding: 1px 3px;
	color: #FFF;
	background-color: #80BB3C;
	border: 1px solid white;
}

.redirect_to_home a, .redirect_to_home a:hover {
	color: #FFF;
	text-decoration: none;
}

.redirect_to_home {
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	float: right;
	top: 4px;
}

.close_all_btn:hover, .redirect_to_home:hover {
	background-color: #FD8700;
}

.tabs .tab.ad_hoc {
	margin-left: 20px;
}

#entry_panel .tabs .tab {
	border-top: 2px solid white;
}

#entry_panel .tabs .tab:hover, #entry_panel .tabs .tab.updated {
	background-color: #FD8700;
}

.tabs .tab .tab_body {
	padding: 3px 7px 2px 7px;
}

.tabs .tab.selected .tab_body {
	padding-top: 5px;
}

#entry_panel .tabs .tab .tab_body {
	color: #EAFDCF;
	font-weight: bold;
	border: 2px solid white;
	border-top-width: 0;
	float: left;
}

#entry_panel .tabs .tab.selected .tab_body {
	color: #0587C1;
}

#entry_panel .tabs .tab .bl {
	background-position: 0 -1011px;
}

#entry_panel .tabs .tab .br {
	background-position: right -1011px;
}

.tabs .tab .bl, .tabs .tab .br {
	bottom: 0;
	position: absolute;
	width: 7px;
	height: 7px;
}

#entry_panel .tabs .tab .bl, #expandable .tabs .tab .bl, #dialog .tabs .tab .bl {
	left: 0;
}

#expandable .tabs .tab .bl, #dialog .tabs .tab .bl {
	height: 8px;
}

#entry_panel .tabs .tab .br, #expandable .tabs .tab .br, #dialog .tabs .tab .br {
	right: 0;
}

#expandable .tabs .tab .br, #dialog .tabs .tab .br {
	height: 8px;
}

#entry_panel .tabs .tab.selected {
	background-color: #DAF0FD;
	cursor: auto;
}

#entry_panel form.remove_tab {
	display: none;
}

#entry_panel div.remove_tab {
	width: 17px;
	height: 17px;
	background-position: -129px -77px;
	float: left;
}

#overlay, #ui_intro_overlay {
	background-color: black;
	filter: alpha(opacity=50);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.5;
	z-index: 1000;
}

#dialog_container, #ui_intro_container {
	top: 70px;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

#dialog_container {
	z-index: 1005;
}

#ui_intro_container {
	height: 100%;
}

#dialog, #login_dialog {
	margin: 0 auto;
	position: relative;
}

#login_dialog {
	width: 300px;
}

#dialog {
	width: 600px;
}

#dialog .ctrl_bar .close {
	cursor: pointer;
	margin: 5px 0 0 0;
}

#dialog dd{
	padding: 5px 0 10px 0;
	margin-left: 27px;
}

#dialog .submit_btn {
	margin: 5px 0 0 27px;
}

#dialog .contents {
	border-top: 2px solid #FFF;
	padding: 15px 10px 3px 20px;
	background-color: #EAFDCF;
	height: 290px;
	margin-top: 10px;
	overflow: auto;
	position: relative;
}

#dialog .title {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #91C733;
	border: 2px solid white;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	width: 150px;
	text-align: center;
	position: absolute;
	margin-bottom: -10px;
	left: 15px;
	z-index: 100;
}

#dialog #user_bio {
	height: 100px;
}

#dialog div#account_services, #dialog div#account_recommended_users {
	height: 290px;
}

#dialog #account_services h3 {
	margin-top: 0;
}

#dialog #account_services ul {
	padding-left: 10px;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 20px;
}

#dialog #account_services li {
	padding-bottom: 2px;
}

#dialog #account_services p {
	font-size: 9pt;
	color: #717968;
}

#dialog .service_available {
	padding-left: 10px;
	float: left;
	height: 250px;
	width: 35%;
}

#dialog a.new_service, #dialog .service_list a.service_icon {
	padding: 0 20px;
	height: auto;
	width: auto;
	display: inline;
}

#dialog a.delete_service {
	float: right;
}

#dialog .service_status {
	float: left;
	padding-left: 25px;
	height: 250px;
	width: 300px;
}

#dialog form.new_service input[type="text"] {
	width: 90%;
}

#dialog #account_bookmarklet h3 {
	margin-top: 0;
}

#dialog #account_bookmarklet li {
	border-top: 1px dashed #CCCCCC;
	list-style-type: none;
	padding: 20px 0 10px 0;
	margin: 20px 0 0 0;
}

#dialog .tab.hidden {
	display: none;
}

#dialog #users_list, #dialog #groups_list {
	min-height: 248px;
	height: auto!important;
	height: 248px;
}

#dialog #users_list li, #dialog #groups_list li {
	border-bottom: 1px dashed #D2DADA;
	float: left;
	padding: 5px 0 4px 0;
}

#dialog #users_list .avatar, #dialog #groups_list .avatar {
	float: left;
	width: 72px;
	overflow: hidden;
}

#dialog #users_list .bio, #dialog #groups_list .description {
	float: left;
	min-height: 70px;
	width: 360px;
	margin: 0 5px 0 5px;
}

#dialog #users_list .user_actions, #dialog #groups_list .group_action {
	float: right;
	width: 80px;
}

#dialog.guidance .contents {
	height: 480px;
}

#dialog.guidance .group_invites, #dialog.guidance .create_tab, #dialog.guidance #friends_search, #dialog.guidance form.groups_search {
	display: none;
}

#groups_list form.group_invites, #group_list form.group_add {
	float: left;
}

#groups_list .group_invites dl {
	width: 84px;
	float: left;
	display: inline;
	cursor: pointer;
}

#groups_list .group_invites dl:hover {
	background-color: #EAFDCF;
}

#groups_list .group_invites dl.selected {
	background-color: #D4EFA6;
	font-weight: bold;
}

#groups_list .group_invites dt {
	text-align: center;
}

#groups_list .group_invites dt input {
	display: none;
}

#groups_list .group_invites dd {
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 84px;
}

#groups_list .group_invites textarea, #groups_list .group_add textarea, #groups_list .group_request textarea {
	clear: both;
	width: 520px;
}

#groups_list .list_wraper {
	margin-top: 5px;
	height: 250px;
	padding: 5px 0 5px 5px;
	overflow: auto;
}

#groups_list .description_wraper {
	margin-top: 5px;
	clear: both;
}

.pagination {
	margin: 5px 0 0 0;
}

.pagination li {
	display: -moz-inline-stack;
	display: inline-block;
	list-style-type: none;
	margin: 5px 2px;
}

.service_icon {
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	width: 16px;
	display: block;
}

.service_icon.blog {
	background-image: url("/images/blog.png");
}

.service_icon.douban {
	background-image: url("/images/douban.png");
}

.service_icon.digu {
	background-image: url("/images/digu.png");
}

.service_icon.delicious {
	background-image: url("/images/delicious.png");
}

.service_icon.fanfou {
	background-image: url("/images/fanfou.png");
}

.service_icon.picasa {
	background-image: url("/images/picasa.png");
}

.service_icon.poco {
	background-image: url("/images/poco.ico");
}

.service_icon.twitter {
	background-image: url("/images/twitter.png");
}

.service_icon.yupoo {
	background-image: url("/images/yupoo.png");
}

.service_icon.zuosa {
	background-image: url("/images/zuosa.ico");
}

.service_icon.tudou {
	background-image: url("/images/tudou.ico");
}

#profile .stats {
	padding: 1px 0 1px 15px;
}

#main.login {
	margin: 0 auto 0 auto;
	width: 960px;
}

#splash, #intro #sharing, #intro #discoveries, #intro #discussions {
	background: url("/images/firstpage.jpg") no-repeat;
}

#splash {
	background-position: 8px 5px;
	padding: 0 40px 0 600px;
	height: 400px;
}

#splash ul, #login_dialog ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#splash > h3 {
	font-size: 14pt;
	margin: 0;
	padding: 32px 32px 40px;
	text-indent: 6px;
	font-weight:100;
	line-height: 160%;
	letter-spacing: 2px;
}

#splash > h3 div {
	background-position: -78px -151px;
	float: left;
	height: 26px;
	width: 56px;
}

#splash p, #login_dialog p {
	font-size: 10pt;
	padding: 0 32px 0 32px;
	line-height: 150%
}

#splash .bubble .arrow {
	top: 72px;
}

#splash .bubble .body, #login_dialog .bubble .body {
	height: auto;
}

#splash .ctrl_bar {
	display: none;
}

#splash #login_dialog {
	width: auto;
}

#intro {
	margin: 0 auto 0 auto;
	width: 800px;
}

#intro h2 {
	border-bottom: 1px solid #999;
	color: #2AD;
	font-size: 18pt;
	letter-spacing: 0.25em;
	margin: 0;
	padding: 0.25em;
}

#intro ul {
	list-style-type: none;
	margin: 0;
	padding: 12px 0 0 0;
}

#intro ul li {
	display: block;
	float: left;
	margin: 0 0 0 50px;
	padding: 140px 0 0 0;
	text-align: justify;
	width: 200px;
}

#intro ul li h3 {
	font-size: 125%;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

#intro hr {
	clear: both;
	margin: 0 0 2em 0;
	padding: 0;
	visibility: hidden;
}

#intro #sharing {
	background-position: 0 -408px;
}

#intro #discoveries {
	background-position: -220px -408px;
}

#intro #discussions {
	background-position: -440px -408px;
}

#login {
	background-position: 160px -1295px;
	width: 165px;
	padding-right: 15px;
}

#splash .signup_btn, #login_dialog .signup_btn, .create_new_group {
	width: 76px;
	border: 2px solid #C6E197;
	margin-top: 22px;
	padding: 5px 0 5px 0;
	background-color: #EA7A0D;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#splash .signup_btn:hover, #login_dialog .signup_btn:hover, .create_new_group:hover {
	border: 2px solid #FFF;
	background-color: #FD8700;
}

#splash .bubble li, #login_dialog .bubble li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	font-size: 10pt;
}

#splash .signup_btn a, #login_dialog .signup_btn a, .create_new_group a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 20px;
	padding: 0px 18px;
	vertical-align: middle;
}

.create_new_group {
	margin-top: 5px;
	width: 100px;
	padding: 2px 0px;
	border: 2px solid #DDD;
	-moz-border-radius: 5px;
}

.create_new_group a {
	font-size: 10pt;
	padding: 0 10px 0 3px;
	text-align: center;
	font-weight: bold;
	height: 20px;
}

#login a {
	color: #FFF;
	font-size: 10pt;
}

#login .submit_btn {
	margin-right: 25px;
}

#login dl {
	clear: left;
	padding: 0 0 5px 0;
}

#login dt {
	float: left;
	line-height: 100%;
	margin: 0;
	padding: 4px 0 4px 2px;
	width: 64px;
}

#login dd {
	margin: 0;
	padding: 0;
}

#login input[type="text"], #login input[type="password"] {
	background-color: #EAFDCF;
	font-size: 120%;
	height: 20px;
	padding: 2px;
	width: 95%;
}

#login .remember_me {
	font-size: 80%;
}

#login .buttons_panel {
	margin: 0;
	padding: 5px 0 2px 2px;
}

#dialog.no_tabs .tabs {
	border-color: #FFF;
	height: 8px;
}

#dialog.no_tabs .contents {
	height: auto;
}

#dialog #account_signup {
	height: auto;
}

#dialog #account_signup p {
	padding: 5px 0 5px 125px;
	font-size: 90%
}

#dialog #account_signup p a {
	font-size: 10pt;
	padding-left: 5px;
}

#dialog #account_signup dt {
	float: left;
	text-align: right;
	width: 120px;
	padding-top: 7px;
}

#dialog #account_signup dd {
	padding: 5px 0 5px 0;
	margin-left: 125px;
}

#dialog #account_signup input[type="text"], #dialog #account_signup input[type="password"] {
	height: 17px;
	padding: 2px;
}

#dialog #account_signup .submit_btn, #dialog #account_activate .submit_btn, #dialog #users_list .submit_btn, #dialog #groups_list .submit_btn {
	margin-left: 0;
}

#dialog #account_signup .tip {
	color: #999;
	padding: 0;
}

#dialog #account_activation_notice p, #dialog #account_activate p {
	padding: 5px 0 10px 0;
}

#dialog #account_activation_notice a {
	font-size: 12pt;
}

.formError, .fieldWithErrors {
	display: inline;
}

.formError {
	color: red;
}

.loading {
	background: url("/images/loader.png") no-repeat center;
}

#status_bar {
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#status_bar ul {
	font-size: 16px;
	float: left;
	left: 50%;
	list-style-type: none;
	position: relative;
}

#status_bar li.loading {
	background-image: url("/images/loader-flower.gif");
	background-position: 3px 50%;
	background-repeat: no-repeat;
}

#status_bar li {
	background-color: #EAFDCF;
	background-image: url("/images/bulb.png");
	background-position: 3px 50%;
	background-repeat: no-repeat;
	display: none;
	float: left;
	right: 50%;
	padding: 3px 15px 3px 25px;
	position: relative;
	z-index: 1050;
}

p#status {
	display: none;
}

#status_bar p#status {
	display: block;
}

#status_bar p#status.error {
	color: red;
}

.el_account_friends_empty, .el_account_self_empty, .el_user_self_empty, .el_user_favorites_empty, .el_user_comments_empty, .el_account_user_empty {
	margin: 0 200px;
	position: absolute;
	bottom: 90px;
	font-size: 15px;
}

#hidden_flash {
	display: none;
}

#browser_upgrade {
	display: none;
}

#about {
	font-size: 12pt;
	line-height: 150%;
	margin: 0 auto;
	width: 760px;
}

#about ul {
	padding-left: 40px;
}

#about h1 {
	font-size: 150%;
	text-align: center;
}

#about h2 {
	color: #4C7702;
	font-size: 100%;
}

#about p {
	margin: 15px 0;
	text-indent: 2em;
}

#footer {
	clear: both;
	color: #888;
	font-size: 90%;
	line-height: 2em;
	padding: 0.5em;
	text-align: center;
}

#ui_intro {
	height: 100%;
}
#ui_intro .ui_intro_step {
	background-color: #EAFDCF;
	height: 150px;
	width: 250px;
	padding: 1px 10px;
	position: absolute;
}

#ui_intro_1, #ui_intro_2, #ui_intro_3, #ui_intro_4, #ui_intro_5 {
	display: none;
}

#ui_intro_0 {
	left: 50%;
	margin-left: -125px;
}

#ui_intro_1 {
	bottom: 280px;
	left: 50px;
}

#ui_intro_2 {
	bottom: 250px;
	left: 100px;
}

#ui_intro_3 {
	top: 0;
	left: 440px;
}

#ui_intro_4 {
	top: 225px;
	left: 40px;
}

#ui_intro_5 {
	top: 200px;
	right: 45px;
}

#ui_intro ul {
	bottom: 0;
	left: 50%;
	padding: 10px 0;
	position: absolute;
}

#ui_intro li {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	right: 50%;
	text-align: center;
}

#ui_intro li.next_intro, #ui_intro li#finish_intro {
	font-size: 12pt;
	height: 23px;
}

#ui_intro p.next_intro {
	display: block;
}

#ui_intro p {
	font-size: 10pt;
}

#notifier {
	position: absolute;
	left: 30px;
	width: 200px;
	bottom: 185px;
	z-index: 5;
}

#notifier.history {
	overflow: auto;
	max-height: 400px;
	height: auto!important;
	height: 400px;
	z-index: 5;
}

#notifier_toggle {
	background: transparent url("/images/notifier-toggle.png") no-repeat left 0;
	width: 19px;
	height: 22px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: 5px;
	margin-top: -30px;
}

#notifier_toggle:hover, #notifier_toggle.unread {
	background-position: -20px 0;
}

#notifier_toggle.pressed {
	background-position: -40px 0;
}

#notifier .item {
	cursor: pointer;
	display: none;
}

#notifier .tl, #notifier .tr, #notifier .top, #notifier .bl, #notifier .br, #notifier .bottom {
	background-image: url("/images/notifier-frame.png");
	background-repeat: no-repeat;
	height: 7px;
}

#notifier .tl {
	background-position: 0 0;
}

#notifier .tr {
	background-position: right -28px;
}

#notifier .top {
	background-position: 0 -14px;
}

#notifier .bl {
	background-position: 0 -7px;
}

#notifier .br {
	background-position: right -35px;
}

#notifier .bottom {
	background-position: 0 -21px;
}

#notifier .body {
	background-image: url("/images/notifier-dot.png");
	padding: 0 2px;
	overflow: auto;
}

#notifier .top, #notifier .bottom, #notifier .body {
	margin: 0 7px 0 5px;
	background-repeat: repeat;
}

#notifier .left, #notifier .right {
	background-image: url("/images/notifier-side.png");
	background-repeat: repeat-y;
}

#notifier .left {
	background-position: left;
}

#notifier .right {
	background-position: right;
}

#notifier img.avatar {
	border: 1px solid white;
	height: 36px;
	width: 36px;
}

#notifier .content.entry {
	min-height: 40px;
	margin-left: 45px;
}

#notifier span.user {
	color: #4C7702;
}

#maintanance {
	text-align: center;
}

#back_to_head {
	background-position: -182px -242px;
	margin-top: 5px;
	position: absolute;
	left: 0;
	height: 45px;
	width: 30px;
	cursor: pointer;
}

#back_to_head:hover {
	background-position: -214px -242px;
}

#back_to_head.down {
	background-position: -246px -242px;
}

.entry .body a {
	color: #4C7702;
}

.green_btn {
	background: transparent url("/images/green-btn.png") no-repeat left 0;
	border: 0 none;
	height: 24px;
	width: 74px;
	padding: 0 2px 2px 2px;
	margin-bottom: 10px;
	cursor: pointer;
	outline: 0;
}

.green_btn::-moz-focus-inner {
	border-color: transparent!important;
}
.green_btn.green {
	background-position: left 0;
	color: #FFFFFF;
}

.green_btn.gray {
	background-position: left -24px;
	color: #555555;
}

.edit_tab {
	color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	position: relative;
	vertical-align: top;
	margin-top: 2px;
}

.crystal_btn .left, .crystal_btn .right, #edit_tab .body, #edit_tab_complete .body {
	background-image: url("/images/crystal-btn.png");
	background-repeat: no-repeat;
}

.crystal_btn .left {
	background-position: left 0;
}

.crystal_btn:hover .left {
	background-position: left -75px;
}

#edit_tab_complete.crystal_btn .left {
	background-position: left -150px;
}

.crystal_btn .right {
	background-position: right -50px;
}

.crystal_btn:hover .right {
	background-position: right -125px;
}

#edit_tab_complete.crystal_btn .right {
	background-position: right -200px;
}

#edit_tab .body, #edit_tab_complete .body{
	background-repeat: repeat-x;
	height: 23px;
	margin: 0 5px 0 5px;
	padding: 2px 5px 0 4px;
}

#edit_tab .body{
	background-position: left -25px;
}

#edit_tab .body:hover {
	background-position: left -100px;
}

#edit_tab_complete .body {
	background-position: left -175px;
}

.tab_body .tab_name {
	float: left;
}
