﻿html{
	border:0px;
	padding:0px;margin:0px;overflow:visible;
}
body{
	border:0px;
	padding:auto;margin:0px;overflow:auto;
	background:url('img/bg.jpg') repeat fixed top left;
}
img{
	border:0px;
	vertical-align: text-bottom;
}
td.label
{
	text-align:right;
	font-size:14px;
}

.labelicon
{
	width:20px;
	vertical-align:text-bottom;
	margin-right:5px;
	
	filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.HeadIcon
{
}

.tblContent
{
	width:100%;
	height: 100%;
}
.tblHead{
	color: #fff;
	height:100px;
	text-shadow: 1px 2px 3px #000;
}
.HeadHidden
{
	display:none;
}

.HeadTitle
{
	font-family: 黑体;
	text-align:center;
	font-size: 36px;
	color:#fff;
	text-shadow: 1px 2px 3px #000;
}

.tblBody{
	height: 100%;
	text-align:center;
	vertical-align:top;
}
.tblBody td
{
	height: 100%;
}

.Head
{
	font-size: 30px;
	margin:auto;
	max-width: 1200px;
}

#busydlg
{
	width:36px;
	height:36px;
	position:absolute;
	display:none;
	z-index:6000;
	top:50%;
	left:50%;
}

.Content
{
	max-width: 1200px;
	text-align:left;
	margin:auto;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
}
.Content .UIBOX_img
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
}

.Item
{
	padding: 3px;
	display:block;
}

.Item .title
{
	padding: 6px;
	font-size:14px;
	font-weight: bold;
	font-family: 宋体;
	
	border-top: 2px solid #66c;
	border-left: 1px solid #66c;
	border-right: 1px solid #66c;
	border-bottom: 1px dashed #66c;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: url("UIBOX/tranblue50.png");

	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

.Item .msg
{
	padding:3px;
	border:0px;
	border-left: 1px solid #66c;
	border-right: 1px solid #66c;
	border-bottom: 1px solid #66c;
	
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;

	background: url("UIBOX/tranblue50.png");
	
	font-size: 13px;
	
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}


.PrintDoc .title
{
	border-color: #99c !important;
	background: url("UIBOX/trangreen25.png") !important;
}
.PrintDoc .msg
{
	border-color: #99c !important;
	background: url("UIBOX/trangreen25.png") !important;
}

.ScanDoc .title
{
	border-color: #99c !important;
	background: url("UIBOX/tranyellow25.png") !important;
}
.ScanDoc .msg
{
	border-color: #99c !important;
	background: url("UIBOX/tranyellow25.png") !important;
}

.Printer .title
{
	border-top-width: 2px;
	border-color: #99c !important;
	background: url("UIBOX/tranblue25.png") !important;
}
.Printer .msg
{
	border-color: #99c !important;
	background: url("UIBOX/tranblue25.png") !important;
}
.DevFunc
{
	margin-left:20px;
	font-size: 14px;
	font-weight: normal;
}
.DevProperty
{
	margin-right:20px;
	font-size: 13px;
	border-bottom:1px solid #999;
}

.HeadBtn
{
	float: right;
}
.msgDelBtn
{
	float: right;
	margin-top: -9px !important;
	margin-right:-6px !important;
	margin-top: -33px;
	margin-right: 0px;
	cursor: pointer;
	background: url('img/close.png') no-repeat center center;
	border:0px;
	width: 36px;
	height: 36px;
}
.msgSaveBtn
{
	float: right;
	margin-top: -9px !important;
	margin-right:-6px !important;
	margin-top: -33px;
	margin-right: 0px;
	cursor: pointer;
	background: url('img/disk.png') no-repeat center center;
	border:0px;
	width: 36px;
	height: 36px;
}
.msgDownloadBtn
{
	float: right;
	margin-top: -9px !important;
	margin-right:-6px !important;
	margin-top: -33px;
	margin-right: 0px;
	cursor: pointer;
	background: url('img/download.png') no-repeat center center;
	border:0px;
	width: 36px;
	height: 36px;
}

.modal {
	background-color:#fff;
	color: #111;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	position:absolute !important;
	z-index: 9999;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	border-radius: 6px;
}

#msgdlg{
	width:auto !important;
	min-width: 200px;
	min-height:100px;
}
#msgdlg p
{
	text-align:center;
}
#msgdlg #msgicon
{
	vertical-align: middle;
	margin-right:10px;
}

#LoginForm{
	text-align:center;
	margin:20px;
}

fieldset{
	width:auto;
	display:inline;
}

.num
{
	font-size:14px;
	display:inline;
	padding-right:15px;
	color: #000;
	text-shadow: 0px 0px 0px;
}
.num img
{
	height:16px;
	line-height: 0px;
	margin:0px;
	padding:0px;
	display:inline;
	vertical-align:middle;
}

.date2
{
	font-size:14px;
	font-weight:normal;
	display:inline;
	padding-right:15px;
	color: #000;
	float:right;
}
.date
{
	font-size:14px;
	font-weight:normal;
	color: #000;
	float: right;
	margin-top: 0px !important;
	margin-top: -23px;
	margin-right: 15px;
	border:0px;
	height: 36px;
}

.tail
{
	color: #fff;
	text-align:center;
	font-size:13px;
	text-shadow: 1px 2px 3px #000;
}

.btnList
{
	padding-left:10px;
}
.imgBtn
{
	display:block;
	float:left;
	width:70px;
	height:58px;
	text-align:center;
	padding:2px;
	cursor:pointer;
	
	border: 1px solid transparent;
	border-bottom: 2px solid transparent;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
}
.imgBtn img
{
	display:block;
	text-align:center;
	float:center;
	clear:both;
	margin:auto;
}

.imgBtn sub
{
	display:block;
	float:center;
	clear:both;
	line-height:14px;
	font-size:14px;
	font-family: 宋体;
}
.current
{
	border-color: #acf;
	background: url("UIBox/tranwhite50.png");
	color: #004;
	text-shadow: 1px 1px 1px #fff;
	font-weight:bold;
}

#PrintDoc.current
{
	background: url("UIBox/trangreen25.png");
	color: #0f0;
	text-shadow: 1px 1px 1px #000;
}
#ScanDoc.current
{
	background: url("UIBox/tranyellow25.png");
	color: #ff0;
	text-shadow: 1px 1px 1px #000;
}
#Printer.current
{
	background: url("UIBox/tranblue25.png");
	color: #bbf;
	text-shadow: 1px 1px 2px #000;
}

.RightBtn
{
	float:right;
}

.inputdlg
{
	color: #000;
	text-shadow: 0px 0px 0px #000;
	text-align: center;
}
.inputdlg h2
{
	font-weight:bold;
	font-size: 20px;
	color: #00b;
}
.inputdlg table
{
	width: auto;
	margin:auto;
	color:#000;
	text-shadow: 0px 0px 0px #000;
}
.inputdlg input
{
	width: 200px;
}
.inputdlg h2 img
{
	margin-right: 10px;
}

#UploadDocDlg
{
	color:#000;
	text-shadow: 0px 0px 0px #000;
	text-align: center;
	width: auto;
	height:auto;
}


.ctform
{
	text-align:center;
	color: #000;
	padding:10px;
}

.noprintjob
{
	text-align:center;
	font-size:20px;
	color: #000;
	padding:10px;
}

.Help
{
	margin:auto;
	padding: 20px;
	color:#003;
	font-size:16px;
	line-height: 25px;
}

#yesno
{
	width:auto;
	overflow:visible;
	text-align:center;
}


/* ===================== */
.tblDevProperty
{
	font-size:13px;
	width:100%;
}
/*  设备状态  */
.devstatus
{
	font-size:14px;
	font-weight:normal;
	color: #000;
	float: right;
	margin-top: 0px !important;
	margin-top: -23px;
	border:0px;
	height: 36px;
}
.devstatus .cStatOpen
{
	color:green;
	background:url("icons/14X14/succ.png") no-repeat right;
	padding-right:16px;
}

.devstatus .cStatClose
{
	background:url("icons/14X14/fail.png") no-repeat right;
	padding-right:16px;
}

.devstatus .cStatErr
{
	color:red;
	background:url("icons/14X14/fail.png") no-repeat right;
	padding-right:16px;
}

.devstatus .cStatWARN
{
	color: #FF9000;
	background:url("icons/14X14/hits.png") no-repeat right;
	padding-right:16px;
}

/* ==========设备状态描述=============  */
.TdDevstatinfo
{
	text-align:right;
}
.devstatinfo
{
	font-size:13px;
	font-weight:normal;
	margin-right: 15px;
	color: #000;
	border:0px;
}
.devstatinfo .cStatOpen
{
	color:green;
}

.devstatinfo .cStatClose
{
}

.devstatinfo .cStatErr
{
	color:red;
}

.devstatinfo .cStatWARN
{
	color: #FF9000;
}

.detailitem
{
	border:1px solid #666666;
	padding:2px;
	margin:2px;
	background: #eeee88;
	white-space:nowrap;
}

#selectlang
{
    position:absolute;
    top:0px;
    right:0px;
    z-index:1000;
    color: #fff;
    font-size:14px;
}

#CurUser
{
	font-size:11px;
}

.StatQuery
{
	margin: 10px;
	padding:10px;
	font-size: 13px;
}

.statblock
{
	font-family: 黑体;
	display:inline;
	width: 40%;
	padding:20px;
	margin: 6px;
	text-align:center;
	font-size: 14px;
}

.statblock legend
{
	font-size: 18px;
}

.StatNum
{
	width: 50px;
	background: #eeeeee;
	color: green;
	padding-left: 4px;
	padding-right: 4px;
}

.recordlist
{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

.recordlist th
{
	background: #eee;
	font-weight:normal;
	font-size: 14px;
}

.recordlist td
{
	padding:2px;
}

.RecBtn
{
	background: url(img/column_tree_small.png) no-repeat;
	color: #000;
	padding: 3px;
	padding-left:20px;
	border: 1px outset #eee;
}

.StatBtn
{
	background: url(img/statistics_small.png) no-repeat;
	color: #000;
	padding: 3px;
	padding-left:20px;
	border: 1px outset #eee;
}

.RefreshBtn
{
	background: url(img/arrow_rotate_clockwise_small.png) no-repeat;
	color: #000;
	padding: 3px;
	padding-left:20px;
	margin-right: 20px;
	border: 1px outset #eee;
}

.StatSubTitle
{
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

/***********************日期选择控件***************************/
@charset "utf-8";
body{font-size:12px;font-family:Verdana, Arial, "宋体";}
a:link{color:#009;/*年份、月份、翻页按钮、年份选择框字体及月份选择框字体颜色*/text-decoration:none;}
a:visited{color:#464646;text-decoration:none;}
a:hover{color:#ed145b;text-decoration:underline;}
a:active{color:#ed145b;text-decoration:underline;}
td{font-size:12px/*控件整体大小*/}

/*DateCSS样式*/ 
.header{font:12px Arial, Tahoma!important;font-weight:bold!important;font:11px Arial, Tahoma;font-weight:bold;color:#154BA0;/*年月连字符颜色*/background:#3CF;/*年月连字符背景色*/height:25px;padding-left:10px;}
.header td{padding-left:10px;}
.header a{color#F0F;}
.header input{background:none;vertical-align:middle;height:16px;}
.category{font:12px Arial, Tahoma!important;font:11px Arial, Tahoma;color:#90F;/*星期字体颜色*/height:20px;background-color:#CF9;/*星期字体背景色*/}
.category td{border-bottom:2px solid #3CF;/*星期与日期分割线颜色及宽度*/}
.expire, .expire a:link, .expire a:visited{color:#999;/*当前日期后的颜色*/}
.default, .default a:link, .default a:visited{color:#000;/*当前日期后的颜色*/}
.checked, .checked a:link, .checked a:visited{color:#F00;/*选定年份、选定月份及选定日期的颜色*/}
.today, .today a:link, .today a:visited{color:#0F0;/*当前年份、当前月份及当前日期的颜色*/}
#calendar_year{display:none;line-height:130%;background:#3CF;/*年份选择框分割线颜色*/position:absolute;z-index:10;}
#calendar_year .col{float:left;background:#3CF;/*年份选择框底色*/margin-left:0px;border:0px solid #3CF;/*年份选择框边框颜色及宽度*/padding:2px;}
#calendar_month{display:none;background:#3CF;/*月份选择框底色*/line-height:130%;border:0px solid #3CF;/*月份选择框边框颜色及宽度*/padding:2px;position:fixed;z-index:11;}
.tableborder{background:white;border:2px solid #3CF;/*控件边框颜色*/}
#year, #month{padding-right:2px;}
