﻿html,td
{
	font-size:9pt;
}
body
{
	margin:0px;
	background-image:url("left_bg1.jpg");
	background-repeat:repeat-y;
	-moz-user-select:none;
}
a { text-decoration:none; cursor:pointer;}
a:hover { text-decoration:none; color:red;}

.InputMsg{ line-height:25px; background-color:#ccffcc;padding:2px 10px 2px 10px; border:solid 1px #66cc66;}
.InputErr{ line-height:25px; background-color:#ffcccc;padding:2px 10px 2px 10px; border:solid 1px #cc6666;}
.InputOk{ width:21px; height:21px; background-image:url(right.gif);}
.radius6{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}
form	{ margin:0px; padding:0px;}
.Float
{
	float:left;
}
.GrayBg {
	background-color:#FFFFFF;
	background-image:none;
}
.selectBg
{
	background-color:#F0F0EE;
	background-image:none;
}
.scroll
{
	overflow:auto;
}
.hand
{
	cursor:pointer;
}
input[type='text'],input[type='password'],select
{
	border:0px;
	border:1px solid #CCCCCC;
	padding:2px;
}
select 
{
	margin:-1px;
}
textarea 
{
	border:1px solid #CCCCCC;
}

.Opacity50
{
	-moz-opacity:0.50;
	filter:alpha(opacity=50); 
	opacity:0.50;
}

.Hidden
{
	display:none;
}

#adm_top
{
	position:relative;
	margin:auto;
	height:88px;
	/*border-bottom:3px solid #4280BA;*/
	background-image:url("top_bg1.jpg");
}
#adm_top .logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	height:88px;
	background-image:url("logo.jpg");
}
#adm_top a
{
	color:#FFFFFF;
}
#adm_top .context
{
	height:88px;
	padding-left:210px;
	background-image:url("top_bg.jpg");
	background-repeat:no-repeat;
	background-position:210px 0px;
}
#adm_top .welcome
{
    padding:20px 0px 0px 10px;
    line-height:25px;
    color:#FFFFFF;
}

#adm_top .welcome a,#adm_top .welcome span
{
	height:26px;
	margin:0px 10px;
	line-height:26px;
	text-align:center;
}
#adm_top .right
{
	position:absolute;
	right:200px;
	top:10px;
	width:200px;
	height:20px;
}

#adm_top .right a
{
    margin:0px 10px;
	line-height:20px;
}
#adm_top .right a.clear
{
	background-color:#FFF;
	color:Red;
	padding:3px;
}

#adm_main
{
	position:relative;
	margin:auto;
}
#adm_main .left
{
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	min-height:645px;
	background-image:url("left_bg.jpg");
}
#adm_main .left .title
{
	height:30px;
	padding-left:50px;
	line-height:30px;
	font-weight:bolder;
	font-size:11pt;
	color:#FFFFFF;
}
#adm_main .right
{
	padding:10px 20px 10px 230px;
	min-height:400px;
}
#adm_main div.nav
{
	margin:auto;
}
#adm_main div.nav a
{
	display:block;
	width:143px;
	margin:0px 0px 0px 15px;
	padding-left:50px;
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	background-image:url("list.gif");
	background-repeat:no-repeat;
	background-position:30px 50%;
}
#adm_main div.nav a:hover
{
	color:#FFFFFF;
	background-color:#3070A9;
}

#adm_main .header
{
	height:28px;
	border:1px solid #D6D6D6;
	line-height:28px;
	padding-left:28px;
	font-weight:bolder;
}
.header a
{
	padding:8px 10px;
	background-color:#EEE;
	color:#333;
}
.header a.cur,.header a:hover
{
	background-color:#2A3B57;
	color:#FFFF99;
}
#adm_main .area
{
	position:relative;
	line-height:26px;
	padding:20px 0px 20px 30px;
	min-height:60px;
	overflow:hidden;
}
/*--- 首页特殊图标 ---*/
#adm_main .time
{
	background-image:url("i22_normal.png");
	background-repeat:no-repeat;
	background-position:10px -47px;
	padding-left:40px;
}
#adm_main .help
{
	background-image:url("i22_normal.png");
	background-repeat:no-repeat;
	background-position:10px -97px;
	padding-left:40px;
}
#adm_main .setting
{
	background-image:url("i22_normal.png");
	background-repeat:no-repeat;
	background-position:10px -297px;
	padding-left:40px;
}
/*--- 图标20组开始 ---*/
.Icon20
{
	display:block;
	margin:2px 5px;
	width:22px;
	height:22px;
	float:left;
	background:url("i22_normal.png") no-repeat;
}
.Button20
{
	display:block;
	height:22px;
	float:left;
	padding:0px 5px 0px 25px;
	line-height:22px;
	background:url("i22_normal.png") no-repeat #EEE;
	
}
.edit	{background-position:0px -125px;}
.create	{background-position:0px -150px;}
.delete	{background-position:0px -175px;}
a.copy	{background-position:0px -200px;}
.detail	{background-position:0px -225px;}
.audit	{background-position:0px -250px;}
.noaudit	{background-position:0px -275px;}
.sort	{background-position:0px -300px;}
.change	{background-position:0px -325px;}
.search	{background-position:0px -350px;}
.close	{background-position:0px -425px;}
.arrow	{background-position:0px -400px;}
.True,.true	{background-position:0px -500px;}
.False,.false	{background-position:0px -525px;}
/*--- 图标20组结束 ---*/

/*--- 图标20组List开始 ---*/
.i20List
{
	display:block;
	width:20px;
	height:20px;
	float:left;
	background-image:url("i20_list.png");
	background-repeat:no-repeat;
}
.col-1	{background-position:0px 0px;}
.col0	{background-position:0px -25px;}
.col1	{background-position:0px -50px;}
.col2	{background-position:0px -75px;}
.col3	{background-position:0px -100px;}
.col4	{background-position:0px -125px;}
.col5	{background-position:0px -150px;}
.col6	{background-position:0px -175px;}
.i20ListSample
{
	padding-left:25px;
	width:auto;
	line-height:20px;
	margin:2px;
	float:left;
}
/*--- 图标20组List结束 ---*/
/*--- 图标32组开始 ---*/
#adm_main a.Icon
{
	display:block;
	margin:30px 30px 30px 0px;
	padding-top:40px;
	width:60px;
	height:20px;
	float:left;
	color:#000000;
	background-image:url("i32_bsap.png");
	background-repeat:no-repeat;
	text-align:center;
}
#adm_main a.Icon:hover
{
	background-color:#DDDDDD;
}
#adm_main .global
{
	background-position:14px 7px;
}
#adm_main .aritle
{
	background-position:-36px 7px;
}
#adm_main .prod
{
	background-position:-86px 7px;
}
#adm_main .post
{
	background-position:-136px 7px;
}
#adm_main .column
{
	background-position:-186px 7px;
}
#adm_main .info
{
	background-position:-236px 7px;
}
#adm_main .account
{
	background-position:-286px 7px;
}
/*--- 图标32组结束 ---*/
#adm_main .mainNav
{
	height:27px;
	border:1px solid #D6D6D6;
	line-height:27px;
	padding-left:20px;
	font-weight:bolder;
	margin:0px 0px 10px 0px;
}
#adm_main .mainNav a
{
	display:block;
	width:110px;
	height:27px;
	float:left;
	text-align:center;
	color:#2A3B57;
	font-family:微软雅黑;
	font-size:11pt;
}
#adm_main .mainNav a.cur,#adm_main .mainNav a:hover
{
	background-color:#2A3B57;
	color:#FFFF99;
}
#adm_main .mainSearch
{
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    overflow:hidden;
}
#adm_main .mainSearch *
{
	float:left;
}
#adm_main .split
{
	position:relative;
}
#adm_main .split .left
{
	border:1px solid #CCCCCC;
}
#adm_main .split .right
{
	position:absolute;
	left:450px;
	top:0px;
	padding:0px;
	margin:0px;
}
/* -------------------    全局样式结束    ----------------------*/

/* -------------------    列表样式开始    ----------------------*/
/*表单样式*/
table.ListTable
{
	margin:3px auto;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width:100%;
}
table.ListTable tr
{
	border:1px solid #CCCCCC;
}
table.ListTable tr:hover
{
	background-color:#CCCCCC;
}
table.ListTable tr.Footer
{
	background-color:#8DDAF7;
}
table.ListTable th
{
	text-align: center;
    padding-left: 5px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    background: #efefef;
}
table.ListTable td
{
	height: 40px;
    overflow: hidden;
    padding-left: 3px;
    font-size: 14px;
    text-align: center;
}

/* -------------------    列表样式结束    ----------------------*/
label.ImageIco
{
	height:21px;
	width:24px;
	background-image:url("Image.gif");
	display:block;
	float:left;
}

table.DetailTable
{
	margin:3px auto;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width:100%;
	line-height:26px;
}
table.DetailTable tr
{
	height:26px;
}
table.DetailTable tr.Alternat
{
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
}
table.DetailTable th
{
	height:30px;
	border:1px solid #CCCCCC;
}
table.DetailTable input[type='text']
{
	width:200px;
}
table.DetailTable input[type='text'].long
{
	width:500px;
}
table.DetailTable input[type='text'].half
{
	width:100px;
}
/*---配置表单样式---*/
dl.config{ width:auto; line-height:25px;}
dl.config dt{ width:120px; float:left; clear:both; text-align:right; padding:0px 5px;}
dl.config dd{ }

/* -------------------    选择菜单样式开始    ----------------------*/
div.Select { margin:auto; text-align:center;}
#SelectList {margin: 0px; clear:both; float:left;padding:0px 0px 0px 10px;}
#SelectList li {cursor: pointer;line-height:18px;list-style:none;margin-top:2px; display:block; white-space:nowrap; overflow:hidden;}
#SelectList li:hover {background-color: #0A246A;color:#FFFFFF;}
#SelectList li.Selected {background-color: #8DDAF7;color:Black;}
#SelectList li ul	{margin:0px 0px 0px 5px; padding:0px;}

div.SearchInput{display:block;width:85%;float:left;}
div.SearchInput input{border:1px solid #8DDAF7;}
div.SearchIco{ display:block;width:22px; height:22px; background-image:url("search.gif"); float:left; z-index:2;}

div.Pagination {display:block; padding:0px 0px 0px 20px;}
div.First {background-image:url("page.gif"); width:21px;height:21px; background-position: 0px 0px;float:left; cursor:pointer;}
div.Prev {background-image:url("page.gif"); width:21px;height:21px;  background-position: -21px 0px;float:left; cursor:pointer;}
div.Next {background-image:url("page.gif"); width:21px;height:21px; background-position: -42px 0px;float:left; cursor:pointer;}
div.End {background-image:url("page.gif"); width:21px;height:21px; background-position: -63px 0px;float:left; cursor:pointer;}

div.DivFrame  
{
	overflow:auto;
	clear:left;
	float:left;
	background-color:#F2F2F2;	
	text-align:left;
	position:relative;
}
/* -------------------    选择菜单样式结束    ----------------------*/

/* -------------------    栏目导航样式开始    ----------------------*/
dl.RowList {list-style:none; display:block; padding:0px;  border:1px solid #CCCCCC; overflow:hidden;}
dl.RowList dt {float:left;height:26px; line-height:26px; padding:5px 10px; background: #54667A;color: #FFF;}
dl.RowList dt a {color:#FFF;}
dl.RowList dd { width:auto; overflow:hidden;}
dl.RowList a.Icon20 {margin:0px 3px 0px 0px; padding:0px;}
dl.RowList a {float:left;color:#000000; max-width:100px;}
dl.RowList span {padding:0px 5px; margin:5px 5px; max-width:150px; display:block; float:left; max-height:26px; background:#eee; overflow:hidden;}
dl.RowList span.column {padding:0px 5px; margin:5px 5px; max-width:150px; display:block; float:left; max-height:26px; background:#8CC8F7;}
/* -------------------    栏目导航样式结束    ----------------------*/

/* -------------------    浮动选框样式开始    ----------------------*/
.mask
{
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	left:0px;
	top:0px;
	-moz-opacity:0.50;
	filter:alpha(opacity=50); 
	opacity:0.50;
}
.dialog
{
	position:absolute;
	border:1px solid #CCCCCC;
	margin:0;
	padding:0;
	background-color: #F0F0EE;
}
.dialog-body
{
	margin:0;
	padding:0;
	margin: 0px 10px 0 10px;
}
.dialog-title {
	border:0;
	margin:0;
	padding:0;
	background-color: #F0F0EE;
	padding: 10px;
	text-align: left;
	font: 14px/1 "sans serif",tahoma,verdana,helvetica;
	font-weight: bold;
	color: #222222;
	cursor: move;
}
.dialog-close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 8px;
	border: 0;
	margin: 0;
	padding: 0;
	background-image:url("i22_normal.png");
	background-repeat:no-repeat;
	background-position:0px -425px;
	cursor: pointer;
	overflow: hidden;
}

.dialog-iframe {
	display: block;
	margin: 0;
	padding: 0;
}
.dialog-bottom {
	border:0;
	margin:0;
	padding:0;
	font: 12px/1 "sans serif",tahoma,verdana,helvetica;
	text-align: right;
	padding:0 0 5px 0;
}
.select-title *
{
	float:left;
}
.btn20 
{
	width:20px;
	height:20px;
	border:0px;
}
/*图片选择样式*/
.ImageList div{float: left;width: 122px;height: 120px;margin: 1px 3px; position:relative; text-align:center;
	border:2px solid #FFF; cursor:pointer;}
.ImageList div:hover
{
	border:2px solid #00F;
}
.ImageList img
{
	float:none;
	width:120px;
	height:120px;
	margin:auto;
}
.ImageList span
{
	position:absolute;
	left:1px;
	bottom:3px;
	width:120px;
	z-index:10;
	background-color:#FFFFFF;
	-moz-opacity:0.80;
	filter:alpha(opacity=80); 
	opacity:0.80;
	overflow:hidden;
	text-align:center;
}
/* -上传管理样式-*/
.FileList
{
	list-style:none;
	padding:0px;
}
.FileList div
{
	float: left;width: 180px;height: 180px;margin: 3px 3px; position:relative; text-align:center;
	border:2px solid #FFF; cursor:pointer;
}
.FileList div.selected
{
	-moz-opacity:0.80;
	filter:alpha(opacity=80); 
	opacity:0.80;
	border:2px solid #00F;
}
.FileList img
{
	float:none;
	width:180px;
	margin:auto;
}
.FileList span,.FileList input
{
	display:block;
	position:absolute;
	left:0px;
	overflow:hidden;
	background-color:#FFF;
	-moz-opacity:0.70;
	filter:alpha(opacity=70); 
	opacity:0.70;
}
.FileList span
{
	bottom:0px;
	width:180px;
	height:25px;
	text-align:left;
}
.FileList input
{
	width:174px;
	bottom:25px;
}
/* -文件选择样式-*/
.DocList div
{
	padding: 5px 25px;
	background:#F5F5F5 url("i20_file.png") no-repeat;
	cursor:pointer;
	background-position: 3px 50px;
}
.DocList .fileico
{
	padding: 5px 25px;
	background: url("i20_file.png") no-repeat;
}
.DocList div:hover
{
	background-color:#FFF;
}
.DocList div.selected
{
	background-color:#FDE;
}
.DocList .doc,.DocList .docx
{
	background-position: 3px 4px;
}
.DocList .xls,.DocList .xlsx
{
	background-position: 3px -21px;
}
.DocList .ppt,.DocList .pptx
{
	background-position: 3px -46px;
}
.DocList .txt
{
	background-position: 3px -71px;
}
.DocList .pdf
{
	background-position: 3px -96px;
}
.DocList .zip,.DocList .rar
{
	background-position: 3px -121px;
}
/* -------------------    树型列表样式开始    ----------------------*/
.PostList
{
	margin-left:10px;
	margin:0px;
	display:block;
	list-style-type:none;
	padding:0px;
	width:900px;
	position:relative;
}
.PostList ul
{
	display:block;
	list-style-type:none;
	float:left;
	margin: 0px;
	clear:left;
	padding:0px;
	width:100%;
}
.PostList li
{
	position:relative;
	display:block;
	min-height:26px;
	clear:left;
	margin:0px;
}
.PostList li:hover
{
    background-color:#EEE;
}
.PostList li a
{
	line-height:20px;
	cursor:pointer;
}
.PostList li a.OnSelect
{
	background-color:#99FF99;
}

.PostList li.Close ul, #treeList li li.Close ul{
	left:auto;
	display:none;
}
.PostList div.front
{
	float:left;
	width:200px;
	height:26px;
}
.PostList div
{
	float:left;
	line-height:26px;
}
.PostList div:hover
{
	background-color:#E5E5E5;
}
.PostList input
{
	float:left;
}
.PostList input[type=text]
{
	width:150px;
	height:20px;
}
.PostList input[type=text].short
{
	width:50px;
}
.PostList input[type=text].long
{
	width:500px;
}
.PostList select
{
	float:left;
	height:20px;
	margin-top:3px;
	margin-left:10px;
}
.PostList span.LangIcon
{
	width:24px;
	height:22px;
	background-image:url("Language.png");
	background-repeat:no-repeat;
}
.PostList span.L0 {background-position: 0px 3px;}
.PostList span.L1 {background-position: 0px -17px;}
.PostList span.L2 {background-position: 0px -37px;}
.PostList span.L3 {background-position: 0px -57px;}
.PostList span.L4 {background-position: 0px -77px;}
.PostList span.L5 {background-position: 0px -97px;}
.PostList span.L6 {background-position: 0px -117px;}
.PostList span.L7 {background-position: 0px -137px;}
.PostList span.L8 {background-position: 0px -157px;}
.PostList span.L9 {background-position: 0px -177px;}
.PostList span.L10 {background-position: 0px -197px;}
.PostList span
{
	display:block;
	width:200px;
	float:left;
	height:22px;
	overflow:hidden;
	line-height:22px;
	margin:2px;
}

.PostList span.move
{
	margin:3px 5px 3px 5px;
	width:22px;
	cursor:move;
}
.PostList a
{
	padding:2px;
}
.PostList a.true
{
	background-color:Green;
	color:#eee;
}
.PostList a.false
{
	background-color:Gray;
	color:#eee;
}
.PostList span.drag
{
	position:relative;
	line-height:26px;
	z-index:10;
	min-height:26px;
	display:block;
	padding-left:10px;
	z-index:10;
}
.PostList span.dragnext
{
	position:relative;
	z-index:10;
	min-height:26px;
	width:22px;
	margin-left:5px;
	background-image:url("i22_normal.png");
	background-repeat:no-repeat;
	background-position:0px -400px;
	z-index:10;
}
.PostList span.def
{
	width:inherit;
	margin:0px 3px 0px 10px;
}
.PostList span.Icon20
{
	width:22px;
	float:left;
	height:22px;
	cursor:pointer;
	margin:0px 3px 0px 3px;
}
.PostList span.Space0
{
	width:0px;
}
.PostList span.Space1
{
	width:13px;
}
.PostList span.Space2
{
	width:26px;
}
.PostList span.Space3
{
	width:39px;
}
.PostList span.Space4
{
	width:52px;
}
.PostList span.Space5
{
	width:65px;
}
/* -------------------    树型列表样式结束    ----------------------*/

#itemEdit_Input 
{
	clear:both;
	display:block;
	width:auto;
	border:1px solid #CCCCCC;
	background-color:#EFEFEF;
	padding:3px;
	line-height:28px;
}

#itemEdit_Input div
{
	width:auto;
	padding-left:10px;
	font-weight:bolder;
}
#itemEdit_Input input[type='text']
{
	width:200px;
}
#itemEdit_Input input.short
{
	width:30px;
}
#itemEdit_Input .long
{
	width:300px;
}
.InsertReady
{
	position:relative;
	border:1px dotted #999999;
	-moz-opacity:0.50;
	filter:alpha(opacity=50);
	opacity:0.50;
	display:block;
	z-index:10;
}
.DragTemp
{
	position:absolute;
	border:2px solid #999999;
	-moz-opacity:0.50;
	filter:alpha(opacity=50); 
	opacity:0.50;
	background-image:url("i22_normal.png");
	background-repeat:no-repeat;
	background-position:0px -300px;
	z-index:2;
}

/* -------------------    属性选择样式    ----------------------*/
#attContext dl
{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
}
#attContext dt
{
	clear:left;
	width:100px;
	float:left;
}
#attContext dd
{
	width:auto;
	margin:0px;
	float:left;
}
#attContext span
{
	width:80px;
	line-height:25px;
	display:block;
	float:left;
	margin:2px 10px;
	text-align:center;
}
#attContext span.checked
{
	border:1px solid #333333;
	background-color:#FFe3e3;
	cursor:pointer;
}
#attContext span.select
{
	background-color:#e3e3e3;
	cursor:pointer;
}
/*-----------------  批量上传  ------------------*/
.UploadStat
{
	position:absolute;
	top:120px;
	left:50%;
    width:256px;
    margin:0px 0px 0px -128px;
    padding:0px;
    list-style:none;
    font-size:9pt;
    display:none;
    background-color:#E5E5E5;
    line-height:22px;
}
.UploadStat li
{
    display:block;
    height:22px;
}
.UploadStat li.title
{
	font-weight:bolder;
	text-align:center;
}
.UploadStat .pBar
{
    position:relative;
    display:block;
    margin:2px;
    width:250px;
    line-height:20px;
    height:20px;
    background-color:#595;
    border:1px solid #999;
    background-image:url("upload_bg.jpg");
    background-repeat:no-repeat;
    float:left;
}
.UploadStat span
{
    width:200px;
    height:20px;
    overflow:hidden;
}
.UploadStat a
{
    position:absolute;
    height:20px;
    line-height:20px;
    right:5px;
    top:0px;
    z-index:100;
    color:#555;
    cursor:pointer;
}

/*--快速切换--*/
div.Quick 
{
	overflow:hidden;
	background-color:#EEE;
	width:100%;
}
div.Quick a
{
	float:left;
	padding:3px 10px;
	line-height:20px;
	margin-left:10px;
}
div.Quick a.cur, div.Quick a:hover
{
	background-color:#4280BA;
	color:#FFF;
}