.nav {
	height: 61px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3BA7EC;
	background-image: url(../images/manager/nav_bk.png);
	position: relative;
	width: 100%;
	overflow: hidden;
}

.nav .nav_area {
	display: block;
	float: left;
}

.nav .nav_logo {
	background-image: url(../images/manager/logo.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 250px;
	overflow: hidden;
}

.nav .nav_menu {
	line-height: 16px;
	height: 16px;
	font-size: 16px;
	color: #1B90DA;
	margin-top: 15px;
	cursor: pointer;
	padding: 15px;
}

.nav .nav_menu:hover {
	color: #fff;
	background-color: #3BA7EC;
}

.nav .nav_menu.selected {
	color: #fff;
	background-color: #3BA7EC;
}
/*小图标，每个图标间格为20px*/
.nav .nav_menu .menu_ico {
	text-indent: 20px;
	display: block;
	height: 16px;
	background-image: url(../images/manager/ico.png);
	background-repeat: no-repeat;
}

.nav .nav_menu .menu_ico.myDesktop { /*我的桌面*/
	background-position: 0px -40px;
}

.nav .nav_menu:hover .menu_ico.myDesktop {
	background-position: 0px -60px;
}

.nav .nav_menu.selected .menu_ico.myDesktop {
	background-position: 0px -60px;
}

.nav .nav_menu .menu_ico.pageAdmin { /*文章管理*/
	background-position: 0px -200px;
}

.nav .nav_menu:hover .menu_ico.pageAdmin {
	background-position: 0px -220px;
}

.nav .nav_menu.selected .menu_ico.pageAdmin {
	background-position: 0px -220px;
}

.nav .nav_menu .menu_ico.productAdmin { /*商品管理*/
	background-position: 0px -280px;
}

.nav .nav_menu:hover .menu_ico.productAdmin {
	background-position: 0px -300px;
}

.nav .nav_menu.selected .menu_ico.productAdmin {
	background-position: 0px -300px;
}

.nav .nav_menu .menu_ico.saleAdmin { /*销售管理*/
	background-position: 0px -240px;
}

.nav .nav_menu:hover .menu_ico.saleAdmin {
	background-position: 0px -260px;
}

.nav .nav_menu .menu_ico.im { /*销售管理*/
	background-position: 0px -320px;
}

.nav .nav_menu:hover .menu_ico.im {
	background-position: 0px -340px;
}
.nav .nav_menu.selected .menu_ico.im {
	background-position: 0px -340px;
}
.nav .nav_menu.selected .menu_ico.saleAdmin {
	background-position: 0px -260px;
}

.nav .nav_menu .menu_ico.userCenter { /*会员中心*/
	background-position: 0px -80px;
}

.nav .nav_menu:hover .menu_ico.userCenter {
	background-position: 0px -100px;
}

.nav .nav_menu.selected .menu_ico.userCenter {
	background-position: 0px -100px;
}

.nav .nav_menu .menu_ico.orderManage { /*订单管理*/
	background-position: 0px -120px;
}

.nav .nav_menu:hover .menu_ico.orderManage {
	background-position: 0px -140px;
}

.nav .nav_menu.selected .menu_ico.orderManage {
	background-position: 0px -140px;
}

.nav .nav_menu .menu_ico.systemManagement { /*系统管理*/
	background-position: 0px -160px;
}

.nav .nav_menu:hover .menu_ico.systemManagement {
	background-position: 0px -180px;
}

.nav .nav_menu.selected .menu_ico.systemManagement {
	background-position: 0px -180px;
}
.nav .nav_menu .menu_ico.plus { /*组建中心*/
	background-position: 0px -360px;
}

.nav .nav_menu:hover .menu_ico.plus {
	background-position: 0px -380px;
}

.nav .nav_menu.selected .menu_ico.plus {
	background-position: 0px -380px;
}
.nav .nav_menu .menu_ico.basicSetting { /*系统管理*/
	background-position: 0px -400px;
}

.nav .nav_menu:hover .menu_ico.basicSetting {
	background-position: 0px -420px;
}

.nav .nav_menu.selected .menu_ico.basicSetting {
	background-position: 0px -420px;
}
.nav .nav_exit {
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: -280px 0px;
	height: 16px;
	padding-right: 10px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	bottom: 4px;
	line-height: 16px;
	color: #1B90DA;
	font-size: 14px;
	top: 30px;
}

.nav .nav_exit:hover {
	color: #f90;
}

.content {
	padding: 5px;
}

.content .con_three {
	float: left;
	border: 1px solid #3BA7EC;
	background: #fff;
}

.content .con_three .con_three_main {
	width: 298px;
	overflow: auto;
}

.content .con_three .ct_h1 {
	background-color: #3BA7EC;
	height: 16px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
}

.content .con_three .ct_h1 .h1_ico {
	background-image: url(../images/manager/ico.png);
	background-repeat: no-repeat;
	height: 16px;
	display: block;
	font-size: 14px;
	color: #fff;
	text-indent: 20px;
	line-height: 14px;
}
.content .con_three .ct_h1 .h1_ico.orderManage { /*应用管理*/
	background-position: 0px -140px;
}
.content .con_three .ct_h1 .three_close {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 10px;
	right: 4px;
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	cursor: pointer;
}

.content .con_three .ct_h1 .h1_ico.myDesktop { /*我的桌面*/
	background-position: 0px -60px;
}

.content .con_three .ct_h1 .h1_ico.pageAdmin {
	background-position: 0px -220px;
}

.content .con_three .ct_h1 .h1_ico.saleAdmin {
	background-position: 0px -260px;
}

.content .con_three .ct_h1 .h1_ico.productAdmin {
	background-position: 0px -300px;
}

.content .con_three .ct_h1 .h1_ico.userCenter { /*会员中心*/
	background-position: 0px -100px;
}

.content .con_three .ct_h1 .h1_ico.orderManage { /*应用管理*/
	background-position: 0px -140px;
}

.content .con_three .ct_h1 .h1_ico.systemManagement { /*系统管理*/
	background-position: 0px -180px;
}
.content .con_three .ct_h1 .h1_ico.im {
	background-position: 0px -340px;
}
.content .con_three .ct_h1 .h1_ico.plus {
	background-position: 0px -380px;
}
.content .con_three .ct_h1 .h1_ico.basicSetting {
	background-position: 0px -420px;
}
#tree_panel {
	overflow: auto
}

.content .con_three .ct_h2 {
	font-size: 14px;
	line-height: 25px;
	color: #204D7A;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BADDF5;
	text-indent: 16px;
	cursor: pointer;
	background: #F1F8FD;
}

.content .con_three .ct_h2.last {
	border-bottom-width: 0px;
}

.content .con_three .ct_con {
	overflow: auto;
}

.content .open_alert {
	width: 16px;
	overflow: hidden;
	float: left;
	border: 1px solid #3BA7EC;
	cursor: pointer;
	position: relative;
	filter: Alpha(Opacity = 60);
	opacity: 0.6;
	background-color: #3BA7EC;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

.content .open_alert:hover {
	filter: Alpha(Opacity = 100);
	opacity: 1;
}

.content .open_alert .oa_action {
	height: 16px;
	width: 16px;
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: -20px -80px;
}

.content .con_main {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #3BA7EC;
	background: #fff;
	overflow-y: hidden;
	overflow-x: auto;
}
/*主内容区头部标签*/
#cm_title_conn {
	background-color: #3BA7EC;
	padding-top: 6px;
	position: relative;
	overflow: hidden;
	height: 30px;
}

#cm_l {
	position: absolute;
	left: 0px;
	background-color: #88bfe6;
	height: 30px;
	width: 20px;
	cursor: pointer;
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: -100px -133px;
	display: none;
}

#cm_l:hover {
	background-position: -80px -133px;
	background-color: #EEF9FD;
}

#cm_l.disabled {
	background-position: -140px -133px;
	background-color: transparent;
	cursor: not-allowed;
}

#cm_r {
	position: absolute;
	right: 0px;
	background-color: #88bfe6;
	height: 30px;
	width: 20px;
	cursor: pointer;
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: -40px -133px;
	display: none;
}

#cm_r:hover {
	background-position: -60px -133px;
	background-color: #EEF9FD;
}

#cm_r.disabled {
	background-position: -120px -133px;
	background-color: transparent;
	cursor: not-allowed;
}

#cm_c {
	height: 30px;
	position: absolute;
	overflow: hidden;
}

.cm_title_area {
	height: 30px;
	position: absolute;
}

.cm_title_area .cta_element {
	padding-left: 10px;
	padding-right: 20px;
	height: 30px;
	margin-right: 2px;
	line-height: 30px;
	background: #88BFE6;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	cursor: default;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.cm_title_area .cta_element:hover {
	background: #EEF9FD;
	color: #003366;
}

.cm_title_area .cta_element.selected {
	background: #fff;
	color: #003366;
}

.cm_title_area .cta_element .ce_close {
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	overflow: hidden;
	position: absolute;
	height: 9px;
	width: 9px;
	top: 12px;
	right: 5px;
}

.cm_title_area .cta_element:hover .ce_close {
	background-position: -20px -10px;
}

/*嵌套区*/
.nest_area {
	background: #fff;
	overflow: auto;
}
/*搜索区域*/
.cm_search_area {
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.cm_search_area .csa_griddle {
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80px;
	border: 1px solid #C2CDE1;
	position: absolute;
	left: 5px;
	top: 0px;
}

.cm_search_area .csa_griddle select {
	border: 0px;
	height: 18px;
	width: 95%;
	color: #444;
	font-weight: 600;
	text-align: center;
}

.fz_16 {
	font-size: 16px;
}

.fz_24 {
	font-size: 24px;
}

.w_30 {
	width: 30px;
}

.w_60 {
	width: 60px;
}
.w_80 {
	width: 80px;
}
.w_100 {
	width: 100px;
}

.w_120 {
	width: 120px;
}
.w_147 {
	width: 147px;
}
.w_240 {
	width: 240px;
}

.w_360 {
	width: 360px;
}
.w_464 {
	width: 464px;
}
.w_665 {
	width: 665px;
}
.w_720 {
	width: 720px;
}
.grid {
	width: 100%;
	padding-bottom: 100px
}
/*编辑及分页*/
.editOrPage {
	height: 30px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.editOrPage .eop_edit {
	position: absolute;
	height: 16px;
	width: 50%;
	left: 115px;
	top: 15px;
	line-height: 16px;
}

.editOrPage .eop_edit .edit_action {
	float: left;
}

.editOrPage .eop_edit .edit_line {
	display: block;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
}
/*分页*/
.editOrPage .eop_page {
	position: absolute;
	height: 20px;
	line-height: 26px;
	width: 50%;
	right: 0px;
	top: 5px;
	text-align: right;
}

.editOrPage .eop_page .page_element {
	display: block;
	float: right;
	margin-right: 4px;
}

.editOrPage .eop_page .page_info {
	padding-left: 5px;
}

.editOrPage .eop_page .page_action {
	height: 16px;
	width: 16px;
	margin-top: 5px;
	overflow: hidden;
	border: 1px solid #fff;
}

.editOrPage .eop_page .page_action:hover {
	border: 1px solid #e8e8e8;
}

.editOrPage .eop_page .page_action.noPage:hover {
	border: 1px solid #fff;
}

.editOrPage .eop_page .lastPage {
	background-image: url(../images/manager/grid/last.gif);
	background-repeat: no-repeat;
}

.editOrPage .eop_page .lastPage.noPage {
	background-image: url(../images/manager/grid/last-disabled.gif);
}

.editOrPage .eop_page .downPage {
	background-image: url(../images/manager/grid/next.gif);
	background-repeat: no-repeat;
}

.editOrPage .eop_page .downPage.noPage {
	background-image: url(../images/manager/grid/next-disabled.gif);
}

.editOrPage .eop_page .upPage {
	background-image: url(../images/manager/grid/prev.gif);
	background-repeat: no-repeat;
}

.editOrPage .eop_page .upPage.noPage {
	background-image: url(../images/manager/grid/prev-disabled.gif);
	background-repeat: no-repeat;
}

.editOrPage .eop_page .firstPage {
	background-image: url(../images/manager/grid/first.gif);
	background-repeat: no-repeat;
}

.editOrPage .eop_page .firstPage.noPage {
	background-image: url(../images/manager/grid/first-disabled.gif);
	background-repeat: no-repeat;
}

.editOrPage .eop_page .pageCon input {
	height: 16px;
	width: 30px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: right;
	font-size: 14px;
}
/*内容列表*/
.grid_table {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72B7EA;
}

.grid_table thead th {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: #72B7EA;
	height: 30px;
}

.grid_table tbody tr td {
	line-height: 26px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F4F8;
	color: #333;
}

.grid_table tbody tr.first td {
	border-top-width: 0px;
}

.grid_table tbody tr:hover td {
	background: #F0F4F8;
}

.grid_table tbody tr td .td_edit {
	background-image: url(../images/manager/ico.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 16px;
	display: block;
}

.grid_table tbody tr td .td_function {
	background-image: url(../images/manager/ico.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	height: 16px;
	width: 16px;
	display: block;
}

.grid_table a.pageTitle {
	display: block;
	background-image: url(../images/icon/pageTypeIco.gif);
	background-repeat: no-repeat;
	line-height: 26px;
	height: 26px;
	padding-left: 20px;
}
.add-usergroup-conn{
	float:right
}
.add-usergroup-conn.ecform{
	padding: 0px;
}
.ecform {
	padding-top: 10px;
	padding-bottom: 20px;
}

.ecform .formbutton {
	padding-top: 10px;
}

.ecform th.lable {
	color: #003366;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	line-height: 30px;
	height: 30px;
	padding-top: 5px;
	font-size :15px;
	width:100px;
}
	
.ecform td {
	padding-top: 10px;
	padding-left: 5px;

}
.ecform th {
	padding-left: 5px;

}
.ecform th.lable.w {
	width: 68px;
}

.ecform input {
	font-family: "微软雅黑";
	border-radius: 5px;
}
.ecform .uploadui{
	background-image: url(../images/icon/upload.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 30px;		
	cursor: pointer;
}
.ecform .uploadui-haslist{
	border-radius: 5px 5px 0px 0px;
	
}
.ecform .upload-list{
	border-radius: 0px 0px 5px 5px;
	border: 2px solid #CBCBCB;
	border-top : 0px;
	padding:10px;
	width:350px;
}
.ecform .upload-list img{
	width:290px;
	margin-right:10px;
}
.ecform .form-tips{
	font-size:14px;
	float:right;
	color:#666;
}
.ui-button-text-only .ui-button-text {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: normal;
	font-family: "微软雅黑";
}

.ui-buttonset .ui-button .ui-button-text {
	display: block;
	line-height: 20px;
	font-weight: normal;
	font-family: "微软雅黑";
}

.ecform input:focus {
	color: #333;
	border-top-color: #269dea;
	border-right-color: #269dea;
	border-bottom-color: #269dea;
	border-left-color: #269dea;
}

.ecform textarea {
	font-family: "微软雅黑";
	border-radius: 5px;
}

.ecform textarea:focus {
	color: #333;
	border-top-color: #269dea;
	border-right-color: #269dea;
	border-bottom-color: #269dea;
	border-left-color: #269dea;
}

.ecform .ec-textareaui {
	border: 2px solid #CBCBCB;
	color: #333;
	padding: 5px;
}

.ecform .ec-inputui {
	border: 2px solid #CBCBCB;
	color: #333;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
.ec-select{
	border: 2px solid #CBCBCB;
	color: #333;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 3px;
	
	
}
.ecform .ec-dateui {
	border: 2px solid #CBCBCB;
	color: #333;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/icon/12.gif);
	background-repeat: no-repeat;
	background-position: 110px center;
}

.pageBarConn {
	line-height: 20px;
	padding-top: 7px;
}

.pageBar a {
	text-decoration: none;
	overflow: hidden;
}

.pageBar a:hover {
	height: 18px;
	width: 18px;
	border: 1px solid #CCC;
	line-height: 18px;
}

.pageBar {
	padding-right: 10px;
	padding-left: 10px;
}

.pageBar .firstPage {
	background-image: url(../images/grid/first.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
	overflow: hidden;
	display: block;
	float: right;
	margin-left: 5px;
}

.editOrPage .eop_page .pageBar .firstPage-disabled {
	background-image: url(../images/grid/first-disabled.gif);
	cursor: default;
}

.editOrPage .eop_page .pageBar .firstPage-disabled:hover {
	background-image: url(../images/grid/first-disabled.gif);
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 20px;
}

.pageBar .pageNumber {
	width: 30px;
	overflow: hidden;
	text-align: right;
	font-family: "微软雅黑";
}

.pageBar .prevPage {
	background-image: url(../images/grid/prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 20px;
	width: 20px;
	float: right;
	margin-left: 5px;
}

.editOrPage .eop_page .pageBar .prevPageBar-disabled {
	background-image: url(../images/grid/prev-disabled.gif);
	cursor: default;
}

.editOrPage .eop_page .pageBar .prevPageBar-disabled:hover {
	background-image: url(../images/grid/prev-disabled.gif);
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 20px;
}

.pageBar .pgConn {
	float: right;
	line-height: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.pageBar .nextPage {
	background-image: url(../images/grid/next.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

.editOrPage .eop_page .pageBar .nextPage-disabled {
	background-image: url(../images/grid/next-disabled.gif);
	cursor: default;
}

.editOrPage .eop_page .pageBar .nextPage-disabled:hover {
	background-image: url(../images/grid/next-disabled.gif);
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 20px;
}

.pageBar .lastPage {
	background-image: url(../images/grid/last.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

.editOrPage .eop_page .pageBar .lastPage-disabled {
	background-image: url(../images/grid/last-disabled.gif);
	cursor: default;
}

.editOrPage .eop_page .pageBar .lastPage-disabled:hover {
	background-image: url(../images/grid/last-disabled.gif);
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 20px;
}

.pageBar .refPage {
	background-image: url(../images/grid/refresh.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

.pageBar .grid-loading {
	background-image: url(../images/grid/grid-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 20px;
	width: 20px;
	margin-left: 5px;
}

.pageBar .pageInfo {
	float: right;
	margin-left: 5px;
	line-height: 16px;
	height: 16px;
}

.module_title {
	border-bottom: 1px solid #72B7EA;
	height: 26px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.module_title .sys_title {
	color: #336699;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	text-indent: 30px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/manager/fb_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: 0px;
	top: 5px;
}

.module_title .sys_title.grid_title {
	background-image: url(../images/icon/grid_list_ico.png);
}

.csa_search {
	position: absolute;
	height: 30px;
	width: 300px;
	top: 5px;
	right: 0px;
}

.csa_search .sea_main {
	width: 232px;
	height: 24px;
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 3px;
}

.csa_search .sea_main .sm_text {
	line-height: 22px;
	color: #999;
	position: absolute;
	height: 22px;
	width: 190px;
	left: 4px;
	top: 1px;
	border: 0px;
}

.csa_search .sea_main .sm_text:focus {
	color: #333;
}

.csa_search .sea_main .sm_action {
	position: absolute;
	height: 24px;
	width: 24px;
	top: 0px;
	right: 0px;
}

.csa_search .sea_main .sm_action:hover {
	filter: Alpha(Opacity = 10);
	opacity: 0.5;
}

.csa_search .advanced_search {
	line-height: 30px;
	color: #4AA2E7;
	position: absolute;
	height: 30px;
	width: 60px;
	top: 0px;
	right: 0px;
	text-align: right;
}

.csa_search .advanced_search:hover {
	text-decoration: underline;
}

.csa_add {
	position: absolute;
	height: 30px;
	width: 99px;
	left: 5px;
	top: 5px;
	cursor: pointer;
}

.csa_add .add_action {
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: -80px -20px;
	position: absolute;
	height: 30px;
	width: 99px;
	left: 0px;
	top: 0px;
}

.csa_add .add_action:hover {
	background-position: -180px -20px;
}

.csa_add .add_class {
	position: absolute;
	width: 97px;
	left: 0px;
	top: 30px;
	display: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3BA7EC;
	border-bottom-color: #3BA7EC;
	border-left-color: #3BA7EC;
	z-index: 1;
}
.jiaofei{
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 99px;
    color: white;
    font-size: 14px;
    letter-spacing:2px;
    background-color: #72B7EA;
}
.jiaofei_lable{
	margin-left:18px;
	vertical-align: middle;
}
.csa_add:hover .add_class {
	display: block;
}

.csa_add .add_class li {
	background-color: #fff;
}

.csa_add .add_class li a {
	display: block;
	background-image: url(../images/icon/pageTypeIco.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
	text-indent: 20px;
	color: #09f;
	margin-right: 5px;
	margin-left: 5px;
}

.csa_add .add_class li:hover {
	background: #F1F2F3;
}

.csa_add .add_class li:hover a {
	color: #F90;
}

a.textPage {
	background-position: left 0px;
}

a.linkPage {
	background-position: left -26px;
}

a.manyImgPage {
	background-position: left -52px;
}
a.imgPage {
	background-position: left -78px;
}

.sys_ico {
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

.ico_1 {
	background-image: url(../images/icon/1.gif);
}

.ico_2 {
	background-image: url(../images/icon/2.gif);
}

.ico_3 {
	background-image: url(../images/icon/3.gif);
}

.ico_4 {
	background-image: url(../images/icon/4.gif);
}

.ico_5 {
	background-image: url(../images/icon/5.gif);
}

.ico_6 {
	background-image: url(../images/icon/6.gif);
}

.ico_7 {
	background-image: url(../images/icon/7.gif);
}

.ico_8 {
	background-image: url(../images/icon/8.gif);
}

.ico_9 {
	background-image: url(../images/icon/9.gif);
}

.ico_10 {
	background-image: url(../images/icon/10.gif);
}

.ico_11 {
	background-image: url(../images/icon/11.gif);
}

.ico_12 {
	background-image: url(../images/icon/12.gif);
}

.ico_13 {
	background-image: url(../images/icon/13.gif);
}

.ui-button-icon-primary.ico_13 {
	background-image: url(../images/icon/13.gif);
}

.ico_14 {
	background-image: url(../images/icon/14.gif);
}

.ui-button-icon-primary.ico_14 {
	background-image: url(../images/icon/14.gif);
}

.ico_15 {
	background-image: url(../images/icon/15.gif);
}

.ico_16 {
	background-image: url(../images/icon/16.gif);
}

.ico_17 {
	background-image: url(../images/icon/17.gif);
}

.ico_18 {
	background-image: url(../images/icon/18.gif);
}

.ico_19 {
	background-image: url(../images/icon/19.gif);
}

.ico_20 {
	background-image: url(../images/icon/20.gif);
}

.upload-image-button {
	color: #3399ff;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 5px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/icon/15.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
	width: 35px;
}

.upload-image-button:hover {
	color: #F90
}

.layout_col2 {
	overflow-y: hidden;
}

#treeContent {
	overflow-y: auto;
}

#treePanel {
	width: 260px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3BA7EC;
	float: left;
}

.treePanel {
	border: 1px solid #BADDF5;
}

.treePanel .treePanel-title {
	background: none repeat scroll 0 0 #F1F8FD;
	border-bottom: 1px solid #BADDF5;
	color: #204D7A;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	text-indent: 16px;
}

.treePanel .treePanel-title a {
	color: #204D7A;
	margin-right: 16px;
}

.treePanel .treePanel-title a:hover {
	color: #F90;
}

#treePanel .treePanel-title {
	background: none repeat scroll 0 0 #F1F8FD;
	border-bottom: 1px solid #BADDF5;
	color: #204D7A;
	cursor: pointer;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	text-indent: 16px;
}

#mainPanel {
	float: left;
	overflow-y: auto;
}

.tips {
	cursor: pointer
}

.tips-info {
	border-radius: 5px 5px 5px 5px;
	background-color: #fbec88;
	border: 1px solid #fad42e;
	padding: 30px;
	text-align: center;
	font-size: 30px;
	color: #3399ff;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tips-error {
	border-radius: 5px 5px 5px 5px;
	background-color: #fef8f6;
	border: 1px solid #cc0000;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tips-error h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	line-height: 144%;
	background-image: url(../images/icon/tips-error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #cc0000;
}

.tips-error .tips-content {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #cc0000;
}

.tips-success {
	border-radius: 5px 5px 5px 5px;
	background-color: #b9e3a6;
	border: 1px solid #33cc00;
	padding: 30px;
	text-align: center;
	font-size: 30px;
	color: #3399ff;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bottom {
	line-height: 36px;
	color: #35A3E9;
	text-align: right;
	height: 36px;
	padding-right: 5px;
}

.bottom a {
	color: #35A3E9;
}

.Validform_error {
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

.ecform .Validform_error {
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

.ecform input:focus.Validform_error {
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

#validtip {
	position: absolute;
}

.tabs {
	
}

.module_title .tabs {
	position: absolute;
	right: 0px;
}

.tabs .tabs-items {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72B7EA;
}

.tabs .tabs-items a {
	display: block;
	float: left;
	margin-right: 15px;
}

.tabs .tabs-items a span {
	display: block;
	margin-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #35A3E9;
}

.tabs .tabs-items a:hover span {
	color: #F90;
}

.tabs .tabs-items a.current {
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: left -100px;
}

.tabs .tabs-items a.current span {
	background-image: url(../images/manager/bk.png);
	background-repeat: no-repeat;
	background-position: right -100px;
	color: #FFF;
}
.tabs .tabs-items a.add-usergroup-button{
	display: block;
	float: right;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-left:5px;
}
.ecmodal {
	filter: Alpha(Opacity = 30);
	opacity: 0.3;
	background-color: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999;
}

.loading {
	position: absolute;
	z-index: 999999;
	width: 320px;
	left: 50px;
}

.loading .progressBar {
	border-radius: 5px 5px 5px 5px;
	background-color: #fff;
	height: 25px;
	color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.loading .progressBar .inner {
	border-radius: 5px 0px 0px 5px;
	background-color: #66cc66;
	height: 25px;
	width: 60%
}

.loading .progressText {
	font-size: 14px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 100%;
}

.edit-menu {
	display: block;
	height: 26px;
	width: 24px;
	float: left;
	position: relative;
}

.edit-menu .items {
	display: none;
	background-color: #FFF;
}
.edit-menu .items a{
	font-size:12px;
}
.edit-menu:hover .sys_ico {
	float: none;
	display: block;
}

.edit-menu .items .sys_ico {
	width: 50px;
	background-position: 5px;
}

.edit-menu:hover .items {
	display: block;
	position: absolute;
	top: 5px;
	right: 24px;
	border: 1px solid #3BA7EC;
	z-index: 20;
}

.edit-menu:hover .items a {
	padding-right: 5px;
	padding-left: 25px;
}

.edit-menu:hover .items a:hover {
	color: #FFF;
	background-color: #3BA7EC;
}
.zw_opera_up{
	background: url('../images/manager/opera.gif') no-repeat -55px 0;
	width: 7px;
	height: 9px;
	display: inline-block;
}
.zw_opera_down{
	background: url('../images/manager/opera.gif') no-repeat -83px 0;
	width: 7px;
	height: 9px;
	margin-left: 20px;
	margin-top: 5px;
	display: inline-block;
}
.left-menu{
	
}
.left-menu li a{
	padding-left:16px;
	padding-right:16px;
	height:30px;
	line-height:30px;
	font-size: 14px;
	display:block;
}
.left-menu li:hover a{
	background-color: #fcfcfc;	
		color:#3BA7EC;

}
.left-menu li.current a{
	color:#fff;
	background-color: #3BA7EC;	
}
.left-menu li.add-menu{
		
	background-color: #fcfcfc;	

}
.left-menu li.add-menu a{
	color:#3BA7EC;
	background-image: url(../../../ui/userList/images/add.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left: 40px;
	height:35px;
	line-height:35px;
	font-size:16px;
	}
.left-menu li.add-menu a:hover{
	text-decoration: underline;	
	}

.left-menu li .ec-inputui {
	margin-left:3px;
	border: 2px solid #CBCBCB;
	color: #333333;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 14px;
	font-family: "微软雅黑";
}	
.left-menu li .menu-console{
	float:right;
}
.left-menu li .update-ico{
	background-image: url(../../../ui/userList/images/edit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 18px;
	display: block;
	overflow: hidden;
	padding:0px;
	margin-top:6px;
	margin-right:5px;
	display:none;

}
.left-menu li:hover .update-ico{
	display:block;
}
.left-menu li .update-ico:hover{
	height: 18px;
	width: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../../ui/userList/images/edit-hover.png);
}
.left-menu li .delete-ico{
	background-image: url(../../../ui/userList/images/delete.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 18px;
	display: block;
	overflow: hidden;
	padding:0px;
	margin-top:6px;
	margin-right:5px;
	display:none;
}
.left-menu li:hover .delete-ico{
	
	display:block;
}
.left-menu li .delete-ico:hover{
	height: 18px;
	width: 18px;
	background-image: url(../../../ui/userList/images/delete-hover.png);
}
.menuBorder{
	border: 1px solid #3BA7EC;	
}
.mapBorder{
	  border: 2px solid #CBCBCB;	
	   border-radius: 5px 5px 5px 5px;
}
.tangram-suggestion{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    cursor: default;
}	

.tangram-suggestion-prepend {
	padding:0px;
}
.tangram-suggestion td{
	height:25px;
	line-height:25px;
	text-indent: 5px;		
}
.hdTieleDelButton {
	float:right;
}