*{
	padding:0px;
	margin:0px;
}



input{
	height:19px;
	border:1px solid silver;
	outline:none;
	padding:0 3px 0 3px;
	
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-top-radius: 3px 3px 3px 3px;
}
select{
	height:19px;
	border:1px solid silver;
	outline:none;
	background:white;
	
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-top-radius: 3px 3px 3px 3px;
}
textarea{
	outline:none;
}

.ToolMenuBackgrd{
	background-color:#f7f7f7;
	position:relative;

	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 42%, silver 62%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #f7f7f7), color-stop(62%, silver)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 42%, silver 62%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 42%, silver 62%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 42%, silver 62%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 42%, silver 62%); /* W3C */
}

.ToolMenuBtn{
	float:left;
	padding:0 7px 0 7px;
	margin:7px 0 0 5px;
	color:#000000;
	font:13px 'Microsoft YaHei',SimSun,Arial,Sans-Serif;
	cursor:pointer;
}

.ToolMenuBtn:hover{
	color:#ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.6);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	background: #39a0be; /* Old browsers */
	background: -moz-linear-gradient(top,  #39a0be 0%, #B20601 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39a0be), color-stop(100%, #B20601)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #39a0be 0%, #B20601 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #39a0be 0%, #B20601 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #39a0be 0%, #B20601 100%); /* IE10+ */
	background: linear-gradient(top, #39a0be 0%, #B20601 100%); /* W3C */
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.ToolMenuBtn:active{
	color:yellow;
	text-shadow: 2px 2px 2px rgba(255,0,0, 0.3);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #70c9e3 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70c9e3 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70c9e3 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70c9e3 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #70c9e3 0%,#000000 100%); /* W3C */
}

.FrmHeaderShow{
	border:1px solid transparent;
	cursor:default;
	text-align:left;
	font-size:14;
	color:yellow;

	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-top-radius: 5px 5px 0px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	background: #626e7b; /* Old browsers */
	background: -moz-linear-gradient(top, #626e7b 0%, #626e7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626e7b), color-stop(100%, #626e7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #626e7b 0%, #626e7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #626e7b 0%, #626e7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #626e7b 0%, #626e7b 100%); /* IE10+ */
	background: linear-gradient(top, #626e7b 0%, #626e7b 100%); /* W3C */

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.FrmHeaderHidd{
	height:5px;
	cursor:default;
	text-align:left;
	font-size:14;
	color:yellow;

	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-top-radius: 10px 10px 0px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: black; /* Old browsers */
	background: -moz-linear-gradient(top, #696969 0%, #696969 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696969), color-stop(100%, #696969)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #696969 0%, #696969 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #696969 0%, #696969 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #696969 0%, #696969 100%); /* IE10+ */
	background: linear-gradient(top, #696969 0%, #696969 100%); /* W3C */

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.GoBtn {
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	font-size:13px;
	color: #19667d;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);
	box-shadow: 0px 0px 0px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);

	background: #00a4ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #00a4ff 0%, #00a4ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a4ff), color-stop(100%,#00a4ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00a4ff 0%,#00a4ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00a4ff 0%,#00a4ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00a4ff 0%,#00a4ff 100%); /* IE10+ */
	background: linear-gradient(top,  #00a4ff 0%,#00a4ff 100%); /* W3C */
}

.Btn {
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	color: #19667d;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	background: #00A4FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #00A4FF 0%, #00A4FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A4FF), color-stop(100%,#00A4FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* IE10+ */
	background: linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* W3C */
}

.Btn:hover{
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	color:yellow;
	font-size:14;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.0s ease;
	-moz-transition: all 0.0s ease;
	-o-transition: all 0.0s ease;
	-ms-transition: all 0.0s ease;
	transition: all 0.0s ease;

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top, #70c9e3 0%, blue 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c9e3), color-stop(100%, blue)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #70c9e3 0%, blue 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70c9e3 0%, blue 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70c9e3 0%, blue 100%); /* IE10+ */
	background: linear-gradient(top, #70c9e3 0%, blue 100%); /* W3C */
}

.Btn:active{
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	color:#000000;
	font-size:14;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0, .49), inset 6px 3px 6px rgba(0,0,0, .75);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0, .49), inset 6px 3px 6px rgba(0,0,0, .75);
	box-shadow: 0px 0px 0px rgba(0,0,0, .49), inset 6px 3px 6px rgba(0,0,0, .75);

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top, #70c9e3 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c9e3), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #39a0be 0%, #39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70c9e3 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70c9e3 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #70c9e3 0%, #000000 100%); /* W3C */
}

.DataOprBtn_Edt {
	font-size:12px;
	padding:0 3px 0 3px;
	margin:3px 1px 3px 1px;
	color:#f3f2f2;
	background:#19BD9B;
	border:1px solid #19BD9B;
	cursor:pointer;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.DataOprBtn_Edt:hover {
	color:white;
	border:1px solid gray;
}
.DataOprBtn_Del {
}
.DataOprBtn_St {
	font-size:12px;
	padding:0 3px 0 3px;
	margin:3px 1px 3px 1px;
	color:#f3f2f2;
	background:#DD8190;
	border:1px solid #DD8190;
	cursor:pointer;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.DataOprBtn_St:hover {
	color:white;
	border:1px solid gray;
}
.DataOprBtn_Lab {
}

.TotalOprBtn {
	font-size:12px;
	padding:0 3px 0 3px;
	margin:3px 1px 3px 5px;
	color:#f3f2f2;
	background:#DD8190;
	border:1px solid #DD8190;
	cursor:pointer;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.TotalOprBtn:hover {
	color:white;
	border:1px solid gray;
}

.SubmitBtn {
	height:30px;
	width:70px;
	border:0px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	font-size:14;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
	background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
}

.Backgd {
	display: inline-block;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 6px 6px 6px rgba(0,0,0, .29), inset 3px 3px 3px rgba(255,255,255, .44);
	-moz-box-shadow: 6px 6px 6px rgba(0,0,0, .29), inset 3px 3px 3px rgba(255,255,255, .44);
	box-shadow: 6px 6px 6px rgba(0,0,0, .29), inset 3px 3px 3px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #68BED7; /* Old browsers */
	background: -moz-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68BED7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* W3C */
}

.MenuStyle {
	height:30px;
	border-top:1px solid transparent;
	border-bottom:1px solid white;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#64aadd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#64aadd 100%); /* W3C */
}

.MenuBtnStyle{
	width:70px;
	border:1px solid transparent;
	cursor:default;
	text-align:center;
	vertical-align:middle;
	font-size:14;
	color:white;
}

.MenuBtnSelStyle{
	width:70px;
	border:1px solid transparent;
	cursor:default;
	text-align:center;
	vertical-align:middle;
	font-size:14;
	color:yellow;

	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	border-top-radius: 10px 0px 10px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;

	background: black; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#64aadd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, black 0%,silver 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#64aadd 100%); /* W3C */
}

.ToolBarStyle {
	border-bottom:1px solid white;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #64aadd; /* Old browsers */
	background: -moz-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64aadd), color-stop(100%,#9ac8ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* IE10+ */
	background: linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* W3C */
}

.ToolBarBtnStyle{
	width:25px;
	border:1px solid transparent;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.NavBarStyle {
	border-right:1px solid white;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 3px 3px 3px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #7FCEB2; /* Old browsers */
	background: -moz-linear-gradient(top, #7FCEB2 0%,#3E7DC0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7FCEB2), color-stop(100%,#3E7DC0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7FCEB2 0%,#3E7DC0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7FCEB2 0%,#3E7DC0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7FCEB2 0%,#3E7DC0 100%); /* IE10+ */
	background: linear-gradient(top, #7FCEB2 0%,#3E7DC0 100%); /* W3C */
}

.BottomBarStyle {
	text-align:right;
	height:30px;
	border-top:1px solid white;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, #64aadd 0%,#124d8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64aadd), color-stop(100%,#124d8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #64aadd 0%,#124d8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #64aadd 0%,#124d8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #64aadd 0%,#124d8c 100%); /* IE10+ */
	background: linear-gradient(top, #64aadd 0%,#124d8c 100%); /* W3C */
}

.FlwChartMdlBtnStyle {
	height:60px;
	position:relative;
	border:1px dotted transparent;
	overflow:hidden;
	text-align:center;
	cursor:move;
	color:white;
	font-size:13;
}

.NavBtnSelStyle {
	height:30px;
	height:60px;
	position:relative;
	border:1px dotted transparent;
	overflow:hidden;
	text-align:center;
	cursor:move;
	font-size:13;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#64aadd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, black 0%,silver 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#64aadd 100%); /* W3C */
}

/*#124d8c 0%,#64aadd*/
.EditBackStyle {
	background: -moz-linear-gradient(top, #ececec 0%,#d2dee4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d2dee4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%,#d2dee4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%,#d2dee4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%,#d2dee4 100%); /* IE10+ */
	background: linear-gradient(top, #ececec 0%,#d2dee4 100%); /* W3C */
}

/*����Ӧ��ʽ============================================*/

/*-0---------------------------------------------------*/

@media (max-width: 390px) {

}

@media (min-width: 391px) and (max-width: 478px) {
}

/*-1---------------------------------------------------*/

@media (min-width: 479px) and (max-width: 599px) {

}

/*-1.1---------------------------------------------------*/

@media (min-width: 600px) and (max-width: 767px) {

}

/*-2---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {

}

/*-3---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

}

/*-4---------------------------------------------------*/

@media (min-width: 1200px) {
}
