/** * @copyright (C)2011 Cenwor Inc. * @author Moyo <dev@uuland.org> * @package css * @name admincp.css * @date 2011-12-07 13:42:08 */ html,body {
	margin:0px;padding:0px;
}
body, td{
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
li{ list-style:none}
img, .img{border:none;}
.smalltxt {
	font: 12px Arial, Helvetica, sans-serif !important;
	font: 11px Arial, Helvetica, sans-serif;
}
html, body {
	scrollbar-face-color: #4b73b6;
	scrollbar-highlight-color: #4b73b6;
	scrollbar-3dlight-color: #4b73b6;
	scrollbar-darkshadow-color: #60B7DE;
	scrollbar-shadow-color: #4b73b6;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #A4D6EA;
	background: #fff;
}
input, textarea, select {
	margin: 5px 0px;
	border: 1px solid #6699CC;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	color: #547BBB;
	background: #FFFFFF;
	padding:3px;
	vertical-align:middle;
}
form {
	margin: 0px;
}
textarea {
	overflow: auto;
}
.checkbox, .radio {
	border: 0px;
	background: none;
	vertical-align: middle !important;
	vertical-align: baseline;
	margin-bottom: 5px !important;
	margin-bottom: 0;
	height: 16px;
}

a {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
}

.fR{ color:#FF0000}
.fG{ color:#FF0000}
/* ====================================================== */
/* ===========logo============== */

.logo {
	width: 168px;
	height: 50px;
	padding-top: 10px;
	padding-left: 5px;
}

.logoimg {
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	padding-right: 8px;
}

.editiontext {
	padding-top: 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* ====================================================== */
/* ===========主菜单标签============== */

.topmenubg {
	background: url(../images/admincp/bg_header.gif) repeat-x;
}
.topmenu {
	height: 38px;
	float: left;
	min-width: 600px;
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin-top: 24px;
}
.topmenu ul {
	margin: 0px;
	padding: 0px;
}

.topmenu li {
	float: left;
	border: solid 1px #43809C;
	border-bottom: none;
	list-style-type: none;
	margin-right: 1px;
	margin-top: 2px;
}

.topmenu span {
	display: block;
	float: left;
	padding: 0 10px;
	background: url(../images/admincp/bg_menu2.gif);
	height: 25px;
	line-height: 25px;
	border: solid 1px #FFFFFF;
	border-bottom: none;
	color: #555555;
}

/* ===========当前链接标签============== */

#menuon {
	margin-top: 0px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #525C3D;
	border-bottom: none;
	background: url(../images/admincp/bg_menu.gif);
}

#menuon span {
	padding-top: 1px;
	background: url(../images/admincp/bg_menu.gif);
	border: solid 1px #FFFFFF;
	height: 27px;
	border-bottom: none;
}
#menuon span a {
	color: #003366;
}

/* ====================================================== */
/* ===========左侧菜单============== */

.leftmenulist {
	margin: 2px;
	width: 134px;
}

.leftmenutext td {
	background: url(../images/admincp/leftmenu_bg.gif) repeat-x;
	width:136px;
	height:30px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 8px;
}

.leftmenutext a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.leftmenutd td {
	background: #FFFFFF;
}

.leftmenuinfo {
	margin-left: 0px;
	margin-bottom: 0px;
	width: 134px;
	border:#ccc 1px solid;
	border-bottom:none;
}

.leftmenuinfo td{
	height: 2em;
	line-height: 2em;
	border-bottom: solid 1px #ccc;
	text-indent: 8px;
}

/* ====================================================== */
/* ===========主内容显示表格============== */
.guide{ border-bottom:10px;}
.guide td {
	border: 1px solid #1598CB;
	background-color: #FBFFE1;
	line-height: 1.2em;
	height: 28px;
	text-indent: 20px;
	color: #FF6600;
}

.tableborder {
	border: 0px !important;
	empty-cells: show;
	border-collapse: separate !important;
	> border-collapse: collapse !important;
	border-collapse: collapse;
	margin-bottom:10px;
}

.tableborder td {
	line-height: 2em;
	*padding: 5px 10px;
	padding: 5px 10px;
	/*background: #fff;*/
	border-right: 1px solid #F5FCFF;
	border-bottom: 1px solid #DDE9F5;
}
.tableborder td ul, .tableborder td ul li {
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.tableborder td img {
	margin-top: 8px;
}
.tableborder td .smalltxt {
	line-height: 20px;
}
.sub td.altbg1 {
	padding-left: 1.5em;
}
.category td {
	color: #333333;
	background-color: #F0F0F0;
}
td.altbg1, .altbg1 td {
	/*background: #F1F5F8;*/
	background: #fff;
	border-bottom: #cccccc 1px solid;
	padding:5px 10px;
}
td.altbg2, .altbg2 td {
	background: #fff;
	border: #DDE9F5 1px solid;
	padding:5px 10px;
	border-top:none;
}

/* tr hover | Add By Moyo @ 2010.12.27*/

.tr_hover {
	background: #f4f8fc;
}
/* tr_normal is for old code that writed on HTML tag */
.tr_normal {
	background: none;
}

/* tr tips | Add @ 2011.3.24 :Moyo */

tr.tips {
	background: #f4fbf2;
}
tr.tips td {
	font-weight: bold;
}
tr.banner {
	background: #F5FAFF;
}
tr.footer {
	background: #ebf1f0;
}
.f_disable {
	color: #c8c8c8;
	font-weight: bold;
}
.f_enable {
	color: #e56d0f;
	font-weight: bold;
}
.f_success {
	color: #66bb5c;
}
.f_failed {
	color: #ff0000;
}

/*[ZLOG] Add By Moyo @ 2011.10.14*/
td.zlog_extra {
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-top: none;
	border-left: 3px solid #ccc;
}
td.zlog_extra_link {
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-bottom: none;
	border-left: 3px solid #ccc;
}
.zlog_tr td {
	border-bottom: none;
}
/*[zlog.extra.<ele>.(pre|.btString)] moyo @ 2011.11.28*/
td.zlog_extra pre {
	border: 1px solid #999;
	background: #ccc;
	padding: 5px;
}
td.zlog_extra .btString {
	border: 1px dashed #999;
	background: #E8E8E8;
	color: #999;
	padding: 5px;
}

/* Order process @ 2011.4.18 */
.td_hi {
	text-align: center;
	font-weight: bold;
	background: #e5ecf2;
}
.td_title {
	text-align: right;
	background: #c8c8c8;
}
.td_content {
	text-align: left;
	background: #ffffff;
}
.td_extend {
	background: #ece9d8;
}

/* Export nav */
.export_link {
	position:absolute;
	top:20px;
	right:30px;
}

.header {
	/*background: url(../images/admincp/bg_list2.gif) repeat-x;*/
	line-height: 29px;
	height: 30px !important;
	> height: 29px !important;
	height: 29px;
	font-weight: bold;
	color: #000;
	padding: 0px 8px;
	vertical-align: middle;
	background: #EAF2FA;
	border-top: 1px solid #CBDAEA;
	border-bottom: 1px solid #DEEAF7;

}
.header1{ height:30px; background:#EBF1F0;font-weight: bold;padding: 0px 8px;vertical-align: middle; border-bottom:1px solid #B8D3E1}
.header td{
   font-weight:600;
}
.header1 td{border-bottom:2px solid #336699; padding:0px; margin:0px; overflow:hidden; height:30px;}

.header1 .nav_a{ float:left; width:100px; display: block; text-align:center; font-weight:bold; margin-left:10px; line-height:30px; height:30px;background:url(../images/nav_a_bg2.gif) no-repeat; }
.header1 .selected{  color:#fff;background:url(../images/nav_a_bg.gif) no-repeat;}
.jswizard tr {
	border-left: 1px solid #fff;
}

.jswizard td {
	padding: 0px;
}

.header a{
	color: #000;
}

/* ====================================================== */
/* ===========按钮式样============== */

.button {
	font: 12px Tahoma, Geneva, sans-serif;
	color:#000;
	background-color:#EF7900;	
	border:none;
	height: 25px;
	vertical-align:middle;
	background:url(../images/button_bg.png) no-repeat;
	width:42px;

}
.abutton {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	margin:5px 6px;
	color: #fff;
	background:#ff6600;

	/*for Mozilla*/
	outline: 1px solid #666; ;
	border: 1px solid #FFFFFF !important;
	height: 24px !important;
	line-height: 22px !important;

	/*for IE7*/
	> border: 1px solid #666; !important;
	> height: 26px !important;
	> line-height: 20px !important;

	/*for IE*/
	border: 1px solid #666; ;
	height: 26px;
	line-height: 20px;
}
.wbutton {
	color: #fff;
	background: #ff6600;
	border-top: 2px solid #FA9048;
	border-left: 2px solid #FA9048;
	border-right: 2px solid #BC5005;
	border-bottom: 2px solid #BC5005;
	padding: 5px 8px;
}

/* ====================================================== */
/* ===========footer============== */

.footer {
	text-align: center;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
}
.footer a{ color:#336699;}
/* ====================================================== */
/* ==========page分页=========== */

.pages {
	margin: 10px 0px;
	height: 26px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
}
.pages a, .pages strong, .pages em {
	float: left;
	padding: 0 5px;
	background: #F7FAFA;
	border: 1px solid #6699CC;
	border-left: 0;
}
.pages strong {
	font-weight: bold;
	color: #6699CC;
	background: #E8EDF2;
}
.pages em {
	border: 1px solid #6699CC;
}
.pages a.prev, .pages a.next {
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F90CF;
	padding: 0px 15px 2px;
}
.pages kbd {
	float: left;
	padding: 0 8px;
	margin: 0;
}
.pages input {
	margin: 0px;
	margin-left: 0.5em;
	height: 22px !important;
	> height: 21px !important;
	height: 21px;
	line-height: 22px;
}


/* ====================================================== */
/* ==========日历=========== */
#calendar {
	BORDER-RIGHT: #9db3c5 1px solid; BORDER-TOP: #9db3c5 1px solid; BACKGROUND: url(../../images/default/headbox.gif) #f5fafe repeat-x 0px 0px; MARGIN-BOTTOM: 0.8em; BORDER-LEFT: #9db3c5 1px solid; BORDER-BOTTOM: #9db3c5 1px solid
}
#calendar TD {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; PADDING-TOP: 2px
}
#calendar_week TD {
	LINE-HEIGHT: 2em; BORDER-BOTTOM: #ddd 1px solid; HEIGHT: 2em
}
#hourminute TD {
	PADDING-RIGHT: 2px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
.calendar_expire {
	FONT-WEIGHT: normal; COLOR: #666
}
.calendar_expire A:link {
	FONT-WEIGHT: normal; COLOR: #666
}
.calendar_expire A:visited {
	FONT-WEIGHT: normal; COLOR: #666
}
.calendar_default {
	COLOR: #069
}
.calendar_default A:link {
	COLOR: #069
}
.calendar_default A:visited {
	COLOR: #069
}
.calendar_checked {
	FONT-WEIGHT: bold; COLOR: #090
}
.calendar_checked A:link {
	FONT-WEIGHT: bold; COLOR: #090
}
.calendar_checked A:visited {
	FONT-WEIGHT: bold; COLOR: #090
}
TD.calendar_checked {
	BACKGROUND: #ddd
}
SPAN.calendar_checked {
	BACKGROUND: #ddd
}
.calendar_today {
	FONT-WEIGHT: bold; COLOR: #000
}
.calendar_today A:link {
	FONT-WEIGHT: bold; COLOR: #000
}
.calendar_today A:visited {
	FONT-WEIGHT: bold; COLOR: #000
}
#calendar_header TD {
	FONT-WEIGHT: normal; WIDTH: 30px; BORDER-BOTTOM: #ddd 1px solid; HEIGHT: 20px
}
#calendar_year {
	DISPLAY: none; Z-INDEX: 10; BACKGROUND: #f5fafe; LINE-HEIGHT: 130%; POSITION: absolute
}
#calendar_year .col {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 4px; BACKGROUND: #f5fafe; FLOAT: left; PADDING-BOTTOM: 4px; MARGIN-LEFT: 1px; BORDER-LEFT: #ddd 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #ddd 1px solid
}
#calendar_month {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #ddd 1px solid; DISPLAY: none; PADDING-LEFT: 4px; Z-INDEX: 11; BACKGROUND: #f5fafe; PADDING-BOTTOM: 4px; BORDER-LEFT: #ddd 1px solid; LINE-HEIGHT: 130%; PADDING-TOP: 4px; BORDER-BOTTOM: #ddd 1px solid; POSITION: absolute
}

/* ====================================================== */
/* ==========其他=========== */

.formulaeditor {
	margin: 5px 0px;
	width: 90%;
	border: 1px solid #6699CC;
}

.formulaeditor div{
	padding: 2px;
}

.formulaeditor textarea{
	border: 0px;
	border-top: 1px solid #6699CC;
	margin: 0px;
	padding: 0px;
}

.formulaeditor a {
	border: 1px solid #6699CC;
	padding: 2px;
	background: #FFFFFF;
	line-height: 25px;
}

.process {
	width: 400px;
	height: 40px;
	background: url(../images/admincp/process.gif) repeat-x;
	text-align:left;
	border: 1px solid #000000;
}

.processbg {
	width: 402px;
	height: 40px;
	line-height:
	40px;text-align:center;
	color:#fff;
	background: url(../images/admincp/processbg.gif) -0% 0 no-repeat;
}
/**************排序*****************/
.order
{
	padding-right:14px;
	background-repeat : no-repeat;
	background-position:right center; 
}
	.order_asc
	{
		background-image:url(../../default/images/admincp/arrow_up.gif)
	}
	.order_desc
	{
		background-image:url(../../default/images/admincp/arrow_down.gif)
	}
	
/****************分类样式*******************/
.addtr{ 
	padding-left:17px; 
	line-height:25px; 
	background:url(../../default/images/admincp/bg_repno.gif) no-repeat 0 1px; 
	*background:url(../../default/images/admincp/bg_repno.gif) no-repeat 0 0; 
	color:#F60; 
}
.node, .board{ padding-left:55px; background:url(../../default/images/admincp/bg_repno.gif) no-repeat -240px -550px; }
.node .txt, .lastnode .txt, .newnode .txt{ width:250px; }
.parentnode .txt{ width:250px; font-weight:700; }
.parentboard .txt{ font-weight:700; }
.lastnode, .lastboard{ padding-left:55px; background:url(../../default/images/admincp/bg_repno.gif) no-repeat -240px -600px; }
.childboard{ padding-left:110px; background:url(../../default/images/admincp/bg_repno.gif) no-repeat -185px -550px; }
.lastchildboard{ padding-left:110px; background:url(../../default/images/admincp/bg_repno.gif) no-repeat -185px -600px; }
.boardattr{ position:absolute; left:340px; margin-top:-20px !important; margin-top:-19px; color:#999;
}

/*2010.05.29新增*/
.NavaL{ float:left; width:200px;line-height:25px; text-indent:22px; margin-left:2px; color:#333; font-weight:600; font-size:14px;}
.NavaR{ float:right;line-height:30px;}
.nkj{ background:url(../../default/images/admincp/curve.png) 0 4px no-repeat}
.nlj{ background:url(../../default/images/admincp/lifebuoy.png) 0 4px no-repeat}
.ntj{ background:url(../../default/images/admincp/award.png) 0 4px no-repeat}
.nlnk{ background:url(../../default/images/admincp/link.png) 0 4px no-repeat}
.ndt{ background:url(../../default/images/admincp/asterisk.png) 0 4px no-repeat}
.liS{width:23%; float:left;padding:5px; margin-left:10px; white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

/*Add by Moyo @ 2010.11.29*/
.cp_top {
	border-bottom: 3px solid #09C;
	height: 70px;
	padding: 3px;
	background: #D8F0F5;
}
.cp_top .cp_logo {
	font-size: 20pt;
	font-weight: bold;
	margin: 20px;
}
.cp_top .cp_menu_top {
	position: absolute;
	top: 31px;
	left: 163px;
}
.cp_top .cp_menu_top ul {
	padding: 10px;
	list-style: none;
}
.cp_top .cp_menu_top ul li {
	float: left;
	cursor: pointer;
	font-size: 12pt;
	padding: 6px 10px;
	padding-bottom: 10px;
	border-right: 1px solid #CCC;
}
.cp_top .cp_menu_top .selected {
	background: #09C;
}
.cp_menu_left {
	width: 160px;
	margin-left: 10px;
	padding: 30px 0;
	text-align: center;
	border-left: 3px solid #09C;
	border-right: 3px solid #09C;
	border-bottom: 3px solid #09C;
	background: #E2F5FA;
	float: left;
}
.cp_menu_left .left_menu_one {
	display: none;
}
.cp_menu_left .left_menu_one ul {
	list-style: none;
}
.cp_menu_left .left_menu_one ul li {
	cursor: pointer;
	padding: 3px 8px;
}
.cp_menu_left .left_menu_one ul li:hover {
	background: #09C;
}
.cp_menu_left .left_menu_one .cp_link_hr {
	cursor: auto;
	font-weight: bold;
	list-style: none;
	background: #44BB8C;
}
.cp_menu_left .left_menu_one .selected {
	background: #09C;
}
.cp_main {
	float: left;
	overflow: hidden;
}
.cp_main #cp_main_mask {
	color: #fff;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
	position: absolute;
	width: 300px;
	height: 130px;
}
.cp_main #cp_main_connecter {
	
}

/* ------------------------------ */
.fred{ color:#FF0000;}
.asterisk i{ color:#FF0000; font-style:normal; margin-right:5px;}
.tr_nav{ background:#F5FAFF; border-bottom:1px solid #DDE9F5; color:#008800;}
.tr_center{ text-align:center;}
.td_title{ background:#F4F8FC;}

.service{ background:#336699; color:#fff;}
.tr_select{ display:inline; float:left;}
.tr_select .isearcher_select_list {
	padding: 2px 3px;
}
.tr_select .isearcher_input_words {
	width: 200px;
}
.tr_select .isearcher_submit_button {
	padding: 2px 3px;
	font-weight: bold;
	background:#336699;
	color:#fff;
}
.is_submit_button {
	padding: 2px 3px;
	font-weight: bold;
	background:#336699;
	color:#fff;
}
.is_current { background:#336699; color:#fff;display:inline-block; float:left; font-weight:600; height:25px; line-height:25px; padding:0 10px; outline:medium none; margin-right:7px;}
.is_current a{ color:#fff;}
.is_button a{ background:#DBE8F6; display:inline-block; float:left; font-weight:600; height:25px; line-height:25px; padding:0 15px; outline:medium none; color:#336699;margin-right:7px;}
.is_button a:hover{ background:#6392c2; color:#fff; text-decoration:none;}


.tableborder tfoot td{ border:none;}
.tableborder .nav3{}
.tableborder .nav3 ul{}
.tableborder .nav3 li{float:left;margin-right:5px;height:25px;line-height:25px;padding:0 15px; font-weight:700;display:inline-block;background:#dbe8f6;float:left;outline:none;}
.tableborder .nav3 li a{height:25px;line-height:25px;padding:0 15px; font-weight:700;display:inline-block;background:#dbe8f6;float:left;outline:none;}
.tableborder .nav3 li a:hover{ text-decoration:none;background:#6392c2;color:#fff;}
.tableborder .nav3 .current a{background:#336699;color:#fff;}

.back1{font: 12px Tahoma, Geneva, sans-serif;
	color:#000;
	border:none;
	height: 25px;
	line-height:25px;
	background:url(../images/button_bg.png) no-repeat;
	width:42px;
	overflow:hidden; 
	text-align:center;
	margin:0px 5px;
	vertical-align:middle;
	display:inline-block;
}
a.back1{ color:#000;}
a.back1:hover{text-decoration:none;}
.b_add{ width:100px; height:25px; display:block; float:left;background:url(../images/idTabs_nav2.png) no-repeat; line-height:25px; color:#000; text-align:center; font-weight:bold; margin-left:10px; margin-top:3px;}
.back2{ display:block;text-align:center; margin:auto; width:86px; background:url(../images/button_bg2.png) no-repeat;}
.fr{ float:right;}