body
{
	font-size:11px;
	background-repeat:repeat;
}

body .ModalPopupContainer
{
	background-color:#000;
}

body .ModalPopupChild
{
	max-width:800px;
}
body .ModalPopupChild .title  
{
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

	color:#000; 
}
body .ModalPopupChild .title .btnClose {
	border:solid 1px #fff; color:#fff;
	background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top,  #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */


}

a {
	transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
}

#gotoTop
{ 
    width: 40px; height: 40px; float:right; 
    position: fixed; bottom: 10px; right: 10px; 
    text-indent: -99999px; 
    cursor: pointer; 
    background: url(../Images/Top.png) no-repeat 0 0; 
}

.tipCss { 
	border: solid 1px #aaa;
	background-color: #222;
	color:White;
	padding: 5px;
	font-size:12px !important;
	width: 200px; 
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
	z-index:100000;
}

.tipCss .row
{
	padding:2px 0;
}

.tipCss .name
{
	color:#48FF00;
}

.tipCss .description
{
	max-height:98px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.tipCss b
{
	color:#888;
	font-size:11px !important;
}

td, *
{
	margin:0; padding:0;
	font-family:Tahoma, Arial, Sans-Serif;
}

.centerBg
{
	background: url(../Images/Bg.jpg) no-repeat center top #4b4b4b;
	background-size:cover;
	background-attachment: fixed !important;
	outline: 0;
	vertical-align: baseline;
}

.bgFooter
{
}

.mainContent
{
	width:1000px;
	margin:auto;
	clear:both;
	position:relative;
}

/*-------------------------container Content-------------------------------*/

.containerContent
{
	width:980px;
	padding:10px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}

.containerContent .centerContent
{
	width:660px;
	float:left;
}

.containerContent .leftMenu
{
	width:320px;
	float:left;
}

/*-------------------------container Banner-------------------------------*/
.clear
{
	clear: both !important;
}
.bgCBanner
{
	height:150px;
	margin-bottom: 10px;
	background:#fff;
	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
.bgBanner
{
	height:150px;
	width: 100%;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	position:absolute;
	top: 0;
	left: 0;
}
.bgBanner .cBanner
{
	height:150px;
	margin: auto;
	position: relative;
}

.bgBanner .cLogo
{
	position:absolute;
	height:135px;
	width:375px;
	top:15px;
	left:10px;
}

.bgBanner .logo
{
	background-image:url(../Images/Logo.png);
	height:135px;
	width:375px;
	display:block;
}

.bgBanner .cMenuCategory
{
	position:absolute;
	top:100px;
	left:410px;
	border-bottom:2px solid #77AA00;
}

.bgBanner .cMenuCategory .item
{
	display:block;
	float:left;
	padding:10px 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,383838+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #383838 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#383838)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#383838 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#383838 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#383838 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#383838',GradientType=0 ); /* IE6-9 */

}

.bgBanner .cMenuCategory .itemCurrent,
.bgBanner .cMenuCategory .itemActive
{
	display:block;
	float:left;
	padding:10px 20px;
	
	background: #95d600; /* Old browsers */
	background: -moz-linear-gradient(top,  #95d600 0%, #77aa00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95d600), color-stop(100%,#77aa00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95d600 0%,#77aa00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95d600 0%,#77aa00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95d600 0%,#77aa00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #95d600 0%,#77aa00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95d600', endColorstr='#77aa00',GradientType=0 ); /* IE6-9 */
}
.bgBanner .cMenuCategory a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.bgBanner .cMenuCategory .item:hover
{
	background: #95d600; /* Old browsers */
	background: -moz-linear-gradient(top,  #95d600 0%, #77aa00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95d600), color-stop(100%,#77aa00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95d600 0%,#77aa00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95d600 0%,#77aa00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95d600 0%,#77aa00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #95d600 0%,#77aa00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95d600', endColorstr='#77aa00',GradientType=0 ); /* IE6-9 */
	color:#A800FF;
}

.bgBanner .bgSearch
{
	position:absolute;
	width:290px;
	top:20px;
	left:420px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	padding-bottom:3px;

}

.bgBanner .bgSearch .cSearch
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,efefef+100 */
background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top,  #f9fcf7 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9fcf7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9fcf7 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9fcf7 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9fcf7 0%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}

.bgBanner .bgSearch select,
.bgBanner .bgSearch input
{
	background-color:transparent;
	color:#888;
	border:1px solid transparent;
	float:left;
	outline:0;
	margin:8px 0 0 8px;
	font-size: 17px;
}

.bgBanner .bgSearch .cBtnGo
{
	width:68px;
	height:28px;
	display:block;
	float:left;
	margin:5px 0 5px 8px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5deea+0,8abbd7+31,066dab+100;Web+2.0+Blue+3D+%231 */
background: #c5deea; /* Old browsers */
background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(31%,#8abbd7), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */

	border:1px solid #056287;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}
.bgBanner .bgSearch .btnGo
{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../Images/BtnSearch.png);
	width:68px;
	height:28px;
	display:block;
}
.bgBanner .bgSearch .btnGo:hover
{

}

.cBtnTop
{
	position: absolute;
	height: 18px;
	top: 18px;
	border-radius: 5px;
	left: 750px;
	border: 1px solid #888;
	padding: 12px;
	font-weight:bold;
	color:White;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e5e5e+0,000000+100 */
background: #5e5e5e; /* Old browsers */
background: -moz-linear-gradient(top,  #5e5e5e 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5e5e5e 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5e5e5e 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5e5e5e 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5e5e5e 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.cBtnTop a
{
	font-size:12px;
	color:#77AA00;
	text-decoration:none;
	padding:0 5px;
}
.cBtnTop a:hover
{
	color:#006bff;
}

#btnEditInfoTop
{
	border-radius: 2px;
	display:inline-block;
	padding:3px;
	background-color:#48CE00;
	border:1px solid #C6FF99;
	color:#fff;
	margin-top:-3px;
}

/*-------------------------allCategory-------------------------------*/
.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
	background:#2e2e2e;
	z-index:100;
}
.panel li {
	padding:5px 0;
	border-bottom:1px solid #f1f1f1;
	margin:5px 10px;
}
.panel li a {
	color: #f1f1f1;
	text-decoration:none;
	display:block;
}
.panel li a:hover {
	color: #fac;
}
.wrap {
    position: relative;
}
.menu-link {
	display:none;
}

/*-------------------------allCategory-------------------------------*/

.allCategory
{
	width:770px;
	text-align:left;
	margin-bottom:10px;
	position:absolute;
	top:137px;
	left:200px;
	display:none;
	z-index:2000;
	background-color:#000;
	border-top: 2px solid #77AA00;
}
.allCategory .header div
{
	padding:6px 0 0 30px;
	font-size:18px;
	text-shadow: 1px 1px #888;
}
.allCategory .body
{
	position:relative;
	padding:10px 0;
}
.allCategory .item
{
	padding:3px 0 3px 5px;
	display:inline-block; width:145px;
	border-bottom:1px solid #222333;
}

.allCategory .item a
{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:3px 0;
	font-weight:100;
	font-size:12px;
}
.allCategory .item a:hover
{
	background-color:#888;
}

/*-------------------------memberMenu-------------------------------*/
.memberMenu
{
	width:120px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	z-index:1000000000;
}
.memberMenu a
{
	display:block;
	background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-decoration:none;
	color:#000;
	padding:5px;
}
.memberMenu a:hover
{
	background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */

}

.btnRegister,
.btnLogin {
	width:74px;
	height:18px;
	margin:0;
	padding:2px 0 0 0;
	font-size:12px;
	background:url(../Images/Btn.png) no-repeat;
	display:block;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
}
.btnRegister:hover,
.btnLogin:hover
{
	background-position:0 -20px;
	color:#fff;
}
.dot
{
	color:Red;
}
.cEditInfo td
{
	padding:4px;
}
/*-------------------------topMenuChildren-------------------------------*/
.topMenuChildren
{
}

.topMenuChildren .headerL
{
	background-image:url(../Images/TopBanner/MenuChildren/HeaderL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:3px;
	padding-left:3px;
}

.topMenuChildren .headerC
{
	background-image:url(../Images/TopBanner/MenuChildren/HeaderC.png);
	background-repeat:repeat-x;
	height:3px;
}

.topMenuChildren .headerR
{
	background-image:url(../Images/TopBanner/MenuChildren/HeaderR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:3px;
	padding-right:3px;
}

.topMenuChildren .textHeader
{
	font-size:0;
}

.topMenuChildren .bodyC
{
	background-image:url(../Images/TopBanner/MenuChildren/BodyC.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#2c9cdb;
	text-align:left;
	min-height:196px;
}

.topMenuChildren .bodyL
{
	background-image:url(../Images/TopBanner/MenuChildren/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:3px;
}

.topMenuChildren .bodyR
{
	background-image:url(../Images/TopBanner/MenuChildren/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:3px;
}

.topMenuChildren .footerL
{
	background-image:url(../Images/TopBanner/MenuChildren/FooterL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:15px;
	padding-left:10px;
}
.topMenuChildren .footerC
{
	background-image:url(../Images/TopBanner/MenuChildren/FooterC.png);
	background-repeat:repeat-x;
	height:15px;
}
.topMenuChildren .footerR
{
	background-image:url(../Images/TopBanner/MenuChildren/FooterR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:15px;
	padding-right:10px;
}

.cListChildrenCategory
{
	width:948px;
	position:absolute;
	z-index:1000;
}

.cListChildrenCategory .listCategory
{
	padding:15px 0 0 15px;
}


.cListChildrenCategory .row
{
	
}
.cListChildrenCategory .row .item
{
	padding:5px;
	float:left;
	width:200px;
	height:35px;
}
.cListChildrenCategory .row .item .line
{
	background-repeat:repeat-x;
	height:2px;
	background-color:#98D8FB;
	font-size:0px;
	width:70%;
}
.cListChildrenCategory .row .item .link
{
	height:35px; clear:both;
}

.cListChildrenCategory .row .item a
{
	font-weight:bold;
	font-size:13px;
	color:White;
	text-decoration:none;
	position:absolute;
}

.cListChildrenCategory .row .item a:hover
{
	color:#F73C09;
}

.cListChildrenCategory .row .item .text
{
	padding:8px 0 0 35px;
}

.cListChildrenCategory .row .item .totalStory
{
	font-size:11px;
	font-weight:normal;
}
.cListChildrenCategory .row .item img
{
	
}

/*-------------------------cRegisterT-------------------------------*/
#cRegisterT td,
.cLogin td
{
	padding:5px;
}

#cRegisterT a,
.formLogin a
{
	text-decoration:none;
	color:#9c00e7
}


/*-------------------------cListRelateWebsite-------------------------------*/
#cListRelateWebsite
{
	width:948px;
	position:absolute;
	z-index:1000;
}

#cListRelateWebsite img
{
	border:0 none !important;
}


#cListRelateWebsite .container
{
	padding:15px 0 0 15px;
}

#cListRelateWebsite .listRelateWebsite
{
	float:left;
}

#cListRelateWebsite .container .firstRelateWebsite
{
	border-right:4px solid #98D8FB;
	padding-right:10px;
	margin-right:10px;
	float:left;
}

#cListRelateWebsite .container .firstRelateWebsite .name
{
	font-weight:bold;
	font-size:15px;
}

#cListRelateWebsite .container .firstRelateWebsite .link
{
	text-align:right;
}

#cListRelateWebsite .container .firstRelateWebsite a
{
	padding:5px 0;
	display:block;
	color:White;
	text-decoration:none;
}

#cListRelateWebsite .container .firstRelateWebsite a:hover
{
	color:#7313A5;
}

#cListRelateWebsite .row
{
	
}
#cListRelateWebsite .row .item
{
	padding:5px;
	width:270px;
	height:35px;
}
#cListRelateWebsite .row .item .line
{
	background-repeat:repeat-x;
	height:2px;
	background-color:#98D8FB;
	font-size:0px;
	width:70%;
}
#cListRelateWebsite .row .item .link
{
	height:35px; clear:both;
}

#cListRelateWebsite .row .item a
{
	font-weight:bold;
	font-size:13px;
	color:White;
	text-decoration:none;
	position:absolute;
}

#cListRelateWebsite .row .item a:hover
{
	color:#F73C09;
}

#cListRelateWebsite .row .item .text
{
	padding:0 0 0 35px;
}

#cListRelateWebsite .row .item .linkText
{
	font-size:11px;
	font-weight:normal;
}
#cListRelateWebsite .row .item img
{
	
}

/*-------------------------topMenuChildren1-------------------------------*/
.topMenuChildren1
{
	height:37px;
}

.topMenuChildren1 .l
{
	background-image:url(../Images/TopBanner/MenuChildren1/BgL.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
}
.topMenuChildren1 .r
{
	background-image:url(../Images/TopBanner/MenuChildren1/BgR.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:10px;
}
.topMenuChildren1 .c
{
	background-image:url(../Images/TopBanner/MenuChildren1/BgC.png);
	background-repeat:repeat-x;
	height:30px;
	padding-top:7px;
}

#cAuthor
{
	width:948px;
	position:absolute;
	text-align:center;
	color:White;
	z-index:1000;
}

#cAuthor a
{
	font-weight:bold;
	font-size:13px;
	color:White;
	text-decoration:none;
}

#cAuthor a:hover
{
	color:#78B206;
}

/*-------------------------listNewStory-------------------------------*/
.listNewStory
{
	text-align:center;
}

.listNewStory .cMenu
{
	padding: 10px;
    background: #fac;
	margin-right:15px;
}

.listNewStory .cMenu div
{
	font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #686868;
}

.listNewStory .cListStory
{
	padding:10px 0 10px 2px;
	text-align:center;
}

.listNewStory .cListStory .item
{
	width:144px;
	height:280px;
	display:inline-block;
	margin:9px 7px 9px 7px;
	position:relative;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}

.cListStory .item .iconHot {
    position: absolute;
    top: 7px;
    right: 7px;
}

.cListStory .item .iconHot, .cListStory .item .iconHotNormal {
    background: url(../Images/IconHot.gif) no-repeat;
    height: 11px;
    width: 28px;
    display: inline-block;
}

.listNewStory .cListStory .item .name {
	height:30px;
	overflow:hidden;
}

.listNewStory .cListStory .item .name a {
	color:#209bd1;
	text-decoration:none;
	font-size:12px;font-weight:100;
}

.listNewStory .cListStory .item .name a:hover {
	color:#ff6600;
}

.listNewStory .cListStory .item .description {
	height:130px;
	text-align:justify;
	overflow:hidden;
}

.listNewStory .cListStory .item .img
{
	width:140px; height:210px;
	border:2px solid #fff !important;
}

/*-------------------------cListTopStory-------------------------------*/

.cListTopStory
{
	padding:10px 0 10px 5px;
	text-align:center;
}

.cListTopStory .item
{
	width:200px;
	height:300px;
	display:inline-block;
	margin:9px 9px 9px 9px;
	padding:10px;
	position:relative;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}

.cListTopStory .item .name {
	height:30px;
	overflow:hidden;
}

.cListTopStory .item .name a {
	color:Green;
	text-decoration:none;
	font-size:13px;
}

.cListTopStory .item .name a:hover {
	color:#ff6600;
}

.cListTopStory .item .img
{
	width:200px; height:300px;
}

.cListTopStory .item .cLastChapter
{
	position:absolute;
	bottom:33px;
	left:0px;
	width:220px;
	height:15px;
	text-align:center;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding:5px 0;
}

.cListTopStory .item .lastChapter
{
	text-decoration:none;
	color:#fac;
	font-size:11px;
	font-weight:normal;
}

.cListTopStory .item .lastChapter:hover
{
	color:red;
}

.cListTopStory .item .cLastUpdate
{
	color:#aaa;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	bottom:0px;
	left:0px;
	width:220px;
	height:29px;
	text-align:center;
	padding:2px 0;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	background-color:#000;
}

.cListTopStory .item .cLastUpdate a
{
	text-decoration:none;
	overflow:hidden;
	color:white;
}


.T1 {
	color:#ff6d00;
}

/*-------------------------listSquad-------------------------------*/

.listSquad .cListStory .item
{
	width:175px;
	height:205px;
}
.listSquad .cListStory .item .img
{
	width:165px; height:165px;
}

.listNewStory .cListStory .item .name
{
	padding:0 5px;
	text-decoration:none;
	color:#48FF00;
	display:block;
	max-height:30px;
	overflow:hidden;
	text-overflow: ellipsis;
}
.listNewStory .cListStory .item .name:hover
{
	color:#fff;
}

.listNewStory .cListStory .item .cLastChapter
{
	position:absolute;
	top: 184px;
	left: 2px;
	width: 140px;
	height: 18px;
	text-align: center;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding:5px 0;
}

.listNewStory .cListStory .item .lastChapter
{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}

.listNewStory .cListStory .item .cView
{
	padding:0 0 0 5px;
}

.listNewStory .cListStory .item .cLastUpdate
{
	color:#aaa;
	font-size:11px;
	font-weight:normal;
	padding:3px 0 2px 5px;
}
/*-------------------------------.cInfo .listNewStory-------------------------------------*/

.cContentNews
{
	line-height:18px;
}
.cContentNews img
{
	max-width:740px !important;	
}

.cInfo .listNewStory .item
{
	width:350px !important;
	font-size:12px;
}
.cInfo .listNewStory .item .cRight
{
	width:215px !important;
}

.listNewStory .cPaging
{
	clear:both;
	text-align:center;
	padding:5px;
}
.listNewStory .cPaging table
{
	margin:auto;
}

.listNewStory .cPaging .paging
{
	padding:5px 0;
}

.listNewStory .cPaging .pre
{
	background-image:url(../Images/NewStory/BtnN-P.png);
	width:16px; height:16px;
	background-position:0 0;
	display:block;
	float:left;
	margin: 0 3px;
}

.listNewStory .cPaging .index
{
	background-image:url(../Images/NewStory/BgNumber.png);
	width:16px; height:15px;
	display:block;
	float:left;
	color:#606060;
	text-decoration:none;
	padding:1px 0 0 0;
	margin: 0 3px;
}

.listNewStory .cPaging .currentIndex
{
	background-image:url(../Images/NewStory/BgNumber.png);
	width:16px; height:15px;
	background-position:-16px 0;
	display:block;
	float:left;
	font-weight:bold;
	color:#fff;
	padding:1px 0 0 0;
	margin: 0 3px;
}

.listNewStory .cPaging .next
{
	background-image:url(../Images/NewStory/BtnN-P.png);
	width:16px; height:16px;
	background-position:-16px 0;
	display:block;
	float:left;
	margin: 0 3px;
}

/*-------------------------New Menu And ListStory-------------------------------*/
.containerMAS
{
	background-image:url(../Images/MenuAndListStory/New/Bg.png);
	height:290px; width:680px;
	background-position:0 0;
	margin-bottom:10px;
	text-align:center;
	
}
.containerMAS .cMenu
{
	padding:3px 0 0 130px;
	height:27px;
	font-weight:bold;
}

.containerMAS .cMenu a
{
	text-decoration:none;
	color:#606060;
}

.containerMAS .cMenu a:hover
{
	background-image:url(../Images/MenuAndListStory/New/BgTabSelect.png);
	color:White;
}

.containerMAS .cMenu .sep
{
	display:block;
	float:left;
	min-width:15px;
	height:18px;
	padding:5px 0 0 0;
	text-align:center;
}

.containerMAS .cMenu .btn
{
	display:block;
	float:left;
	min-width:85px;
	height:18px;
	padding:5px 0 0 0;
	color:#fff;
}
.containerMAS .cMenu .over
{
	background-image:url(../Images/MenuAndListStory/New/BgTabSelect.png);
	color:#fff;
}

.containerMAS .cListStory
{
	height:228px;
	padding:3px 0 0 8px;
}

.containerMAS .cListStory .item
{
	width:126px;
	height:165px;
	display:block;
	float:left;
	padding:15px 3px 0 3px;
	font-weight:bold;
	position:relative;
}

.containerMAS .cListStory .item a
{
	display:block;
}

.containerMAS .cListStory .item .img
{
	width:110px; height:165px;
	border:3px solid #fff !important;
}

.containerMAS .cListStory .item .name
{
	padding:5px 0 0 0;
	text-decoration:none;
	color:#fff;
	display:block;
	width:116px;
	height:14px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.containerMAS .cListStory .item .name:hover
{
	color:#48FF00;
}

.containerMAS .cListStory .item .cLastChapter
{
	position:absolute;
	top:15px;
	left:8px;
	width:116px;
	height:18px;
	text-align:center;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding:5px 0;
}

.containerMAS .cListStory .item .lastChapter
{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}

.containerMAS .cListStory .item .cLastUpdate
{
	color:#aaa;
	font-size:10px;
	font-weight:normal;
}

.containerMAS .cPaging
{
	clear:both;
	height:25px; width:680px;
	text-align:center;
}

.containerMAS .cPaging .paging
{
	padding:5px 0 0 0;
}
.containerMAS .cPaging .paging table
{
	margin:auto;
}

.containerMAS .cPaging .pre
{
	background-image:url(../Images/MenuAndListStory/New/BtnN-P.png);
	width:16px; height:16px;
	background-position:0 0;
	display:block;
	float:left;
	margin: 0 3px;
}

.containerMAS .cPaging .index
{
	background-image:url(../Images/MenuAndListStory/New/BgNumber.png);
	width:16px; height:15px;
	display:block;
	float:left;
	color:#606060;
	text-decoration:none;
	padding:1px 0 0 0;
	margin: 0 3px;
}

.containerMAS .cPaging .currentIndex
{
	background-image:url(../Images/MenuAndListStory/New/BgNumber.png);
	width:16px; height:15px;
	background-position:-16px 0;
	display:block;
	float:left;
	font-weight:bold;
	color:#fff;
	padding:1px 0 0 0;
	margin: 0 3px;
}

.containerMAS .cPaging .next
{
	background-image:url(../Images/MenuAndListStory/New/BtnN-P.png);
	width:16px; height:16px;
	background-position:-16px 0;
	display:block;
	float:left;
	margin: 0 3px;
}

/*-------------------------ManyView Menu And ListStory-------------------------------*/
.MAS_ManyView .containerMAS
{
	background-image:url(../Images/MenuAndListStory/ManyView/Bg.png);
}

.MAS_ManyView .containerMAS .cMenu a:hover
{
	background-image:url(../Images/MenuAndListStory/ManyView/BgTabSelect.png);
}

.MAS_ManyView .containerMAS .cMenu .over
{
	background-image:url(../Images/MenuAndListStory/ManyView/BgTabSelect.png);
}

.MAS_ManyView .containerMAS .cPaging .pre
{
	background-image:url(../Images/MenuAndListStory/ManyView/BtnN-P.png);
}

.MAS_ManyView .containerMAS .cPaging .index
{
	background-image:url(../Images/MenuAndListStory/ManyView/BgNumber.png);
}

.MAS_ManyView .containerMAS .cPaging .currentIndex
{
	background-image:url(../Images/MenuAndListStory/ManyView/BgNumber.png);
}

.MAS_ManyView .containerMAS .cPaging .next
{
	background-image:url(../Images/MenuAndListStory/ManyView/BtnN-P.png);
}

/*-------------------------blockStoryUpdate-------------------------------*/

.blockStoryUpdate
{
	width:290px;
	text-align:left;
	margin-bottom:10px;
	border:1px solid #444;
}

.blockStoryUpdate .header
{
	background-color:#680099 !important;
	background-image: -webkit-linear-gradient(top, #a02bd6, #680099);
	background-image: linear-gradient(top, #a02bd6, #680099);
	background-image: -moz-linear-gradient(top, #a02bd6, #680099);
	background-image: -o-linear-gradient(top, #a02bd6, #680099);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a02bd6), to(#680099));
	color:#fff !important;
	width:290px; height:35px;
	border-bottom:1px solid #68008f;
}
.blockStoryUpdate .header div
{
	padding:6px 0 0 30px;
	font-size:18px;
	text-shadow: 1px 1px #888;
}

.blockStoryUpdate .body
{
	position:relative;
	width:290px;
}

.blockStoryUpdate .footer
{
	width:290px; height:17px;
}

.blockStoryUpdate .cDateTitle
{
	padding:10px 0;
	background: #e6f0a3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
}

.blockStoryUpdate .dateTitle
{
	height:18px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:1px;
	margin:auto;
}

.blockStoryUpdate .storyItem
{
	display:block;
	padding:5px 0 5px 10px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

.blockStoryUpdate .storyItem:hover
{
	color:#48FF00;
}

.containerStory
{
	padding:5px;
	font-size:12px;
}

.maxHeightStory
{
	max-height:250px;
	margin:0 0;
	overflow-y:auto;
}

/*-------------------------blockNewsHomePage-------------------------------*/

.blockNewsHomePage
{
	width:290px;
	text-align:left;
	border:1px solid #444;
}

.blockNewsHomePage .header
{
	background-color:#680099 !important;
	background-image: -webkit-linear-gradient(top, #a02bd6, #680099);
	background-image: linear-gradient(top, #a02bd6, #680099);
	background-image: -moz-linear-gradient(top, #a02bd6, #680099);
	background-image: -o-linear-gradient(top, #a02bd6, #680099);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a02bd6), to(#680099));
	color:#fff !important;
	width:290px; height:35px;
	border-bottom:1px solid #68008f;
}
.blockNewsHomePage .header div
{
	padding:6px 0 0 30px;
	font-size:18px;
	text-shadow: 1px 1px #888;
}

.blockNewsHomePage .body
{
	position:relative;
	width:290px;
	color:#888;
	font-size:12px;
	line-height:18px;
}

.blockNewsHomePage .footer
{
	width:290px; height:17px;
}

.blockNewsHomePage .time 
{
	color: #008000;
	font-size: 11px;
}
.blockNewsHomePage .date
{
	color: #848484;
	font-size: 11px;
}
.blockNewsHomePage .image 
{
	border: 2px solid #A5A5A5;
	float: left;
	margin:2px 8px 0 5px;
}
.blockNewsHomePage p 
{
	margin-top: 0;
}
.blockNewsHomePage .item 
{
	width:270px;
	padding:10px 10px;
	clear: both;
}
.blockNewsHomePage .item a
{
	color: #48FF00;
	font-size: 13px;
	text-decoration: none;
}
.blockNewsHomePage .item a:hover
{
	color:#9f06cb;
}
.blockNewsHomePage .item a:hover 
{
	color: Red;
}

/*-------------------------cSlideIsHot-------------------------------*/

.cSlideIsHot
{
}
.cSlideIsHot .item
{
	width:270px;
	height:380px;
	padding:10px;
	float:left;
}
.cSlideIsHot .item .cImage
{
	height:306px;
	text-align:center;
}
.cSlideIsHot .item .cImage img
{
	height:300px;
	width:200px;
	margin:auto;
	border: 3px solid white !important;
}
.cSlideIsHot .item .cName
{
	padding:5px;
}
.cSlideIsHot .item .cName a
{
	font-size:18px;
	color:#48FF00;
	text-decoration:none;
}
.cSlideIsHot .item .cName a:hover
{
	color:#9f06cb;
}
.cSlideIsHot .item .description
{
	color:#888;
	font-size:12px;
	line-height:18px;
}

/*-------------------------directionNav-------------------------------*/
.directionNav
{
	position:absolute;
	top:0px;
	left:0px;
}
.directionNav a {
	position:absolute;
	top:35%;
	z-index:9;
	cursor:pointer;
	background:url(../Images/Arrows.png) no-repeat;
	display:block;
	width:11px;
	height:11px;
	text-indent:-9999px;
	border:0;
}
.directionNav .prevNav {
	background-position:0 0;
}
.directionNav .prevNav:hover 
{
	background-position:0 -11px;
}
.directionNav .nextNav {
	background-position:-11px 0;
}
.directionNav .nextNav:hover 
{
	background-position:-11px -11px;
}

/*-------------------------cListBlockStory-------------------------------*/
.cListBlockStory
{
	margin:0 0 0 0;
}
.cListBlockStory .bgTitle
{
	
}
.cListBlockStory .bgTitle .title
{
	
}

.cListBlockStory .cListStoryControl .cPaging
{
	width:inherit !important;
	padding:5px;
}

.cListBlockStory .item
{
	border: 1px solid #75caf9;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0;
}
.cListBlockStory .item .l
{
	float:left; width:200px;
}
.cListBlockStory .item .r
{
	float:right; width:400px;
}
.cListBlockStory .item .r .title
{
	
}
.cListBlockStory .item .r .title h3
{
	color: #0D44AA; font-size: 15px;
}
.cListBlockStory .item .r .description
{
	padding: 5px 10px;
	vertical-align: top;
	text-align: justify;
	font-size: 14px;
}

.cListBlockStory .item .footer
{
	background: #2184ba;
	border: 1px solid #299ad8;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50c1ff', endColorstr='#2184ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#50c1ff), to(#2184ba)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #50c1ff,  #2184ba); /* for firefox 3.6+ */
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 5px 5px 5px;
	text-align:left;
	color:White;
}

.cListBlockStory .item .footer a
{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.cListBlockStory .item .footer a:hover
{
	color:#54ff00;
}

.cListBlockStory .item .footer .date
{
	color:Black;
}
/*-------------------------websiteNotice-------------------------------*/

.websiteNotice
{
	width: 980px;
	padding: 10px;
	border: 1px solid #444;
	background-color: #111;
	color: #fff;
	font-size:12px;
	margin-bottom:10px;
	line-height: 18px;
}
.websiteNotice a
{
	color: #FF00F5;
	font-size:12px;
	text-decoration: none;
}
.websiteNotice a:hover
{
	color: #48FF00;
}
.websiteNotice a span
{
	color:White;
}

/*-------------------------blockAdvertise-------------------------------*/
.blockAdvertise
{
	width:988px;
	padding:0px 6px;
	margin-bottom:5px;
}

.blockAdvertise .headerL
{
	background-image:url(../Images/Advertise/HeaderL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:6px;
	padding-left:6px;
}

.blockAdvertise .headerC
{
	background-image:url(../Images/Advertise/HeaderC.png);
	background-repeat:repeat-x;
	height:6px;
}

.blockAdvertise .headerR
{
	background-image:url(../Images/Advertise/HeaderR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:6px;
	padding-right:6px;
}

.blockAdvertise .textHeader
{
	font-size:0;
}

.blockAdvertise .bodyC
{
	background-image:url(../Images/Advertise/BodyC.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#fefefe;
	text-align:left;
	min-height:90px;
}

.blockAdvertise .bodyBgL
{
	background-image:url(../Images/Advertise/BodyBgL.png);
	background-repeat:repeat-y;
	background-position:top left;
}


.blockAdvertise .bodyL
{
	background-image:url(../Images/Advertise/BodyL.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:6px;
}

.blockAdvertise .bodyBgR
{
	background-image:url(../Images/Advertise/BodyBgR.png);
	background-repeat:repeat-y;
	background-position:top right;
}

.blockAdvertise .bodyR
{
	background-image:url(../Images/Advertise/BodyR.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:6px;
}

.blockAdvertise .footerL
{
	background-image:url(../Images/Advertise/FooterL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:6px;
	padding-left:6px;
}
.blockAdvertise .footerC
{
	background-image:url(../Images/Advertise/FooterC.png);
	background-repeat:repeat-x;
	height:6px;
}
.blockAdvertise .footerR
{
	background-image:url(../Images/Advertise/FooterR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:6px;
	padding-right:6px;
}

.blockAdvertise a
{
	text-decoration:none;
}
.blockAdvertise img
{
	border:0 none !important;
}

/*-------------------------topAdvertive-------------------------------*/
.topAdvertive
{
}

.topAdvertive .aLiveShowL
{
	padding-right:10px;
}

.topAdvertive .aLiveShowR
{
	
}

/*-------------------------blockAdvertiseCenter-------------------------------*/
.blockAdvertiseCenter
{
	width:628px;
	margin-bottom:5px;
}

.blockAdvertiseCenter .headerL
{
	background-image:url(../Images/AdvertiseCenter/HeaderL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:35px;
	padding-left:125px;
}

.blockAdvertiseCenter .headerC
{
	background-image:url(../Images/AdvertiseCenter/HeaderC.png);
	background-repeat:repeat-x;
	height:35px;
}

.blockAdvertiseCenter .headerR
{
	background-image:url(../Images/AdvertiseCenter/HeaderR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:35px;
	padding-right:10px;
}

.blockAdvertiseCenter .textHeader
{
	font-size:0;
}

.blockAdvertiseCenter .bodyC
{
	background-image:url(../Images/AdvertiseCenter/BodyC.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#2B9CDB;
	text-align:left;
	min-height:250px;
	padding-top:3px;
}

.blockAdvertiseCenter .bodyBgL
{
	background-image:url(../Images/AdvertiseCenter/BodyBgL.png);
	background-repeat:repeat-y;
	background-position:top left;
}


.blockAdvertiseCenter .bodyL
{
	background-image:url(../Images/AdvertiseCenter/BodyL.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
}

.blockAdvertiseCenter .bodyBgR
{
	background-image:url(../Images/AdvertiseCenter/BodyBgR.png);
	background-repeat:repeat-y;
	background-position:top right;
}

.blockAdvertiseCenter .bodyR
{
	background-image:url(../Images/AdvertiseCenter/BodyR.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:10px;
}

.blockAdvertiseCenter .footerL
{
	background-image:url(../Images/AdvertiseCenter/FooterL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
	padding-left:10px;
}
.blockAdvertiseCenter .footerC
{
	background-image:url(../Images/AdvertiseCenter/FooterC.png);
	background-repeat:repeat-x;
	height:10px;
}
.blockAdvertiseCenter .footerR
{
	background-image:url(../Images/AdvertiseCenter/FooterR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:10px;
	padding-right:10px;
}

/*-------------------------blockAuthor-------------------------------*/
.blockAuthor
{
	width:206px;
	margin-right:5px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.blockAuthor .header
{
	background-image:url(../Images/BlockAuthor/Header.png);
	width:206px;
	height:30px;
}

.blockAuthor .footer
{
	background-image:url(../Images/BlockAuthor/Footer.png);
	width:206px;
	height:5px;
}

.blockAuthor .item
{
	background-color:#4CB2EA;
	width:206px;
	height:5px;
}

.blockAuthor .item .l
{
	background-image:url(../Images/BlockAuthor/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockAuthor .item .r
{
	background-image:url(../Images/BlockAuthor/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
}

.blockAuthor .altItem
{
	background-color:#79C6F0;
	width:206px;
	height:5px;
}

.blockAuthor .altItem .l
{
	background-image:url(../Images/BlockAuthor/AltBodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockAuthor .altItem .r
{
	background-image:url(../Images/BlockAuthor/AltBodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
}

/*-------------------------blockPerson-------------------------------*/
.blockPerson
{
	width:206px;
	margin-right:5px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.blockPerson .header
{
	background-image:url(../Images/BlockPerson/Header.png);
	width:206px;
	height:30px;
}

.blockPerson .footer
{
	background-image:url(../Images/BlockPerson/Footer.png);
	width:206px;
	height:5px;
}

.blockPerson .item
{
	background-color:#74B328;
	width:206px;
	height:5px;
}

.blockPerson .item .l
{
	background-image:url(../Images/BlockPerson/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockPerson .item .r
{
	background-image:url(../Images/BlockPerson/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
}

.blockPerson .altItem
{
	background-color:#96C330;
	width:206px;
	height:5px;
}

.blockPerson .altItem .l
{
	background-image:url(../Images/BlockPerson/AltBodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockPerson .altItem .r
{
	background-image:url(../Images/BlockPerson/AltBodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
}

/*-------------------------blockGroupTranslation-------------------------------*/
.blockGroupTranslation
{
	width:206px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.blockGroupTranslation .header
{
	background-image:url(../Images/BlockGroupTranslation/Header.png);
	width:206px;
	height:30px;
}

.blockGroupTranslation .footer
{
	background-image:url(../Images/BlockGroupTranslation/Footer.png);
	width:206px;
	height:5px;
}

.blockGroupTranslation .item
{
	background-color:#FA9E21;
	width:206px;
	height:5px;
}

.blockGroupTranslation .item .l
{
	background-image:url(../Images/BlockGroupTranslation/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockGroupTranslation .item .r
{
	background-image:url(../Images/BlockGroupTranslation/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
}

.blockGroupTranslation .altItem
{
	background-color:#F1B864;
	width:206px;
	height:5px;
}

.blockGroupTranslation .altItem .l
{
	background-image:url(../Images/BlockGroupTranslation/AltBodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockGroupTranslation .altItem .r
{
	background-image:url(../Images/BlockGroupTranslation/AltBodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
}

.cRelateInfo .blocTopStory
{
	width:100%;
}

/*-------------------------webLink-------------------------------*/

.webLink
{
	width:988px;
	margin-bottom:5px;
	text-align:left;
}
.webLink .l
{
	background-image:url(../Images/WebLink/BodyL.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:145px;
}
.webLink .c
{
	background-image:url(../Images/WebLink/BodyC.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding:5px;
	height:46px;
}
.webLink .r
{
	background-image:url(../Images/WebLink/BodyR.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:7px;
}

/*-------------------------footerPage-------------------------------*/
.containerFooterPage
{
	padding:10px 0 0 0;
}

.footerPage
{
	width:988px;
	height:58px;
	font-size:12px;
	color:#888;
	text-align:center;
	line-height:18px;
	padding:5px;
}

.footerPage a
{
	color: #fac;
}

.footerPage a:hover
{
	color: #84b6e1;
}

/*-------------------------blockContentCenter-------------------------------*/

.blockContentCenter
{
	width:988px;
	margin-bottom:5px;
	padding:0 6px;
}

.blockContentCenter .headerL
{
	background-image:url(../Images/BlockContentCenter/HeaderL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:13px;
	padding-left:9px;
}

.blockContentCenter .headerC
{
	background-image:url(../Images/BlockContentCenter/HeaderC.png);
	background-repeat:repeat-x;
	height:13px;
}

.blockContentCenter .headerR
{
	background-image:url(../Images/BlockContentCenter/HeaderR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:13px;
	padding-right:9px;
}

.blockContentCenter .textHeader
{
	font-size:0;
}

.blockContentCenter .bodyC
{
	background-color:#45ade7;
	text-align:left;
	padding-top:3px;
}

.blockContentCenter .bodyBgL
{
}


.blockContentCenter .bodyL
{
	background-image:url(../Images/BlockContentCenter/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:9px;
}

.blockContentCenter .bodyBgR
{
}

.blockContentCenter .bodyR
{
	background-image:url(../Images/BlockContentCenter/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:9px;
}

.blockContentCenter .footerL
{
	background-image:url(../Images/BlockContentCenter/FooterL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:20px;
	padding-left:9px;
}
.blockContentCenter .footerC
{
	background-image:url(../Images/BlockContentCenter/FooterC.png);
	background-repeat:repeat-x;
	height:20px;
}
.blockContentCenter .footerR
{
	background-image:url(../Images/BlockContentCenter/FooterR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;
	padding-right:9px;
}

/*-------------------------detailContent-------------------------------*/
.containerMainContent
{
	width:980px;
	padding:10px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}

.containerMainContent .leftMenu
{
	float:left;
	width:320px;
	margin-right:10px;
}

.containerMainContent .centerContent
{
	float:left;
	width:650px;
}

/*-------------------------detailContent-------------------------------*/
.detailContent
{
	margin-bottom:5px;
}

.detailContent .headerL
{
	background-image:url(../Images/BlockContent/HeaderL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:7px;
	padding-left:7px;
}

.detailContent .headerC
{
	background-image:url(../Images/BlockContent/HeaderC.png);
	height:7px;
}

.detailContent .headerR
{
	background-image:url(../Images/BlockContent/HeaderR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:7px;
	padding-right:7px;
}

.detailContent .textHeader
{
	font-size:0;
}

.detailContent .bodyC
{
	background-color:White;
	text-align:left;
}

.detailContent .bodyBgL
{
}

.detailContent .bodyL
{
	background-image:url(../Images/BlockContent/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:7px;
}

.detailContent .bodyBgR
{
}

.detailContent .bodyR
{
	background-image:url(../Images/BlockContent/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:7px;
}

.detailContent .footerL
{
	background-image:url(../Images/BlockContent/FooterL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:12px;
	padding-left:7px;
}
.detailContent .footerC
{
	background-image:url(../Images/BlockContent/FooterC.png);
	background-repeat:repeat-x;
	height:12px;
}
.detailContent .footerR
{
	background-image:url(../Images/BlockContent/FooterR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:12px;
	padding-right:7px;
}
/*-------------------------newChapter-------------------------------*/
.newChapter
{
	width:150px;
	border:1px solid #444;
	color:#888;
}

.newChapter .header
{
	background-image:url(../Images/DetailStory/NewChapter/Header.png);
	background-repeat:repeat-x;
	height:20px;
	padding:5px;
	font-size: 14px;
	text-shadow: 0 0 0.2em #B900FF, 0 0 0.2em #B900FF;
	text-align:center;
	color:#fff;
}
.newChapter .body
{
	padding:10px;
}
.newChapter .footer
{
}

.newChapter a
{
	display:block;
	height:20px;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newChapter a:hover
{
	color:#48FF00;
}

.newChapter .line
{
	height:1px;
	border-top:1px solid #222;
}

/*-------------------------newChapter-------------------------------*/
.detailStory
{
	color:#888;
	font-size:12px;
	margin-right:15px;
}

.detailStory .bgTitle
{
	padding: 10px 0;
    background: #fac;
}
.detailStory .bgTitle .title
{
	font-size: 18px;
	font-weight:100;
    color: #fff;
    text-shadow: 1px 1px #686868;
	float:left;
}

.detailStory .bgTitle .lastUpdate
{
	font-style:italic;
	color:#111;
    text-shadow: 0.5px 0.5px #fff;
	padding:5px 0 0 5px;
	float:left;
}

.detailStory .cInfo
{
	padding:10px 0;
}

.detailStory .cInfo .tableInfo
{
	width:100%
}

.detailStory .info
{
	vertical-align: top;
}
.detailStory .info h2
{
	display:inline;
	font-size:13px;
}

.detailStory .cInfo .cImage img
{
	height:300px;
	width:200px;
}

.detailStory .cInfo .cListStoryControl .cListText
{
	width:738px !important;
}
.detailStory .cInfo .cListStoryControl .cListText .cellName
{
	width:280px !important;
}

.detailStory .cInfo .cListStoryControl .cListText .bgTitle
{
	width:718px !important;
}

.detailStory .description
{
	padding:5px 0;
	line-height:18px;
}

.detailStory .cBtnTracking
{
	padding:10px 20px;
	background:#77aa00;
	display:inline-block;
	margin:auto;
}

.detailStory #btnTracking
{
	background-image:url(../Images/DetailStory/Plus.png);
	background-repeat:no-repeat;
	padding:0px 0 3px 20px;
	font-weight:bold;
	color:#fff;
}

.detailStory #btnUnTracking
{
	background-image:url(../Images/DetailStory/Minus.png);
	background-repeat:no-repeat;
	padding:0px 0 3px 20px;
	font-weight:bold;
	color:#fff;
}

.detailStory .info .row
{
	padding:5px 0;
}

.detailStory .description b,
.detailStory .info .row b
{
	color:#888;
}

.detailStory .info .row a
{
	color:#ff6ad3;
	text-decoration:none;
}

.detailStory .info .row a:hover
{
	color:#888;
}

.detailStory .description
{
	padding:5px 15px 5px 0;
}

.detailStory .cChapter
{
	padding:0;
	font-size:11px;
}

.detailStory .cChapter .bgTitle
{
	background: #84b6e1;
    color: #fff;
    text-shadow: 1px 1px #686868;
	height:15px;
}

.detailStory .cChapter .cellNo
{	
	width:33px;
	text-align:center;
}

.detailStory .cChapter .cellChapter
{
	width:340px;
}

.detailStory .cStoryTracking .cellChapterVisit
{
	width:80px !important;
}


.detailStory .cChapter .cellChapterVisit
{
	width:120px;
}

.detailStory .cChapter .cellGroupTranslation
{
	width:100px;
}

.detailStory .cChapter .cellUser
{
	width:80px;
}

.detailStory .cChapter .cellDatePost
{
	width:80px;
}

.detailStory .cChapter .cellShowChapter
{
	width:65px;
}

.detailStory .cChapter .row
{
	height:22px;
	padding:5px 0 0 0;
}

.detailStory .cChapter .altRow
{
	background: #eeeeee;
	height:22px;
	padding:5px 0 0 0;
}

.detailStory .cChapter .row a,
.detailStory .cChapter .altRow a
{
	color:#f06;
	text-decoration:none;
}

.detailStory .cChapter .row a:visited,
.detailStory .cChapter .altRow a:visited
{
	color:#aaaaaa;
	text-decoration:none;
}


.detailStory .cChapter .row a:hover,
.detailStory .cChapter .altRow a:hover
{
	color:#ff6600;
}

.detailStory .cChapter .altRow:hover,
.detailStory .cChapter .row:hover
{
	background: #f2f6f8; /* Old browsers */

}

.detailStory .cChapter .altRow div,
.detailStory .cChapter .row div,
.detailStory .cChapter .bgTitle div
{
	float:left;
}

.mangaRating {
    float: left;
    margin-right: 10px;
}

.jRatingColor {
    background-color: #f4c239;
}

.jStar {
    position: relative;
    left: 0;
    z-index: 3;
}

.jRatingAverage {
    background-color: #f62929;
}

.jRatingAverage, .jRatingColor {
    top: 0;
    z-index: 2;
    height: 100%;
    position: relative;
    left: 0;
}

.listChapter .read
{
	background-image:url(../Images/IconTracking.png);
	background-position:0 -32px;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}

.listChapter .unRead
{
	background-image:url(../Images/IconTracking.png);
	background-position:0 -16px;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}

.listChapter .deleteStory
{
	background-image:url(../Images/IconTracking.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}

.cPaging
{
	clear:both;
	text-align:center;
}

.cPaging table
{
	margin:auto;
}

.cPaging .paging
{
	padding:10px 0;
}

.cPaging .pre
{
	background-image:url(../Images/MenuAndListStory/Top/BtnN-P.png);
	width:16px; height:16px;
	background-position:0 0;
	display:block;
	float:left;
	margin: 0 3px;
}

.cPaging .index
{
	background-image:url(../Images/MenuAndListStory/Top/BgNumber.png);
	width:16px; height:15px;
	display:block;
	float:left;
	color:#606060;
	text-decoration:none;
	padding:1px 0 0 0;
	margin: 0 3px;
}

.cPaging .currentIndex
{
	background-image:url(../Images/MenuAndListStory/Top/BgNumber.png);
	width:16px; height:15px;
	background-position:-16px 0;
	display:block;
	float:left;
	font-weight:bold;
	color:#fff;
	padding:1px 0 0 0;
	margin: 0 3px;
}

.cPaging .next
{
	background-image:url(../Images/MenuAndListStory/Top/BtnN-P.png);
	width:16px; height:16px;
	background-position:-16px 0;
	display:block;
	float:left;
	margin: 0 3px;
}

/*-------------------------comment-------------------------------*/

#popupComment
{
}

.postComment
{
	margin:auto;
	margin-bottom:5px;
}
.postComment .cBtn 
{
	height:30px
}

.cBtn .btn
{
	display:block;
	background-image:url(../Images/DetailStory/BtnPostComment.png);
	width:53px; height:24px;
	margin:3px;
	float:right;
}

.lineComment
{
	height:1px;
	margin:10px 0 0 0;
	font-size:0px;
}

.listComment
{
	
}

.listComment .itemParent
{
	padding:10px 0 0 0;
}
.listComment .image
{
	width:50px;
	height:50px;
}

.listComment .itemParent table
{
	margin:auto;
}

.listComment .itemParent .row
{
	padding:0 0 5px 5px;
}


.listComment .itemParent .author
{
	font-weight:bold;
}

.listComment .itemParent .datePost
{
	color:#999;
}
.listComment .itemParent .cBtnReply
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:right;
	border:1px solid #379200;
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	width:60px;
}
.listComment .itemParent .btnReply
{
	background-image:url(../Images/DetailStory/Comment/IconReply.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	display:block;
	padding:2px 2px 2px 20px;
	color:#000;
	text-decoration:none;
}

/*-------------------------commentContentExtend-------------------------------*/

.commentContentExtend
{
	width:660px;
	margin-bottom:5px;
}

.commentContentExtend .headerL
{
	background-image:url(../Images/DetailStory/CommentExtend/HeaderL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:35px;
	padding-left:10px;
}

.commentContentExtend .headerBgC
{
	background-image:url(../Images/DetailStory/CommentExtend/HeaderBgC.png);
	background-repeat:repeat-x;
	background-position:top left;
}

.commentContentExtend .headerC
{
	background-image:url(../Images/DetailStory/CommentExtend/HeaderC.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:35px;
}

.commentContentExtend .headerR
{
	background-image:url(../Images/DetailStory/CommentExtend/HeaderR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:35px;
	padding-right:10px;
}

.commentContentExtend .textHeader
{
	font-size:0;
}

.commentContentExtend .bodyC
{
	background-color:#b0b0b0;
	text-align:left;
	min-height:25px;
}

.commentContentExtend .bodyBgL
{
}


.commentContentExtend .bodyL
{
	background-image:url(../Images/DetailStory/CommentExtend/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:10px;
}

.commentContentExtend .bodyBgR
{
}

.commentContentExtend .bodyR
{
	background-image:url(../Images/DetailStory/CommentExtend/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:10px;
}

.commentContentExtend .footerL
{
	background-image:url(../Images/DetailStory/CommentExtend/FooterL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
	padding-left:10px;
}
.commentContentExtend .footerC
{
	background-image:url(../Images/DetailStory/CommentExtend/FooterC.png);
	background-repeat:repeat-x;
	height:10px;
}
.commentContentExtend .footerR
{
	background-image:url(../Images/DetailStory/CommentExtend/FooterR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:10px;
	padding-right:10px;
}

.cTextActive
{
	background: #000 url('../Images/MenuBg.png') repeat-x 0 0;
	border: 1px solid #444;
	text-align: center;
	height:80px;
	color: white;
	font-size: 22px;
	text-shadow: 0 0 0.2em #B900FF, 0 0 0.2em #B900FF;
	padding:10px;
}

/*-------------------------comment-------------------------------*/
.cNewCommentHP
{
}
.cNewCommentHP .title
{
	padding:10px;
	background:#ffa83e;
	font-size:18px;
	color:#fff;
	text-shadow: 1px 1px #686868;
}
.cNewCommentHP .cAllComment
{
	max-height:1800px;
	overflow-y:auto;
	padding:5px 0 0 5px;
}
.cNewCommentHP .line
{
	margin:5px auto;
	height:1px;
	background-color:#888;
	font-size:0px;
	width:80%;
}

.cNewCommentHP .item
{
	padding:5px 0 0 0;
}
.cNewCommentHP .item .storyName
{
	padding:5px;
	color:Green;
}
.cNewCommentHP .item .storyName:hover
{
	color:#ff1a00;
}
.cNewCommentHP .item .cDetail
{
	padding:5px;
}
.cNewCommentHP .item .cDetail .img
{
	width:50px;
	height:50px;
	float:left;
	margin-right:5px;
}

.cNewCommentHP .item .cDetail .author
{
	font-weight:bold;
	padding:5px 0;
	color:#000;
}

.cNewCommentHP .item .cDetail .datePost
{
	color:#999;
}

.cNewCommentHP .item .cDetail .content
{
	color:#000;
}

/*-------------------------helpInfo-------------------------------*/
.helpInfo
{
	padding:10px;
	color:#000;
}
.helpInfo ul
{
	padding:5px 30px;
}
.helpInfo li
{
	padding:5px 0 0 0;
}

/*-------------------------commentContent-------------------------------*/
.commentContent
{
	width:650px;
	margin-bottom:5px;
}

.commentContent .headerL
{
	background-image:url(../Images/DetailStory/Comment/HeaderL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
	padding-left:55px;
}

.commentContent .headerC
{
	background-image:url(../Images/DetailStory/Comment/HeaderC.png);
	background-repeat:repeat-x;
	height:10px;
}

.commentContent .headerR
{
	background-image:url(../Images/DetailStory/Comment/HeaderR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:10px;
	padding-right:10px;
}

.commentContent .textHeader
{
	font-size:0;
}

.commentContent .bodyC
{
	background-color:#d3d3d3;
	text-align:left;
	min-height:25px;
	color:#000;
	line-height:16px;
}

.commentContent .bodyBgL
{
	background-image:url(../Images/DetailStory/Comment/BodyBgL.png);
	background-repeat:repeat-y;
	background-position:top left;
}


.commentContent .bodyL
{
	background-image:url(../Images/DetailStory/Comment/BodyL.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:55px;
}

.commentContent .bodyBgR
{
	background-image:url(../Images/DetailStory/Comment/BodyBgR.png);
	background-repeat:repeat-y;
	background-position:top right;
}

.commentContent .bodyR
{
	background-image:url(../Images/DetailStory/Comment/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:10px;
}

.commentContent .footerL
{
	background-image:url(../Images/DetailStory/Comment/FooterL.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
	padding-left:55px;
}
.commentContent .footerC
{
	background-image:url(../Images/DetailStory/Comment/FooterC.png);
	background-repeat:repeat-x;
	height:10px;
}
.commentContent .footerR
{
	background-image:url(../Images/DetailStory/Comment/FooterR.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:10px;
	padding-right:10px;
}

.commentContentExtend .commentContent
{
	width:550px;
	margin-bottom:5px;
}

.btnAlertErrorChapter
{
	background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */

	display:block;
	width:60px;
	padding: 5px 10px;
	border: solid 1px #870075;
	
	color: white;
	text-decoration:none;
}
.btnAlertErrorChapter:hover
{
	background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

	color: white;
	border: solid 1px #73880a;
}

#cToolViewPage
{
	height:34px;
}

.toolViewPage
{
    padding: 3px 0 5px 0;
    background: #fac;
	text-align:center;
	width:980px;
}

.toolViewPage .btnPrevious
{
	background-position:0 -22px;
	background-image:url(../Images/DetailChapter/Btn.png);
	background-repeat:no-repeat;
	padding:3px 0 0 27px; height:19px;
	float:left;
	display:block;
	margin-right:5px;
	text-decoration:none;
	font-size:13px;
	color:Black;
}

.toolViewPage .btnNext
{
	background-position:top right;
	background-image:url(../Images/DetailChapter/Btn.png);
	background-repeat:no-repeat;
	padding:3px 27px 0 0; height:19px;
	float:left;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:Black;
}
.toolViewPage table
{
	margin:auto;
}

#containerListPage
{
	padding:5px 0;
	background-image:url(/Images/AjaxLoader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:300px;
}

#containerListPage div
{
	text-align:center;
	font-size:0px !important;
}

#containerListPage img
{
	margin:auto;
	max-width:980px;
	min-width: 500px;
}

.detailChapter .detailContent
{
	width:980px;
}

.detailChapter .bgTitle
{
	padding: 10px;
    background: #84b6e1;
	box-sizing:border-box;
	margin-bottom:10px;
}

.detailChapter .bgTitle .title,
.detailChapter .bgTitle .title h1
{
	font-weight:100;
	font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #686868;
}
.detailChapter .bgTitle .lastUpdate
{
	font-style:italic;
	color:#333;
	font-size:12px;
}

.detailChapter .detailStory
{
	width:950px;
}

.commentChapter .bgTitleGeneral
{
	margin:auto;
}

.detailStory .lineComment
{
}

.detailStory .postComment .commentInputBTD
{
	margin:auto;
}
/*-----------------------------------------------------------------------*/
/*-------------------------Detail category-------------------------------*/
/*-----------------------------------------------------------------------*/

/*-------------------------blocTopStory-------------------------------*/
.blocTopStory
{
	width:100%;
}
.blocTopStory .header
{
	padding:10px;
	background:#84b6e1;
}
.blocTopStory .header div
{
	font-size:18px;
	color:#fff;
	text-shadow: 1px 1px #686868;
}
.blocTopStory .body
{
	padding:10px 0;
}
.blocTopStory .footer
{
	height:15px;
}

.blocTopStory .item
{
	text-overflow:ellipsis;
	overflow: hidden;
	max-height:110px;
	text-align:left;
	padding:5px;
}
.blocTopStory .item a
{
	color:#209bd1;
	text-decoration:none;
	font-size:13px;
	text-align:left;
}
.blocTopStory .item a:hover
{
	color:#f00;
}

/*-------------------------blocTopAuthor-------------------------------*/
.blocTopAuthor .blocTopStory .header
{
	height:40px;
	background-image:url(../Images/TopStory/Header-1.png);
}
.blocTopAuthor .blocTopStory .altItem .r,
.blocTopAuthor .blocTopStory .item .r
{
	height:65px;
}
.listAuthor .cListStoryControl .cListStory .item .img
{
	height:100px; width:100px;
}
/*-------------------------blocTopGroupTranslation-------------------------------*/
.blocTopGroupTranslation .blocTopStory .header
{
	height:40px;
	background-image:url(../Images/TopStory/Header-2.png);
}
.blocTopGroupTranslation .blocTopStory .altItem .r,
.blocTopGroupTranslation .blocTopStory .item .r
{
	height:65px;
}
/*-------------------------blocTopPerson-------------------------------*/
.blocTopPerson .blocTopStory .header
{
	height:40px;
	background-image:url(../Images/TopStory/Header-3.png);
}
.blocTopPerson .blocTopStory .altItem .r,
.blocTopPerson .blocTopStory .item .r
{
	height:65px;
}

.cRightMenu .blockListCategory
{
	width:100%; 
	margin-bottom: 0px;
}
.cRightMenu .blockListCategory .body,
.cRightMenu .blockListCategory .header
{
}

/*-------------------------blockListCategory-------------------------------*/

.blockListCategory
{
	width:100%;
	text-align:left;
	margin-bottom:10px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}
.blockListCategory .header
{
	padding: 10px;
	background: #84b6e1;
}
.blockListCategory .header div
{
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px #686868;
}
.blockListCategory .body
{
	position:relative;
	padding:10px 0;
}
.blockListCategory .footer
{
	height:15px;
}
.blockListCategory .item
{
	padding:3px 15px 3px 15px;
}

.blockListCategory .item a
{
	color:#333;
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding:3px 0 5px 0;
	border-bottom:1px solid #aaa;
}
.blockListCategory .item a:hover
{
	background-color:#89ba36;
	color:White;
}

/*-------------------------Detail category-------------------------------*/
.detailCategory
{
}
.detailCategory select
{
	background-color: #686868;
	color: white;
	border: 1px solid #888;
}

.detailCategory .cChar
{
	text-align:center;
	padding:10px 0 10px 10px;
}

.detailCategory .cChar a
{
	display:block; padding:2px 4px; float:left;
	margin:6px 5px 0 0;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	
	background: #8fc800; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fc800 0%, #8fc800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#8fc800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#8fc800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#8fc800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#8fc800',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:13px;
	border:1px solid #648C00;
}

.detailCategory .cChar a:hover
{
	border:1px solid #48FF00;
}

.detailCategory .cChar .selChar
{
	border:1px solid #F73900;
	background: #ff7400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7400 0%, #ff7400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#ff7400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7400 0%,#ff7400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7400 0%,#ff7400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7400 0%,#ff7400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7400 0%,#ff7400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */

	color:White;
}

.cCatBtn
{
	clear:both;
}

.cCatBtn .cStatusBtn
{
	margin:auto;
}

.cCatBtn .cStatusBtn a
{
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block; padding-top:6px;
	margin-left:3px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	height:23px; width:132px;
    margin: 5px 12px;
    float: left;
}

.cCatBtn .cStatusBtn .selStatus,
.cCatBtn .cStatusBtn a:hover
{
	background: #ffb76b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cCatBtn .cHotNewBtn
{
	float:left;
	height:29px;
	padding-left:5px;
}

.detailCategory .bgTitle
{
    padding: 10px;
    background: #fac;
    margin-right: 15px;
}

.detailCategory .bgTitle .title
{
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #686868;

}
.detailCategory .bgTitle .title b
{
}
.detailCategory .bgTitle .title span
{
}

.detailCategory .viewType
{
	text-align:right;
	padding:5px 20px 10px 0;
}

.detailCategory .cHotNewBtn
{
	padding:10px;
}

.detailCategory .cHotNewBtn a,
.detailCategory .viewType a
{
	background-repeat:no-repeat;
	background-position:0 5px;
	padding: 5px;
	padding-left:18px;
	color:#aaa;
	text-decoration:none;
}

.detailCategory .cHotNewBtn .check,
.detailCategory .viewType .check
{
	background-image:url(../Images/DetailCategory/CheckBox.png);
}

.detailCategory .cHotNewBtn .unCheck,
.detailCategory .viewType .unCheck
{
	background-image:url(../Images/DetailCategory/UnCheckBox.png);
}

.cListStoryControl .cListStory
{
	padding:0 0 0 0;
}

/*-------------------------cListStoryControl-------------------------------*/
.cListStoryControl .cListText
{
	width:750px;
	margin:auto;
}

.cListStoryControl .cListText .bgTitle
{
	
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	width:730px;
	height:20px;
	padding:5px 10px 0 10px;
	font-weight:bold;
	color:#006399;
}

.cListStoryControl .cListText .cellNo
{	
	width:33px;
}

.cListStoryControl .cListText .cellName
{
	width:300px;
}

.cListStoryControl .cListText .cellVisit
{
	width:70px;
}

.cListStoryControl .cListText .cellStatus
{
	width:80px;
}

.cListStoryControl .cListText .cellNewChapter
{
	width:80px;
}

.cListStoryControl .cListText .cellDatePost
{
	width:100px;
	text-align:center;
}

.cListStoryControl .cListText .cellShowStory
{
	width:70px; text-align:center;
}

.cListStoryControl .cListText .row
{
	height:22px;
	padding:5px 5px 0 10px;
}

.cListStoryControl .cListText .altRow
{
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	height:22px;
	padding:5px 5px 0 10px;
}

.cListStoryControl .cListText .row a,
.cListStoryControl .cListText .altRow a
{
	color:Green;
	text-decoration:none;
}

.cListStoryControl .cListText .row a:hover,
.cListStoryControl .cListText .altRow a:hover
{
	color:#2C3E68;
	text-decoration:none;
}

.cListStoryControl .cListText .altRow:hover,
.cListStoryControl .cListText .row:hover
{
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}

.cListStoryControl .cListText .altRow .cellName,
.cListStoryControl .cListText .row .cellName,
.cListStoryControl .cListText .altRow .cellStatus,
.cListStoryControl .cListText .row .cellStatus
{
	text-align:left;
}

.cListStoryControl .cListText .altRow div,
.cListStoryControl .cListText .row div,
.cListStoryControl .cListText .bgTitle div
{
	float:left;
	overflow:hidden;
	height:22px;
	white-space:nowrap;
}

/*-------------------------listNewsRelate-------------------------------*/

.listNewsRelate
{
	width:206px;
	text-align:left;
	margin-bottom:5px;
}

.listNewsRelate .header
{
	background-image:url(../Images/BlockNews-1/Header.png);
	width:206px; height:45px;
}

.listNewsRelate .body
{
	background-image:url(../Images/BlockNews-1/Body.png);
	background-repeat:repeat-y;
	width:206px;
}

.listNewsRelate .footer
{
	background-image:url(../Images/BlockNews-1/Footer.png);
	width:206px; height:15px;
}

.listNewsRelate .item 
{
	background-image:url(../Images/BlockNews-1/BgItem.png);
	background-repeat:no-repeat;
	background-position:top;
	width:202px;
	padding:5px 2px;
	clear: both;
}
.listNewsRelate .image 
{
	border: 2px solid #e0e0e0;
	float:left;
	margin:4px 4px 0 4px;
}

.listNewsRelate p 
{
	margin-top: 0;
	padding-top:5px;
}
.listNewsRelate .item a
{
	color: #5a97b6;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.listNewsRelate .item a:hover 
{
	color: Red;
}

/*-------------------------bgTitleGeneral-------------------------------*/
.bgTitleGeneral
{
	padding: 10px;
    background: #ffa83e;
}
.bgTitleGeneral .title
{
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #686868;
}
/*-------------------------listStoryRelate-------------------------------*/

.listStoryRelate .item 
{
	width:98%;
	padding:0 5px;
	clear: both;
}
.listStoryRelate .image 
{
	float:left;
	margin:4px 4px 0 4px;
}

.listStoryRelate p 
{
	margin-top: 0;
	padding-top:5px;
}
.listStoryRelate .item a
{
	color: #5a97b6;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.listStoryRelate .item a:hover 
{
	color: Red;
}
.listStoryRelate .bgLine
{
	padding:5px;
	clear: both;
}
.listStoryRelate .line
{
	background-color:#c6dff7;
	margin:auto;
	width:70%;
	height:1px;
	font-size:0;
}

.listStoryRelate .cellName
{
	width:280px !important;
}
/*-------------------------listStoryRelate-------------------------------*/
.containerListPersonImage
{
	display:block;
	height:150px;
	width:300px;
	padding:5px 0;
	position:relative;
}

.containerListPersonImage .listImage
{
	overflow:hidden;
	display:block;
	width:710px;
	height:160px;
	position:absolute;
	top:0px;
	left:20px;
}

.containerListPersonImage .listImage #infoGallery
{
	white-space:nowrap;
}

.containerListPersonImage .listImage img
{
	border:solid 1px #666;
	margin: 5px 0;
}

.containerListPersonImage .btnPre
{
	background-image:url(../Images/DetailPerson/Btn.png);
	background-position:left;
	display:block;
	height:29px;
	width:20px;
	position:absolute;
	top:60px;
	left:0;
}

.containerListPersonImage .btnNext
{
	background-image:url(../Images/DetailPerson/Btn.png);
	background-position:right;
	display:block;
	height:29px;
	width:20px;
	position:absolute;
	top:60px;
	left:730px;
}
/*-------------------------groupTranslationRelate-------------------------------*/
.groupTranslationRelate .blockPerson .header
{
	background-image:url(../Images/BlockPerson/Header-1.png);
	width:206px;
	height:40px;
}

/*-----------------------------------------------------------------------*/
/*-------------------------Detail news-------------------------------*/
/*-----------------------------------------------------------------------*/

/*-------------------------blockStoryRelate-------------------------------*/
.blockStoryRelate
{
	width:206px;
	margin-bottom:5px;
}
.blockStoryRelate .header
{
	height:40px;
	background-image:url(../Images/BlockStoryRelate/Header.png);
}
.blockStoryRelate .body
{
	background-color:#74b328;
	background-repeat:repeat-y;
}
.blockStoryRelate .footer
{
	background-image:url(../Images/BlockStoryRelate/Footer.png);
	height:15px;
}

.blockStoryRelate .image 
{
	border: 1px solid #fff;
	float: left;
	margin:4px 8px 4px 5px;
}
.blockStoryRelate p a
{
	padding:10px 0 0 0;
	text-transform:uppercase;
	font-weight:bold;
	color:White;
	text-decoration:none;
	display:block;
}
.blockStoryRelate p a:hover
{
	color:#1a8c00;
}
.blockStoryRelate p 
{
	margin:0px;
	text-transform:uppercase;
	color:White;
}

.blockStoryRelate .item
{
	background-color:#74b328;
	width:206px;
}

.blockStoryRelate .item .l
{
	background-image:url(../Images/BlockStoryRelate/BodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockStoryRelate .item .r
{
	background-image:url(../Images/BlockStoryRelate/BodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
	height:85px !important;
	clear:both;
}

.blockStoryRelate .altItem
{
	background-color:#96c330;
	width:206px;
}

.blockStoryRelate .altItem .l
{
	background-image:url(../Images/BlockStoryRelate/AltBodyL.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:5px;
}

.blockStoryRelate .altItem .r
{
	background-image:url(../Images/BlockStoryRelate/AltBodyR.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:5px;
	height:85px;
	clear:both;
}
.otherNews ul
{
	margin: 10px;
}

.otherNews li
{
	padding:3px 0;
	margin: 0 0 0 30px;
}
.otherNews a
{
	color:#48FF00;
	text-decoration:none;
}

.otherNews a:hover
{
	color:#fff;
}

.otherNews li .date
{
	color:#aaa;
}

/*-------------------------cListNewsAll-------------------------------*/

.cListNewsAll .time 
{
	color: #008000;
	font-size: 11px;
}
.cListNewsAll .date
{
	color: #848484;
	font-size: 11px;
}
.cListNewsAll .image 
{
	border: 2px solid #A5A5A5;
	float: left;
	margin:2px 8px 0 5px;
}
.cListNewsAll p 
{
	margin-top: 0;
}
.cListNewsAll .item 
{
	padding:10px 5px;
	clear: both;
}
.cListNewsAll .item a
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.cListNewsAll .item a:hover 
{
	color: Red;
}

/*-------------------------mapPath-------------------------------*/

.mapPath
{
	margin: 0; list-style: none;
	padding:10px;
	color:#333;
}
.mapPath .homeIcon
{
	padding:0 5px 0 0;
}
.mapPath .nameChapter a
{
	color:#333;
	text-decoration:none;
}
.mapPath li,
.mapPath h2,
.mapPath h1
{
	display:inline;
	font-size:11px;
}
.mapPath a
{
	color:Green;
	text-decoration:none;
}
.mapPath a:hover
{
	color:#FF8C00;
}
/*-------------------------cResetPasswordT-------------------------------*/

.cResetPasswordT
{
	border: 1px solid #444;
	font-size:12px;
	font-family:Arial;
	padding:0 0 0 0;
	color:#bbb;
	background-color:#111;
}
.cResetPasswordT .title
{
	background: #000 url('../Images/MenuBg.png') repeat-x 0 0;
	text-align: center;
	height:80px;
	color: white;
	font-size: 22px;
	text-shadow: 0 0 0.2em #B900FF, 0 0 0.2em #B900FF;
	padding:10px;
}
.cResetPasswordT td
{
	padding:3px;
}
.btnGetPassword
{
	width:110px;
	height:18px;
	margin:0;
	padding:2px 0 0 0;
	font-size:12px;
	background:url(../Images/Btn2.png) no-repeat;
	display:block;
	color:#fff;
	text-align:center;
	margin:auto;
	text-decoration:none;
}
.btnGetPassword:hover
{
	background-position:0 -20px;
}

.note
{
	background-color:#FFFF99;
	border-style:solid;
	border-width:1px;
	font-size:11px;
	margin:5px;
	padding:5px;
	text-align:left;
}



#FacbookLikePage {
	position: fixed;
    left: 0;
    top: 35%;
	z-index:1000000000;
}

#FacbookLikePage .boxlike {
	background: rgba(0,0,0,0.7);
    padding: 5px 5px 5px 0;
    max-width: 73px;
    height: 66px;
    border-radius: 0 5px 5px 0;
}

/*-----------------------------------------------------------------------*/
/*---------------------------Mobile Style--------------------------------*/
/*-----------------------------------------------------------------------*/

@media (max-width:1000px)
{
	.cBtnTop
	{
		width:200px;
		right:10px;
		left:inherit;
	}

	.cListTopStory {
		padding:10px 0;
	}

	#cboSearchBy
	{
		display: none;
	}

	.mainContent
	{
		max-width:100%;
		padding: 10px 0;
	}

	.advertTop
	{
		max-width:100%;
		overflow:hidden;
		padding: 10px 0;
	}

	.containerContent .leftMenu
	{
		display: none;
	}

	.containerContent .centerContent
	{
		margin:auto;
		float:none;
	}

	.websiteNotice, .containerContent, .footerPage
	{
		max-width:100%;
		border-left:0px;
		border-right:0px;
		padding: 10px 0;
		width:100%;
		overflow:hidden;
	}
}

@media (max-width:999px)
{
	.containerMainContent
	{
		width:100%;
		min-width:inherit;
		border-left:0px;
		border-right:0px;
		padding: 10px 0;
	}
	.containerMainContent .centerContent
	{
		float:none;
		width:100%;
	}
	.containerMainContent .leftMenu
	{
		float:none;
		width:100%;
	}
	.detailStory
	{
		width:100%;
		min-width:inherit;
		border-left:0px;
		border-right:0px;
		padding: 10px 0;
	}
	.detailStory .bgTitle
	{
		overflow:hidden;
	}
	.detailStory .info
	{
		width:100%;
	}
	.newChapter
	{
		display:none;
	}
	.detailStory .cChapter
	{
		width:100%;
	}
	.detailStory .cChapter .bgTitle
	{
		width:100%;
	}
	.bgTitleGeneral
	{
		width:100%;
	}
	.detailStory .cChapter .cellNo
	{
		display:none;
	}
	.detailStory .cChapter .cellChapter
	{
		width:35%;
		padding-left:10px;
	}
	.detailStory .cChapter .cellUser
	{
		display:none;
	}
	.detailStory .cChapter .cellChapterVisit
	{
		width:30%;
	}
	.detailStory .cChapter .cellDatePost
	{
		width:30%;
	}
	.detailStory .cChapter .cellShowChapter
	{
		display:none;
	}
	.listComment .cPaging, .listChapter .cPaging
	{
		width:100%;
	}
	.commentInputBTD
	{
		width:100% !important;
	}
	#adVatgia_block_1
	{
		width:100% !important;
		overflow:hidden;
	}
	.blockListCategory
	{
		border:0px;
		width:100% !important;
	}
	.cRightMenu .blockListCategory, .blockListCategory .body,
	.cRightMenu .blockListCategory .body, .cRightMenu .blockListCategory .header
	{
		width:100% !important;
	}
	.blockListCategory .item
	{
		display:inline-block;
	}
	.blocTopStory
	{
		display:none;
	}
	.detailCategory .cBtn, 
	.detailCategory .cBtn .cStatusBtn
	{
		height:auto;
		width:100% !important;
	}
	.containerMainContent .leftMenu .cImage
	{
		margin:0 auto 10px auto;
	}
	
	.detailChapter .detailContent
	{
		width:100% !important;
	}
	.detailChapter .bgTitle
	{
		width:100% !important;
	}
	.detailChapter .bgTitle .title
	{
		display:inline-block;
	}
	.toolViewPage td
	{
		display:inline-block;
		padding:2px 10px 0 5px;
	}
	.toolViewPage table
	{
		width:95% !important;
	}
	#containerListPage img
	{
		width:100% !important;
		min-width:inherit;
	}
	.commentChapter .bgTitleGeneral
	{
		width:100% !important;
	}

	.listComment .itemParent
	{
		overflow:hidden;
	}

	.listComment .itemParent td
	{
		width:inherit !important;
	}

	.listComment .itemParent .commentContent
	{
		width:100% !important;
	}
	#advertBottomStory
	{
		width:100% !important;
		overflow:hidden;
	}

	.blockListCategory .header
	{
		width:100% !important;
		box-sizing:border-box;
	}
	.detailCategory .bgTitle {
		margin-right:0px;
	}
}


@media (max-width:985px) {
	.bgCBanner,
	.bgBanner {
		height:200px;
	}
	.bgBanner .cBanner {
		height:200px;
	}
	.bgBanner .cLogo {
		position:static;
		width:100%;
		height:auto;
	}
	.bgBanner .logo {
		margin:auto;
		background-size: 188px 68px;
		width:188px;
		height:68px;
	}
	.bgBanner .bgSearch {
		position:static;
		width:100%;
	}
	.bgBanner .bgSearch input {
		width:85%;
	}
	.bgBanner .bgSearch .cBtnGo {
		float: right;
		margin: 5px 5px 5px 8px;
	}
	.bgBanner .cMenuCategory {
		position:static;
		height:37px;
		background: #000;
		margin: 5px 0 0 0;
	}
	.cBtnTop {
		position:static;
		margin: 5px auto;
	}
	.toolViewPage
	{
		width:100%;
		left:0;
	}
}

@media (max-width: 788px)
{
}

@media (max-width: 768px)
{
	.MAS_ManyView
	{
		display:none;
	}
	.bgBanner .bgSearch input
	{
		width:83%;
		font-size:15px;
	}

	#FacbookLikePage
	{
		display:none;
	}
/*
*/
}

@media (max-width: 700px)
{
	.MAS_ManyView
	{
		display:none;
	}
	.bgBanner .bgSearch input
	{
		width:83%;
		font-size:15px;
	}

	.bgBanner .FacbookLikePage
	{
		top:20px;
		left:200px;
	}

	.containerContent .centerContent
	{
		width:100%;
	}
	.listNewStory .cListStory .item
	{
		display:inline-block;
		float:none;
	}
	.listNewStory .cMenu {
		margin-right: 0px;
	}
}

@media (max-width: 666px) {
	.detailStory .cInfo td {
		display:inline-block;
		width: 100%;
	}
	.cImage {
		text-align:center;
	}
	.cImage img {
		margin:auto;
	}
}

@media (max-width: 610px)
{
	
	.toolViewPage
	{
		height:28px;
	}
	.toolViewPage td
	{
		padding:5px;
		white-space:nowrap;
	}
	
	.btnAlertErrorChapter
	{
		display:none;
	}
	
	.MAS_ManyView
	{
		display:none;
	}
	.bgBanner .bgSearch input
	{
		width:78%;
		font-size:15px;
	}
	.bgBanner .cMenuCategory
	{
		display:none;
	}

	.bgBanner .cLogo {
		left:0px;
	}

	.bgBanner .logo {
		margin-left:10px;
	}

	.bgBanner .menu-link {
		display:inline-block;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: absolute;
		top: 20px;
		right: 15px;
		font-size: 18px;
		color: #fff;
		background-color: #b3b3b3;
		padding: 5px 10px;
		font-family: tahoma;
		text-decoration: none;
	}
	.bgCBanner, .bgBanner,
	.bgBanner .cBanner {
		height:160px;
	}
}
@media (max-width: 560px)
{
	.bgBanner .logo {
		margin:auto;
	}
	.bgBanner .cBanner {
		height: auto;
		padding: 0;
		position:static;
	}
	.bgBanner .cMenuCategory
	{
		display:none;
	}
	.bgBanner .bgSearch input
	{
		width:75%;
		font-size:15px;
	}

	.bgBanner .FacbookLikePage
	{
		top:108px;
		left:10px;
	}
	.detailStory .description {
		padding:5px;
	}
	.detailStory .bgTitle {

	}
	#cRegisterT td,
	.cEditInfo td {
		display:block;
		width:100%;
	}
	.cEditInfo td input {
		width:100% !important;
		padding:3px 0;
	}
	#cRegisterT td input {
		width:95% !important;
		padding:3px 0;
	}

	.detailStory .cChapter {
		padding: 10px 0 !important;
	}
	.cBtnTop {
		margin: auto;
		position:static;
		width:100% !important;
		box-sizing:border-box;
		height:auto;
		text-align:center;
		margin:5px 0;
	}
	
	.detailStory .cChapter .cellChapterVisit,
	.detailStory .cChapter .cellUser,
	.cStoryTracking .cellUser,
	.detailStory .cChapter .cellDatePost {
		display:block;
		width:auto !important;
		padding:0 3px;
	}
	.cStoryTracking .cellChapter {
		width:35% !important;
	}

	.MAS_ManyView
	{
		display:none;
	}
	
	#selectChapter
	{
		width:100px !important;
	}
	
	.toolViewPage .btnPrevious,
	.toolViewPage .btnNext
	{
		display:inline-block;
		float:none;
	}
}
@media (max-width: 390px) {
	.bgBanner .bgSearch input {
		width:55%;
	}
}