/*Lazy CSS*/
.dis{
  display:block;
}
.inline{
  display:inline;
}
.none{
  display:none;
}
body {
  background: #f3f3f3;
  font-family:Verdana, Geneva, sans-serif;
}

h1 {
  color: #09C;
  font-size: 16px;
  padding: 7px 10px 18px 10px;
  margin: 0 0 10px 0;
  overflow:hidden;
}

h1 a:visited {
  color: #333;
}

h1 a:link {
  color: #333;
}

h1 a:hover {
  color: #EB8A3D;
}

h1 span{zoom:1;}

h1 .action-span {
  float: right;
  padding-left: 10px;
}

h1 .action-span a {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 5px 8px;
	cursor:pointer;
	font-weight:normal;
	background: -moz-linear-gradient(
		top,
		#f4f4f4 0%,
		#dfdfdf 99%,
		#f4f4f4);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f4f4f4),
		color-stop(0.99, #dfdfdf),
		to(#f4f4f4));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
	text-shadow:
		0px 1px 0px rgba(255,255,255,1),
		0px -1px 0px rgba(000,000,000,0);
}

h1 .action-span a:hover {
  color:#444;
  text-decoration:none;
}

h1 .action-span1 {
  float:left;
  margin-top:2px;
}

.button1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	padding: 5px 8px;
	cursor:pointer;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#dddddd 99%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.99, #dddddd),
		to(#ffffff));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
	text-shadow:
		0px 1px 0px rgba(255,255,255,1),
		0px -1px 0px rgba(000,000,000,0);
	
}
.button{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 5px 8px;
	cursor:pointer;
	font-weight:normal;
	background: -moz-linear-gradient(
		top,
		#f4f4f4 0%,
		#dfdfdf 99%,
		#f4f4f4);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f4f4f4),
		color-stop(0.99, #dfdfdf),
		to(#f4f4f4));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c8c8c8;
	text-shadow:
		0px 1px 0px rgba(255,255,255,1),
		0px -1px 0px rgba(000,000,000,0);
		vertical-align:middle;
}

#login .block{ 
	margin:28px auto; 
	width:320px; 
	height:auto;
}
	
#login .text{ 
	display:block; 
	font-size:25px; 
	font-weight:bold; 
	width:280px; 
	height:auto; 
	margin:6px auto 26px auto; 
	text-align:center; 
	color:#383838;
}
	
#login .input_login{ 
	margin:6px auto;
	border:1px solid #ffffff;
	background:#ffffff; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	-moz-box-shadow: 0px 0px 5px 1px #dddddd;
	box-shadow: 0px 0px 5px 1px #dddddd;
	padding:20px;
	
}
	
#login .input_login .name{ 
	font-size:12px; 
	padding:5px 0px;

} 

#login .input_login .input input{ 
	padding:5px 0px;
	width:100%;
	border:1px solid #ddd;
	border-radius:3px; 
	-moz-border-radius:3px;
	font-size:18px;
} 

#login .input_login  .captcha{ 
	width:100%;
	margin:auto;
	display:block;

}

#login .input_login  .captcha .capital{ 
	width:176px;
	float:left;
}

#login .input_login  .captcha .capital input{ 
	height:25px;
	width:90%;
	border:1px solid #ddd;
	border-radius:3px; 
	-moz-border-radius:3px;
	font-size:18px;

}

#login .input_login  .captcha .img{ 
	width:100px;
	float:left;
	cursor:pointer;

}
#login .input_login  .remember{ 
	padding:16px 0px 16px 0px;
	float:left;
	width:100%

}
#login .input_login .buttom { display:block; width:100%; clear:both;}
#login .input_login .buttom a{ color:#09C;}
#login .input_login .buttom input{ margin-left:58px; cursor:pointer;}
#login .copyright{ margin:0px auto; text-align:center;}

/*TOP HEADER*/
#header-div {
	background:#646464;
	background: -moz-linear-gradient(
		top,
		#646464 0%,
		#343434);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#646464),
		to(#343434));
	height:52px;
	display:block;
	min-width:1000px;
	width:100%;
	margin-top:5px;
	
}
#logo-div {
  float: left;
  padding:6px 0px 0px 20px;
  display:block
}
#logo-div span{
	font-size:16px;
	  color:#fff;
  font-weight:bold;
  text-shadow:0px 1px 3px #000;	
	
}
#logo-div p{
	font-size:12px;
	padding:3px 0px 0px 0px;
	margin:inherit;
	color:#FFF;
}

#submenu-div {
	padding: 15px 0px 0px;
  float:right;

}

#submenu-div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#submenu-div li {
  float: right;
  padding: 0 10px;
  margin: 3px 0;
  line-height:20px;

}

#submenu-div a:visited, #submenu-div a:link {
  color: #ddd;
  text-decoration: none;
}

#submenu-div a:hover {
  color: #F5C29A;
}
#submenu-div .maytinh{
	background:url('../images/calculator.png') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}
#submenu-div .ghichep{
	background:url('../images/doc_edit.png') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}
#submenu-div .tinnhan{
	background:url('../images/chat.png') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}
#submenu-div .caidat{
	background:url('../images/catdat.png') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}
#submenu-div .thoat{
	background:url('../images/on_off.png') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}
#submenu-div .xemtruoc{
	background:url('../images/icon_view.gif') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}
#submenu-div .taikhoan{
	background:url('../images/users.png') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}
#submenu-div .cache{
	background:url('../images/cache.png') no-repeat;
	padding-left:20px;
	height:21px;
	display:block;
}

#loading-div {
  clear: right;
  text-align: right;
  display: block;
}
#tip{ display:block; width:100%; margin:0px auto; height:40px; position:relative;}

#menu-div {
   background: -moz-linear-gradient(
		top,
		#f2f2f2 0%,
		#bababa);
   background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f2f2f2),
		to(#bababa));
  font-weight: bold;
  height:39px;
  line-height:24px;
  margin:0px 0px 10px 0px;
  box-shadow:0px 1px 12px #333;
  min-width:1000px;
  width:auto;
  padding-left:5px;
}

#menu-div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu-div li {
  float: left;
  line-height:39px;
  display:block;
  position:relative;
}
#menu-div li:hover {
	background:#bbb;
}


#menu-div a:visited, #menu-div a:link {
  display:block;
  padding: 0 5px;
  text-decoration: none;
  color: #333;
  font-size:13px;
  font-weight:normal;
}

#menu-div a.menu0{background:url('../images/menu_sanpham.png') no-repeat 2px 11px;padding:0px 6px 0px 20px;}
#menu-div a.menu1{background:url('../images/menu_tiepthi.png') no-repeat 2px 12px;padding:0px 6px 0px 20px;}
#menu-div a.menu2{background:url('../images/menu_dathang.png') no-repeat 2px 11px;padding:0px 6px 0px 20px;}
#menu-div a.menu3{background:url('../images/menu_quangcao.png') no-repeat 2px 10px;padding:0px 6px 0px 20px;}
#menu-div a.menu4{background:url('../images/menu_thongke.png') no-repeat 2px 11px;padding:0px 6px 0px 20px;}
#menu-div a.menu5{background:url('../images/menu_baiviet.png') no-repeat 2px 11px;padding:0px 6px 0px 20px;}
#menu-div a.menu6{background:url('../images/menu_users.png') no-repeat 2px 11px;padding:0px 6px 0px 20px;}
#menu-div a.menu7{background:url('../images/menu_quantri.png') no-repeat 2px 11px;padding:0px 6px 0px 20px;}
#menu-div a.menu8{background:url('../images/menu_caidat.png') no-repeat 2px 11px;padding:0px 6px 0px 20px;}
#menu-div a.menu9{background:url('../images/menu_giaodien.png') no-repeat 2px 10px;padding:0px 6px 0px 20px;}
#menu-div a.menu10{background:url('../images/menu_dulieu.png') no-repeat 2px 12px;padding:0px 6px 0px 20px;}


#menu-div a:hover {
  color: #000;
}

#menu-div li{ white-space:nowrap}
#menu-div li .home{
	background:url('../images/home_icon.png') no-repeat 0px 10px; height:39px; display:block; padding-left:20px;
}

#submenu-div a.fix-submenu{ clear:both; margin-left:5px; padding:1px 5px; *padding:3px 5px 5px; background:#DDEEF2; color:#278296; }
#submenu-div a.fix-submenu:hover{ padding:1px 5px; *padding:3px 5px 5px; background:#FFF; color:#278296; }
#menu-div li.fix-spacel{ width:30px; border-left:none; }
#menu-div li.fix-spacer{ border-right:none; }


#menu-div li ul{
  display:none;
  position: absolute;
  width:auto;
  z-index:999;
  background:#fff;
  border:1px solid #f3f3f3;
  border-top:none;
  border-radius:0px 0px 6px 6px;
  box-shadow:0px 1px 8px #999;
  padding:2px 0px 10px 0px;

}
#menu-div li ul.last{
	right:0;
	
}
#menu-div ul li ul li{
	background:#fff;
	width:100%;
}
#menu-div ul li ul li:hover{
	background:#f3f3f3;
}
#menu-div li:hover ul{
  display:block;
}
#menu-div ul li ul li a:visited, #menu-div ul li ul li a:link {
  display:block;
  padding: 1px 1px 1px 6px;
  text-decoration: none;
  color: #333;
  font-size:13px;
  font-weight:normal;
  width:179px;
  height:26px;
  line-height:26px;
}


#main_info{
	min-width:960px;
	margin:0px 20px 29px 20px;
	padding:10px;
	display:block;
	border:1px solid #fff;
	border-radius:6px;
	box-shadow:0px 0px 9px 0px #ccc;
	background:#fff;
}















#footer {
  padding: 15px;
  color: #555;
  margin: 10px 0;
  text-align: center;
}

.main-div {
  margin-bottom: 10px;
  padding: 2px;
}

.main-div table {
  background: #FFF;
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  width: 99%;
}

.form-div {
  border: 1px solid #e3e3e3;
  padding: 6px 5px;
  color: #808080;
  margin: 0 0 10px 0;
  border-radius:5px;
  background: -moz-linear-gradient(
		top,
		#f4f4f4 0%,
		#e6e6e6 99%,
		#f4f4f4);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f4f4f4),
		color-stop(0.99, #e6e6e6),
		to(#f4f4f4));
}
.form-div select, .form-div input{ border:1px solid #c3c3c3; border-radius:3px; padding:5px;}
.form-div select, .form-div input, .form-div img {
  vertical-align: middle;
}

/*
 列表部分的样式
 */
.list-div {
  width: 100%;
  background: #e1e1e1;
}

.list-div-ad {
  border: 0px solid #BBDDE5;
}

.list-div table {
  width: 100%;
}

.list-div th {
  line-height: 24px;
  	background: -moz-linear-gradient(
		top,
		#f3f3f3 0%,
		#e4e4e4 99%,
		#f3f3f3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f3f3f3),
		color-stop(0.99, #e4e4e4),
		to(#f3f3f3));
  white-space: nowrap;
}
.list-div th img {
	margin-left:10px;
}
.list-div td {
  background: #FFF;
  line-height: 22px;
}

.list-div td.first-cell{
  font-weight: bold;
  padding-left: 10px;
}

.list-div input {
  vertical-align: middle;
}

.list-div a:visited, .list-div a:link {
  text-decoration: none;
  color: #192E32;
}

.list-div a:hover {
  color: #09C;
}

.list-div input, list-div img {
  vertical-align: middle;
}

.list-div .footer {
  background: #ffe172;
  text-align: right;
}

#page-table {
  width: 100%;
  background:#fff;
  padding:10px 0px 0px;
}

#page-link {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #999;
}

/*
 标签部分的样式
 */
.tab-div {
  background: #fff;
  margin: 0 0 10px 0;
  padding: 1px;
}
#tabbar-div {
  background: #fff;
  height: 29px;
  padding-top: 1px;
}

#tabbar-div p {
  margin: 2px 0 0 0;
}

.tab-front {
	color:#F00;
  background: #dedede;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 15px 10px 18px;
  cursor: hand;
  cursor: pointer;
  border-radius:5px 5px 0px 0px;
  margin-right:6px;
}

.tab-back {
  color: #999;
  line-height: 20px;
  padding: 10px 15px 10px 18px;
  cursor: hand;
  cursor: pointer;
  background:#eee;
  border-radius:5px 5px 0px 0px;
  margin-right:6px;
}

.tab-hover {
	color:#666;
  background: #eee;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 15px 10px 18px;
  cursor: hand;
  cursor: pointer;
  border-radius:5px 5px 0px 0px;
  margin-right:6px;
}

#tabbody-div {
  border: 5px solid #dedede;
  padding: 10px;
  background: #FFF;
}

#tabbody-div img {
  vertical-align: middle;
}

.tab-body {
  border: 0px solid #BBDDE5;
  padding: 10px;
}
/*
表单部分
*/
.notice-span {
  color: #666;
}

td.label {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 1em;
  width: 30%;
}

td.label_2 {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 1em;
}

td.td_1 {
  text-align: right;
  vertical-align: top;
  padding: 5px 1em;
}

td.label_left {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 1em;
}

td.narrow-label {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 1em;
  width: 20%;
}

td.micro-label {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 1em;
  width: 127px;
  *width: 150px;
}

.button-div {
  text-align: center;
  padding: 3px 0;
}

input.button {
  padding: 2px 8px 0px;
  margin: 2px 2px;
 
}

input.capital {
  text-transform: uppercase;
}

span.require-field {
  margin-left: 1em;
  font: 12px verdana;
  color: #FF0000;
}

th.group-title {
  text-align: left;
}


span.link-span {
  color: #999;
  padding-left: 10px;
  margin-left: 15px;
  border-left: 2px solid #999;
  font-weight: normal;
  cursor: pointer;
}

ul.msg-link {
  list-style-type: none;
}

ul.msg-link li {
  background: url(../images/arrow.gif) no-repeat 0px 6px;
  padding-left:   18px;
  margin-left:  0;
}

option.leafCat {
  color: #008000;
}

li.warning {
  border: 1px solid #CC0000;
  background: #FFFFCC;
  padding: 10px;
  margin-bottom: 5px;
}

#Marquee{ 
  height:20px; 
  overflow:hidden;  
  border: 1px solid #CC0000;
  background: #FFFFCC;
  margin-bottom: 5px;
}
  
#Marquee div{ 
  background: #FFFFCC;
  padding: 10px;
  margin-bottom: 5px;
  }
/*
MSN Messenger
*/
div#popMsg {
  z-index:99999;
  right: 0px;
  bottom: 0px;
  width: 180px;
  border-right: #455690 1px solid;
  border-top: #a6b4cf 1px solid;
  border-left: #a6b4cf 1px solid;
  border-bottom: #455690 1px solid;
  visibility: hidden;
  display: none;
  position: fixed;
  background-color: #c9d3f3;
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
}

* html div#popMsg {
  position:absolute;
}

#popMsgContent {
  border-top: #728eb8 1px solid;
  border-right: #b9c9ef 1px solid;
  border-bottom: #b9c9ef 1px solid;
  border-left: #728eb8 1px solid;
  padding: 5px 10px;
  color: #1f336b;
}

#topbar{
  position:absolute;
  border-right: #455690 1px solid;
  border-top: #a6b4cf 1px solid;
  border-left: #a6b4cf 1px solid;
  border-bottom: #455690 1px solid;
  background-color: #c9d3f3;
  width: 300px;
  visibility: hidden;
  z-index: 99999;
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.95);
  opacity: 0.95;
}

.no-records {
  color: #666;
  text-align:center;
  padding: 10px;
}


#loader {
  color: #09F;
  z-index: 1000;
  padding: 10px 0px 5px 15px;
  text-align: center;
  margin:0px auto;
  display:block;
  font-size:16px;

  /*display: none;*/
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
}


.todolist-box {
  position:absolute;
  z-index:99999;
  width:300px;
  top:0px;
  left:0px;
  border: 1px solid #C9C9D7;
  padding: 1px;
  background:#FFFFFF;
}

.todolist-box .container {
  border:1px solid #E4E5ED;
  border-bottom-color:#EAEDF5;
  position:relative;
}

.todolist-box .head {
  line-height: 23px;
  color: #fff;
  font-size: 12px;
  background: #D8D9DF url(../images/icon_title.gif) no-repeat 10px center;
  height: 23px;
  padding-left: 28px;
  margin: 0;
  border-top: 3px solid #E4E5ED;
  border-bottom: 1px solid #EAEDF5;
}

.todolist-box .middle {

}

.todolist-box .buttons {
  float:right;
  margin-top: -21px;
}

.todolist-box .buttons img {
  margin-right:2px;
  cursor:auto;
}


.todolist-box .bottomLeft  {
  text-align: right;
  font-size: 12px;
  border: 1px solid #CCCBD9;
  border-top: 0;
  background: #DCDDE3;
  height: 22px;
  vertical-align: middle;
  padding-top:3px;
  padding-right:20px;
}

.todolist-box label
{
  margin-bottom:2px;
}

.todolist-box .bottomLeft  input
{
  vertical-align: middle;
  margin-bottom:2px;
}

.todolist-box .bottomRight {
  margin: 0;
  margin-right:-2px;
  margin-bottom:-2px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 14px;
  height: 14px;
  background:url(../images/btn_drop.gif) no-repeat center;
}

.todolist-box .button
{
  border:#fff 1px solid;
  border-bottom:#94949C 1px solid;
  border-right:#94949C 1px solid;
  background:#B8B7C8;
  color:#fff;
  width:40px;
}

.virtualBox
{
  position:absolute;
  overflow:hidden;
  z-index:999999;
  width:300px;
  top:0px;
  left:0px;
  border: #a6b4cf 3px solid;
}

#ColorSelectertBox
{
  border-top:#EAF0FF 1px solid;
  border-left:#EAF0FF 1px solid;
  border-right:#9DADCE 1px solid;
  border-bottom:#9DADCE 1px solid;
  position:absolute;
  z-index:1;
  top:1px;
  left:1px;
  background-color:#FFFFFF;
}

/* setting */
.step1, .step2, .step3{
  padding:20px 20px 20px 80px;
  color:#6CA1B4;
  font-size:28px;
  font-weight:700;
}

.step1 {
  background:#FFF url(../images/stepnum.gif) no-repeat 20px 20px;
  *background:#FFF url(../images/stepnum.gif) no-repeat 20px 17px;
}

.step2 {
  background:#FFF url(../images/stepnum.gif) no-repeat 20px -80px;
  *background:#FFF url(../images/stepnum.gif) no-repeat 20px -83px;
}

.step3 {
  background:#FFF url(../images/stepnum.gif) no-repeat 20px -180px;
  *background:#FFF url(../images/stepnum.gif) no-repeat 20px -183px;
}

.step1 em, .step2 em, .step3 em{
  display:block;
  padding-left:3px;
  font-weight:400;
  font-style:normal;
  font-size:12px;
  color:#999;
}

.shortcut{
  background:#FFF;
}

.shortcut ul{
  list-style:none;
  margin:0 0 0 85px;
  padding:0;
  width:370px;
  overflow:hidden;
}

.shortcut li{
  float:left;
  margin:0 20px 15px 0;
  width:100px;
  font-size:14px;
  text-align:center;
}

.shortcut li a{
  display:block;
  padding:2px 5px;
  *padding:3px 5px 1px;
  border:1px solid #278296;
  background:#F2F9FA;
}

.shortcut li a:hover{
  border:1px solid #5FA6B6;
  background:#FFF;
  color:#666;
  text-decoration:none;
}

a.special:link, a.special:visited{
  margin:0 5px;
  padding:1px 5px;
  *padding:2px 5px 0;
  border:1px solid #91C4D0;
  border-right:2px solid #278296;;
  border-bottom:2px solid #278296;
  background:#DDEEF2;
  text-decoration:none;
  font-weight:400;
}

a.special:hover{
  color:#666;
}

a.special:active{
  margin:1px 5px 0 6px;
  border:1px solid #5FA6B6;
  background:#F2F9FA;
  color:#666;
  outline:none;
}

.order-goods{
  position:absolute;
  width:80%;
  background: #EEF8F9;
  border: 1px solid #BBDDE5;
  /*
  filter:alpha(opacity=90);
  opacity:0.9;
  */
}
.order-goods td {
  background: #FFF;
  line-height: 22px;
}
/* 文件校验 */
.infobox {
  background:#F2F9FD  none repeat scroll 0 0;
  border:4px solid #BBDDE5;
  clear:both;
  margin:60px 30px;
  padding:20px;
  text-align:center;
}
.normal {
  font-weight:400;font-size:12px;
}
.marginbot {
  margin-bottom:10px;
}
.nobdb {
  border-bottom:medium none;
}
.btn {
  background:#DDDDDD none repeat scroll 0 0;
  border-color:#DDDDDD #666666 #666666 #DDDDDD;
  color:#000000;
  cursor:pointer;
  margin:3px 0;
  padding:2px 5px;
  vertical-align:middle;
}
.infotitle1{
  margin-bottom:10px;
  color:#09C;
  font-size:14px;
  font-weight:700;
}
em, cite, th {
  font-style:normal;
  font-weight:normal;
}
.left {
  float:left;
}
.lightfont {
  color:#CCCCCC;
}
.left .cfolder, .left .ofolder{
  display:block;
  padding-left:50px;
  line-height:30px;
  background:url(../images/filecheck.gif) no-repeat -260px -50px;
  font-weight:700;
  font-size:14px;
  color:#2366A8;
}
.left .ofolder{
  background:url(../images/filecheck.gif) no-repeat -260px -100px;
  color:#2366A8;
  font-size:14px;
}
.filenum{
  margin:8px 0 0 20px;
}
.files{
  padding:1px 0 1px 50px;
  background:url(../images/filecheck.gif) no-repeat -260px -150px;
}
.del{
  padding-left:18px;
  background:url(../images/filecheck.gif) no-repeat 0 -285px;
  *background:url(../images/filecheck.gif) no-repeat 0 -286px;
  color:#E8594D;
}
.edited{
  padding-left:18px;
  background:url(../images/filecheck.gif) no-repeat -100px -385px;
  *background:url(../images/filecheck.gif) no-repeat -100px -386px;
  color:#E8594D;
}
.unknown{
  padding-left:18px;
  background:url(../images/filecheck.gif) no-repeat -50px -435px;
  *background:url(../images/filecheck.gif) no-repeat -50px -436px;
  color:#6189B8;
}
.correct{
  padding-left:18px;
  background:url(../images/filecheck.gif) no-repeat 0 -485px;
  *background:url(../images/filecheck.gif) no-repeat 0 -486px;
  color:#70B759;
}
.tb2 th, .tb2 td {
  background:transparent url(../images/bg_repx.gif) repeat-x scroll 0 bottom;
  padding:5px 5px 5px 0;
  text-align:left;
}
.tb2 th {
  line-height:21px;
  font-weight:bold;
}
.bold {
  font-weight:700;
}
/* 模板管理 */
#messageATX {
  position:absolute;
  z-index:100;
  display:none;
}
#messageATX .bgtable{
  width:40px;
  height:120px;
  border:solid 1px #000000;
  background:#FFFFE1;
}
#messageATX .colortable{
  height:20px;
  border:solid 1px #FFFFFF;
  cursor:pointer;
}

#CurrTplStyleList{
  margin-top:8px;
}



/*
 标签部分的样式
 */
.custab-div {
  background: #EEF8F9;
  border: 1px solid #BBDDE5;
  margin: 0 0 10px 0;
  padding: 1px;
}
#custabbar-div {
  background: #80BDCB;
  padding-left: 10px;
  height: 22px;
  overflow : hidden;
}

#custabbar-div p {
  margin: 2px 0 0 0;
}

.custab-front {
  background: #BBDDE5;
  line-height: 20px;
  font-weight: bold;
  padding: 4px 15px 4px 18px;
  border-right: 2px solid #278296;
  cursor: hand;
  cursor: pointer;
  margin: -5px -5px -5px -3px;
}

.custab-back {
  color: #FFF;
  line-height: 20px;
  padding: 4px 15px 4px 18px;
  border-right: 1px solid #FFF;
  cursor: hand;
  cursor: pointer;
}

.custab-hover {
  color: #FFF;
  background: #94C9D3;
  line-height: 20px;
  padding: 4px 15px 4px 18px;
  border-right: 1px solid #FFF;
  cursor: hand;
  cursor: pointer;
}

#custabbody-div {
  border: 2px solid #BBDDE5;
  padding: 10px;
  background: #FFF;
}

#custabbody-div img {
  vertical-align: middle;
}

.custab-body {
  border: 0px solid #BBDDE5;
  padding: 10px;
}

.cloud_close{  position:relative;border-bottom: 1px solid #302828; background: #ffffff; padding: 10px; margin-bottom: 5px;position:relative; margin-bottom: 5px; font-size:14px; font-family: Arial, Helvetica, sans-serif;
}
.cloud_close a{}
.cloud_close img{ position:absolute; right:10px; top:8px; border:none}
.Start315{border: 1px solid #CC0000; background: #ffffcc; padding: 10px; margin-bottom: 5px;}

.alipay_get_pidkey_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;
    display: none;
    left: 132px;
    padding: 1px;
    position: absolute;
    top: 22px;
    min-width: 180px;
}
.alipay_get_pidkey_box .close_acp_info {
    position: absolute;
    right: 5px;
    top: 5px;
}
.alipay_get_pidkey_box h2 {
    background-color: #FFFCF7;
    border: 1px solid #FFF1D9;
    color: #000000;
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
}
.alipay_get_pidkey_box table td {
    padding: 2px;
}
.alipay_get_pidkey_box table td a {
    background: none repeat scroll 0 0 #0187D0;
    color: #FFFFFF;
    padding: 2px 5px;
}
.cWhite {
    color: #FFFFFF;
}
/*-------start.html----- */
.cpanel-left {float: left;width: 54%;}
.cpanel-right {float: right;width: 45%;}
.cpanel .icon, #cpanel .icon { float: left; margin-bottom: 15px;margin-right: 15px;text-align: center;}
.cpanel .icon a, #cpanel .icon a {-moz-transition-duration: 0.8s;-moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow; background-color: #FFFFFF;background-position: -30px 50%; border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; color: #565656; display: block; float: left; height: 97px;text-decoration: none;vertical-align: middle;width: 108px;}
.cpanel .icon a:hover{background: #E8F6FE;}
#cpanel span, .cpanel span {display: block;text-align: center;font-size: 11px;}
#cpanel img, .cpanel img { margin: 0 auto;padding: 10px 0;}
/** cpanel settings **/
#cpanel .icon-wrapper
{
	width:25%;
}
#cpanel .icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
	
}

#cpanel .icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width:25%;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel .icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img {
	padding: 10px 0;
	margin: 0 auto;
}

#cpanel span {
	display: block;
	text-align: center;
}
span.gi {color: #D7D7D7;font-weight: bold;margin-right: 5px;}
span.gtr {visibility: hidden;margin-right: 5px;}
p.smallsub {margin: 3px 0 0;color: #999;font-size: 11px;}
.pane-sliders{margin-top: 9px;}
.pane-sliders .panel {margin-bottom: 5px;border: solid 1px #CCC;}
.pane-sliders .panel h3 {background: #FAFAFA;color: #666;}
.pane-sliders .panel_content{border-top: solid 1px #CCC;}
.pane-sliders .panel_content fieldset{background-color: #FFF;padding: 5px 17px 17px 17px;margin: 0;border: 0;}
.pane-sliders textarea{	padding: 3px;font-family: sans-serif;} 
.pane-toggler-down span {background: url(../images/login/j_arrow_down.png) 5px 50% no-repeat;padding-left: 20px;}
/** Table styles **/
table.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	/*color: #4973d7;*/
}

table.adminlist td,table.adminlist th {
	padding: 4px;
}

table.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #4973d7;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover {
	
}

table.adminlist thead th img {
	vertical-align: middle;
}

table.adminlist tbody th {
	font-weight: bold;
}

table.adminlist tbody tr {
	background-color: #fff;
	text-align: left;
}

table.adminlist tbody tr.row1 {
	background: #F0F0F0;
	border-top: 1px solid #fff;
}

table.adminlist tbody tr.row0:hover td,table.adminlist tbody tr.row1:hover td
	{
	background-color: #E8F6FE;
}

table.adminlist tbody tr td {
	height: 25px;
	background: #fff;
	border: 1px solid #fff;
}

table.adminlist tbody tr.row1 td {
	background: #f9f9f9;
	border-top: 1px solid #FFF;
}

table.adminlist tfoot tr {
	text-align: center;
	color: #333;
}

table.adminlist tfoot td,table.adminlist tfoot th {
	background-color: #f3f3f3;
	border-top: 1px solid #999;
	text-align: center;
}

table.adminlist td.order {
	text-align: center;
	white-space: nowrap;
}

table.adminlist td.order span {
	float: left;
	display: block;
	width: 20px;
	text-align: center;
}

table.adminlist .pagination {
	display: table;
	padding: 0;
	margin: 0 auto;
}
#border-top .title {font-size: 20px;font-weight: bold;color: #fff;line-height: 55px;padding-left: 20px;}
#border-top .version {display: block;float: right;color: #fff;padding: 25px 15px 0 0;}
#login{width: 520px;margin: 50px auto 100px !important;color: #000;border: 1px solid #CCC; padding: 10px; height:310px;}
#login h1{color: #025A8D;font-size: 20px;margin: 5px 0 20px;text-align: center;text-transform: uppercase;font-family: tahoma;}
#login #section-box {background-color: #F4F4F4;float: right;margin:0 10px;width: 320px; border: 1px solid #CCC; padding: 5px;}
.goc7{
	_border: 1px solid rgb(255, 255, 255);
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.goct10{
	_border: 1px solid rgb(255, 255, 255);
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.gocb10{
	_border: 1px solid rgb(255, 255, 255);
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#login .loginform{
	color: #000;
}
#login .loginform td{
	padding: 5px;
}
#login select{
	width: 176px;
}
.goc3{
	_border: 1px solid rgb(255, 255, 255);
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#login .txt_text{
	width: 170px;
}
#login .btn_login{ padding: 3px 5px; margin: 0;background: #E8F6FE;
border: 1px solid #2c2c2c;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#login .btn_login:hover{background: #7aceff;cursor: pointer;}
#login p{
	margin: 0 0 15px 10px;
	line-height: 150%;
}
#lock {
    background: url("../images/j_login_lock.png") no-repeat scroll 50% 0 transparent;
    height: 137px;
    width: 150px;
}
#errors {
    background-color: #FFCACA;
    border: 1px solid #FF8383;
    color: #FF0000;
    font-size: 12px;
    margin: 5px 10px;
    padding: 7px;
	line-height: 150%;
}
#errors li{
	list-style-position:inside;
}
#border-top.h_green {background: url(../images/j_header_middle.png) repeat-x;height:54px;}
#border-top.h_green div {background: url(../images/j_header_right.png) 100% 0 no-repeat;}
#border-top.h_green div div {background: url(../images/j_header_left.png) no-repeat;height: 54px;}
/* Custom More Post In Single */
.inner-article-more{
	border: 1px solid #ddd;
	background: #F7F7F7;
	height:120px;
	text-align: justify;
	color: #222;
line-height: 1.6em;
font-size: 14px;
	
}
.lan{margin: 15px 0px; clear: both;}
.lan1{clear: both;}
.inner-article-more img{
	float: left;
	margin: 10px;
	width:135px;
	height:99px;
}
.inner-article-more h3{
	font-size: 14px;
	color: #2854BB;
	text-align: left !important;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 10px 5px 0;
	padding: 0;
}
.inner-article-more h3 a{
	color: #2854BB !important;
	font-size: 14px;
}
.inner-article-more h3 a:hover{
	color: #B70712 !important;
	text-decoration: none !important;
}
.inner-article-more .more_desc{
	font-size: 12px;
	text-align: justify;
	margin: 0 10px 0px 15px;
	line-height: 18px;
	content: #777;
}
th.title{text-align:center; font-weight:bold;}
#tong_cong td{font-weight:bold; text-align:right;}
.ctn{max-height:300px; overflow-y:scroll;}
#chi_tiet_nhap input[type="text"]{text-align:right;}
#chi_tiet_nhap th{font-weight:bold;}
.hien_so{ display:block;}
#thong_bao{border: 1px solid #CC0000; background: #ffffcc; padding: 10px; color:#006; font-weight:bold; display:none;}
tr.bao_no td{background: #fff !important;color:#6900DB;}
tr.qua_han td{background:#fff !important;color:#FF0000;}
tr.no_moi td{background: #fff !important;color:#009900;}