﻿/* 管理后台右侧网站链接CSS定义：可定义内容为链接字体颜色、样式等。链接无下划线为none，有为underline */
a
{
	text-decoration: none;
	cursor: pointer;
}
/* 未访问/已访问/点击激活的链接 */
a:link, a:visited, a:active
{
	color: #000000;
}
/* 鼠标在链接上 */
a:hover
{
	color: #ff6600;
}
/* FF中无链接翻页颜色定义 */
a[disabled=disabled]
{
	color: #aca899;
}
body
{
	background: #d4e4f6;
	padding: 0px;
	margin: 0px;
}
body, th, td, input, button, textarea
{
	font-family: "宋体";
	font-size: 12px;
}
select
{
	font-family: "Tahoma";
	font-size: 12px;
}

th
{
	font-weight: normal;
}
td
{
	line-height: 150%;
	padding: 0px;
}
input, select
{
	vertical-align: middle;
}
input[type=checkbox]
{
	vertical-align: middle;
}
input[type=radio]
{
	vertical-align: text-bottom;
}
* + html input[type=radio]
{
	vertical-align: middle;
}
.inputbutton, .inputbutton_hover
{
	background: url(images/btn_bgs.gif) repeat-x scroll 0 -5px;
	padding: 0px 14px 0px 13px;
	margin: 2px;
	overflow: visible;
	border: 1px solid #7FB5E1;
	height: 20px;
	cursor: pointer;
	padding-top: 2px;
}
.inputbutton_hover
{
	background-position: 0 -35px;
	border: 1px solid #95C1FF;
	color: #306FB6;
}
.buttonspacing
{
	padding: 0px 6px 0px 6px;
	letter-spacing: 6px;
}
.inputtext, .inputtext_hover, .inputtext_focus
{
	height: 16px;
	line-height: 16px;
	border: #7F9DB9 solid 1px;
}
.inputtext_hover, .inputtext_focus
{
	border: #3575BA solid 1px;
}
.inputtext_focus
{
	background-color: #FFFFD8;
}
/* --强制DIV换行-- */
.DivWordBreak
{
	word-break: break-all;
	overflow: hidden;
}

/* --工作台模块边框定义-- */
.WebPart
{
	background: #d5e9ff;
	border: 1px solid #afd0f1;
}

#container
{
	width: 100%;
}
.column
{
	width: 49%;
	background: #D4E4F6;
	float: left;
	margin-left: 2px;
}
.item
{
	padding: 0px;
	margin: 4px;
	background: #D5E9FF;
	border: solid 1px #afd0f1;
	background: white;
	width: auto;
}
.Header
{
	background-image: url(Images/title.gif );
	line-height: 25px;
	height: 25px;
	color: #113d74;
	font-weight: bold;
	cursor: move;
	padding-left: 15px;
	padding-right: 15px;
}
.Header h3
{
	float: left;
	margin: 0px;
	height: 20px;
	font-size: 12px;
}
.Header h3 a
{
	float: left;
	margin: 0px;
	height: 20px;
	font-size: 12px;
	margin-top: 5px;
}
.Header a
{
	float: right;
	margin-left: 5px; /*line-height: 25px;*/
	margin-top: 5px;
}

#WidTitle
{
}
.content
{
	padding: 5px;
	background-color: #D5E9FF;
}
.widget_delete
{
}

/* 管理后台右侧body样式定义 */
#MasterPagebody
{
	/*background: url(Images/main_bg.gif) #d4e4f6 repeat-x fixed left top;*/
	padding: 2px 8px 0px 8px;
	margin: 0px;
	text-decoration: none;
	line-height: 150%;
}
#aspnetForm
{
	padding: 0px;
	margin: 0px;
}

/* 管理后台右侧通用表格样式定义 */
.border, .TableWrap
{
	border: 1px solid #6493c8;
	background: #fff;
}

.title, .gridtitle, .spacingtitle, th
{
	background: url(Images/title.gif) #b0d0f3 repeat-x left top;
	line-height: 120%;
	color: #3666aa;
	font-weight: bold;
}
.title
{
	line-height: 22px;
}
.spacingtitle
{
	line-height: 22px;
	letter-spacing: 8px;
}

.tdbg
{
	background: #e6eff8;
	line-height: 120%;
}
.tdbgleft
{
	background: #d5e9ff;
	line-height: 120%;
}
.tdbgbottom
{
	background: #e6eff8;
	height: 40px;
	text-align: center;
}
.tdbg li
{
	margin-left: 15px !important;
}
.tdbgmouseover
{
	background: #bfdfff;
	line-height: 120%;
}
.tdbgselected
{
	background: #e0eef5;
	line-height: 120%;
}

/* 上传文件管理样式定义 */
.tdbgnolineheight
{
	background: #e6eff8;
}
.tdbgmouseover2
{
	background: #bfdfff;
}
.tdbgselected2
{
	background: #e0eef5;
}

/*　书签式面板菜单标题背景样式定义 */
.tabtitle, .titlemouseover
{
	width: 80px;
	height: 22px;
	background: url(Images/titlebg2.gif);
	line-height: 120%;
	padding-top: 2px;
	font-weight: normal;
	cursor: pointer;
}
.tabtitle
{
	background: url(Images/titlebg2.gif);
}
.titlemouseover
{
	background: url(Images/titlebg1.gif);
	color: #ffffff;
}


/* 输入检测报警色 */
.highlight
{
	background-color: #fcd147;
}

.modalPopup
{
	background-color: #ddddff;
	border-width: 3px;
	border-style: solid;
	border-color: gray;
	padding: 3px;
}

.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* txtarea编辑器显示行用CSS */
.RomNumber
{
	overflow: hidden;
	height: 365px;
	background-color: highlight;
	border-right: 0px;
	text-align: right;
	font-family: tahoma; /*font-family: Fixedsys;*/
	font-size: 12px;
	font-weight: bold;
	color: highlighttext;
	cursor: default;
}
.txtmain
{
	height: 365px;
	width: 92%;
	font-family: tahoma;
	color: highlight;
	font-size: 12px;
	font-weight: bold;
	border-left: 0px;
}

/* 自定义属性列表显示用CSS */
.propertylist
{
	background-color: #d3deef;
	border: 1px dashed #2f4f4f;
	padding: 5px;
	padding-top: 10px;
}

#ctl00_CphContent_attlist a
{
	background-color: #f5fbff;
	border: 1px solid #86b9d6;
	margin-right: 1px;
	vertical-align: middle;
	padding: 3px;
}
#ctl00_CphContent_attlist a:hover
{
	background-color: #fffbf5;
	border: 1px solid #f6b9d6;
	text-decoration: none;
	padding: 3px;
}

/*标签图标编辑下拉列表CSS定义*/
.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: #fafafa;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}
.ContextMenuItem:hover
{
	background-color: #ffe6a0;
	color: #003399;
	border: 1px solid #d2b47a;
	cursor: pointer;
}

/*网站统计柱状图CSS定义*/
.StatBar
{
	background-image: url( Images/bar.gif );
	background-repeat: repeat-x;
	background-position: left center;
	height: 10px;
}

/*解决ExtendedGridView内容太长撑破页面问题*/
.TableWrap
{
	table-layout: fixed;
	width: 100%;
}

.TdWrap
{
	overflow: hidden;
}

/*评论样式 CSS*/


#bbs_title
{
	background-image: url( Images/title.gif );
	line-height: 25px;
	height: 25px;
	border: 1px solid #6493c8;
	color: #3666aa;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
#bbs_title input
{
	margin-left: -12px;
}
#bbs_title_right
{
	background-image: url( Images/title.gif );
	line-height: 25px;
	float: right;
	font-weight: normal;
}

#bbs_Main_Center
{
	background: #fff;
	border-left: 1px solid #6493c8;
	border-right: 1px solid #6493c8;
	border-bottom: 1px solid #6493c8;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_Main_Center_Content
{
	background: #fff;
	border-left: 1px solid #6493c8;
}
#bbs_Main_Bottom_Center
{
	background: #fff;
	border-left: 1px solid #6493c8;
	border-top: 1px solid #6493c8;
}
#bbs_Main_Bottom_Left
{
	background: #fff;
	border-top: 1px solid #6493c8;
	text-align: center;
}
#bbs_Main_Cneter_Content_Top
{
	border-bottom: 1px solid #6493c8;
}
#bbs_Main_Center_Face
{
	border-right: 1px solid #6493c8;
}

#bbs_center
{
	background: #fff;
	border-left: 1px solid #6493c8;
	border-right: 1px solid #6493c8;
	border-bottom: 1px solid #6493c8;
	clear: both;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_left
{
	width: 155px;
	float: left;
	border: 1px solid #6493c8;
	text-align: center;
	border: 0px;
	height: 100%;
}
#bbs_left_input
{
	width: 20px;
	float: left;
	text-align: center;
}
#bbs_left_Face
{
	margin-top: 15px;
}
#bbs_left_Info
{
	margin-left: 35px;
	text-align: left;
}
/*
#bbs_left_input input
{
	margin-top:80px;
}
*/
#bbs_right
{
	margin-left: 155px;
	border-left: 1px solid #6493c8;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_text, .bbs_text
{
	padding: 8px;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
* html #bbs_right
{
	margin-left: -155px;
	border-left: none;
	float: right;
}
* html #bbs_text
{
	margin-left: 155px;
	border-left: 1px solid #6493c8;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_bot
{
	clear: both;
	background: #fff;
	border-bottom: 1px solid #6493c8;
	border-left: 1px solid #6493c8;
	border-right: 1px solid #6493c8;
	line-height: 26px;
	height: 26px;
}
#bbs_botleft
{
	text-align: center;
	width: 155px;
	float: left;
	height: 26px;
}
* html #bbs_botleft
{
	width: 152px;
	margin-top: 5px;
	margin-bottom: -5px;
}
#bbs_botright
{
	margin-left: 155px;
	border-left: 1px solid #6493c8;
	height: 26px;
}
* html #bbs_botright
{
	margin-left: 152px;
}
/* 中间线 */
#bbs_center_line
{
	border-bottom: 1px solid #76a3da;
}
/* 评论虚线 */
.commontbrokenline
{
	border-top: 1px dashed #1a89da;
	height: 1px;
	overflow: hidden;
}
.compare_tdtop
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.compare_tdinter
{
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	text-align: center;
}
.compare_tdbg
{
	background: #e6eff8;
	line-height: 120%;
}
.compare_tdbg1
{
	background: #ffffff;
	line-height: 120%;
}
.compare_title
{
	background: #ebeadb;
	color: #000000;
	font-weight: normal;
}


/*添加商品，属性选择*/
.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

/* --日历样式定义开始-- */
.cal_border
{
	width: 100%;
	font: normal normal normal 12px/150% Verdana,Arial, "宋体" ,Helvetica,sans-serif;
	border-collapse: collapse;
}
.cal_border td
{
	padding: 0px;
}
/* 顶部标题 */
.cal_title
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font: normal normal bold 10pt/150% Verdana,Arial, "宋体" ,Helvetica,sans-serif;
}
/* 当前日期背景 */
.cal_data
{
	width: 14%;
	background: #afd0f3;
}
/* 本月日期背景 */
.cal_month_data
{
	background: #fff;
}
.cal_month_data a, .cal_month_data a:link, .cal_month_data a:hover, .cal_month_data a:visited, .cal_month_data a:active
{
	text-decoration: underline;
}
/* 非本月日期 */
.cal_next_data
{
	width: 14%;
	background: #f8f8f8;
}
.cal_next_data a, .cal_data a:link
{
	text-decoration: none;
}
/* 双休日背景 */
.cal_weekendday
{
	border-top: #fff 1px solid;
	font: normal normal bold 12px/150% Verdana,Arial, "宋体" ,Helvetica,sans-serif;
}
.cal_weekendday a, .cal_weekendday a:link, .cal_weekendday a:hover, .cal_weekendday a:visited, .cal_weekendday a:active
{
	text-decoration: underline;
}
/* 选中日期样式 */
.selectedday
{
	background: #c00;
	border: 0;
}
/* 星期 */
.cal_title th
{
	background: #e8fbe7;
	height: 20px;
	border-collapse: collapse;
	font: normal normal bold 12px/150% Verdana,Arial, "宋体" ,Helvetica,sans-serif;
	color: #000;
}

/* 选择上、下一个月 */
.cal_title_lr, .cal_title_lr a, .cal_title_lr a:link, .cal_title_lr a:hover, .cal_title_lr a:visited, .cal_title_lr a:active
{
	text-decoration: underline;
}
/* 左侧选择列 */
.cal_selector
{
	background: #deecf7;
	font: normal normal bold 12px/150% Verdana,Arial, "宋体" ,Helvetica,sans-serif;
}
/* 白边框 */
.cal_month_data, .cal_title th, .cal_next_data, .cal_selector
{
	border: #fff 1px solid;
}
/* --日历样式定义结束-- */

/* --内容管理页虚链接定义开始-- */
.linktype
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	background: none;
	font-size: 0px;
}
.link
{
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	z-index: 2;
	margin: 9px 0px 0px 2px;
	background: url(images/link.gif) no-repeat;
}
/* --内容管理页虚链接定义结束-- */

/* ====执行等待样式==== */
#BOX_overlay
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#RegUser
{
	background-color: #fff;
	border: 1px solid #525252;
	width: 214px;
	height: auto;
	text-align: center;
}

/*拖动排序*/
.ol_wrapper
{
	margin: 10px auto;
	width: 600px;
	border: 1px solid #6493c8;
	background: #ffffff;
	padding: 1px;
	padding-bottom: 0px;
}
.ol_wrapper dl, .ol_wrapper dt, .ol_wrapper dd, .ol_wrapper ul, .ol_wrapper li
{
	margin: 0px;
	padding: 0px;
}
.ol_wrapper dl
{
	background: #e6eff8;
}
.ol_wrapper dt
{
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #3666aa;
	font-weight: bolder;
	background: url(Images/title.gif) top repeat-x;
	border-bottom: 1px solid #ffffff;
}
#phoneticlong li a
{
	display: block;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	background: #e6eff8;
	text-decoration: none;
	color: #000000;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
}
#phoneticlong li a:hover
{
	font-weight: bolder;
	filter: Alpha(Opacity=90); /*IE*/
	opacity: 0.9; /*FF*/
	background: #bfdfff url(Images/icon_order.gif) 8px 3px no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #6493c8;
}

#CategoryInfoManage
{
	width: 400px;
	float: left;
}

#SpecialInfoManage
{
	width: 400px;
	float: left;
}
#CategoryInfoManage td, #SpecialInfoManage td, #CommentManage td, #ProductManage td, #NodesManage td
{
	line-height: 100%;
}
.HtmlContentViewTips
{
	color: Blue;
	font-weight: bold;
}

.ShowPayPassword
{
	background: #d4e4f6;
}
/*重建标题索引样式*/
#ShowUpdayeHashKey
{
	background: #d4e4f6;
	line-height: 120%;
}

/*手风琴效果样式*/
.ui-helper-hidden
{
	display: none;
}
.ui-helper-reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-widget-content
{
	border: 1px solid #a6c9e2;
	background: #fcfdfd;
	color: #222222;
}
.ui-widget-header
{
	border: 1px solid #4297d7;
	color: #ffffff;
	font-weight: bold;
}
.ui-state-default
{
	border: 1px solid #c5dbec;
	background: #dfeffc url(images/bg-title.gif) 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
	outline: none;
}
.ui-state-default a
{
	color: #2e6e9e;
	outline: none;
}
.ui-state-hover
{
	border: 1px solid #79b7e7;
	font-weight: bold;
	color: #1d5987;
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover
{
	color: #1d5987;
	outline: none;
	text-decoration: none;
}
.ui-state-active
{
	border: 1px solid #79b7e7;
	background: #EAF4FD;
	font-weight: bold;
	color: #e17009;
	outline: none;
}
.ui-state-active a
{
	color: #e17009;
	outline: none;
	text-decoration: none;
}
.ui-icon
{
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-state-default .ui-icon
{
	background-image: url(images/bt-right-arrow.gif);
	background-position: 0px 2px;
}
.ui-state-active .ui-icon
{
	background-image: url(images/bt-down-arrow.gif);
	background-position: 0px 2px;
}
.ui-accordion .ui-accordion-header
{
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix
{
	display: inline;
}
.ui-accordion .ui-accordion-header-active
{
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a
{
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon
{
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content
{
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: hidden;
	display: none;
}
.ui-accordion .ui-accordion-content-active
{
	display: block;
	overflow: hidden;
}
/*浮动帮助提示信息*/
.tips
{
	display: none;
}
.tipshelp
{
	width: 8px;
	cursor: help;
	background: transparent url('images/prompt-note-ico.gif') no-repeat scroll left top;
}
#PETipsContainer
{
	position: absolute;
	width: 400px;
	font-weight: normal;
	text-align: left;
	word-wrap: break-word; /*自动换行,在FF中对英文和数字无效*/
	border: 1px solid #cccccc /*#a00*/;
	display: none; /*先不要让它显示*/
}
#PETips
{
	color: #a00;
	background-color: #FFFFCC;
	padding: 10px;
}
#PETips div.triangle
{
	background: transparent url('images/sj.gif') no-repeat scroll left top;
	position: absolute;
	height: 17px;
	left: 20px;
	top: -16px;
	width: 31px;
	z-index: 999;
}
/*提醒信息*/
.message
{
	padding: 2px;
	margin: 2px;
	background-color: #FFFDD7;
	border: 1px solid #D7D7D7;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #a00;
}
/*Bug与建议历史记录*/
.expandimg
{
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 3px 10px;
	cursor: pointer;
	background: url(Images/ExpandTag.gif) #b0d0f3 repeat-x left top;
	background-position: -15 -30px;
}
.collapseimg
{
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 3px 10px;
	cursor: pointer;
	background: url(Images/ExpandTag.gif) #b0d0f3 repeat-x left top;
	background-position: 0 -15px;
}
.content_display
{
	width: 95%;
	margin: 20px;
}
/* LoadMask Begin*/
#loadMask
{
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid 1px #4a6b84;
	z-index: 65535;
	display: block;
}
#loadMask span
{
	border: solid 1px #D5E9FF;
	text-align: center;
	padding: 0px 20px 0px 30px;
	margin: 0px;
	line-height: 29px;
	display: block;
	background: url(Images/Pageloading.gif) #D5E9FF no-repeat 5px 50%;
	color: #113D74;
	font-size: 12px;
	font-weight: bold;
}

/* LoadMask End*/

/*工作流*/
#ChildWin
{
	background: #fff;
	overflow: hidden;
	position: absolute;
	border-left: 1px solid #B1CEEE;
	border-right: 1px solid #B1CEEE;
	border-bottom: 1px solid #B1CEEE;
}
#ChildWin .hd
{
	margin: 0px;
	background: url("images/p-up-t.gif") repeat-x scroll center top transparent;
	height: 34px;
	line-height: 1.8em;
	padding-left: 5px;
	font-size: 14px;
	cursor: move;
}
#ChildWin .hd h3
{
	font-size: 14px;
	font-weight: bold;
	color: #4F4F4F;
	background: url(images/p-up-ico.gif) no-repeat scroll 10px 12px transparent;
	margin: 0;
	padding: 3px 0px 10px 25px;
}
#ChildWin .bd
{
	margin: 0;
	background: url("images/p-up-con-bg.gif") repeat-x scroll center top #FFFFFF;
	padding: 12px;
}
#ChildWin .close
{
	right: 10px;
	top: 8px;
	width: 18px;
	height: 18px;
	background: url("images/p-up-close.gif") no-repeat scroll left center transparent;
	display: block;
	position: absolute;
}
.wf_condition
{
	background: url(images/bt-right-arrow.gif) no-repeat scroll left center transparent;
	padding-left: 15px;
}
/* 选择管理员 */
#adminlistcontent span
{
	width: 140px;
	display: block;
	float: left;
}
#adminlistcontent span span
{
	width: 115px;
	display: block;
	float: right;
	cursor: pointer;
}
#adminlistcontent .wfSelect
{
	background: #d5e9ff;
}

/*部门类别导航样式*/
.departmentcategory
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
	width: 135px;
}

/*-----Begin-----工作流 添加工作左侧导航*/
.menu_list
{
	width: 202px;
	border: 1px solid #6493c8;
}

.wf_LeftGuide
{
	background-image: url(Images/title.gif );
	line-height: 25px;
	height: 25px;
	color: #113d74;
	font-weight: bold;
	cursor: move;
	padding-left: 5px;
	padding-right: 15px;
	margin: 1px;
	cursor: pointer;
}

.wf_LeftGuide span
{
	background: url("images/bt-right-arrow.gif") no-repeat scroll left center transparent;
	padding-left: 15px;
}

.wf_guide
{
	background-color: White;
}
.wf_guide ul, .wf_guide li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* ====.wf_guide li高度兼容样式==== */
.wf_guide li
{
	line-height: 150%;
}
* html .wf_guide li /* IE6解析 */
{
	height: 20px;
}

.wf_guide a
{
	display: block;
	text-align: left;
	margin: 2px;
	padding: 2px 0px 2px 20px;
	text-decoration: none;
}
.wf_guide a:link, .wf_guide a:visited, .wf_guide a:active
{
	height: 20px;
	line-height: 20px;
	color: #4579b9;
	border: 1px solid #e6eff8;
	background: url(Images/guidelink.gif) #fff no-repeat 10px center;
}
.wf_guide a:hover
{
	color: #c00;
	border: 1px solid #e6eff8;
	text-decoration: none;
	background: url(Images/guidehover.gif) #f2f8fd no-repeat 10px center;
}

/*-----End-----工作流 添加工作左侧导航*/

.workflowcombine, .workflowopenup
{
	display: block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: url("images/combine.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.workflowopenup
{
	background: url("images/openup.gif");
}

.wf_FeedBackList
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #6493c8;
}

.wf_FeedBackList td
{
	border: 1px solid #6493c8;
}

/**********Dial CSS样式***********/
.con
{
	height: 123px;
	width: 194px;
	line-height: 123px;
	background: white;
	border: 4px solid #C6E7F6;
	margin: 5px auto;
	text-align: center;
	cursor: pointer;
}

.moveClass
{
	height: 168px;
	width: 215px;
	line-height: 158px;
	cursor: auto;
	margin: 20px 0 0 0px;
	border: 1px solid #C6E7F6;
}
/**********Dial CSS样式 End******/
.quickBody
{
}
.quickColumn
{
	float: left;
	margin-left: 5px;
	width: 32%;
}
.quickItem
{
	padding: 0px;
	background: #d5e9ff;
	background: white;
	height: 168px;
	width: 215px;
	line-height: 158px;
	cursor: auto;
	margin: 20px 0 0 0px;
	border: none;
}
.quickRound
{
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px; /*IE6,IE7语法*/
	
	background-color: #e7f0f9;
border: 1px solid #96cfff;
border-radius: 4px 4px 4px 4px;

	
	
	
}
.quickContent
{
	height: 123px;
	width: 194px;
	line-height: 123px;
	background: white;
	border: 4px solid #3e7ebf;
	margin: 5px auto;
	text-align: center;
	cursor: pointer;
	overflow:hidden;
}
.quickShadow
{
	/***Shadow****/
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='#F5F5F5'); /*IE8语法*/
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='#F5F5F5')";

	
background-color: #F3FBFE;
border: 4px solid #fff;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 11px #CCCCCC;
}


.quickShadow1
{

background-color: #fff;
border: 1px solid #C6E7F6;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 11px #CCCCCC;
}
.quickHeader
{
	color: #113D74;
	cursor: move;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding-top:3px;
	padding-left: 10px;
	padding-right: 5px;
	overflow:hidden;
}
.quickHeaderTitle
{
	margin-left: 18px;
}
.quickHeaderTable
{
	display: none;
}
.quickEdit
{
	cursor: pointer;
}
