fieldset.normal
{
	padding:10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(214,76,77);
	box-sizing:border-box;
	border-radius:10px;
}
fieldset.normal legend 
{
	padding:5px;
	font-size: 12px;
	font-weight: bold;
	margin-left:20px;
	--text-align:center;
}

.fieldset_title
{
	margin-bottom:10px;
	padding:10px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(214,76,77);
	box-sizing:border-box;
	border-radius:10px;
}
.fieldset_title legend 
{
	padding:5px;
	font-size:14px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(214,76,77);
	background-color: rgb(240,192,192);
	width:90%;
	margin-left:10px;
	box-sizing:border-box;
	border-radius:10px;
}

.no-close .ui-dialog-titlebar-close 
{
	display: none;
}
div.mTitle_contain
{
	background-color:#8CBA7A;
	padding:0px;
	height:40px;
	position:relative;
}

div.mTitle_btnBack
{
	position:absolute;
	left:8px;
	top:8px;
	width:24px;
	height:24px;
	background:url(images/back.png) no-repeat;
	background-Size:100% 100%;
}

div.mTitle_btnMore
{
	position:absolute;
	right:8px;
	top:8px;
	width:24px;
	height:24px;
	background:url(images/more.png) no-repeat;
	background-Size:100% 100%;
}

div.mTitle_content
{
	position:absolute;
	left:40px;
	top:0px;
	right:40px;
	bottom:0px;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}

div.mListGroup_contain
{
	background-color:rgb(213,231,213);
	height:40px;
	line-height:40px;
	border-bottom:1px solid rgb(24,129,55);	
	padding:0px 10px;
}
div.mListItem_contain
{
	background-color:#FFFFFF;
	border-bottom:1px solid #C0C0C0;	
	padding:0px;
}
div.mListItem_title
{
	color:#000000;
	font-size:16px;
}
div.mListItem_content
{
	color:#000000;
	font-size:12px;
}
div.mListItem_iconContain
{
	position:relative;
	width:60px;
	height:48px;
}
div.mListItem_icon
{
	position:absolute;
	top:6px;
	left:6px;
	width:36px;
	height:36px;
}
div.mListItem_iconBadges
{
	position:absolute;
	top:0px;
	left:40px;
	width:18px;
	height:18px;
	color:white;
	font-size:12px;
	line-height:18px;
    text-align: center;
    overflow: hidden;
	background:url(images/mListIcon.png) no-repeat;
	background-Size:100% 100%;
}

div.mListItem_extend
{
	position:absolute;
	top:30px;
	left:40px;
	width:18px;
	height:18px;
	color:white;
	font-size:12px;
	line-height:18px;
    text-align: center;
    overflow: hidden;
	background:url(images/mListIcon.png) no-repeat;
	background-Size:100% 100%;
}

div.mListItem_badge
{
	position:relative;
	top:0px;
	left:0px;
	padding-right:6px;
	width:18px;
	height:18px;
	color:white;
	font-size:12px;
	line-height:18px;
    text-align: center;
    overflow: hidden;
	background:url(images/mListIcon.png) no-repeat;
	background-Size:18px 18px;
}
textarea 
{
    resize: none;
}
A
{
    TEXT-DECORATION: none
}
TABLE
{
    FONT-SIZE: 12px;
}
input
{
	border:1px solid black;
	font-size:12px;
}

.show_txt
{
    LINE-HEIGHT: 25px;
    TEXT-ALIGN: justify
}

INPUT.normal
{
    BACKGROUND: #3366cc;
    BORDER-BOTTOM: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    COLOR: white;
    CURSOR: pointer;
    FONT-SIZE: 12px;
    PADDING-TOP: 4px
}

.brief
{
	border-left:1px solid rgb(214,76,77);
	border-top:1px solid rgb(214,76,77);
	border-right:1px solid rgb(214,76,77);
	border-bottom:1px solid rgb(214,76,77);
	border-radius: 10px 10px 10px 10px;
	background-color:white;
	left-margin:0px;
	color:black;
	font-size:12px;
}
.brief tr
{
	height:30px;
}
.brief tbody tr td
{
	border-left:1px solid rgb(214,76,77);
	border-top:1px solid rgb(214,76,77);
	font-size:12px;
	text-align:left;
}
.brief tbody tr th
{
	border-left:1px solid rgb(214,76,77);
	border-top:1px solid rgb(214,76,77);
	font-size:12px;
   	text-align:center;
   	font-weight: weight;
}
.brief tbody tr:first-child td,.brief tbody tr:first-child th
{
    border-top:none;
}
.brief tbody tr td:first-child,.brief tbody tr th:first-child
{
    border-left:none;
}

.brief caption
{
	font-size:20px;
	font-weight:bold;
}
.brief thead td,.brief thead th
{
	border-top:1px solid rgb(214,76,77);
	font-size:14px;
   	text-align:center;
   	font-weight: weight;
   	border-radius:10px 10px 0 0;
   	color:white;
	background-color:rgb(214,76,77);
}
.brief tfoot td,.brief tfoot th
{
	border-top:1px solid rgb(214,76,77);
	font-size:12px;
   	text-align:center;
   	border-radius:0 0 10px 10px;
   	color:white;
	background-color:rgb(214,76,77);
}
.displayedit
{
	width:100%;
	height:28px;
	padding:3px 6px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:transparent;
	background-image:none;
	border-left:1px solid transparent !important;
	border-top:1px solid transparent !important;
	border-right:1px solid transparent !important;
	border-bottom:1px solid rgb(192,192,192);
	box-sizing:border-box;
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	pointer-events:none;
}
.displayedit:focus
{
	outline:0;
	border-left:1px solid transparent !important;
	border-top:1px solid transparent !important;
	border-right:1px solid transparent !important;
	border-bottom:1px solid black;
}
.displayedit:active
{
}
.displayedit::-moz-placeholder{color:#999;opacity:1}
.displayedit:-ms-input-placeholder{color:#999}
.displayedit::-webkit-input-placeholder{color:#999}
.displayedit::-ms-expand{background-color:transparent;border:0}
.displayedit[disabled],.displayedit[readonly],fieldset[disabled] .displayedit{background-color:rgb(255,255,255);opacity:1}
.displayedit[disabled],.displayedit[readonly],fieldset[disabled] .displayedit{cursor:pointer}
textarea.displayedit{height:auto}

.gridcelledit
{
	width:100%;
	height:28px;
	padding:0px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent !important;
	border-radius:4px;
	box-sizing:border-box;
	---webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	--box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	--transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.gridcelledit:focus
{
	border-color:#B0B0B0;
	border:1px solid #B0B0B0 !important;
	background-color:rgb(255,255,255);
	outline:0;
	---webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	--box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.gridcelledit::-moz-placeholder{color:#999;opacity:1}
.gridcelledit:-ms-input-placeholder{color:#999}
.gridcelledit::-webkit-input-placeholder{color:#999}
.gridcelledit::-ms-expand{background-color:transparent;border:0}
.gridcelledit[disabled],.gridcelledit{cursor:pointer}
textarea.gridcelledit{height:auto}


.gridcellselect
{
	width:100%;
	height:28px;
	padding:3px 6px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent !important;
	border-radius:4px;
	box-sizing:border-box;
	---webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	--box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	--transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.gridcellselect:focus
{
	border-color:#66afe9;
	border:1px solid #66afe9 !important;
	background-color:rgb(240,248,255);
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.gridcellselect::-moz-placeholder{color:#999;opacity:1}
.gridcellselect:-ms-input-placeholder{color:#999}
.gridcellselect::-webkit-input-placeholder{color:#999}
.gridcellselect::-ms-expand{background-color:transparent;border:0}
.gridcellselect[disabled],.gridcellselect[readonly],fieldset[disabled] .gridcellselect{opacity:1}
.gridcellselect[disabled],.gridcellselect[readonly],fieldset[disabled] .gridcellselect{cursor:pointer}
textarea.gridcellselect{height:auto}


.gridcellfixed
{
	width:100%;
	height:28px;
	padding:0px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent !important;
	border-radius:4px;
	box-sizing:border-box;
	---webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	--box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	--transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.gridcellfixed:focus
{
	border-color:transparent;
	border:1px solid transparent !important;
	background-color:transparent;
	outline:0;
}
.gridcellfixed::-moz-placeholder{color:#999;opacity:1}
.gridcellfixed:-ms-input-placeholder{color:#999}
.gridcellfixed::-webkit-input-placeholder{color:#999}
.gridcellfixed::-ms-expand{background-color:transparent;border:0}
textarea.gridcellfixed{height:auto}

.seleditex
{
	width:100%;
	height:28px;
	padding:3px 6px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:rgb(240,248,255);
	background-image:none;
	border:1px solid #337ab7 !important;
	border-radius:4px;
	box-sizing:border-box;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.seleditex:focus
{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.seleditex::-moz-placeholder{color:#999;opacity:1}
.seleditex:-ms-input-placeholder{color:#999}
.seleditex::-webkit-input-placeholder{color:#999}
.seleditex::-ms-expand{background-color:transparent;border:0}
.seleditex[disabled],.seleditex[readonly],fieldset[disabled] .seleditex{background-color:rgb(240,248,255);opacity:1}
.seleditex[disabled],.seleditex[readonly],fieldset[disabled] .seleditex{cursor:pointer}
textarea.seleditex{height:auto}


.musteditex
{
	width:100%;
	height:28px;
	padding:3px 6px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:rgb(255,248,248);
	background-image:none;
	border:1px solid rgb(214,76,77) !important;
	border-radius:4px;
	box-sizing:border-box;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.musteditex:focus
{
	border-color:#66afe9;
	border:1px solid #66afe9 !important;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.musteditex::-moz-placeholder{color:#999;opacity:1}
.musteditex:-ms-input-placeholder{color:#999}
.musteditex::-webkit-input-placeholder{color:#999}
.musteditex::-ms-expand{background-color:transparent;border:0}
.musteditex[disabled],.musteditex[readonly],fieldset[disabled] .musteditex{background-color:rgb(255,248,248);opacity:1}
.musteditex[disabled],.musteditex[readonly],fieldset[disabled] .musteditex{cursor:pointer}
--testarea.musteditex{height:auto}


.texteditex
{
	width:100%;
	height:28px;
	padding:3px 6px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:rgb(255,255,255);
	background-image:none;
	border:1px solid rgb(128,128,128) !important;
	border-radius:4px;
	box-sizing:border-box;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.texteditex:focus
{
	border-color:#66afe9;
	border:1px solid #66afe9 !important;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.texteditex::-moz-placeholder{color:#999;opacity:1}
.texteditex:-ms-input-placeholder{color:#999}
.texteditex::-webkit-input-placeholder{color:#999}
.texteditex::-ms-expand{background-color:transparent;border:0}
.texteditex[disabled],.texteditex[readonly],fieldset[disabled] .texteditex{background-color:rgb(255,255,255);opacity:1}
.texteditex[disabled],.texteditex[readonly],fieldset[disabled] .texteditex{cursor:pointer}
textarea.texteditex{height:auto}



.fixededitex
{
	width:100%;
	height:28px;
	padding:3px 6px;
	font-size:12px;
	line-height:1.42857143;
	color:#000;
	background-color:rgb(208,208,208);
	background-image:none;
	border:1px solid rgb(128,128,128) !important;
	border-radius:4px;
	box-sizing:border-box;
}
.fixededitex:focus
{
	border-color:#66afe9;
	border:1px solid #66afe9 !important;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.fixededitex::-moz-placeholder{color:#999;opacity:1}
.fixededitex:-ms-input-placeholder{color:#999}
.fixededitex::-webkit-input-placeholder{color:#999}
.fixededitex::-ms-expand{background-color:transparent;border:0}
.fixededitex[disabled],.fixededitex[readonly],fixededitex[disabled] .texteditex{background-color:rgb(208,208,208);opacity:1}
.fixededitex[disabled],.fixededitex[readonly],fixededitex[disabled] .texteditex{cursor:pointer}
textarea.fixededitex{height:auto}



.panel{box-sizing:border-box;margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.panel-heading>.dropdown .dropdown-toggle{color:inherit}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.list-group+.panel-footer{border-top-width:0}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
.panel>.table-responsive{margin-bottom:0;border:0}
.panel-group{margin-bottom:20px}
.panel-group .panel{margin-bottom:0;border-radius:4px}
.panel-group .panel+.panel{margin-top:5px}
.panel-group .panel-heading{border-bottom:0}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}
.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.panel-default{border-color:#ddd}
.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}
.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
.panel-primary{border-color:rgb(214,76,77)}
.panel-primary>.panel-heading{color:#fff;background-color:rgb(214,76,77);border-color:rgb(214,76,77)}
.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}
.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}
.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}
.panel-success{border-color:#d6e9c6}
.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}
.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}
.panel-info{border-color:#bce8f1}
.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}
.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}
.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}
.panel-warning{border-color:#faebcc}
.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}
.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}
.panel-danger{border-color:#ebccd1}
.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}
.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}
.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}

.editext
{
	border:0px;
	margin:0px;
	color:black;
	font-size:12px;
}
.editext tr
{
	height:30px;
}
.editext td
{
	font-size:12px;
}
.editext caption
{
	font-size=16px;
	font-weight:bold;
}
.editext th
{
	font-size:12px;
	text-align:right;
}

.editex
{
	border-right:1px solid rgb(228,228,228);
	border-bottom:1px solid rgb(228,228,228);
	background-color:white;
	left-margin:0px;
	color:black;
	FONT-SIZE:12px;
}
.editex tr
{
	height:30px;
}
.editex td
{
	border-left:1px solid rgb(228,228,228);
	border-top:1px solid rgb(228,228,228);
	font-size:12px;
	TEXT-ALIGN:left;
}
.editex caption
{
	font-size=12px;
	font-weight:bold;
}
.editex th
{
	border-left:1px solid rgb(228,228,228);
	border-top:1px solid rgb(228,228,228);
	font-size:12px;
	TEXT-ALIGN:center;
	FONT-WEIGHT: weight;
}


.edit
{
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
	left-margin:0px;
	color:black;
	FONT-SIZE:12px;
}
.edit tr
{
	height:30px;
}
.edit td
{
	border-left:1px solid black;
	border-top:1px solid black;
	font-size:12px;
	TEXT-ALIGN:left;
}
.edit caption
{
	font-size=12px;
	font-weight:bold;
}
.edit th
{
	border-left:1px solid black;
	border-top:1px solid black;
	font-size:12px;
    	TEXT-ALIGN:center;
    	FONT-WEIGHT: weight;
}
.edit select
{
	font-size:12px;
}
.edit textarea
{
	font-size:12px;
	border:1px solid black;
}
input.textedit
{
	border:1px solid black;
    font-size: 12px
}
textarea.textedit
{
	border:1px solid black;
    font-size: 12px
}

textarea.seledit
{
	cursor:pointer;
    font-size: 12px;
    border:1px solid blue;
    background:lightskyblue;
}
select.seledit
{
	cursor:pointer;
    font-size: 12px;
    border:1px solid blue;
    background:lightskyblue;
}
input.seledit
{
	cursor:pointer;
    FONT-SIZE: 12px;
    border:1px solid blue;
    background:lightskyblue;
}


input.date
{
	border:1px solid black;
    FONT-SIZE: 12px;
	width:80px;
}

table.layout
{
	left-margin:0px;
	color:black;
	font-size: 14px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
}



table.display
{
	border:0px;
	margin:0px;
	font-size:12px;
}
.display td
{
	border-bottom:1px solid rgb(192,192,192);
}
.display tr
{
	height:35px;
}
.display th
{
    text-align:center;
}


table.print
{
	border-right:2px solid black;
	border-bottom:2px solid black;
	border-top:1px solid black;
	border-left:1px solid black;
	background-color:white;
	left-margin:0px;
	color:black;
    FONT-SIZE: 12px
}
.print caption
{
	font-size: 20px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
	font-weight:bold;
}
.print td
{
	border-left:1px solid black;
	border-top:1px solid black;
	font-size:12px;
    TEXT-ALIGN:left;
}
.print tr
{
	height:24px;
}
.print th
{
	border-left:1px solid black;
	border-top:1px solid black;
	font-size:12px;
    TEXT-ALIGN:center;
}

table.none
{
	border:0px;
	background-color:white;
	color:black;
    font-size: 12px
}
.none td
{
	border:0px;
	font-size:12px;
	text-align:center;
}
.none th
{
	border:0px;
	font-size:12px;
	text-align:center;
}

table.list
{
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
	left-margin:0px;
	color:black;
    font-size: 14px;
    font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
}
.list td
{
	border-left:1px solid black;
	border-top:1px solid black;
    text-align:left;
}
.list tr
{
	height:30px;
}
.list th
{
	border-left:1px solid black;
	border-top:1px solid black;
	background-color:rgb(128,128,128);
    text-align:center;
    color:white
}
.list input
{
	border:0px;
	font-size:12px;
}
.list caption
{
	font-weight:bold;
	font-size:12px;
}
.list input
{
    BACKGROUND-COLOR: transparent;
}
input.list
{
	border:0px;
	background-color:rgb(135,159,219);
}

select
{
	font-size:12px;
}


INPUT.button
{
    border:black 1px solid;
    COLOR: black;
    CURSOR: pointer;
    FONT-SIZE: 12px;
    PADDING-TOP: 4px;
	BACKGROUND-IMAGE: url(../../images/normal/main/button_bk.jpg);
    height:24px;
}
span.menu
{
	color:black;
	cursor:pointer;
}
span.normal
{
	color:blue;
	cursor:pointer;
}

span.link
{
	color:blue;
	cursor:pointer;
}
span.alert
{
	color:#6b7bb1;
	CURSOR:pointer;
	font-size:14px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
}
span.warm
{
	color:red;
	cursor:pointer;
}
td.downbox
{
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
td.upbox
{
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid black;
	border-bottom:1px solid black;
}


textarea.fixededit
{
    FONT-SIZE: 12px;
    border:1px solid black;
    background:RGB(192,192,192);
}
select.fixededit
{
    FONT-SIZE: 12px;
    border:1px solid black;
    background:RGB(192,192,192);
}
input.fixededit
{
    FONT-SIZE: 12px;
    border:1px solid black;
    background:RGB(192,192,192);
} 


textarea.mustedit
{
    FONT-SIZE: 12px;
    border:1px solid black;
    background:RGB(255,187,187);
}
select.mustedit
{
    FONT-SIZE: 12px;
    border:1px solid black;
    background:RGB(255,187,187);
}
input.mustedit 
{
    FONT-SIZE: 12px;
    border:1px solid black;
    background:RGB(255,187,187);
} 

div.split_vertical
{
	border:0;
 	background:rgb(240,240,240);
}

div.split_horizontal
{
	border:0;
 	background:rgb(240,240,240);
}
html
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body
{
	font-size: 14px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
	margin: 0px;
	padding:0px;
	height:100%;
	width:100%;
	background:RGB(232,232,232);
}
body.normal
{
	font-size: 14px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
	margin: 0px;
	padding:0px;
	height:100%;
	width:100%;
	background:white;
}
body.document
{
	font-size: 14px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
	margin: 0px;
	padding:0px;
	height:100%;
	width:100%;
	background:rgb(192,192,192);
}