/*
=== Sohu Blog PPP StyleSheet File ================================
	Style Name: def
	Version: 1.0
	Author: Todd Lee (www.todd-lee.com)
	First Created: 2006-05-22
	Last Update: 2006-07-08
	Copyright: Sohu.com (www.sohu.com)
==============================================================
*/

/****** General Styles ******/
*{ line-height:130%}
html{border:0; overflow-y:scroll;}
body{margin:0; padding:0;}
body>table,body>div{margin-left:auto; margin-right:auto; clear:both;}
form,div,img,td,dl,dt,dd,h1,h2,h3,h4{margin:0 auto; padding:0; border:0;}
b,strong{font-weight:bold;}
body,table,a,input,textarea,select{color:#333;font:12px Verdana, Arial, Helvetica, "宋体", sans-serif;}
body{
	background: #eee;
}
a{
	text-decoration: underline;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a:focus{
	-moz-outline-style: none;
}
a.texta{
	color:#333;
}
textarea{
	padding: 2px;
	background-color: white;
	border: 1px solid #ccc;
}
select{
	background-color: white;
	border: 1px solid #ccc;
}
input.text{
	height: 18px;
	line-height: 16px;
	background-color: white;
	border: 1px solid #ccc;
}
input.button{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
}
input.button-submit{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
	color: red;
}
/****** Sortable Element Styles ******/
.targeter {
	border: none;
	border: 1px dashed red;
	background: none;
	padding: 2px;
}
/****** Info Box Styles ******/
.infoBox {
	border:1px solid #ccc;
	padding:5px;
	margin:0px;
	background-color: #ffffe1;
	color: #333;
}
/* a style which makes div touch the bottom of content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}

/****** Main Layout Styles ******/
#wrapper{
}
#innerWrapper{
	width:950px;
}
#topPadding{
	height: 5px;
	line-height: 1px;
}
#header{
	background: white url(images/headerBg.jpg) no-repeat top left;
	height: 100px;
}
#innerHeader{
	padding: 25px 30px 5px;
}
#navBar{
	background: white url(images/navBarBg.jpg) repeat-x top;
	height: 33px;
	border: 1px solid #ccc;
	border-bottom: none;
}
#innerNavBar{
	padding: 0px 30px;
}
#indiBar{
	background: white url(images/indiBarBg.jpg) repeat-x top;
	height: 38px;
	border: 1px solid #ccc;
	border-top: none;
}
#innerIndiBar{
	padding: 9px 30px 0px;
}
#neckWrapper{
	display: none;
}
#mainWrapper{
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-top: none;
}
#articleContent{
	padding: 10px 30px 20px;
}
#articleInnerContent{
	width: 100%;
	overflow: hidden;
}
#footer{
	clear: both;
}
#innerFooter{
	text-align: center;
	padding: 20px 40px;
}
/****** Header Elements Styles ******/
#blogLogo{
	display: none;
}
#blogTitle{
	float: left;
}
#blogTitle, #blogTitle a, #blogTitle input{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
#blogUrl{
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}
#blogUrl a{margin:0;}
#blogUrl a img{margin-left:8px;}

#blogUrl .navUrl img{
	margin-right: 3px;
}
#blogDesc{
	clear: both;
	word-break: break-all;
	padding-top: 20px;
}
#playerBox{
	display:none;
}
/****** NavBar Elements Styles ******/
#navBar ul{
	margin: 0;
	padding: 0;
}
#navBar li{
	list-style: none;
	float: left;
	margin-top: 9px;
}
#mainNav{
	float: left;
}
#mainNav ul{
	display: block;
	float: left;
}

#mainNav li{
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
	cursor: pointer;
	margin: 4px 2px 0px 0px;
	padding: 3px 8px 3px;
	display: block;
	left: 0px;
	top: 0px;
}

#mainNav li.active{
	background: #f9f9f9;
	border-top-width: 2px;
	border-top-color: #3499cc;
	margin: 2px 2px 0px 0px;
	padding: 4px 8px 5px;
	cursor: auto;
}
#mainNav li.private{
	background: #fff6cc;
}
#mainNav li.hover{
	border-color: red;
}

#mainNav li.dropmarker{
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 1px solid red;
	cursor: default;
}
#mainNav li .pageIcon{
	margin: 3px 3px 0 0;
	width: 16px;
	height: 16px;
	float: left;
}

#mainNav li .pageTitle{
	white-space: nowrap;
	font-weight: bold;
	float: left;
	margin-top: 4px;
	cursor: pointer;
}
#mainNav li .pageTitleHover{
	background-color: #ddd;
}
#mainNav li input{
	margin: 1px 0px -1px;
	height: 16px !important;
	height: 14px;
	border: 1px solid #ccc;
}
#mainNav li .pageCls{
	background: url(images/ico_pageCls.gif);
	margin: 1px 0 4px 6px;
	cursor: pointer;
	height: 11px;
	width: 11px;
	float: left;
}
#mainNav li .pageClsHover{
	background-color: #ddd;
}
#mainNav li .pageOpt{
	background: url(images/ico_pageOpt.gif);
	margin: 12px 0px -6px -11px;
	cursor: pointer;
	height: 11px;
	width: 11px;
	float: left;
}
#mainNav li .pageOptHover{
	background-color: #ddd;
}
#mainNav #newPageBtn{
	background: url(images/ico_addPage.gif) no-repeat left;
	background-position:left center !important;
	float: left;
	margin: 11px 0px 0px 4px;
	padding: 0px 0px 0px 20px;
}
#mainNav a{
	text-decoration: none;
}
#mainNav a span{
	white-space: nowrap;
	font-weight: bold;
	display: block;
	float:left;
	margin-top: 4px;
	padding-top: 0px !important;
	padding-top: 3px;
	cursor: pointer;
}

#optionNav{
	float: right;
}
#optionNav li{
	margin-left: 20px;
	position: relative;
}
#optionNav li img.new{
	width: auto;
	height: auto;
	position: absolute;
	right: -8px;
	top: -8px;
}
#optionNav a{
	background: no-repeat left center;
	padding: 2px 0px 0px 20px;
	text-decoration: none;
}
/*#navBar li.indiOpt{
	margin-top: 4px;
	padding: 5px 8px 7px;
}
#navBar li.indiOptActive{
	background: url(images/navBarIndiActiveBg.jpg) repeat-x left bottom;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-top: 3px;
	padding: 5px 7px 7px;
}*/
#navBar a.navNewMod{ background-image: url(images/ico_mod.gif);}
#navBar a.navEditTheme{ background-image: url(images/ico_theme.gif);}
#navBar a.navSysOpt{ background-image: url(images/ico_sys.gif);}

#navBar .navSysArrow{
	background:url(images/ico_submenushow.gif) center;
	border-left: 1px solid #ccc;
	margin: 1px 1px 1px 3px;
	padding: 0 5px;
	cursor: pointer;
}
#navBar .navSysArrow-over{
	background-color: #ddd;
}
/****** IndiBar Elements Styles ******/
.menuSub-div {
	border: 2px solid #ccc;
	background: white;
}



.menuSub-div *{color:#333;font:12px Verdana, Arial, Helvetica, "宋体", sans-serif;}
.menuSub-div a{
	color:#333 !important;
	text-decoration: underline;
}
.menuSub-div a:hover{
	color: red !important;
	text-decoration: underline;
}
.menuSub-div input.text{
	color:#333;
	height: 18px;
	line-height: 16px;
	background-color: white;
	border: 1px solid #ccc;
}
.menuSub-div input.button{
	color:#333;
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
}
.menuSub-div input.button-submit{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
	color: red;
}
.menuSub-div fieldset{
	margin: 5px 5px 10px;
}
.menuSub-div legend{
	margin-bottom: 0px;
}
.menuSub-div .btnfield{
	margin: 10px;
}

.subMenu-maintitle {
	margin: 0px 2px 5px;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.subMenu-maintitle .cls {
	float: right;
	padding: 0 2px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(images/ico_cls.gif) center no-repeat;
}
.subMenu-content {
	padding: 0;
}
.subMenu-content .more {
	border-top: 1px solid #ccc;
	margin: 5px 2px 0px;
	text-align: right;
	padding: 5px 5px 2px 2px;
}
.subMenu-btnfield {
	margin: 5px 2px 0px;
	padding: 5px;
	border-top: 1px solid #ccc;
}
.subMenu-btnfield .button-submit {
	margin-right: 10px;
}
.subMenu-title {
	margin: 5px 4px;
	padding: 4px 5px 0px 12px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	background-position: left center;
	background-repeat: no-repeat;
}
.subMenu-title-out {
	background-image: url(images/ico_submenuhide.gif);
}
.subMenu-title-active {
	background-image: url(images/ico_submenushow.gif);
}
.subMenu-title-over {
	background-color: #f6f6f6;
	cursor: pointer;
}
.menuInnerSub-div {
}
.menuInnerSub-div ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
.menuInnerSub-div ul label {
	cursor: pointer;
}
.menuSub-out {
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 2px;
	margin: 1px 2px;
	cursor: pointer;
	/*position: relative;*/
}
/*收费模板*/
.menuSub-out .span_jsy {display:block; clear:both; background:#666; width:47px; height:19px; line-height:19px; color:#fff; text-align:center; margin-top:3px; margin-left:9px;}

.div_jsf {color:#da1300;}

.menuSub-out .span_jgm {display:block; overflow:hidden; clear:both; width:55px; height:14px; line-height:14px; border:#ccc 1px solid; padding:1px; margin-top:3px; font-family:arial; font-size:10px;}
.menuSub-out .span_jgm font {background:#d34400; color:#fff; font-size:12px;}
.menuSub-out .span_jgm b {font-family:"宋体"; font-size:12px; margin-left:3px;}
/**/
.menuSub-out img {
	vertical-align: middle;
}
.menuSub-over {
	background-color: white;
	border-color: red;
}
.menuSub-down {
	background-color: #ddd;
}
.menuSub-disabled {
	color: #999;
	background-color: #eee;
	cursor: default;
}
.menuSub-active {
	border-color: #3499cc;
}
.menuSub-div-newPage {
	width: 124px !important;
	width: 120px;
	padding: 3px 0;
}
.menuSub-div-conEntry {
	width: 264px !important;
	width: 260px;
	padding: 3px 0;
}
.menuSub-div-newPage .menuInnerSub-div img {
	width: 16px;
	height: 16px;
}
.menuSub-div-newMod {
	width: 400px !important;
	width: 400px;
	padding: 3px 0;
}
/*.menuSub-div-newMod .subMenu-title {
	margin: 0px 4px;
	padding: 4px 5px 0px;
	background-color: white;
	border-bottom: none;
}*/
.menuSub-div-newMod .menuInnerSub-div {
	padding: 0px 5px 3px;
	border-bottom: 1px solid #eee;
}
.menuSub-div-newMod .menuInnerSub-div div {
	float: left;
	width: 120px;
	/*overflow: hidden;*/
	position: relative;
	height:21px;
	overflow:hidden;
	line-height:21px;
}
.menuSub-div-newMod .menuInnerSub-div img {
	width: 16px;
	height: 16px;
}
.menuSub-div-newMod .menuInnerSub-div img.new {
	width: auto;
	height: auto;
	position: absolute;
	right: -2px;
	top: -2px;
}
.menuSub-div-colStyle {
	width: 286px !important;
	width: 289px;
	padding: 3px 0;
}
.menuSub-div-colStyle .menuInnerSub-div div, .menuSub-div-theme .menuInnerSub-div div {
	float: left;
	position: relative;
}
.menuInnerSub-div-colStyle img {
	width: 60px;
	height: 50px;
}
.menuInnerSub-div-ico img {
	width: 16px;
	height: 16px;
}

.menuSub-div-theme {
	width: 560px !important;
	width: 564px;
	padding: 3px 0;
}
.menuInnerSub-div-theme img {
	width: 60px;
	height: 50px;
}
.menuInnerSub-div-theme img.new {
	width: auto;
	height: auto;
	position: absolute;
	right: 2px;
	top: 2px;
}

.menuSub-div-cusTheme {
	width: 494px !important;
	width: 490px;
	padding: 3px 0;
	/*background: #eee;*/
}
.menuSub-div-cusTheme .subMenu-title{
	margin: 5px 0px 0px 5px;
	padding: 5px 7px;
	border: none;
	float: left;
}
.menuSub-div-cusTheme .subMenu-title-out {
	padding: 6px 8px 5px;
	background-color: #f6f6f6;
	background-image: none;
	border: 1px solid #eee;
	border-bottom: none;
}
.menuSub-div-cusTheme .subMenu-title-over {
	padding: 6px 8px 5px;
	background-color: #ddd;
	border: 1px solid #ccc;
	border-bottom: none;
}
.menuSub-div-cusTheme .subMenu-title-active {
	padding: 6px 8px 5px;
	background-color: #ddd;
	background-image: none;
	border: 1px solid #ccc;
	border-bottom: none;
	font-weight: bold;
}
.menuSub-div-cusTheme .subMenu-content{
	/*height: 400px;
	overflow: auto;*/
}
.menuSub-div-cusTheme .menuInnerSub-div{
	clear: both;
	padding: 0 10px;
	margin: 0 5px;
	border-top: 2px solid #ccc;
	height: 320px;
	/*background: white;*/
}
.menuSub-div-cusTheme td {
	padding: 3px;
	vertical-align: bottom;
}
.menuSub-div-cusTheme li {
	padding: 3px 0;
}
.menuSub-div-cusTheme iframe{
	width:230px;
	height:22px;
	overflow:hidden
}
.menuSub-div-cusTheme .cusThemeClean{
	border-top: 2px solid #ccc;
	margin: 10px 4px;
	padding: 10px 0px 0;
}
.menuSub-div-cusTheme .infoBox{
	margin: 0 5px;
}
.menuSub-div-cusTheme .headerBgiSmp, .menuSub-div-cusTheme .bodyBgiSmp{
	background: white;
	float: left;
	margin: 5px;
	border: 1px solid #ddd;
	padding: 2px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
}
.menuSub-div-cusTheme .headerBgiSmp-over, .menuSub-div-cusTheme .bodyBgiSmp-over{
	border-color: red;
}
.menuSub-div-cusTheme .headerBgiSmp-active, .menuSub-div-cusTheme .bodyBgiSmp-active{
	border-color: #3499cc;
	border-width: 2px;
	padding: 1px;
}



/****** ModContainer Elements Styles ******/
.modCtnInfo-private{
	background: #fff6cc;
	border-bottom: 1px solid #ccc;
	padding: 5px 30px 2px;
}
.public {
	background-color: #ffc !important;
	color:#666 !important;
	border:0 !important;
}
.modCtnInfo-noMod{
	padding: 5px 30px 2px;
}
#modContainer{
	padding: 10px;
}
#modContainerTable{
	width: 100%;
}
.col{
	vertical-align: top;
	height: 100px;
}
.colDiv{
	height: 100%;
}
/****** Mod Elements Styles ******/
.mod{
	background: white;
	display: block;
	border: 3px solid #eee;
	margin: 5px 5px;
}
.mod .modFrame{
	border: 1px solid #cfdfff;
}
.mod .modTable{
	width: 100%;
	table-layout: fixed;
}
/***********/
.mod .mheader{
	overflow: hidden;
}
.mod .lt{
	width: 0;
}
.mod .t{
	width: 100%;
	background: #eef6ff url(images/modHeaderBg.jpg) repeat-x top;
	height: 22px;
	padding: 0 2px;
	overflow: hidden;
}
.mod .modHeader{
	height: 16px;
	overflow: hidden;
}
.mod .rt{
	width: 0;
}

.mod .mneck{}
.mod .ec{}
.mod .modEditCon{
	margin:0px 1px 1px 1px;
	background: #EFF5FF;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #B9D0ED;
	border-top: 1px solid #D3E2F4;
}

.mod .mbody{}
.mod .l{width: 0px;}
.mod .c{
	vertical-align: top;
	padding: 7px;
}
.mod .modCon{
	overflow: hidden;
	/*overflow: auto;*/
}
.mod .r{width: 0px;}

.mod .mfooter{}
.mod .lb{}
.mod .b{height: 0px;}
.mod .rb{}
/***********/
.mod .modShow, .mod .modHide{
	cursor: pointer;
	float: left;
}
.mod .modShow, .mod .modHide{
	width: 16px;
	height: 16px;
	background: url(images/ico_showMod.gif) center no-repeat;
}
.mod .modHide{
	background-image: url(images/ico_hideMod.gif);
}
.mod .modTitle{
	float: left;
	padding: 1px 2px 0;
	height: 16px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
}
.mod .modTitle, .mod .modTitle a{
	font-weight: bold;
}
.mod .modEdit{
	float: right;
	padding: 1px 2px 0;
	cursor: pointer;
}
.mod .modEdit a{
	text-decoration: underline;
}
.mod .modCls{
	float: right;
	padding: 0 2px;
	cursor: pointer;
}
.mod .modCls{
	width: 16px;
	height: 16px;
	background: url(images/ico_cls.gif) center no-repeat;
}
.mod .modRfs{
	float: right;
	padding: 0 2px;
	cursor: pointer;
}
.mod .modRfs{
	width: 16px;
	height: 16px;
	background: url(images/ico_rfs.gif) center no-repeat;
}
.mod .modAdw{
	float: right;
	padding: 0 2px;
	cursor: pointer;
}
.mod .modAdw{
	text-decoration: underline;
	height: 16px;
	background: url(images/ico_adw.gif) left no-repeat;
	padding-left:18px;
}
.mod .modIco{
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}
.mod .modIco img{}
/****** Pop Window Styles ******/
.mod .divBtn{
	padding: 20px 10px 5px;
	text-align: center;
}
.mod .divBtn input{
	margin: 0 10px;
}
/****** hide object when dragging ******/
.mod .divFlashSpacer{
	border: 1px dashed #ccc;
	margin: 0;
}
/****** Footer Elements Styles ******/
#powered, #contact, #copyright{
	margin: 10px 0;
}
/****** Loading Bar Elements Styles ******/
.loadBar {
	border: 2px solid #eee;
}
.loadBar div{
	padding: 2px 5px;
	background-color: #cc4444;
	color: white;
}
.loadBar img{
	vertical-align: middle;
	margin-right: 5px;
}
.okBar div{
	background-color: #669933;
}
.okBar img{
	display: none;
}
/****** tip Elements Styles ******/
#tooltip{
	border: 3px solid #eee;
	position: absolute;
	z-index: 2000;
	background: white;
}
#tooltip .modFrame{
	padding: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#tooltip .modFrame, #tooltip .modFrame div{
	color: #333;
}
/****** pop window Elements Styles ******/
.popWin{
	background: white;
}
.popWin div{
	margin: 0;
}

/****** content Label Elements Styles ******/
#contentLabelBox {
}
#innerContentLabelBox {
	float: left;
	height: 25px;
}
.contentLabel {
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	border: 1px solid #cecece;
	background-color: white;
	padding: 3px 8px 3px;
	margin: 0px 1px;
	cursor: pointer;
}
.contentLabel:hover {
	border: 1px solid #ccc;
	text-decoration: none;
}
.contentLabelActive {
	font-weight: bold;
	line-height: 24px;
	border: 1px solid #cecece;
	background-color: #cecece;
	padding: 3px 8px 3px;
	margin: 0px 1px;
	cursor: default;
}
.contentLabel-new {
	line-height: 22px;
	float: right;
	padding:15px 0 0 0;
}
/****** mainContent and sidebar Elements Styles ******/
#mainContent{
	float: left;
	margin-left: -230px;
	width: 100%;
	overflow: hidden;
}
#mainInnerContent{
	margin-left: 230px;
}
#sidebar{
	padding: 10px 10px 20px;
	width: 180px;
	float: right;
}
/****** item box ******/
.item{
	margin-bottom: 5px;
}
.item-top{}
.item-bottom{}
.item-title{
	padding: 10px 5px 5px;
	border-bottom: 1px solid #ccc;
}
.item hr{
	margin: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}
.item-title h3{
	float: left;
}
.item-title h3, .item-title h3 a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.item-label{
	float: right;
	padding-top: 0 !important;
	padding-top: 3px;
}
.item-label a{
	color: #006699;
	margin-left: 4px !important;
	margin-left: auto;
}
.item-label img{
	margin-left: auto !important;
	margin-left: 4px;
}
.item-body{
}
.item-body-hidden{
	display: none;
}
.item-content{
	font-size: 13px;
	overflow:hidden;
	/*word-break : break-all;*/
	border-bottom: 1px solid #ccc;
}
.item-content, .item-content *{
	line-height: 180%;
}
.item-info{
	padding: 5px 5px 10px;
}
.item-info, .item-info a, .item-info a span{
	/*color: #006699;*/
}
.info-content {
	border: none;
	padding: 10px 0px;
	word-break : break-all;
}
.info-content blockquote {
	border: 1px dashed #cecece; 
	padding: 10px;
}
.info-title {
	padding-top: 10px;
}
.info-title h3 {
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/****** panel box ******/
.panel {
	margin-bottom: 10px;
} 
.panel-title{
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
}
.panel-title h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.panel-title h3 img {
	display: none;
}
.panel-content {
	padding: 3px 10px;
}
.panel-content ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	list-style: inside;
}
.panel-content li {
	margin: 5px 0;
}
.panel-content li a{
}


.ptags{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ptags li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}
.ptags a{
	text-decoration: none;
	line-height: 180%;
	white-space: nowrap;
}
.ptag_1, .ptag_1 a{
	font-size: 12px;
	font-weight: normal;
}
.ptag_2, .ptag_2 a{
	font-size: 12px;
	font-weight: bold;
}
.ptag_3, .ptag_3 a{
	font-size: 14px;
	font-weight: bold;
}
.ptag_4, .ptag_4 a{
	font-size: 18px;
	font-weight: bold;
}
/****** widgets ******/
.mngBtn{
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

/****** entries widget ******/
.entries-content .entriesAdd{
	vertical-align: text-bottom;
	text-align: right;
}
.entries-content .entriesAdd img{
	margin-right: 3px;
}
.entries-content .entriesAdd a{
	font-weight: bold;
	color: #339900;
}
.entries-content .entriesAdd a:hover{
	color: red;
}
.entries-content .moreEntries{
	text-align: right;
}
/****** categories widget ******/
.categories-content ul {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
}
.categories-content li {
}
.categories-content li a{
	/*text-decoration: none;*/
}
/****** latest_comments widget ******/
.latest_comments-content ul {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
}
.latest_comments-content li {
}
.latest_comments-content li a{
	/*text-decoration: none;*/
}
.latest_comments-content li a img{
	width:20px;
	height:20px;
}
/****** fresh_blogs widget ******/
.fresh_blogs-content .collect {
	margin: 5px;
	float: left;
	overflow: hidden;
	width: 54px;
}
.fresh_blogs-content .collect .collectIco {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	display: block;
}
.fresh_blogs-content .collect img {
	height: 48px;
	max-height: 48px;
	max-width: 48px;
}
.fresh_blogs-content .collect span {
	margin-top: 2px;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.fresh_blogs-content hr{
	margin: 5px 0px !important;
	margin: -5px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #cecece;
	clear:both;
}
/****** links widget and custom links ******/
.links-content .link, .Custom_Links-content .link{
	padding-top: 2px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.links-content .tit, .Custom_Links-content .tit{
	overflow: inherit !important;
	height: auto !important;
	overflow: hidden;
	height: 16px;
	margin-bottom: 2px;
}
.links-content .tit a, .Custom_Links-content .tit a{
	font-weight: bold;
}
.links-content .desc, .Custom_Links-content .desc{
	overflow: inherit !important;
	height: auto !important;
	overflow: hidden;
	height: 16px;
}
.links-content .linksAdd, .Custom_Links-content .linksAdd{
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
.links-content .opr, .Custom_Links-content .opr{
	float: right;
	right: 0px;
	top: 0px;
}
.links-content .opr img, .Custom_Links-content .opr img{
	margin-left: 2px;
	cursor: pointer;
}
.links-content .linkEdit, .Custom_Links-content .linkEdit{
	border: 2px solid #eee;
	margin-bottom: 2px;
}
.links-content .editFrame, .Custom_Links-content .editFrame{
	border: 1px solid #ccc;
	padding: 5px;
}
.links-content .linkEdit .clsLinkEdit, .Custom_Links-content .linkEdit .clsLinkEdit{
	float: right;
	padding: 0 2px;
	cursor: pointer;
}
.links-content .linkEdit .linkEditHeader, .Custom_Links-content .linkEdit .linkEditHeader{
	font-weight: bold;
}
.links-content .editContent, .Custom_Links-content .editContent{
	clear: both;
}
.links-content .editContent input, .Custom_Links-content .editContent input{
	line-height: 14px;
}
/****** pp widget ******/
.pp-content .ppMng{
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}
.pp-content .ppFlash{
	text-align: center;
}
/****** profile widget ******/
.profile-content #profile_photo{
	text-align: center;
}
.profile-content hr{
	margin: 5px 0px !important;
	margin: -5px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #cecece;
	clear:both;
}
.profile-content #profile_content{
	white-space: nowrap !important;
	overflow: auto !important;
	white-space: inherit;
	overflow: inherit;
	word-break: break-all;
}
.profile-content .profileMng{
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}
/****** stats widget ******/
.stats-content ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
.stats-content li {
	list-style: none;
}
.stats-content #sogouRank {
	margin-top: 4px;
}
.stats-content #sogouRank span, .stats-content #sogouRank div {
	float: left;
}
.stats-content #sogouRank .imgborder {
	width: 65px;
	height: 7px;
	_width /**/: 69px;
	_height /**/: 11px;
	padding: 2px;
	float: left;
	background: url(http://www.sogou.com/images/prbar.gif) no-repeat left;
	cursor: pointer;
	margin: 2px 2px 0 0;
}
.stats-content #sogouRank span img {
	height: 7px;
}
/****** refer widget ******/
.refer .referItem{
	clear: both;
	line-height: 18px;
	margin-bottom: 6px;
	overflow: hidden;
	height: 36px;
}
.refer .referIco{
	width: 34px;
	height: 34px;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
	text-align:center;
	margin-right: 5px;
}
.refer img{
	height: 32px;
}
.refer span{
	font-weight: bold;
	line-height: 20px;
}
/****** music widget ******/
.music-content .musicMng{
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}
.music-content .musicFlash{
	text-align: center;
}
/****** messages widget ******/
.messages-content .messagesMng{
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}
.messages-content .msg{
	padding-top: 2px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.messages-content .aName span{
	overflow: hidden;
	height: 18px;
	margin-bottom: 2px;
}
.messages-content .aName a, .messages-content .raName span{
	font-weight: bold;
}
.messages-content .aName .aIco{
	float:left;
	border:1px solid #ccc;
	margin-right:2px;
}
.messages-content .aName .aIco img{
	width: 32px;
}
.messages-content .content, .messages-content .reply .rContent{
	padding: 2px 0px 0px;
	line-height: 150%;
	clear: both;
}
.messages-content .msgOpr, .messages-content .rplOpr{
	float: right;
	right: 0px;
	top: 0px;
}
.messages-content .msgOpr img, .messages-content .rplOpr img{
	margin-left: 2px;
	cursor: pointer;
}
.messages-content .reply, .messages-content .rplFormBox{
	margin: 2px 0px 0px 10px;
	padding-top: 2px;
	border-top: 1px solid #ccc;
}
.messages-content .writeMsg{
	float: left;
}
.messages-content .writeMsg a{
	font-weight: bold;
}
.messages-content .moreMsgs{
	float: right;
}
.messages-content .msgFormBox{
	clear: both;
}

/****** view page style ******/
/* system tag cloud */
#rec{border:1px solid #ccc;margin:10px auto 10px;line-height:150%;padding:10px !important;padding:10px 10px 0px;width:670px;}
#tag_cloud{	padding: 0 5px 0 5px;	overflow: hidden;	list-style: none;} #tag_cloud li{	list-style: none;	display: inline;	padding: 0 10px 0 0px;	background: none;}
#tag_cloud a{	color:#479299;	text-decoration: none;	line-height: 150%;	white-space:nowrap;}
#tag_cloud a:hover{   color: #fc7821;   text-decoration: underline;}
#tag_cloud li.tag_popularity_1 a{  font-size: 12px;  font-weight: normal;}
#tag_cloud li.tag_popularity_2 a{  font-size: 12px;  font-weight: bold;}
#tag_cloud li.tag_popularity_3 a{  font-size: 16px;  font-weight: bold;}
#tag_cloud li.tag_popularity_4 a{  font-size: 18px;  color: #fc7821;  font-weight: bold;}

/* system tag entries */
.tagEntry{
	margin: 10px 0;
	padding: 0 10px 10px 5px;
	clear: both;
	border-bottom: 1px solid #eee;
	word-break: break-all;
	overflow: hidden;
}
.tagEntry_authorPic{
	float:left;
	padding: 1px;
	border: 1px solid #ccc;
	width:48px;
	height: 48px;
	overflow: hidden;
	margin-right: 5px;
}
.tagEntry_authorPic img{
	height: 48px;
}
.tagEntry h5{
  padding: 0;
  margin: 5px 0 5px;
  line-height: 26px;
}
.tagEntry h5 .tagEntyr_title{
  font-weight: bold;
  font-size: 13px;
}
.tagEntry_authorName{
	font-size: 12px;
	font-weight: normal;
}
.tagEntry_pubTime{
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
.tagEntry_content{
	line-height: 150%;
}
.tagListMore{
	text-align: right;
	clear: both;
}
.tagListMore a{
	margin-left: 5px;
}
/* personal tag entries */
.corEntry{
	margin: 0;
	padding: 5px 0 10px 20px;
	list-style: inside;
}
.corEntry li{
	margin: 7px 0;
	padding: 0;
	list-style: inside;
}
.corEntry a{
}
.corEntry .corEntryMore{
	list-style: none;
	padding-left: 12px !important;
	padding-left: 0;
}
/* comment emotion */
.emotionBox {
	float:left;
	width:626px;
}
.emotionBox .emotionBody {
}
.emotionBox .emotionBody a {
	float:left;
	padding:4px;
}
.emotionBox .emotionBody a:hover {
	padding:3px;
	border:1px solid #f63;
}
.emotionBox .basicEm {
	border-top:1px solid #ccc;
	padding:5px;
}
.emotionBox .emotionBar {
}
.emotionBox .emotionBar span {
	float:left;
	margin:0 3px 0 0;
	padding:3px 5px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	cursor:pointer;
	color:#666;
	background:#fff;
}
.emotionBox .emotionBar span.active {
	font-weight:bold;
	background:#FFD682 url(http://js1.pp.sohu.com.cn/ppp/blog/styles_ppp/images/emotion_tab_bg.gif) repeat-x scroll 0;
	cursor:auto;
}
.emotionBox .emotionNav {
	text-align:right;
	padding:5px 5px 0 0;
}

/* prev & next for entry */

.pn_na{
height:15px;
padding:4px;
margin-bottom:15px;
}

.previous{
float:left;
height:15px;
padding:4px;
text-align:left;
}

.previous_l{
float:left;
width:15px;
height:15px;
padding:4px 0 4px 4px;
margin-top:5px;
text-align:center;
background:url(http://js2.pp.sohu.com.cn/ppp/blog/styles_ppp/images/ico_prev.gif) 0 0 no-repeat;
}

.previous_txt{
float:left;
height:15px;
text-align:center;
color:#333333;
font-size:12px;
line-height:24px;
}

.next{
float:right;
height:15px;
padding:4px;
text-align:left;
}

.next_txt{
float:left;
height:15px;
text-align:center;
color:#333333;
font-size:12px;
line-height:24px;
}

.next_r{
float:left;
width:15px;
height:15px;
margin:5px 0 0 4px;
text-align:center;
background:url(http://js2.pp.sohu.com.cn/ppp/blog/styles_ppp/images/ico_next.gif) 0 0 no-repeat;
}
 #main-content p{margin:10px 0;}


