.datepicker {
	position: absolute;
	border:2px solid #AAAAAA;
	border-left:6px solid #48608F;
	box-shadow:2px 2px 2px #000000;
	font-size: 11px;
	width: 194px;
	padding: 3px;
	height: 221px;
	background: #fff;
	line-height: normal;
	z-index: 3003;
	color:#000000;
}

.datepicker.column_2 {
	width: 393px;
}

.datepicker.column_3 {
	width: 592px;
}

.datepicker.column_4 {
	width: 791px;
}

.datepicker.column_5 {
	width: 990px;
}

/* header
********************************************************/
.datepicker .header {
	position: relative;
	background: #48608F;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 3px;
	overflow: hidden;
}

.datepicker .header .title {
	text-align: center;
	padding-top: 1px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	width: 99999px;
}

.datepicker .header .titleText {
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	color: #666;
	top: 5px;
	cursor: pointer;
}
.datepicker .header .previous {
	left: 5px;
}
.datepicker .header .next {
	right: 28px;
}
.datepicker .header .closeButton {
	right: 5px;
}

/* body
********************************************************/
.datepicker .body {
	position: relative;
	top: 0px;
	left: 0px;
	height: 193px;
	overflow: hidden;
}

/* Columns */

.datepicker .body .column {
	float: left;
	width: 194px;
	min-height: 193px;
	margin-left: 5px;
}

.datepicker .body .column.column_1 {
	margin-left: 0;
}

.datepicker .titleText .column {
	float: left;
	width: 194px;
	margin-left: 5px;
}

.datepicker .titleText .column.column_1 {
	margin-left: 0;
}

/* Footer */

.datepicker.footer {
	height: 280px;
}

.datepicker .footer {
	margin-top: 3px;
	padding: 15px 5px;
	height: 26px;
}

/* time
********************************************************/
.datepicker .time {
	width: 100%;
	height: 100%;
	background: #eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepicker .time .hour {
	left: 30px;
}
.datepicker .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepicker .time .minutes {
	left: 110px;
}
.datepicker .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
	float: left;
	background: #ccc;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 25px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
	margin-right: 0;
}

.datepicker .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
	background: #48608F;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

.datepicker .days .otherMonth {
	background: #eee;
	color: #aaa;
}

/* months
********************************************************/
.datepicker .months .month {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 62px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
	margin-right: 0;
	width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepicker .selected {
	background: #8C929F !important;
	color: #fff !important;
}

.datepicker .days .otherMonth.selected {
	background: #bbbfc8 !important;
}

.datepicker .unavailable,
.datepicker .body .days .week .day.unavailable:hover {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
	background: #48608F !important;
	color: #fff !important;
}

.datepicker .days.weeknumbers .day {
	width: 22px;
}

.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
	color: #AAA !important;
	width: 16px !important;
	background: #EEE !important;
}

.datepicker table {
	border-spacing: 0;
}

.datepicker th,
.datepicker td {
	padding: 0;
}
body{
	padding:0px;
	margin:0px;
	border:none;
	background-color:#EEEEEE;
	color:#000000;
	font-family:arial;
}

img{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

@keyframes pulsegreen{
	0% {background-color: #00FF00;color: #000000;}
	49% {background-color: #00FF00;color: #000000;}
	50% {background-color: #000000;color: #000000;}
	100% {background-color: #000000;color: #000000;}
}

@keyframes pulsered{
	0% {background-color: #FF0000;color: #000000;}
	49% {background-color: #FF0000;color: #000000;}
	50% {background-color: #000000;color: #FFFFFF;}
	100% {background-color: #000000;color: #FFFFFF;}
}

.div_main{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:#CCCCCC;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	overflow:hidden;
}

.div_tooltip{
	z-index:999999;
	display:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFF29D;
	color:#000000;
	border:1px solid #333333;
	position:absolute;
	padding:5px;
	font-size:0.8em;
	box-shadow:1px 1px 3px #000000;
}

.div_menu{
	display:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	top:0px;
	left:0px;
	height:0px;
	right:0px;
	background-color:#FFFFFF;
	border-bottom:1px solid #AAAAAA;
	overflow:hidden;
}



.div_menu_main{
	display:inline-block;
	width:32px;
	height:32px;
	border:0px;
	padding:2px;
}

.div_menu_main:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:1px;
}

.div_menu_systrayitem{
	display:inline-block;
	width:32px;
	height:32px;
	border:0px;
	padding:2px;
}

.div_menu_systrayitem:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:1px;
}







.div_window{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:default;
	position:absolute;
	background-color:#F1F1F1;
	border:1px solid #D3D3D3;
	box-shadow:2px 2px 2px #AAAAAA;
	text-align:left;
	min-height:64px;
	min-width:50px;
	max-height:calc(100vh - 30px);
	max-width:calc(100vw);
}

.div_window_resize{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	pointer-events:none;
}

.div_window_lock{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(0,0,0,0.2);
}

.div_window_resize_bar{
	pointer-events:all;
	display:block;
	position:absolute;
}

.div_window_header{
	display:block;
	padding:6px;
	z-index:10;
	background: #cfcfcf;
	background: -moz-linear-gradient(top,  #cfcfcf 0%, #c2c2c2 38%, #b3b3b3 58%);
	background: -webkit-linear-gradient(top,  #cfcfcf 0%,#c2c2c2 38%,#b3b3b3 58%);
	background: linear-gradient(to bottom,  #cfcfcf 0%,#c2c2c2 38%,#b3b3b3 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#b3b3b3',GradientType=0 );
	color:#FFFFFF;
	font-weight:bold;
	height:22px;
	overflow:hidden;
}

.div_window_header_selected{
	display:block;
	padding:6px;
	z-index:10;
	background: #7abcff;
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 38%, #4096ee 58%);
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 38%,#4096ee 58%);
	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 38%,#4096ee 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
	color:#FFFFFF;
	font-weight:bold;
	height:22px;
	overflow:hidden;
}

.div_window_menu{
	display:none;
	padding:0px;
	background-color: #FFFFFF;
	color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	height:28px;
	overflow:hidden;
}

.div_window_menu_itemelem{
	display:inline-block;
	position:relative;
	padding:2px;
	height:24px;
}

.div_window_menu_item{
	display:inline-block;
	padding:2px;
	width:24px;
	height:24px;
}

.div_window_menu_item:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:1px;
}

.div_window_menu_space{
	display:inline-block;
	padding:2px;
	width:2px;
	height:24px;
	text-align:center;
}

.div_window_menu_spaceitem{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #AAAAAA;
	width:0px;
	height:24px;
	text-align:center;
}

.div_window_menu_item_img{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:24px;
	height:24px;
}

.div_window_menu_item_imgdis{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:24px;
	height:24px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.div_window_header_table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:22px;
	padding:0px;
	margin:0px;
}

.div_window_header_table_body{
	display:table-row-group;
}

.div_window_header_table_row{
	display:table-row;
}

.div_window_header_icon{
	display:none;
	vertical-align:middle;
	text-align:center;
	width:24px;
	padding-right:4px;
}

.div_window_header_title{
	display:table-cell;
	vertical-align:middle;
	overflow-x:hidden;
	white-space:nowrap;
}

.div_window_header_minimize{
	display:table-cell;
	border:1px solid #FFFFFF;
	vertical-align:middle;
	text-align:center;
	width:20px;
	min-width:20px;
	color:#FFFFFF;
}

.div_window_header_minimize:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
}

.div_window_header_maximize{
	display:table-cell;
	border:1px solid #FFFFFF;
	vertical-align:middle;
	text-align:center;
	width:20px;
	min-width:20px;
	color:#FFFFFF;
}

.div_window_header_maximize:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
}

.div_window_header_close{
	display:table-cell;
	border:1px solid #FFFFFF;
	vertical-align:middle;
	text-align:center;
	width:20px;
	min-width:20px;
	color:#FFFFFF;
}

.div_window_header_close:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
}

.div_window_header_help{
	display:none;
	border:1px solid #FFFFFF;
	vertical-align:middle;
	text-align:center;
	width:20px;
	min-width:20px;
	color:#FFFFFF;
}

.div_window_header_help:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
}

.div_window_body{
	position:absolute;
	left:0px;
	top:35px;
	right:0px;
	bottom:0px;
	overflow:auto;
	background:rgba(0,0,0,0);
}



.icon_window_maximize{
	display:inline-block;
	width:10px;
	height:7px;
	border:1px solid #FFFFFF;
	border-top:3px solid #FFFFFF;
}



.icon_window_minimize{
	display:inline-block;
	width:10px;
	height:7px;
	border:none;
	border-bottom:3px solid #FFFFFF;
}



.xprogress {
	background:#CCCCCC;
	border:1px solid #444444;
	-webkit-appearance:none;
}
.xprogress::-moz-progress-bar{ 
	background: #80FF80;
}
.xprogress::-webkit-progress-value {
	background: #80FF80;
}
.xprogress::-webkit-progress-bar{
	background: #80FF80;
}





.selector_date_table_cell{
	display:table-cell;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:normal;
	font-size:small;
	vertical-align:top;
	width:14%;
	max-width:14%;
	min-width:14%;
	height:16%;
	text-align:center;
	vertical-align:middle;
}

.selector_date_table_cell_cur{
	background-color:#FFFFFF;
	border:1px solid #EEEEEE;
}

.selector_date_table_cell_cur:hover{
	background-color:#C2FFC9;
	border:2px solid #6DDF75;
}

.selector_date_table_cell_curnow{
	background-color:#A4C2FF;
	border:2px solid #48608F;
}

.selector_date_table_cell_curnow:hover{
	background-color:#C2FFC9;
	border:2px solid #6DDF75;
}

.selector_date_table_cell_cursel{
	background-color:#C2FFC9;
	border:2px solid #6DDF75;
}

.selector_date_table_cell_prev{
	background-color:#888888;
	border:1px solid #EEEEEE;
}

.selector_date_table_cell_next{
	background-color:#BBBBBB;
	border:1px solid #EEEEEE;
}

.ctl_button{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	padding:1px;
	border:1px solid #FFFFFF;
	background: #7abcff;
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 38%, #4096ee 58%);
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 38%,#4096ee 58%);
	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 38%,#4096ee 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
.ctl_button:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
}
.ctl_button:disabled{
	background: #AAAAAA;
	background: -moz-linear-gradient(top,  #BBBBBB 0%, #AAAAAA 38%, #999999 58%);
	background: -webkit-linear-gradient(top,  #BBBBBB 0%,#AAAAAA 38%,#999999 58%);
	background: linear-gradient(to bottom,  #BBBBBB 0%,#AAAAAA 38%,#999999 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBBBBB', endColorstr='#999999',GradientType=0 );
	color:#FFFFFF;
}
.ctl_buttonred{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	padding:1px;
	border:1px solid #FFFFFF;
	background: #ff7d7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7d7b 0%, #f86360 38%, #ee4340 58%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff7d7b 0%,#f86360 38%,#ee4340 58%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff7d7b 0%,#f86360 38%,#ee4340 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d7b', endColorstr='#ee4340',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
.ctl_buttonred:hover{
	background: #ff9795; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff9795 0%, #f9817f 38%, #f16765 58%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff9795 0%,#f9817f 38%,#f16765 58%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff9795 0%,#f9817f 38%,#f16765 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9795', endColorstr='#f16765',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
}
.ctl_button_text_centerA{
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.ctl_button_text_centerB{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}




.ctl_text{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	margin:0px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	color:#000000;
	vertical-align:middle;
}

.ctl_text[readonly]{
    background:#CCCCCC;
}


.ctl_frame{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	border:0px;
	padding:0px;
	margin:0px;
}

.ctl_frame_body{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border:0px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.ctl_frameasline{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border:0px;
	padding:0px;
	margin:2px;
	margin-top:14px;
}

.ctl_frameasline_body{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border:0px;
	padding:4px;
	padding-top:6px;
	padding-bottom:2px;
	margin:0px;
	overflow:hidden;
}

.ctl_frame_title{
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	left:16px;
	top:-10px;
	border:0px;
	padding:0px;
	margin:0px;
	font-size:small;
	font-weight:bold;
	line-height:normal;
	background-color:#F1F1F1;
}

.div_frame_menu{
	display:none;
	padding:0px;
	color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	height:28px;
	overflow:hidden;
}





.ctl_container{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	border:0px;
	padding:0px;
	margin:0px;
}

.ctl_container_body{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border:0px;
	padding:0px;
	margin:0px;
	overflow:auto;
}


.ctl_image{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	border:0px;
	padding:0px;
	margin:0px;
}

.ctl_imagerelative{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border:0px;
	padding:0px;
	margin:0px;
}

.ctl_imagebgwait{
	min-width:32px;
	min-height:32px;
	background: transparent url('/syspic/wait.gif') center no-repeat;
}
.ctl_list{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	border:0px;
	padding:0px;
	margin:0px;
}

.ctl_list_body{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border:0px;
	padding:0px;
	margin:0px;
	overflow-y:auto;
	text-align:center;
}




.ctl_list_item_box{
	display:inline-block;
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:80px;
	height:80px;
	padding:1px;
	margin:1px;
}

.ctl_list_item_box_image{
	display:block;
	position:absolute;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:calc(100% - 20px);
	text-align:center;
}

.ctl_list_item_box_image_img{
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.ctl_list_item_box_text{
	display:block;
	position:absolute;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	bottom:0px;
	width:100%;
	text-align:center;
	font-size:small;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
}

.ctl_list_item_box:hover{
	background:#9fcfff;
	background:-moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background:-webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background:linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff',endColorstr='#74b3f2',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}









.ctl_list_item_line{
	display:block;
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:calc(100% - 2px);
	height:30px;
	padding:1px;
	margin:1px;
}

.ctl_list_item_line_image{
	display:block;
	position:absolute;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:calc(100% - 2px);
	left:1px;
	text-align:left;
}

.ctl_list_item_line_image_img{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	max-height:100%;
}

.ctl_list_item_line_text{
	display:block;
	position:absolute;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	left:34px;
	bottom:2px;
	width:calc(100% - 34px);
	text-align:left;
	font-size:small;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
}

.ctl_list_item_line:hover{
	background:#9fcfff;
	background:-moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background:-webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background:linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff',endColorstr='#74b3f2',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}









.ctl_list_item_line169{
	display:block;
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:calc(100% - 2px);
	height:30px;
	padding:1px;
	margin:1px;
}

.ctl_list_item_line169_image{
	display:block;
	position:absolute;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:calc(100% - 2px);
	left:1px;
	text-align:left;
}

.ctl_list_item_line169_image_img{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	max-height:100%;
}

.ctl_list_item_line169_text{
	display:block;
	position:absolute;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	left:60px;
	bottom:2px;
	width:calc(100% - 60px);
	text-align:left;
	font-size:small;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
}

.ctl_list_item_line169:hover{
	background:#9fcfff;
	background:-moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background:-webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background:linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff',endColorstr='#74b3f2',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}



.ctl_list_item_blockelem{
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:180px;
	height:122px;
	text-align:center;
	font-size:small;
	overflow:hidden; 
	padding:4px;
}

.ctl_list_item_blockelem:hover{
	background:#9fcfff;
	background:-moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background:-webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background:linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff',endColorstr='#74b3f2',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}

.ctl_list_item_blockelem_image{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	max-width:180px;
	max-height:100px;
	min-width:32px;
	min-height:32px;
	background: transparent url("/syspic/wait.gif") center no-repeat;
	margin:auto;
}

.ctl_list_item_blockelem_title{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	bottom:0px;
	text-align:center;
	font-size:small;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
	vertical-align:bottom;
	padding-top:2px;
}


.ctl_label{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	border:0px;
	padding:0px;
	margin:0px;
	color:#000000;
	font-size:small;
	vertical-align:middle;
}


.ctl_checkbox{
	display: block;
	position: absolute;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #cccccc
}

.ctl_checkbox input{
	position: absolute;
	opacity: 0;
	cursor: default;
}

.ctl_checkbox_checkmark{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.ctl_checkbox input:checked ~ .ctl_checkbox_checkmark{
	background-color: #2196F3;
}

.ctl_checkbox_checkmark:after{
	content: "";
	position: absolute;
	display: none;
}

.ctl_checkbox_checkmark:focus{
	border:3px dotted #000000;
	outline:5px dotted #000000;
}

.ctl_checkbox input[type="checkbox"]:focus + label::before{
    outline: rgb(59, 153, 252) auto 5px;
}

.ctl_checkbox input:checked ~ .ctl_checkbox_checkmark:after{
	display: block;
}

.ctl_checkbox .ctl_checkbox_checkmark:after{
	left: calc(50% - 20%);
	top: calc(50% - 40%);
	width: 30%;
	height: 50%;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ctl_dropbox{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	color:#000000;
	vertical-align:middle;
}
.ctl_table{
	display:table;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-bottom:2px;
	border-collapse:collapse;
}

.ctl_table_body{
	display:table-row-group;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

.ctl_table_row{
	display:table-row;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:0px;
	margin:0px;
}

.ctl_table_rowhover{
	display:table-row;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:0px;
	margin:0px;
}

.ctl_table_rowhover:hover{
	background:#9fcfff;
	background:-moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background:-webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background:linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff',endColorstr='#74b3f2',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}

.ctl_table_cell{
	display:table-cell;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:2px;
	margin:0px;
	line-height:normal;
	font-size:small;
	vertical-align:top;
}

.ctl_table_cell_body{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	margin:0px;
	position:relative;
	width:100%;
	height:100%;
	vertical-align:top;
}

.ctl_table_cellWrapHidden{
	display:table-cell;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:normal;
	font-size:small;
	vertical-align:top;
}

.ctl_table_cellWrapHiddenItem{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:x-small;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:1px;
}






.ctl_table_cellitemhover{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:2px;
	margin:0px;
	line-height:normal;
	font-size:small;
	vertical-align:top;
}

.ctl_table_cellitemhover:hover{
	background:#9fcfff;
	background:-moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background:-webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background:linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff',endColorstr='#74b3f2',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}

.ctl_table_cellitemhoversel{
	background:#74b3f2;
	background:-moz-linear-gradient(top,  #74b3f2 0%, #8ac2fa 38%, #9fcfff 58%);
	background:-webkit-linear-gradient(top,  #74b3f2 0%, #8ac2fa 38%, #9fcfff 58%);
	background:linear-gradient(to bottom,  #74b3f2 0%, #8ac2fa 38%, #9fcfff 58%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b3f2',endColorstr='#9fcfff',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0px;
	padding:2px;
	margin:0px;
	line-height:normal;
	font-size:small;
	vertical-align:top;
}




.ctl_date{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	margin:0px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	color:#000000;
	vertical-align:middle;
}

.ctl_date[readonly]{
    background:#CCCCCC;
}

.ctl_date_item{
	display:inline-block;
	padding:1px;
}

.ctl_date_item:hover{
	background: #9fcfff;
	background: -moz-linear-gradient(top,  #9fcfff 0%, #8ac2fa 38%, #74b3f2 58%);
	background: -webkit-linear-gradient(top,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	background: linear-gradient(to bottom,  #9fcfff 0%,#8ac2fa 38%,#74b3f2 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcfff', endColorstr='#74b3f2',GradientType=0 );
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:0px;
}

.ctl_date_item_img{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	max-width:32px;
	max-height:32px;
}

.ctl_color{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	margin:0px;
	padding:2px;
	padding-left:0px;
	padding-right:0px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	color:#000000;
	vertical-align:middle;
}

.ctl_color[readonly]{
    background:#CCCCCC;
}


.ctl_price{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	margin:0px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	color:#000000;
	vertical-align:middle;
}

.ctl_price[readonly]{
    background:#CCCCCC;
}


.ctl_geo{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	margin:0px;
	padding:0px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	color:#000000;
	vertical-align:middle;
}

.ctl_geo[readonly]{
    background:#CCCCCC;
}


