@charset "utf-8";
/* CSS Document */
body{
	font: 12px/1 Arial; 
	position:relative;
	min-height:548px;
}
h1.demoTitle{
	text-align:center;
	padding:25px 0;
	border-bottom:1px solid #ddd;
	margin:0 0 25px;
}
a{
	text-decoration:none;
}
a{
    color: #00A0E9;
}
a:hover{
    color: #FF6600;
}
.blue{
	color:#00A0E9;
}
.la img{
	border:0;
	height:0;
	width:0;
}
/* blog pages and btn link */
.pages a{
	color:#0099e9;
	display:inline-block;
	font:12px/21px Arial;
	margin:0 5px 0 2px;
	padding:2px 5px;
	vertical-align:middle;
}

.pages .btnPrev,
.pages .btnNext{
	background:url(../images/global/btn-arrow.png) no-repeat 0 0;
	display:inline-block;
	height:21px;
	padding:0;
	vertical-align:middle;
	width:21px; 
}
.pages .btnPrev{
	background-position:0px -15px;
}
.pages .btnPrev:hover{
	background-position:0 -39px;
}
.pages .btnNext{
	background-position:-30px -15px;
}

.pages .btnNext:hover{
	background-position:-30px -39px;
} 


a.lnkfilterSelected,
a.lnkfilterSelected span{
	background:url(../images/global/bg-filterSelected01.png) no-repeat 0 0;	
	display:inline-block;		
	height:21px;
	line-height:21px;
}
a.lnkfilterSelected{
	background-position:0 0;
	padding:0 0 0 8px;
	vertical-align:middle;
}
a.lnkfilterSelected span{
	color:#fff;
	cursor:pointer;
	background-position:100% -21px;
	padding:0 8px 0 0;
}
a.btn01,
a.btn01 span{
	background:url(../images/global/bg-btn01.png) no-repeat 0 0;	
	display:inline-block;		
	height:21px;
	line-height:21px;
}
a.btn01{ 
	background-position:0 0;
	padding:0 0 0 8px;
}
a.btn01:hover,
a.lnkfilterSelected:hover{
	text-decoration:none;
}
a.btn01 span{
	color:#fff;
	cursor:pointer;
	background-position:100% -21px;
	padding:0 8px 0 0;
}
.pageSet{
	width:100%;
}
.pageSet .pages{
	padding:5px 1px 0 0; 
	float:right;
}


/* Left blog comment */
.commentsPanel{
	padding:0;
}
.commentsPanel .title{
	font:700 16px/1.5 Arial;
	float:left;
	display:block;
	width:150px;
	text-shadow:0 1px 1px #fff;
}
.commentsPanel .pages{
	float:right;
}
.commentsPanel .commentsList{
	color:#676767;
	font:400 12px/1.5 Arial;
	min-height:100px;
	_height:100px;
	
}
.commentsList{
	clear:both;
	padding:20px 0 0;
}
/*.Account_Content .mainContent .commentsList li{
	float:none;
}*/
.commentsList li{
	background:url(../images/global/bg-row-line.png) repeat-x 0 0;
	min-height:55px;
	padding:8px 0 0 65px;
	position:relative;
}
.commentsList li.current,
.commentsList li:hover{
	background-color:#fff;
}
.commentsList li .avatar{ 
	display:block;
	font-size:0;
	left:10px;
	margin:0 8px 0 0;
	top:10px;
	position:absolute;
}
.commentsList li .avatar img{
	height:32px;
	width:32px;
}
.commentsList li .postBox{
	overflow:hidden;
}
.commentsList li .postInfo{
	color:#868686;
}
.commentsList li .postInfo .name{
	color:#EE9700;
}
.commentsList li .postBox .postEntry{
	font:400 12px/1.2 Arial;
	padding:8px 2px 15px;
}
.commentsList li .postBox .postEntry a{
	color:#0099E9;
}
.commentsList li:hover .postBox .postEntry.highlight{
	color:#F90;
	text-decoration:blink;
}
#js_postEntryEdit{
	display:none;
}
.commentsList li.sub01{
	background:#eee url(../images/global/bg-row-line.png) repeat-x 0 0;
	margin:0 0 0 65px;
	overflow:hidden;
}
.commentsList li.sub01:hover,
.commentsList li.sub01.current{
	background-color:#fff;
}
.commentsList li .replyaction,
.commentsList li .renderAction,
.commentsList li .privateAction{ 
	display:none;
	z-index:3;
}
.commentsList li .replyaction{
	display:none;
}
.commentsList li:hover .privateAction,
.commentsList li:hover .replyaction,
.commentsList li.current .renderAction{
	display:block;
	position:absolute;
	right:7px;
	top:7px;
}
.commentsList li:hover .renderAction{
	display:none;
}
.commentsList li.current:hover .renderAction{
	display:block;
}
.commentsList li.current:hover .privateAction{
	display:none;
}
.commentsList li.sub01:hover .renderAction{
	display:none;
}
.commentsList li.sub01.current:hover .renderAction{
	display:block;
}
.commentsList li.sub01.current:hover .privateAction{
	display:none;
}

.commentsList li.replyPanel{
	background:url(../images/global/bg-row-line.png) repeat-x 0 0;
	margin:0 0 0 65px;
	overflow:hidden;
	padding:0;
}
.commentsList li .disable *{
	visibility:hidden;
}
.commentsList li .disable .reply{
	visibility:visible;
}
/* add comments */
#js_addCommentsLi{
	display:none;
}
.addComments{
	background:#f3f3f3;
	margin:0 0 -5px -2px;
	overflow:hidden;
	padding:8px 8px 8px 60px;
	position:relative;
}

#txtAddComments,
#txtEditComments,
.txtFootAddComments{
	background:#fff;
	border:1px solid #999;
	color:#333;
	font:12px/18px Arial;
	height:52px;
	margin:10px 0 0;
	overflow:auto; 
	padding:5px;
	width:435px;
}
.txtFootAddComments{
	margin:15px auto 0;
	width:545px;
}
#txtEditComments{
	margin:15px auto 0;
	width:455px;
}
li.sub01 #txtEditComments{
	margin:15px auto 0;
	width:428px;
}
.addCommentsWrap{
	display:none;
	padding:15px 0 0;
	height:180px;	
}
.addCommentsWrap .title{
	color:#4f4e4e;
	font:700 13px/1.5 Arial;
	text-shadow:0 1px 1px #fff;
	float:left;
}
.addCommentsWrap .lnklogin{
	padding:2px 5px 2px 0;
	float:right;
}
#btnPost,
#btnComments,
#btnUpdate,
#btnCancel{ 
	float:right;
	font:12px/1.2 宋体, Arial, Helvetica, sans-serif;
	margin:5px 8px 0 0;
	text-align:center;
	text-transform:capitalize;
}
#btnComments{
	margin:5px 0; 
}
#btnUpdate{
	margin:5px 8px 10px 0;
}
.copyright{
	color:#ccc;
}
.copyright img{
	border:0;
	width:0;
	height:0;
}
/* popup login*/
#login-module{
	background:#fff url(../images/dialogs/tab-bg.jpg) repeat-y;
	padding:0;
	width:534px;
}
#login-module .loginWrap{
	clear:both;
}
#login-module ul{
    float: left;
    width: 148px;
	min-height:200px;
}
#login-module ul li{
}
#login-module ul li a{
    border-bottom: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    color: #444;
    margin: 0;
	font-size: 14px;
    font-weight: bold;
    padding: 14px 20px;
    text-decoration: none;
	width:108px;
	display:block;
    text-shadow: 0 1px 0 #fff;
}
.loginWrap ul li.active{
	background: #fff;
}
.login-containerContent .field{
	padding:5px 0;
}
.login-containerContent .field .msg{
	color:#C03000;
	font:700 14px/1.5 Tahoma;
	display:block;
	padding:5px 0;
}
.login-containerContent .field .msg.ok{
	display:none;
}
.login-containerContent .field label{
	font:700 14px/1.5 Arial;
	padding:5px 0;
	display:block;
}
#login-module .login-container{
	float:left;
	width:346px;
	padding:10px 20px;
}
.login-containerContent input {
    background: url(../images/dialogs/input-bg.jpg);
    border: 1px solid #989999;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14) inset;
    color: #444;
    display: block;
    font-size: 14px;
    height: 24px;
	line-height:24px;
    padding: 6px 10px;
    width: 268px;
}
.login-containerContent input:focus{
	background:#f6f6f6;
}
.login-containerContent .buttonWrap{
	padding:8px 0 ;
}
.login-containerContent .buttonWrap .button{
	background: url(../images/dialogs/grey-button-bg.jpg) 50% 50% repeat-x;
    border: 1px solid #8B8B8B;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
    color: #00;
    cursor: pointer;
    font-family: "Helvetica Neue",helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 8px 16px;
    text-shadow: 0 1px 0 #ff;
}
.login-containerContent .forpass{
	margin:0 0 0 10px;
}
.login-containerContent .loginlink,
.login-containerContent .reglink{
	padding:5px 0;
}
.login-containerContent .loginlink a,
.login-containerContent .reglink a{
	text-decoration:underline;
}
.login-containerContent .rg{
	display:none;
}

/* ect */
.ckeditor{
	margin:5px auto;
	width:100%;
}
.commentsWrap{
	position:relative;
	width:100%;
	margin:0 auto; 
}
#addComments{
	width:100%;
}

/***** Etc *****/
#overlay01{
	background: #333;
	background: -moz-radial-gradient(center center , rgba(0, 0, 0, 0.3), #000000 80%) repeat scroll 0 0 transparent;
	-moz-transition-duration: 0.2s;
    -moz-transition-property: background-color, color, -moz-box-shadow, border-color, opacity, -moz-transform;	
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:1000;
}
.loading01{
	background:#fff url(../images/global/loading03.gif) no-repeat 50% 50%; 
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:10000;
	display:none;
}
.loading{
	background:#202020 url(../images/global/loading03.gif)  no-repeat 50% 50%; 
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:10000;
	display:none;
}
.dialogWrap{
	box-shadow:0 0 1em 0.2em #ccc;
	background:#4ca1b6;
	display:none;
	font:12px/22px Tahoma;
	left:100px;
	padding:1px;
	position:absolute;
	top:200px;
	z-index:1001;
}
.dialogWrap .title{
	background:#4CA1B6 url(../images/dialogs/bg-dialog-title.png) repeat-x 0 0;
	cursor:move;
	color:#fff;
	font:700 14px/26px Tahoma;
	height:28px;
	margin:0 0 1px;
	padding:0 11px;
	width:514px;
}
.dialogWrap .btnClose{
	background:url(../images/dialogs/ico-close.png) no-repeat 0 0;
	cursor:pointer;	
	height:15px;
	right:5px;
	top:8px;
	position:absolute;
	width:15px;
	z-index:2;
}
.dialogWrap .content{
	background:#fff;
	border:1px solid #fff;
	padding:20px;
	width:494px;
}
.dialogWrap .txtMessage{
	text-align:center;
}
.txtMessage span{
	display:inline-block;
	text-align:left;
}
.dialogWrap .botButtonWrap{
	clear:both;
	font:700 12px/18px Tahoma;
	padding:0 9px;
	text-align:center;
	width:476px;	
	background:none repeat scroll 0 0 #f2f2f2;
	margin:20px -20px -20px;
	padding:11px 0;
	width:534px;
}
.dialogWrap .dialogFoot{
	border-top:1px solid #aaa;
	background:#f2f2f2;
	height:24px;
	padding:3px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
.dialogWrap .dialogFoot .copyright{
	text-align:right;
	padding:0 5px 0 0;
}
.btnDialog01,
.btnDialog02{
	background:url(../images/dialogs/btn-dialog.png) no-repeat;
	color:#fff;
	display:inline-block;
	height:22px;
	margin:0 2px;
	padding:1px 0;
	line-height:22px;
	text-align:center;
	vertical-align:middle;
	width:71px;
	border:1px solid #333;
}
.btnDialog01:hover,
.btnDialog02:hover{
	color:#fff;
	background-position:0 -30px;
	text-decoration:none;
}
.btnDialog01{
	background-position:0 0;
}
.btnDialog02{
	background-position:0 -60px;
}
.btnDialog02:hover{
	background-position:0 -88px;
}
