a:hover {
	text-decoration: underline;
}
input,textarea,select{
/*	font-size: 14px;
	font-family:Palatino,Georgia,"Times New Roman",times,serif; */
}
#wrap {
	width:750px;
	margin: auto;
}
#header {
	padding:0px;
	margin-bottom: 0px;
}
#header h1 {
	margin-top: 0px;
}
#header img {
	float: left; margin-left: 0px;
}
img {
	border: 0px;
}
#nav {
	margin-top:25px;
	padding:5px 10px;
	float: right; background: white; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	padding-right: 10px;
}
#footer {
	text-align: center;
	/*background: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/ 
}
#footer p {
	margin:0;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	display:inline;
	margin:0;
	padding:0;
	padding-right: 10px;
}

#triangle_icon{
	padding-left:62px;
}

#main {
	width:564px;
	padding:20px 20px 0px 20px;
	background: white;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.top_bar {
	padding:6px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#last_post {
	padding:3px;
	background: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.top2 {
	padding:6px;
	background: red;
	border: 3px solid #962323;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width:130px;
	text-align:center;
}
.top2 a{
	color:white;
	font-weight:bolder;
}

.top2 a:hover{ text-decoration : none; }

#bottom_left {
	background: white;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#main h2 {
	margin-bottom: 50px; margin-top: 20px;
}

#main h3 {
	color: #666666;
}

#charlimitinfo {
	color: #000000;
	font-size:12px;
	text-align:right;
	font-weight: bold;
}


#update_btn {
	margin: 10px;
	font-size: 120%;
	font-weight: bold;
	width: 100px;
}

h2 {
	margin:0 0 1em;
}
#status{
	width:520px;
	height:43px;
	margin-bottom:3px;
	font-size:18px;
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", 
				"Microsoft JhengHei", "Microsoft YaHei", Helvetica, Arial, sans-serif; 
}
.post {
	/* border-top: 1px dashed gray; */
	float:left;
	width:500px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px;
	line-height: 150%;
	text-align: justify;
	text-justify:inter-ideograph;
}
.post:hover {
	background: #E6E6E6;
}
.post span {
	float: right; 
	margin-top: -30px;
}
.user_img{
	float:left;
	width:55px;
	cursor:pointer;
}
.post_main{
	float:left;
	width:420px;
	
}
.post_content{
	float:left;
	width:385px;
}
.post_account{
	font-weight:bold;
}
.post_word a{
	font-weight:bold;
}
.post_date{
	float:left;
	width:385px;
	font-size:10px;
	color:#AAAAAA;
	font-style:italic;
}
.post_buttons{
	float:left;
	width:20px;
	visibility:hidden;
}
.post_favorite_btn{
	float:left;
	width:20px;
}
.post_garbage_btn{
	float:left;
	width:20px;
	height:16px;
}
.post_reply_btn{
	float:left;
	width:20px;
	height:16px;
}
.post_rewozai_btn{
	float:left;
	width:20px;
	height:16px;
}






.parent_post {
	/* border-top: 1px dashed gray; */
	float:left;
	width:700px;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	line-height: 150%;
	text-align: justify;
	text-justify:inter-ideograph;
}
.parent_user_img{
	float:left;
	width:85px;
}
.parent_post_main{
	float:left;
	width:395px;
}
.parent_post_content{
	float:left;
	width:395px;
}
.parent_post_account{
	font-weight:bold;
}
.parent_post_word a{
	font-weight:bold;
}
.parent_post_date{
	float:left;
	width:395px;
	font-size:10px;
	color:#AAAAAA;
	font-style:italic;
}

.sub_post {
	/* border-top: 1px dashed gray; */
	float:left;
	width:670px;
	margin-left:30px;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	padding: 10px;
	line-height: 150%;
	text-align: justify;
	text-justify:inter-ideograph;
	display:inline; 
}
.sub_post:hover {
	background: #E6E6E6;
}
.sub_post span {
	float: right; 
	margin-top: -30px;
}
.sub_user_img{
	float:left;
	width:55px;
}
.sub_post_main{
	float:left;
	width:595px;
}
.sub_post_content{
	float:left;
	width:395px;
}
.sub_post_account{
	font-weight:bold;
}
.sub_post_word a{
	font-weight:bold;
}
.sub_post_date{
	float:left;
	width:395px;
	font-size:10px;
	color:#AAAAAA;
	font-style:italic;
}






.post_user_main{
	float:left;
	width:480px;
	
}
.post_user_content{
	float:left;
	width:440px;
}
.post_user_content a{
	font-weight:bold;
}
.post_user_date{
	float:left;
	width:440px;
	font-size:10px;
	color:#AAAAAA;
	font-style:italic;
}
.post_user_buttons{
	float:left;
	width:20px;
	visibility:hidden;
}
.post_user_favorite_btn{
	float:left;
	width:20px;
}
.post_user_reply_btn{
	float:left;
	width:20px;
	padding-top:1px;
}

.bio{
	width:200px;
	word-break:break-all;
	overflow:hidden;
}

.favorite_buttons{
	float:left;
	width:20px;
	/*display:none;*/
}

.message {
	/* border-top: 1px dashed gray; */
	float:left;
	width:500px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px;
	line-height: 150%;
	text-align: justify;
	text-justify:inter-ideograph;
}
.message:hover {
	background: #E6E6E6;
}
.message span {
	float: right; 
	margin-top: -30px;
}
.message_main{
	float:left;
	width:480px;
}
.message_content{
	float:left;
	width:440px;
}
.message_date{
	float:left;
	width:440px;
	font-size:10px;
	color:#AAAAAA;
	font-style:italic;
}
.message_buttons{
	float:left;
	width:20px;
	visibility:hidden;
}
.message_reply_btn{
	float:left;
	width:20px;
	padding-top:3px;
}

.unselected img {
	/* display: none; */
}

.side_item {
	width:180px; margin-left: -20px; line-height: 200%; padding-left: 20px;
}
#side_action {
	margin-top: 20px;
}
.side_item:hover {
	/*background: #E6E6E6; */
	background: #FFFFFF;
	color: #000000;
	cursor:pointer;
}
.selected {
	background: #FFFFFF;
	color: #000000;
}


.list_side_item {
	padding:5px;
}
#list_action {
	margin-top: 0px;
}
.list_side_item:hover {
	/*background: #E6E6E6; */
	background: #EEE;
	color: #666;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.list_selected {
	background: #EEE;
	color: #666;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}




.party{
	color:#4dd8ff;
}

#user_status {
	margin-top: 10px; 
	margin-left: 40px;
}
#avatar_s {
	width:55px;
	margin-right:10px;
}
#avatar_b {
	width: 165px; 
	margin-right: 10px; 
	float: left;
}
.link_num{
	font-size: 16px;
	font-weight:bold;
}
.follow {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed gray;
}
.follow img {
	 float: left; margin-right: 20px;
}
.tabs{
	float:left;
    padding:3px;
    margin-left:5px;
    cursor:pointer;
    border-top:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
}
.tabs_selected{
	float:left;
    padding:3px;
    margin-left:5px;
    cursor:pointer;
    background:#CCCCCC;
    border-top:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
}
.tabs_selected a{
	color:#FFF;
}
#sidebar ul {
	 list-style: none;
}
#sidebar li {
	margin-top: 7px;
}
#sidebar table {
	font-size: 0.9em;
}
#sidebar td {
	padding-right: 4px;
}
#TEXTAREA_TITLE{
	font-weight:bold;
}




/*VISITOR_LAYOUT********************************************************/
#wrap_v {
	width:1025px;
	margin:auto;
}
#header_v{
	padding:35px 0px 0px 0px;
}
#main_v{
	
}
#footer_v{
	height:319px;
	background:url(/images/v/footer_bg.png) repeat-x;
}


.sidebar_search {
border-color:#999999 !important;
padding-bottom:5px !important;
padding-top:5px !important;
vertical-align:middle;
border-style:solid none solid solid;
border-width:1px 0 1px 1px;
font-size:1em;
margin:0 0 0 0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0.4em;
width:140px !important;

-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
}

#sidebar_search2 {
	background-color:#cccccc;
	background-position:center top;
	border-style:solid;
	border-width:1px;
}
#partner_ar {
	text-align:left;
	height:11px;
	padding-left:13px;
	padding-bottom:0;
	margin:0;
}
#partner_div {
	background-color:red;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding:0;
	margin:0;
}
#partner_div ul{padding:0;margin:0;list-style-type: none;/* �h�����I */}
#partner_div ul li{display: inline; /* ��ƦC */}
#partner_div ul li span{padding:0 10px;}
#partner_link a {color:red;}


#nologin_header{
	background-color:#ffffff;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}



















/* discuss mode */
.dz_post{
	border-top:1px solid #EEEEEE;
	padding:5px 0px 5px 0px;
}
.dz_post_account{
	font-weight:bold;
}
.dz_post_content{
	width:460px;
	word-wrap: break-word;
	word-break: break-all;
}
.dz_post_options{
	height:20px;
}
.dz_post_date{
	font-size:9px;
	color:#AAAAAA;
	font-style:italic;
}
.dz_reply{
	display:none;
}
.dz_reply_top{
	width:440px;
	padding:0px 0px 0px 20px;
}
.dz_reply_area{
	width:450px;
	background:#ECEFF5;
	padding:5px;
	margin-bottom:2px;
}
.dz_reply_textarea{
	width:445px;
	height:40px;
}
.dz_reply_btn{
	border:0px;
	background:#2781C3;
	color:#FFF;
	cursor:pointer;
}
.dz_replies{
	width:410px;
	word-wrap: break-word;
	word-break: break-all;
}
.dz_sub_post_options{
	display:none;
}

.loader_img{
	visibility:hidden;
}
#notice_layer{
	position:absolute;
	z-index:100;
	display:none;
}
#notice_content{
	background:#7CC0E4;
	padding:12px;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#upload_bg{
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	z-index:887;
	left:0px;
	top:0px;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
	display:none;
}

#upload_layer{
	width:100%;
	display:none;
}

#upload_win{
	width:520px;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#upload_win_bak{
	width:600px;
	border:8px solid #748f9d;
	background:#B0D9EF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#share_layer{
	width:100%;
	display:none;
}

#share_win{
	width:520px;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#share_win_bak{
	width:600px;
	border:8px solid #748f9d;
	background:#B0D9EF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#task_bar{
	display:none;
	position:absolute;
	z-index:88;
}
#task_bar_content{
	margin:0px 15px 0px 15px;
}
#event_status{
	cursor:pointer;
}
#events_bar{
	display:none;
	position:absolute;
	z-index:85;
}
#events_bar_content{
	background:#7CC0E4;
	padding:5px;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#enents_num{
	 background:url(/images/event_icon_2.png) repeat-x;
	 color:#DD0000;
	 font-size:10px;
	 font-family:"Arial Black";
}

#events_ctrl_bar{
	text-align:right;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:#7CC0E4;
	cursor:pointer;
}
#events_list{
	background:#FFF;
}
#events_content_area{
	padding:0px;
	font-size:10px;
	color:#999;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.events_entry{
	border-bottom:1px dashed #DDD;
	padding:10px 5px 10px 5px;
}

#loc_bar{
	background:#333;
	color:#FFF;
	position:fixed;
	z-index:999;
	top:0;
	width:100%;
	text-align:right;
}
#loc_bar a{
	color:#EE0000;
	font-weight:bold;
}
#address_bar{
	position:fixed;
	z-index:998;
	top:20px;
	width:100%;
	display:none;
}
#user_address{
	background:#333;
	color:#FFF;
	padding:5px;
}

.checkin{
	padding:5px;
	color:#666;
	background:#d2d8f4;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.addtips{
	padding:5px;
	color:#666;
	background:#f4e2d2;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.lbs_btns{
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#EEE;
	color:#999;
	cursor:pointer;
}