@import "reset.css";
@charset "utf-8";
/* @import url(http://fonts.googleapis.com/css?family=Questrial); */


#popupWrap { padding: 50px 60px; }

h2 { height: 29px; padding-left: 27px; font:16px sans-serif; color:#222; background: url('../images/web/bullet_title.png') no-repeat left 2px; }

/* paging */
#paging { margin-top:20px; text-align:center; }
#paging p { display:inline-block; font-size: 12px; zoom:1; _display:inline; }
#paging img { vertical-align:middle; }
#paging a { float:left; }

#paging .pageNumber { padding:0 10px; font-weight:bold; }
#paging .pageNumber a { width:22px; height:22px; line-height:22px; }
#paging .pageNumber a:hover { color:#ff1315; }
#paging .pageNumber a.currentNum { color:#ff1315; font-weight:700; }

/* board_list */
.tb_list { border-top: 2px solid #085aa8; border-bottom: 1px solid #085aa8; }
.tb_list th { background: #fdfdfd url('../images/web/bg_table.png') repeat-x bottom; height: 35px; font:14px sans-serif; color:#222; }
.tb_list td { font-size: 11px; height: 28px; border-top: 1px solid #c7d8e9; color:#444; text-align:center; }
.tb_list td.td_title { font-size: 12px; padding-left: 10px; text-align:left; }
.tb_list  a:hover { text-decoration: underline; }

/* write table */
.tb_write { border-top: 2px solid #085aa8; border-bottom: 1px solid #085aa8; }
.tb_write th { width: 110px; padding: 0 0 0 10px; text-align: left; background-color: #f9f9f9; border-right: 1px solid #c7d8e9; border-top: 1px solid #c7d8e9; color: #3f5ea9; font-weight: normal; }
.tb_write td { padding: 4px 7px 4px 5px; color: #808080; border-top: 1px solid #c7d8e9; }
.tb_write textarea { width: 100%; border: 1px solid #c9c9c9; height: 240px; background: #fff; overflow-y: auto; }
.tb_write input.input_text { width: 100%; height: 15px; padding: 4px 0 0; border: 1px solid #c9c9c9; color:#444; }

.tb_write td.td_captcha input { width: 335px; }
.tb_write td.td_captcha img, .tb_write td.td_captcha input { vertical-align: bottom; }

button.btn_close { width: 88px; height: 31px; background: url('../images/web/btn_board_close.png') no-repeat left top; }

/* board_read */
.boardContentsWrap { border-top: 2px solid #085aa8; border-bottom: 1px solid #085aa8; }
.boardTitle { font:15px sans-serif; color: #0e61bc; padding: 11px 15px 12px; border-bottom: 1px solid #c6d7e7; background: #fdfdfd url('../images/web/bg_table.png') repeat-x bottom; }

.boardInfo { height: 28px; line-height: 28px; padding: 0 15px; border-bottom: 1px solid #c6d7e7; color: #666; foont-size: 11px; }
.boardInfo li { float: left; padding-right: 40px; padding-top: 5px; color: #444; line-height: 17px; font-weight: bold; }
.boardInfo label { color: #888; padding: 0 12px 0 7px; background: url('../images/web/bullet.png') no-repeat left center; font-weight: normal; }

#.boardFile { padding: 4px 15px; border-bottom: 1px solid #c6d7e7; color: #666; foont-size: 11px; overflow: hidden; zoom: 1; }
.boardFile { padding: 4px 15px; border-bottom: 1px solid #c6d7e7; color: #666; foont-size: 11px; }
#.boardFile li { float: left; line-height: 20px; padding: 1px 15px 1px 22px; background: url('../images/web/icon_board_download.png') no-repeat left 2px; }
.boardFile li { line-height:12px; padding: 5px 15px 3px 22px; background: url('../images/web/icon_board_download.png') no-repeat left 1px; word-break:break-all; }
.boardFile a { color: #666; }
.boardFile a:hover { text-decoration: underline; }

.boardContent { line-height: 18px; padding: 30px 15px; }
.boardBtn { margin-top: 15px; text-align: right; }



/* stat_monitoring */
.clearfix {
	*zoom: 1
}
	
.clearfix:after {
	content: " ";
	display: block;
	clear: both
}

#wrap {
	position: relative;
	min-height: 100%;
	width: 790px;
}

.statistics_top {
	height: 160px;
	padding-top: 47px;
	background: url(../images/stat/bg_top.jpg) no-repeat right top;
	line-height: 17px
}

.statistics_top p:first-child {
	height: 40px
}

.panel_search {
	padding: 13px 20px;
	border: 1px solid #ccd1db;
	background: #f4f5f9;
	overflow: hidden;
	text-align: right
}

.panel_search input {
	width: 176px;
	height: 25px;
	border: 1px solid #bbb;
	box-shadow: inset 2px 2px 0 #f2f2f2;
	line-height:25px;
}

.search_btns {
	float: left
}

.search_date {
	float: left;
	margin-left: 20px
}

.search_date input {
	width: 100px
}

.btn_search_normal {
	width: 85px;
	height: 27px;
	border: 1px solid #939ea2;
	border-radius: 1px;
	background: url(../images/stat/btn_search.png) repeat-x top;
	color: #fff;
	font-weight: bold
}

.btn_search_submit {
	width: 96px;
	height: 27px;
	margin-left: 8px;
	border: 1px solid #2989af;
	border-radius: 1px;
	background: url(../images/stat/btn_search2.png) repeat-x top;
	color: #fff;
	font-weight: bold
}

.btn_search_normal:hover {
	background-position: bottom
}

.btn_search_normal.on, .btn_search_normal.on:hover {
	border: 1px solid #2989af;
	background: url(../images/stat/btn_search2.png) repeat-x bottom
}

.select_search {
	text-align: right;
	padding: 5px 15px 5px 5px;
	overflow: hidden
}

.select_search_option {
	float: left
}

.select_search select {
	height: 25px;
	border: 1px solid #bbb;
	box-shadow: inset 2px 2px 0 #f2f2f2
}

.select_search label {
	padding-left: 20px;
	padding-right: 3px;
	background: url(../images/stat/bullet.png) no-repeat 12px 4px;
}

.msg {
	text-align: right
}

.msg2 {
	text-align: left
}


.msg_notice {
	display: inline-block;
	margin: 6px 0;
	padding-left: 16px;
	background: url(../images/stat/bullet_notice.png) no-repeat left top;
	font-size: 12px
}

.panel_graph {
	margin-top: 20px;
	padding: 12px 5px 5px;
	border: 1px solid #ccd1db;
	border-top: 2px solid #5e6984;
	background: #eff1f6 url(../images/stat/bg_wrap_top.png) repeat-x top
}

.panel_graph h3 {
	height: 25px;
	color: #333;
	padding: 0 10px;
	text-shadow: 0 1px 0 #fff;
	font-size: 15px
}

.graph_box {
	width: 377px;
	float: left;
	margin: 5px;
	border: 1px solid #bbc1cd;
	background: #fff
}

.graph_box h4 {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	border-bottom: 1px solid #bbc1cd;
	background-color: #f3f4f6;
	color: #555
}

.graph_box .graph {
	min-height: 320px;
	background: url(../images/stat/bg_empty_graph.png) no-repeat center center
}

.graph_box .graph_pie {
	background-image: url(../images/stat/bg_empty_pie.png)
}

.graph_box_clear {
	float: none;
	width: auto
}

#button.btn_calendar { width: 18px; height: 17px; background: url('../images/btn/btn_calendar.png') no-repeat; margin-left: -18px; _font-size:0; }
button.btn_calendar { width:23px; height: 22px; background: url('../images/ext/date-trigger.jpg') no-repeat;}


.loginContainer { margin:0 auto; width:660px; padding-top: 238px;  }
.loginContainer h2 { height: 40px; padding-left: 5px; }

.boxWrap { background:url('../images/common/bg_box.png') no-repeat left bottom; /* min-height:338px; */ }
.boxWrap .boxInner { padding: 60px 0; background:url('../images/common/bg_box_top.png') no-repeat left top; }

.boxWrap .idCheck { float:left; padding-left: 89px; margin-top: 15px; }
.boxWrap .idCheck input { width: 13px; height: 13px; margin-top: -2px; }
.boxWrap .idCheck label { padding-left:5px; }
.boxWrap .loginBtn { float:right; margin-top: 8px; }

.loginBottom { padding: 14px 5px; }
.loginBottom .copyright { float: left; font: 10px verdana; color: #9f9f9f; }
.loginBottom .logo { float: right; }

#ui-datepicker-div {z-index:3 !important}

/* bufr converter */
.hide{display: none;}
.fr{float: right;}

/* #wrap #fileList{margin: 10px 0; border: 1px solid #ccc; height: 40px; line-height: 40px; padding-left: 20px; font-size: 13px} */
#wrap #result{resize: none; background-color: #fff; font-size: 10px; border: 1px solid #ccc;}
#wrap .bufrTitle{height: 40px; color: #333; padding-left: 20px; text-shadow: 0 1px 0 #fff; font-size: 16px; line-height: 40px; background: url('../images/common/about_bl.jpg') no-repeat center left; margin-top: 30px;}
#wrap #buttonWrap{padding-bottom: 30px;}
#wrap #fileDown{margin-top: 8px;}

.table01{width:100%; border:1px solid #dcdcdc; margin-bottom: 10px;}
.table01 th{border-bottom:1px solid #dcdcdc; font-size:12px; color:#000; text-align:center; height:20px; font-weight:500; background-color: #eee;}
.table01 td{color:#525252; font-size:12px; text-align:center; height:35px;}
.table01 td.talign{text-align:left;}
.table01 td span{margin-right:20px; }
.table01 td span img{vertical-align:middle;}