

/****** 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;
}*/
.textBox{ padding: 8px 0;}
.textBox .button-submit {
	 PADDING-RIGHT: 5px;  PADDING-LEFT: 5px; BACKGROUND: url(images/logo_bg.gif) no-repeat center 50px; PADDING-BOTTOM: 5px;  WIDTH: 860px;  PADDING-TOP: 5px;  HEIGHT: 80px
}
/****** Sortable Element Styles ******/
.targeter {
	border: none;
	border: 1px dashed red;
	background: none;
	padding: 2px;
}
/* a style which makes div touch the bottom of content */

li.clear{
	border-top:1px solid transparent !important;
	border-top:0;
	margin:6px 0;
	clear:both;
}



.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;
}
#blogUrl a{
	margin: 0 5px;
}
#blogDesc{
	clear: both;
	word-break: break-all;
	padding-top: 20px;
}
/****** 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 center;
	float: left;
	margin: 11px 0px 0px 4px;
	padding: 0px 8px;
}
#mainNav a{
	text-decoration: none;
}
#mainNav a span{
	white-space: nowrap;
	font-weight: bold;
	display: block;
	margin-top: 4px;
	padding-top: 0px !important;
	padding-top: 3px;
	cursor: pointer;
}

#optionNav{
	float: right;
}
#optionNav li{
	margin-left: 20px;
}
#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 ******/
#indiBar .menu-out, #indiBar .menuArrow-out{
	float: left;
	background: no-repeat left top;
	cursor: pointer;
}
#indiBar .menu-out{
	padding: 4px 0px 2px 23px;
	background-position: 4px 2px;
}
#indiBar .menu-over{
	padding: 3px 0px 1px 22px;
	background-position: 3px 1px;
	border: 1px solid #ccc;
	border-right: none;
	background-color: white;
}
#indiBar .menu-down{
	padding: 3px 0px 1px 22px;
	background-position: 3px 1px;
	border: 1px solid #ccc;
	border-right: none;
	background-color: #eee;
}
#indiBar .menuArrow-out{
	padding: 2px 3px 4px 2px;
	margin-right: 10px;
}
#indiBar .menuArrow-out img{
	background-image: url(images/ico_showMod.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 16px;
}
#indiBar .menuArrow-over{
	padding: 1px 2px 3px 2px;
	border: 1px solid #ccc;
	border-left: none;
	background-color: white;
}
#indiBar .menuArrow-down{
	padding: 1px 2px 3px 2px;
	border: 1px solid #ccc;
	border-left: none;
	background-color: #eee;
}
#indiMenuMag{
	float: left;
}
#indiMenuMag .menuArrow-out{
	margin-right: 15px;
}
#indiMenuCls{
	float: right;
}
#indiMenuCls .menu-out{
	margin-left: 15px;
}
#indiBar div.indiNewMod{ background-image: url(images/ico_mod.gif);}
#indiBar div.indiLayout{ background-image: url(images/ico_layout.gif);}
#indiBar div.indiTheme{ background-image: url(images/ico_theme.gif);}
.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;
}

.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-title {
	margin: 5px 4px;
	padding: 4px 5px 0px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	background-position: left center;
	background-repeat: no-repeat;
}
.subMenu-title-out {
	padding: 4px 5px 0px 12px;
	background-image: url(images/ico_submenuhide.gif);
}
.subMenu-title-active {
	padding: 4px 5px 0px 12px;
	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 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: 259px !important;
	width: 255px;
	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: 110px;
	overflow: hidden;
}
.menuSub-div-newMod .menuInnerSub-div img {
	width: 16px;
	height: 16px;
}
.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;
}
.menuInnerSub-div-colStyle img {
	width: 60px;
	height: 50px;
}
.menuInnerSub-div-ico img {
	width: 16px;
	height: 16px;
}

.menuSub-div-theme {
	width: 350px !important;
	width: 354px;
	padding: 3px 0;
}
.menuInnerSub-div-theme img {
	width: 60px;
	height: 50px;
}

.newModPre {
	border: 3px solid #eee;
	position: absolute;
	z-index: 1500;
	width: 350px;
}
.newModPre .newModPreFrame {
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 5px;
}
.newModPre .cls {
	float: right;
	padding: 0 2px;
	cursor: pointer;
}
.newModPre .cls{
	width: 16px;
	height: 16px;
	background: url(images/ico_cls.gif) center no-repeat;
}
.newModPre .add{
	text-align: center;
	padding: 0 2px 0 !important;
	padding: 2px 2px 0;
}
.newModPre .add a{
	color: #F60;	
	font-weight: bold;
	text-decoration: underline;
	border-bottom: none;
	padding-left: 20px;
	background: url(images/ico_add.gif) left center no-repeat;
}
.newModPre .add a:hover{
	color: red;
}
.newModPre .add span{
	color: #ccc;	
	font-weight: bold;
	border-bottom: none;
	padding-left: 20px;
	background: url(images/ico_add.gif) left center no-repeat;
}
.newModContainer {
	padding: 3px;
	clear: both;
}
/****** ModContainer Elements Styles ******/
.modCtnInfo-private{
	background: #fff6cc;
	border-bottom: 1px solid #ccc;
	padding: 5px 30px 2px;
}
.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: auto;
}
.mod .r{width: 0px;}

.mod .mfooter{}
.mod .lb{}
.mod .b{height: 0px;}
.mod .rb{}
/***********/
.mod .modShow, .mod .modHide{
	cursor: pointer;
	float: left;
	padding: 0 2px;
}
.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 .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;
}

.itemsContainer li{
	line-height: 20px;   
}
/****** 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 {
	display: none;
}
/****** 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: 150px;
	float: right;
}
/****** item box ******/
.item{
	margin-bottom: 5px;
}
.item-top{}
.item-bottom{}
.item-title{ 
    height:20px;
	padding: 5px 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;
	word-break : break-all;
	border-bottom: 1px solid #ccc;
}
.item-content, .item-content *{
	line-height: 160%;
}
.item-info{
	padding: 5px 5px 10px;
}
.item-info, .item-info a, .item-info a span{
	/*color: #006699;*/
}
.info-content {
	border-bottom:1px solid #ddd;
	padding: 10px 0px;
	word-break : break-all;
}
.info-content blockquote {
	border: 1px dashed #cecece; 
	padding: 10px;
}
.info-title {
	width:80%;
	float:left;
}
.info-pic{
	width:5%;
	float:left;
}
.info-admin{
	width:15%;
	float:left;
}
.info-info{
	margin:5px 0;
}
.bloger-reply{
	border:1px solid #ccc;
	background:#eee;
	padding:1px 8px 3px 8px;
	margin-top:3px;
}
.msgReplyContent{
	clear:both;
	margin-top:3px;
}
.info-admin{
	width:10%;
	float:left;
}
.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;

	list-style: inside;
}
.panel-content li {
	margin: 5px 0;
	list-style-type: none;
}
.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;*/
}
/****** pp_recommends-content widget ******/
.pp_recommends-content .collect {
	margin: 5px;
	float: left;
	overflow: hidden;
	width: 77px;
}
.pp_recommends-content .collect .collectIco {
	width: 73px;
	height: 73px;
	overflow: hidden;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	display: block;
}
.pp_recommends-content .collect img {
	height: 73px;
	max-height: 73px;
	max-width: 73px;
}

/****** 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;
}
/****** ۻύ ******/
.act_per_2{
    height:20px;

}
/****** links widget and custom links ******/
.links-content .link, .Custom_Links-content .link, .act_per_2{
	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,.act_part_1 a,.act_part_1 a:visited{
	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{
    float:left;
    width:122px;
	line-height: 18px;
	margin: 0 0 6px 8px;
	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 .aIco{ 
    float:left;
	margin-right:6px;
}
.messages-content .aName .font{ 
    float:left;
	
}
.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 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;}

/* blog tag cloud */
.cloud{
	float:left;
	margin: 0 3px;
}
/* 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;
}



/*ҳеblogظ*/
.rply{
   margin-left:50px;
   width:86%;
   border:1px solid #DBDBDB;
   padding:10px;
   }
.reply_msg_input{
   border:1px solid #DDDDDD;
   }
.rply_dd{
  width:250px;
  position:absolute;
  overflow:hidden;
  background:#fff;
  border-bottom:2px solid #8B8585;
  border-right:2px solid #8B8585;
  border-top:1px solid #E6E6E6;
  border-left:1px solid #E6E6E6;
  padding-bottom:10px;
  display:none;
  z-index:999999;
  
  }
  .rply_tit{
  margin:1px;background:#eee;text-align:left;
  text-indent:3px;

  margin-bottom:3px;
  height:22px;line-height:22px;
  }
  
/*ҳеblogظ*/