﻿@charset "utf-8";
*
{
	/*font-size: 12px;*/
	font-family: 微软雅黑,宋体,新宋体;
}
textarea
{
    font-size: 12px;
}

input,button,select,td
{
	font-size: 12px;
}

body
{
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #e0ecf9;
	scrollbar-darkshadow-color: #a4bed4;
	scrollbar-highlight-color: #e0ecf9;
	scrollbar-3dlight-color: #a4bed4;
	scrollbar-shadow-color: #e0ecf9;
	scrollbar-track-color: #cccccc;
}

a
{
	color: Black;
	text-decoration: none;
}
a:hover
{
	color: Red;
	text-decoration: underline;
}
.textbox03
{
	border: #878787 1px solid;
	padding: 4px 3px;
	line-height: 14px;
	background-color: #fff;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	width: 190px;
}

.txt01
{
	padding: 3px 2px 2px 2px;
	border-width: 1px;
	border-color: #ddd;
	color: #000;
}
.txt
{
	border: #878787 1px solid;
	padding: 4px 3px;
	line-height: 14px;
	background-color: #fff;
	height: auto;
	font-size: 14px;
}

.easyui-textarea 
{
    padding-left:5px;
    font-size:9pt;
    color:red;
    width:60px;
    text-align:right;
    display:none;
    z-index:9999;
}

.head a
{
	color: White;
	text-decoration: underline;
}

.easyui-accordion ul
{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
.easyui-accordion ul li
{
	padding: 0px;
}
.easyui-accordion ul li a
{
	line-height: 24px;
}
.easyui-accordion ul li div
{
	margin: 2px 0px;
	padding-left: 10px;
	padding-top: 2px;
}
.easyui-accordion ul li div.hover
{
	border: 1px dashed #99BBE8;
	background: #E0ECFF;
	cursor: pointer;
}
.easyui-accordion ul li div.hover a
{
	color: #416AA3;
}
.easyui-accordion ul li div.selected
{
	border: 1px solid #99BBE8;
	background: #E0ECFF;
	cursor: default;
}
.easyui-accordion ul li div.selected a
{
	color: #416AA3;
	font-weight: bold;
}
.accordion
{
	background: #fff;
	overflow: hidden;
}
.accordion .accordion-header
{
	background: #E0ECFF;
	border-top-width: 0;
	cursor: pointer;
}
.accordion .accordion-header .panel-title
{
	font-weight: normal;
}
.accordion .accordion-header-selected .panel-title
{
	font-weight: bold;
}
.accordion-noborder .accordion-header
{
	border-width: 0 0 1px;
}
.accordion-noborder .accordion-body
{
	border-width: 0px;
}
.accordion-collapse
{
	background: url('../imgs/accordion_collapse.png') no-repeat;
}
.accordion-expand
{
	background: url('../imgs/accordion_expand.png') no-repeat;
}
.calendar
{
	background: #fff;
	border: 1px solid #A4BED4;
	padding: 1px;
	overflow: hidden;
}
.calendar-noborder
{
	border: 0px;
}
.calendar-header
{
	position: relative;
	background: #E0ECFF;
	font-size: 12px;
	height: 22px;
}
.calendar-title
{
	text-align: center;
	height: 22px;
}
.calendar-title span
{
	position: relative;
	top: 2px;
	line-height: 12px;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.calendar-prevmonth, .calendar-nextmonth, .calendar-prevyear, .calendar-nextyear
{
	position: absolute;
	top: 4px;
	width: 14px;
	height: 14px;
	line-height: 12px;
	cursor: pointer;
	font-size: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.calendar-prevmonth
{
	left: 20px;
	background: url('../imgs/calendar_prevmonth.gif') no-repeat 3px 2px;
}
.calendar-nextmonth
{
	right: 20px;
	background: url('../imgs/calendar_nextmonth.gif') no-repeat 3px 2px;
}
.calendar-prevyear
{
	left: 3px;
	background: url('../imgs/calendar_prevyear.gif') no-repeat 1px 2px;
}
.calendar-nextyear
{
	right: 3px;
	background: url('../imgs/calendar_nextyear.gif') no-repeat 1px 2px;
}
.calendar-body
{
	font-size: 12px;
	position: relative;
}

.calendar-body table
{
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	font-size: 12px;
	padding1: 5px;
}

.calendar-body th, .calendar-body td
{
	text-align: center;
}
.calendar-body th
{
	background: #fafafa;
	color: #888;
	border-bottom1: 1px solid #ccc;
}
.calendar-day
{
	color: #222;
	cursor: pointer;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.calendar-sunday
{
	color: #CC2222;
}
.calendar-saturday
{
	color: #00ee00;
}
.calendar-today
{
	color: #0000ff;
}
.calendar-other-month
{
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.calendar-hover
{
	border: 1px solid red;
}
.calendar-selected
{
	background: #FBEC88;
	border: 1px solid red;
}
.calendar-nav-hover
{
	background-color: #FBEC88;
}


.calendar-menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 150px;
	padding: 5px;
	font-size: 12px;
	background: #fafafa;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}
.calendar-menu-year-inner
{
	text-align: center;
	padding-bottom: 5px;
}
.calendar-menu-year
{
	width: 40px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 2px;
	font-weight: bold;
}
.calendar-menu-prev, .calendar-menu-next
{
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
}
.calendar-menu-prev
{
	margin-right: 10px;
	background: url('../imgs/calendar_prevyear.gif') no-repeat 5px 6px;
}
.calendar-menu-next
{
	margin-left: 10px;
	background: url('../imgs/calendar_nextyear.gif') no-repeat 5px 6px;
}
.calendar-menu-hover
{
	background-color: #FBEC88;
}
.calendar-menu-month-inner table
{
	width: 100%;
	height: 100%;
}
.calendar-menu-month
{
	text-align: center;
	cursor: pointer;
	border: 1px solid #fafafa;
	font-weight: bold;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.combo
{
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 1px solid #e0e1e5;
	border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff;
	
}
.combo-text {
    width: 100%;
    font-size: 12px;
    border: 0px;
    padding: 3px 1px 3px 2px;
    margin: 0px 2px 0px 2px;
}
.combo-arrow
{
	background: #fff url(../imgs/combo_arrow.gif) no-repeat 0px -3px;
    width: 25px;
    height: 20px;
    margin-right: 2px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.combo-arrow-hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.combo-panel
{
	background: #fff;
	overflow: auto;
}
.combobox-item
{
	padding: 2px;
	font-size: 12px;
	padding: 3px;
	padding-right: 0px;
}
.combobox-item-hover
{
	background: #fafafa;
}
.combobox-item-selected
{
	background: #FBEC88;
}
.datagrid .panel-body
{
	overflow: hidden;
}
.datagrid-wrap
{
	position: relative;
}
/* datagrid */
/* tips */
.datagrid-pagetips
{
    clear: both;
    font-size: 12px;
	padding: 5px 0px;
	/*background-color:#d4e4f4;*/
}
.datagrid-tipstitleup {
    background: url('../icons/up.png') no-repeat left center;
    color: #48d8ce;
    cursor: pointer;
    width: 95px;
    text-indent: 20px;
}
.datagrid-tipstitledown{
    background: url('../icons/down.png') no-repeat left center;
    color:#2687b4;
    cursor:pointer;
    width:95px;
    text-indent:20px;
}
.dashedline {
    height: 1px;
    width: 100%;
    padding-top: 5px;
    border-bottom: 1px dashed #48d8ce;
}
.datagrid-tipsdetail
{
	/*padding: 5px 26px 5px 26px;*/
	line-height:16px;
}
/* searchbar */
.datagrid-searchbar
{
	clear: both;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 10px 0px;
	background:#edf1fa;
	border:1px solid #edf1fa;
	border-radius:5px; 
	-webkit-border-radius:5px; 
}

.datagrid-searchform
{
	float: left;
	width: auto;
	margin-left:30px;
	padding: 0px;
    height:29px;
}
.datagrid-searchform dl
{
	float: left;
	width: auto;
	line-height: 25px;
	color: #565656;
	margin: 0px;
	padding: 0px;
	margin-top:4px;
}
.datagrid-searchform dd
{
	float: left;
	width: auto;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	text-align: right;
	
	color: #5b5c5d;
	font-weight:bold;

}
.datagrid-searchform dt
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 146px;
}

.datagrid-searchform dt .datagrid-editable-input
{
	width: 100%;
	border: 1px solid #e0e1e5;
	padding: 3px 0px 3px 3px;
	border-radius:5px; 
	-webkit-border-radius:5px; 
}

.datagrid-searchform2
{
	float: left;
	width: 446px;
	margin: 0;
	padding: 0;
}
.datagrid-searchform2 dl
{
	float: left;
	width: 446px;
	line-height: 25px;
	color: #565656;
	margin: 0;
	padding: 0;
	margin-top: 6px;
}
.datagrid-searchform2 dd
{
	float: left;
	width: 113px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.datagrid-searchform2 dt
{
	float: left;
	width: 333px;
	margin: 0;
	padding: 0;
}

.datagrid-searchbar a.l-btn
{
	margin-right: 20px;
	float: right;
	margin-top:7px;
}
/* view */
.datagrid-view
{
	position: relative;
	overflow: hidden;
}
.datagrid-view1
{
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	border-right1: 1px solid #ccc;
}
.datagrid-view2
{
	position: absolute;
	overflow: hidden;
	left: 210px;
	top: 0px;
}
.datagrid-mask
{
	position: absolute;
	left: 0;
	top: 0;
	background: #ccc;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: none;
}
.datagrid-mask-msg {
	position: absolute;
	cursor1: wait;
	left: 100px;
	top: 50px;
	width: auto;
	height: 16px;
	padding: 9px 5px 10px 30px;
	background: #fff url('../imgs/pagination_loading.gif') no-repeat scroll 5px 10px;
	border: 2px solid #ccc;
	color: #222;
	display: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.datagrid-title
{
	background: url('../imgs/datagrid_title_bg.png') repeat-x;
	border-bottom: 1px solid #8DB2E3;
	border-top: 1px solid #fff;
	position: relative;
	padding: 5px 0px;
}
.datagrid-title-text
{
	color: #15428b;
	font-weight: bold;
	padding-left: 5px;
}
.datagrid-title-with-icon
{
	padding-left: 22px;
}
.datagrid-title-icon
{
	position: absolute;
	width: 16px;
	height: 16px;
	left: 3px;
	top: 4px !important;
	top: 6px;
}
.datagrid-sort-desc .datagrid-sort-icon
{
	padding: 2px 13px 3px 0px;
	background: url('../imgs/datagrid_sort_desc.gif') no-repeat center center;
}
.datagrid-sort-asc .datagrid-sort-icon
{
	padding: 2px 13px 3px 0px;
	background: url('../imgs/datagrid_sort_asc.gif') no-repeat center center;
}
/* toolbar */
.datagrid-toolbar {
    height: 28px;
    background: #fff;
    border: 1px solid #dce5e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 4px 3px 4px;
    margin:3px auto 0px;
    }
.datagrid-btn-separator
{
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 2px 1px;
}
.datagrid-pager
{
	background: #efefef;
	border-top: 1px solid #ccc;
	position: relative;
}

.datagrid-header
{
	overflow: hidden;
	background:#f1f1f1;
	border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
	margin-bottom:1px;
}
.datagrid-header-inner	
{
	float: left;
	padding-right: 20px;
	margin-bottom: -1px;

}
.datagrid-header td
{
	font-size: 12px;
}
.datagrid-header td.datagrid-header-over
{
	background: #EBF3FD;
}
.datagrid-header .datagrid-cell
{
	margin: 0;	
	padding: 5px 4px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: left;
	font-weight: bolder;
	color:#555;
}

.datagrid-header .datagrid-cell-group
{
	margin: 0;
	padding: 4px 2px 4px 4px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: left;
}
.datagrid-header-rownumber
{
	width: 25px;
	text-align: center;
	margin: 0px;
	padding: 3px 0px;
}
.datagrid-td-rownumber
{
	/*background: #fafafa url('../imgs/datagrid_header_bg.gif') repeat-x left bottom;*/
}
.datagrid-cell-rownumber
{
	width: 25px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}
.datagrid-body
{
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
}
.datagrid-view1 .datagrid-body-inner
{
	padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body
{
	overflow: hidden; 
}
.datagrid-body td
{
	font-size: 12px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding:10px 0;
	/*background:#fff;*/
	border-bottom:3px solid #f9fafc;
	
}
.datagrid-body .datagrid-cell
{
	overflow: hidden;
	margin: 0px;
	padding: 4px 4px;
	white-space: nowrap;
	word-wrap: normal;
	text-align: left;
	vertical-align:middle;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.datagrid-body .datagrid-cell a
{
	color: #12659B;
	text-decoration: none;
	border-bottom:1px solid #12659B;
	padding-bottom:1px;
}

.datagrid-body .datagrid-cell a:hover
{
	color: red;
	text-decoration: none;
	border-bottom:1px solid red;
	padding-bottom:1px;
}

.datagrid-body .datagrid-cell a.gray 
{
	color: Gray;
	text-decoration: none;
	border-bottom:1px solid Gray;
	padding-bottom:1px;
}

.datagrid-body .datagrid-cell a.gray:hover
{
	color: Gray;
	text-decoration: none;
	border-bottom:1px solid Gray;
	padding-bottom:1px;
}
.datagrid-header-check
{
	padding: 3px 6px 1px 6px;
	width: 15px;
	height: 15px;
}
.datagrid-cell-check
{
	padding: 3px 6px 1px 6px;
	overflow: hidden;
	width: 15px;
	height: 15px;
}
.datagrid-header-check input
{
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}
.datagrid-cell-check input
{
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}
.datagrid-row-collapse
{
	background: url('../imgs/datagrid_row_collapse.gif') no-repeat center center;
}
.datagrid-row-expand
{
	background: url('../imgs/datagrid_row_expand.gif') no-repeat center center;
}
.datagrid-row-alt
{
	/*background: #f6f6f6;*/
}
.datagrid-row-over
{
	background: #EBF2FA;
	cursor: default;
}
.datagrid-row-selected
{
	background: #EBF2FA;
}
.datagrid-resize-proxy
{
	position: absolute;
	width: 1px;
	top: 0;
	height: 10000px;
	background: red;
	cursor: e-resize;
	display: none;
}
.datagrid-body .datagrid-editable
{
	padding: 0;
}
.datagrid-body .datagrid-editable table
{
	width: 100%;
	height: 100%;
}
.datagrid-body .datagrid-editable td
{
	border: 0;
	padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input
{
	width: 100%;
	font-size: 12px;
	border: 1px solid #A4BED4;
	padding: 3px 0px 3px 3px;
}

/* dialogModule */
.dialogModule
{
	border-collapse: collapse;
	background: #fff;
	margin-top:15px;
}

.dialogModuleZhuCe
{
	border-collapse: collapse;
	margin: 30px auto;
	background: #fff;
	border: 1px solid #777b7e;
}
.dialogModule .subTitle
{
	padding-left:13px;
	height: 35px;
	font-size:15px;
	border-bottom:1px solid #eaeaea;
	color:#787878;
	font-weight:bold; margin-bottom:10px;
}
/*.dialogModule tr:nth-child(2) td{ padding-top:10px;}*/

.dialogModule .subTitlePrint
{
	border: 1px solid #777b7e;
	background-color:#EBF2FA;
	font-weight:bold;
	padding-left: 7px;
	height: 35px;
	font-size:15px;
}
.dialogModule .ContentName
{
	text-align: right;
	padding-right: 5px;
	color: #737373;
	width: 109px;
	height: 30px;
}
.dialogModule .ContentNamePrint
{
	border: 1px solid #777b7e;
	text-align: right;
	padding-right: 5px;
	color: #000000;
	width: 109px;
	height: 35px;
	font-size:15px;
}
.dialogModule .ContentNameRequired
{
	text-align: right;
	padding-right: 5px;
	color: #cb3301;
	width: 109px;
	height: 30px;

}
.dialogModule .ContentNameTextArea
{
	/*border: 1px solid #777b7e;*/
	text-align: right;
	padding-right: 5px;
	color: #000000;
	width: 109px;
	height: 100px;
}

.dialogModule .ContentValue
{
	text-align: left;
	padding-left: 5px;
	width: 255px;
	height: 30px;
}

.dialogModule .ContentValueMultiple
{
	/*border: 1px solid #777b7e;*/
	text-align: left;
	padding-left: 5px;
	width: 621px;
	height: 85px;
	margin: 5px 0px 5px 0px;
}


.dialogModule .ContentValueTable
{
	/*border: 1px solid #777b7e;*/
	text-align: left;
	padding-left: 0px;
}

.dialogModule .ContentValuePrint
{
	/*border: 1px solid #777b7e;*/
	text-align: left;
	padding-left: 5px;
	width: 255px;
	height: 35px;
	font-size:15px;
}

.dialogModule .input-text
{
	width: 165px;
	border: 1px solid #dadada;
	padding: 3px 0px 3px 3px;
	border-radius:5px;

}

.dialogModule .input-Multipletext
{
	width: 85.5%;
	border: 1px solid #A4BED4;
	padding: 3px 0px 3px 3px;
}

.dialogModule .input-textarea
{
	width: 85.5%;
	height:73px;
	text-align:left;
    border: 1px solid #dadada;
    border-radius: 5px;
	padding: 3px 0px 3px 3px;
	overflow-y:auto;
}

.dialogModule .label
{
	width: 160px;
	border: 0px;
	padding: 3px 0px 3px 3px;
}

.dialogModule .span
{
	width: 160px;
	border: 0px;
	padding: 3px 0px 3px 3px;
	font-size:18px;
}

.printSize
{
     font-size:15px;
    }

.dialogModule .SubTips
{
	padding-left:18px; 
	height:30px; 
	color:#12659B;
}
.dialogModule .ContentTips
{
	text-align: left;
	padding-left: 5px;
}
.dialogModule a
{
	color: #7b7b7b;
	text-decoration: none;
	padding-bottom:1px;
	border-bottom:1px solid #7b7b7b;
}

.dialogModule a:hover
{
	color: #5fa9eb;
	padding-bottom:1px;
	border-bottom:1px solid #5fa9eb;
}

.dialogModule a.nocss
{	
	text-decoration: none;
	border-bottom:0px;
}

.dialogModule a.nocss:hover
{
	color: #12659B;
	text-decoration: none;
	border-bottom:0px;
}

/* pageModule */
.pageModule
{
	width:99%;
	border-collapse: collapse;
	background: #fff;
	margin:5px;
}

.pageModule .subTitle
{
	font-weight:bold;
	padding-left: 7px;
	border-bottom:1px solid #eaeaea;
	height: 35px;
	color:#787878;
}
.pageModule .SubTips
{
	border: 1px solid #dadada;
	padding-left:18px; 
	height:30px; 
	color:#12659B;
}

.pageModule .ContentName
{
	text-align: right;
	padding-right: 5px;
	color: #000000;
	width: 19%;
	height: 30px;
}
.pageModule .ContentNameRequired
{
	text-align: right;
	padding-right: 5px;
	color: #cb3301;
	width: 19%;
	height: 30px;

}

.pageModule .ContentValue
{
	text-align: left;
	padding-left: 5px;
	width: 31%;
	height: 30px;
}

.pageModule .ContentValueMultiple
{
	text-align: left;
	padding-left: 5px;
	width: 69%;
	height: 110px;
	vertical-align:top;
}

.pageModule .ContentValueTable
{
	border: 1px solid #777b7e;
	text-align: left;
	padding-left: 0px;
	width: 100%;
}

.pageModule .ContentValueComments
{
	color: Gray; 
	line-height: 25px
}

.pageModule .ContentTitle
{
	border: 1px solid #777b7e;
	text-align: center;
	color: #12659B;
	width: 27%;
	height: 30px;
}

.pageModule .ContentTitleValueLeft
{
	border: 1px solid #777b7e;
	text-align: left;
	padding-left:20px;
	color: #000000;
	width: 27%;
	height: 30px;
}

.pageModule .ContentTitleValueCenter
{
	border: 1px solid #777b7e;
	text-align: center;
	color: #000000;
	width: 27%;
	height: 30px;
}

.pageModule .input-text
{
	width: 160px;
	text-align:left;
	border: 1px solid #dadada;
	padding: 3px 0px 3px 3px;
	border-radius:5px;
	color:#7c7c7c;
}

.pageModule .input-text-center
{
	width: 160px;
	text-align:center;
	border-bottom: 1px solid red;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.pageModule .input-text-left
{
	width: 160px;
	text-align:left;
	border-bottom: 1px solid red;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.pageModule .input-textarea
{
	width: 79%;
	height:96px;
	text-align:left;
    border: 1px solid #dadada;
    border-radius: 5px;
	padding: 3px 0px 3px 3px;
	overflow-y:auto;
}

.pageModule .label
{
	width: 160px;
	border: 0px;
	padding: 3px 0px 3px 3px;
}

.pageModule a
{
	color: #12659B;
	text-decoration: none;
	border-bottom:1px solid #12659B;
	padding-bottom:1px;
}

.pageModule a:hover
{
	color: red;
	text-decoration: none;
	border-bottom:1px solid red;
	padding-bottom:1px;
}

.pageModule a.nocss
{	
	text-decoration: none;
	border-bottom:0px;
}

.pageModule a.nocss:hover
{
	color: #12659B;
	text-decoration: none;
	border-bottom:0px;
}

.datebox-calendar
{
	position: absolute;
	border: 1px solid #A4BED4;
	width: 180px;
}
.datebox-calendar-inner
{
	height: 180px;
}
.datebox-button
{
	height: 18px;
	padding: 2px 5px;
	font-size: 12px;
	background-color: #fafafa;
}
.datebox-current, .datebox-close
{
	float: left;
	color: #888;
	text-decoration: none;
	font-weight: bold;
}
.datebox-close
{
	float: right;
}
.datebox-button-hover
{
	color: #A4BED4;
}
.dialog-content
{
	overflow: auto;
}
.dialog-toolbar
{
	background: #fafafa;
	padding: 2px 5px;
	border-bottom: 1px solid #eee;
}
.dialog-tool-separator
{
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 2px 1px;
}
.dialog-button
{
	text-align: right;
    /* margin-top: 10px; */
    /* margin-bottom: 40px; */
    padding:10px;
}
.layout
{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.layout-panel
{
	position: absolute;
	overflow: hidden;
}
.layout-panel-east, .layout-panel-west
{
	z-index: 2;
	background1: #fff;
}
.layout-panel-north, .layout-panel-south
{
	z-index: 30;
	background1: #fff;
}
.layout-button-up
{
	background: url('../imgs/layout_button_up.gif') no-repeat;
}
.layout-button-down
{
	background: url('../imgs/layout_button_down.gif') no-repeat;
}
.layout-button-left
{
	background: url('../imgs/layout_button_left.gif') no-repeat;
}
.layout-button-right
{
	background: url('../imgs/layout_button_right.gif') no-repeat;
}
.layout-expand
{
	position: absolute;
	padding: 0px 5px;
	padding: 0px;
	background: #fff;
	font-size: 1px;
	cursor: pointer;
	z-index: 1;
}
.layout-expand .panel-header
{
	background: transparent;
	border-bottom-width: 0px;
}
.layout-expand .panel-header .panel-tool
{
	top: 5px;
}
.layout-expand .panel-body
{
	overflow: hidden;
}
.layout-expand-over
{
	background: #f7f7f7;
}
.layout-body
{
	overflow: auto;
}
.layout-split-proxy-h
{
	position: absolute;
	width: 5px;
	background: #ccc;
	font-size: 1px;
	cursor: e-resize;
	display: none;
	z-index: 5;
}
.layout-split-proxy-v
{
	position: absolute;
	height: 5px;
	background: #ccc;
	font-size: 1px;
	cursor: n-resize;
	display: none;
	z-index: 5;
}
.layout-split-north
{
	border-bottom: 5px solid #dce5e6;
}
.layout-split-south
{
	border-top: 5px solid #dce5e6;
}
.layout-split-east
{
	border-left: 5px solid #dce5e6;
}
.layout-split-west
{
	border-right: 1px solid #dce5e6;
}
.layout-mask
{
	position: absolute;
	background: #fafafa;
	filter: alpha(opacity=10);
	opacity: 0.10;
	z-index: 4;
}

a.l-btn
{
	color: #444;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	height: 24px;
	padding-right: 18px;
	cursor: pointer;
	outline: none;
}
a.l-btn-plain
{
	background: transparent;
	padding-right: 5px;
	border: 1px solid transparent;
	_border: 0px solid #efefef;
	_padding: 1px 6px 1px 1px;
}

a.l-btn-disabled
{
	color: #ccc;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
a.l-btn span.l-btn-left
{
	display: block;
	line-height: 16px;
}
a.l-btn-plain span.l-btn-left
{
	background: transparent;
	padding-left: 5px;
}

a.l-btn span span.l-btn-text
{
	height: 16px;
	line-height: 26px; 

    /* background: #fff; */
	border-radius:5px;
	-webkit-border-radius:5px;
	color:#868686;
	box-shadow: 0 0 5px #ccc;
    padding:5px 15px 5px 15px;
	
}

a:hover.l-btn span span.l-btn-text
{
	height: 16px;
	line-height: 26px; 

	border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	padding:0px;
	box-shadow: 0 0 5px #ccc;
	background-color:#7ab7ee;
    padding:5px 15px 5px 15px;
}

a.l-btn span span span.l-btn-empty
{
	display: inline-block;
	padding: 0px;
	width: 16px;
}
a:hover.l-btn
{
	background-position: bottom right;
	outline: none;
}
a:hover.l-btn span.l-btn-left
{
	background-position: bottom left;
}

a:hover.l-btn-plain
{
	_padding: 0px 5px 0px 0px;
}
a:hover.l-btn-disabled
{
	background-position: top right;
}
a:hover.l-btn-disabled span.l-btn-left
{
	background-position: top left;
}
.menu
{
	position: absolute;
	background: #f0f0f0 url('../imgs/menu.gif') repeat-y;
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.menu-item
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 22px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid transparent;
	_border: 1px solid #f0f0f0;
}
.menu-text
{
	position: absolute;
	left: 36px;
	top: 0px;
}
.menu-icon
{
	position: absolute;
	width: 30px;
	height: 16px;
	top: 3px;
	left: 2px;
}
.menu-rightarrow
{
	position: absolute;
	width: 4px;
	height: 7px;
	top: 7px;
	right: 5px;
	background: url('../imgs/menu_rightarrow.png') no-repeat;
}
.menu-sep
{
	margin: 3px 0px 3px 36px;
	line-height: 2px;
	font-size: 2px;
	background: url('../imgs/menu_sep.png') repeat-x;
}
.menu-active
{
	border: 1px solid #7eabcd;
	background: #fafafa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.menu-shadow
{
	position: absolute;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}

.m-btn-downarrow
{
	display: inline-block;
	width: 12px;
	background: url('../imgs/menu_downarrow.png') no-repeat 4px 6px;
}

a.m-btn-active
{
	background-position: bottom right;
}
a.m-btn-active span.l-btn-left
{
	background-position: bottom left;
}
a.m-btn-plain-active
{
	background: transparent;
	border: 1px solid #7eabcd;
	_padding: 0px 5px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.messager-body
{
	padding: 10px;
}
.messager-button
{
	text-align: center;
	padding-top: 10px;
}
.messager-icon
{
	float: left;
	width: 47px;
	height: 35px;
}
.messager-error
{
	background: url('../imgs/messager_error.gif') no-repeat scroll left top;
}
.messager-info
{
	background: url('../imgs/messager_info.gif') no-repeat scroll left top;
}
.messager-question
{
	background: url('../imgs/messager_question.gif') no-repeat scroll left top;
}
.messager-warning
{
	background: url('../imgs/messager_warning.gif') no-repeat scroll left top;
}
.messager-input
{
	width: 262px;
	border: 1px solid #ccc;
}
.pagination
{
	zoom: 1;
}
.pagination table
{
    float: left;
	height: 30px;
}
.pagination-btn-separator
{
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 3px 1px;
}
.pagination-num
{
	border: 1px solid #ccc;
	margin: 0px 2px 0px 2px;
	width: 20px;
	text-align: center;
	-webkit-border-radius:5px;

}
.pagination-page-list
{
	margin: 0px 6px;
	border-radius:5px;
}
.pagination-info
{
	float: right;
	padding-right: 6px;
	padding-top: 8px;
	font-size: 12px;
}
.pagination span
{
	font-size: 12px;
}
.pagination-first
{
	background: url('../imgs/pagination_first.gif') no-repeat center center;
}
.pagination-prev
{
	background: url('../imgs/pagination_prev.gif') no-repeat center center;
}
.pagination-next
{
	background: url('../imgs/pagination_next.gif') no-repeat center center;
}
.pagination-last
{
	background: url('../imgs/pagination_last.gif') no-repeat center center;
}
.pagination-load
{
	background: url('../imgs/pagination_load.png') no-repeat center center;
}
.pagination-loading
{
	background: url('../imgs/pagination_loading.gif') no-repeat center center;
}
.panel
{
	overflow: hidden;
	font-size: 12px;
}
.panel-header
{
	padding: 5px;
	line-height: 40px;
	color: #555;
    background-color:#f1f1f1;
	font-weight: bold;
	font-size: 18px;
	position: relative;
    border: 1px solid #dce5e6;
    border-radius: 5px;
	text-align:center;
}
.panel-header-noborder
{
	border-width: 0px;	
}
.panel-body
{
	overflow: auto;
    border: 1px solid #e0e1e5;
	border-top-width: 0px;
}
.panel-body-noheader
{
	border-top-width: 1px;
}
.panel-body-noborder
{
	border-width: 0px;
}
.panel-with-icon
{
	padding-left: 18px;
}
.panel-icon
{
	position: absolute;
	left: 5px;
	top: 4px;
	width: 16px;
	height: 16px;
}

.panel-tool
{
	position: absolute;
	right: 5px;
	top: 4px;
}
.panel-tool div
{
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
	padding-right:10px;
	margin-top:15px;
}
.panel-tool div.panel-tool-over
{
	opacity: 1;
	filter: alpha(opacity=100);
}
.panel-tool-close
{
	background:url(../imgs/close.png) no-repeat;
	
}
.panel-tool-min
{
	background: url('../imgs/panel_tools.gif') no-repeat 0px 0px;
}
.panel-tool-max
{
	background: url('../imgs/panel_tools.gif') no-repeat 0px -16px;
}
.panel-tool-restore
{
	background: url('../imgs/panel_tools.gif') no-repeat -16px -16px;
}
.panel-tool-collapse
{
	background: url('../imgs/panel_tool_collapse.gif') no-repeat;
}
.panel-tool-expand
{
	background: url('../imgs/panel_tool_expand.gif') no-repeat;
}
.panel-loading
{
	padding: 11px 0px 10px 30px;
	background: url('../imgs/panel_loading.gif') no-repeat 10px 10px;
}

.spinner
{
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 1px solid #A4BED4;
}
.spinner-text
{
	font-size: 12px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	padding: 0px;
	*height: 18px;
	*line-height: 18px;
	_height: 18px;
	_line-height: 18px;
}
.spinner-arrow
{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.spinner-arrow-up, .spinner-arrow-down
{
	display: block;
	background: #E0ECF9 url('../imgs/spinner_arrow_up.gif') no-repeat 5px 2px;
	font-size: 1px;
	width: 18px;
	height: 10px;
}
.spinner-arrow-down
{
	background: #E0ECF9 url('../imgs/spinner_arrow_down.gif') no-repeat 5px 3px;
}
.spinner-arrow-hover
{
	background-color: #ECF9F9;
}
.s-btn-downarrow
{
	display: inline-block;
	width: 16px;
	background: url('../imgs/menu_downarrow.png') no-repeat 9px center;
}

a.s-btn-active
{
	background-position: bottom right;
}
a.s-btn-active span.l-btn-left
{
	background-position: bottom left;
}
a.s-btn-active .s-btn-downarrow
{
	background: url('../imgs/menu_split_downarrow.png') no-repeat 4px -18px;
}
a:hover.l-btn .s-btn-downarrow
{
	background: url('../imgs/menu_split_downarrow.png') no-repeat 4px -18px;
}

a.s-btn-plain-active
{
	background: transparent;
	border: 1px solid #7eabcd;
	_padding: 0px 5px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.s-btn-plain-active .s-btn-downarrow
{
	background: url('../imgs/menu_split_downarrow.png') no-repeat 4px -18px;
}
.tabs-container
{
	overflow: hidden;
	background: #fff;
}
.tabs-header
{
	border-bottom: 0px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	padding-top: 2px;
	overflow: hidden; 
}
.tabs-header-noborder
{
	border: 0px;
}
.tabs-header-plain
{
	border: 0px;
	background: transparent;
}
.tabs-scroller-left {
position: absolute;
left: 0px;
top: 0px;
width: 30px;
height: 47px !important;
font-size: 1px;
z-index: 1;
cursor: pointer;
background: #FFF url(../imgs/tabs_leftarrow.png) no-repeat;
background-position: center;
box-shadow: 3px 2px 7px #eee;
}


.tabs-scroller-right {
position: absolute;
right: 0;
top: 0px;
width: 30px;
height: 47px !important;
font-size: 1px;
cursor: pointer;
z-index: 999;
background: #FFF url(../imgs/tabs_rightarrow.png) no-repeat;
box-shadow: -3px 2px 7px #eee;
background-position: center;
}

.tabs-tool
{
	position: absolute;
	top: -1px;
	border: 1px solid #8DB2E3;
	padding: 1px;
	background: #E0ECFF;
	overflow: hidden;
}
.tabs-header-plain .tabs-scroller-left
{
	top: 2px;
	height: 25px !important;
	height: 27px;
}
.tabs-header-plain .tabs-scroller-right
{
	top: 2px;
	height: 25px !important;
	height: 27px;
}
.tabs-header-plain .tabs-tool
{
	top: 2px;
	padding-top: 0;
}
.tabs-scroller-over
{
	background-color: #ECF9F9;
}
.tabs-wrap
{
	position: relative;
	left: 0px;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.tabs-scrolling
{
	margin-left: 18px;
	margin-right: 18px;
}
.tabs
{
	list-style-type: none;
	height: 45px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	font-size: 14px;
	width: 5000px;
	background:#fff;
	border-bottom: 1px solid #e7e8e7;
}
.tabs li
{
	float: left;
	display: inline-block;
	margin1: 0px 1px;
	margin-right: 20px;
	margin-bottom: -1px;
	padding: 0;
	line-height:45px;
	position: relative;

}
.tabs li a.tabs-inner
{
	display: inline-block;
	text-decoration: none;
	color: #b9b9b9;
	margin: 0px;
	padding: 0px 10px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	white-space: nowrap;
	/*background:#fff;  临时*/
}
.tabs li a.tabs-inner:hover
{
	border-bottom:2px solid #4edcd3;
	background:#fff;
}
.tabs li.tabs-selected{	
	border-bottom:2px solid #4edcd3;
	background:#fff;
}
.tabs li.tabs-selected a
{
	color: #5f5f5f;
	background: #fff;
	outline: none;
	font-size:22px;
}
.tabs li.tabs-selected a:hover
{
	cursor: default;
	pointer: default;
}
.tabs-with-icon
{
	padding-left: 18px;
}
.tabs-icon
{
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 5px;
}
.tabs-closable
{
	padding-right: 8px;
}

/*.tabs li a.tabs-inner span {
    font-size: 14px;
}*/

/*.tabs li.tabs-selected a.tabs-inner span {
    font-size: 22px;
}*/

.tabs li a.tabs-close
{
	position: absolute;
	font-size: 1px;
	display: block;
	padding: 0px;
	width: 11px;
	height: 11px;
	top: 15px;
	right: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url('../imgs/tabs_close.gif') no-repeat 2px 2px;
}
.tabs li a:hover.tabs-close
{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: hand;
	cursor: pointer;
	background-color: #8DB2E3;
}

.tabs li a.tabs-refresh
{
	position: absolute;
	font-size: 1px;
	display: block;
	padding: 0px;
	width: 11px;
	height: 11px;
	top: 15px;
	right: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url('../imgs/tongbu.png') no-repeat 2px 2px;
}
.tabs li a:hover.tabs-refresh
{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: hand;
	cursor: pointer;
	background-color: #8DB2E3;
}

.tabs-panels
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #8DB2E3;
	border-top: 0px;
	overflow: auto;
}
.tabs-panels-noborder
{
	border: 0px;
}

.menu-toolbar
{
    height: 28px;
    /* background: #EBF2FA; */
    padding: 1px 0px;
    /* border-bottom: 1px solid #BDCED5; */
}
.menu-toolbar ul
{
    margin: 4px 0px;
    list-style: none;
    padding:0px;          
}
.menu-toolbar li
{
    float: left;
    padding-right: 0px;
}
        
.tree
{
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tree li
{
	white-space: nowrap;
}
.tree li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tree-node
{
	height: 18px;
	white-space: nowrap;
	cursor: pointer;
}
.tree-indent
{
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: middle;
}
.tree-hit
{
	cursor: pointer;
}
.tree-expanded
{
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: middle;
	background: url('../imgs/tree_arrows.gif') no-repeat -18px 0px;
}
.tree-expanded-hover
{
	background: url('../imgs/tree_arrows.gif') no-repeat -50px 0px;
}
.tree-collapsed
{
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: middle;
	background: url('../imgs/tree_arrows.gif') no-repeat 0px 0px;
}
.tree-collapsed-hover
{
	background: url('../imgs/tree_arrows.gif') no-repeat -32px 0px;
}
.tree-folder
{
	display: inline-block;
	background: url('../imgs/tree_folder.gif') no-repeat;
	width: 16px;
	height: 18px;
	vertical-align: middle;
}
.tree-folder-open
{
	background: url('../imgs/tree_folder_open.gif') no-repeat;
}
.tree-file
{
	display: inline-block;
	background: url('../imgs/tree_file.gif') no-repeat;
	width: 16px;
	height: 18px;
	vertical-align: middle;
}
.tree-loading
{
	background: url('../imgs/tree_loading.gif') no-repeat;
}
.tree-title
{
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	padding: 1px 2px 1px 2px;
	white-space: nowrap;
}

.tree-node-hover
{
	background: #fafafa;
}
.tree-node-selected
{
	background: #FBEC88;
}
.tree-checkbox
{
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: middle;
}
.tree-checkbox0
{
	background: url('../imgs/tree_checkbox_0.gif') no-repeat;
}
.tree-checkbox1
{
	background: url('../imgs/tree_checkbox_1.gif') no-repeat;
}
.tree-checkbox2
{
	background: url('../imgs/tree_checkbox_2.gif') no-repeat;
}
.tree-node-proxy
{
	font-size: 12px;
	padding: 1px 2px 1px 18px;
	background: #fafafa;
	border: 1px solid #ccc;
}
.tree-dnd-yes
{
	background: url('../imgs/tree_dnd_yes.png') no-repeat 0 center;
}
.tree-dnd-no
{
	background: url('../imgs/tree_dnd_no.png') no-repeat 0 center;
}
.tree-node-top
{
	border-top: 1px dotted red;
}
.tree-node-bottom
{
	border-bottom: 1px dotted red;
}
.tree-node-append .tree-title
{
	border: 1px dotted red;
}
.validatebox-invalid
{
	background: #FFFFEE url('../imgs/validatebox_warning.png') no-repeat right 1px;
}
.validatebox-tip
{
	position: absolute;
	width: 200px;
	height: auto;
	display: none;
	z-index: 9900000;
}
.validatebox-tip-content
{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 10px;
	padding: 3px 5px;
	border: 1px solid #CC9933;
	background: #FFFFCC;
	z-index: 9900001;
	font-size: 12px;
}
.validatebox-tip-pointer
{
	background: url('../imgs/validatebox_pointer.gif') no-repeat left top;
	display: inline-block;
	width: 10px;
	height: 19px;
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 9900002;
}
.window
{
	font-size: 12px;
	position: absolute;
	overflow: hidden;
	background: #48d8ce;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:0px 0px 5px #999;
}
.window-shadow
{
	position: absolute;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window .window-header
{
	background: transparent;
	padding: 2px 0px 6px 0px;
}
.window .window-body
{
	background: #fff;
	border-top-width: 0px;
}
.window .window-header .panel-icon
{
	left: 1px;
	top: 1px;
}
.window .window-header .panel-with-icon
{
	padding-left: 18px;
}
.window .window-header .panel-tool
{
	top: 0px;
	right: 1px;
}
.window-proxy
{
	position: absolute;
	overflow: hidden;
	border: 1px dashed #15428b;
}
.window-mask
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=40);
	opacity: 0.40;
	background: #ccc;
	display1: none;
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
}

.notice h1
{
	float: left;
	color: #fff;
	background: url(../imgs/noticeico.png) no-repeat 10px center;
	height: 19px;
	line-height: 19px;
	font-weight: normal;
	padding-right: 10px;
	text-indent: 40px;
}
.notice h2
{
	float: right;
	color: #fff;
	font-weight: normal;
	padding-right: 10px;
	height: 19px;
	line-height: 19px;
}

.tips_padding
{
    padding-left:15px;
 }

.noDataTip
{
    color:Red;
    text-align:center;
    background-image: url(../imgs/messager-nodata.png);
    background-repeat: no-repeat;
}


/*************************************自定义共通****************************************************开始***********************************/
a.l-btn span span.l-btn-text-pager
{
	display: inline-block;
	height: 16px;
	line-height: 25px;
	padding: 0px;
}

.panel-header_2
{
    padding: 5px;
    line-height: 40px;
    color: #555;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    border: 0px solid #dce5e6;
    border-radius: 5px;
    text-align: center;
    background: #f1f1f1;
}

.color_shuoming .bg{ background:none; border:none;float:left; margin-top:5px;}
.color_shuoming .bg li{float:left; padding:3px 20px;}
.color_shuoming .bg li.yellow{ border-left:5px solid #ffcd00; font-size:12px;  }
.color_shuoming .bg li.green{ border-left:6px solid #7cdeb2;  font-size:12px; }
.color_shuoming .bg li:first-child{ color:#555; font-size:12px;font-weight: bold; }
/*************************************自定义共通****************************************************结束***********************************/



.tishi {
	background: #fff;
	border: 1px solid #ebeaf1;
	height: 67px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px;
	clear: both;
}
.tishi dl dt {
	float: left;
	margin: 0px 10px 10px 30px;
	width: 41px;
}
.tishi dl dd {
	font-size: 15px;
	color: #ff7200;
	float: left;
	margin: 10px 10px 10px 0px;
}
#tabs1 li.tabs-selected a {
    color: #48d8ce;
}