body {font-size:12px;color:black;padding:0px;margin:0px;background-color:#FFFFFF;}
table,tbody,td,div {font-size:12px;}
.editBody{font-size:12px;color:black;padding:0px;margin:0px;background-color:#E5F4FD;text-align:center;}

.management{border:none;width:100%;border-collapse:collapse;margin:0px;}
.management td{font-size:12px;color:black;}
tr.headerTR{height:40px;}
.headerTR td.left{height:40px;width:12px;background-repeat:no-repeat;background-position:right;}
.headerTR td.center{height:40px;}
.headerTR td.right{height:40px;width:16px;background-repeat:no-repeat;background-position:left;}

tr.centerTR{font-size:12px;}
.centerTR td.left{width:8px;background-repeat:repeat-y;background-position:right;}
.centerTR td.center{text-align:center;}
.centerTR td.right{width:8px;background-repeat:repeat-y;background-position:left;}

tr.bottomTR{height:35px;}
.bottomTR td.left{height:35px;width:12px;background-repeat:no-repeat;background-position:right;}
.bottomTR td.center{height:35px;text-align:center;}
.bottomTR td.right{height:35px;width:16px;background-repeat:no-repeat;background-position:left;}
.titleTR{padding-top:3px;padding-left:3px;font-size:12px;font-weight:bold;color:red;}

.grid{border:1px solid #B5D6E6;border-collapse:collapse;margin:0px;}
.grid tr{background-color: expression((this.sectionRowIndex % 2 == 0) ? "#FFFFFF" : "#F8F8F8");}
.grid .header td{border:1px solid #B5D6E6;border-collapse:collapse;margin:0px;padding:3px;height:35px;background-image:url(../images/management/th_bg.gif);vertical-align:middle;color:#000000;}
.grid .Content td{border:1px solid #E6E5E5;border-collapse:collapse;margin:0px;padding:6px;height:50px;vertical-align:middle;background-color:#F5F8FC;}

.editgrid{border:0;border-collapse:collapse;margin:0px;}
.editgrid tr{background-color: expression((this.sectionRowIndex % 2 == 0) ? "#FFFFFF" : "#F5F8FC");}
.editgrid .content td{border:1px solid #D7D6D8;border-collapse:collapse;margin:0px;padding:3px;height:38px;background-color:#F5F8FC;}

.conditiongrid{border:1px solid #E6E5E5;border-collapse:collapse;margin:0px;margin-top:2px;margin-bottom:5px;padding-top:15px;}
.conditiongrid .conditionContent td{margin:0px;padding:10px 4px 10px 4px;height:38px;background-color:#FFFFFF;vertical-align:middle;}

.bottomButton{text-align:center;}

.editpage{border:none;border-collapse:collapse;margin:0px;}
.editpage td{font-size:12px;color:black;}

input.SmallButton {FONT-SIZE: 9pt;color:#000000;height: 25px; background-color:#a1c9fd;text-decoration: none; border: 1px solid #b2b3b5;}

/*tooltip*/
div.tooltip { position: absolute; }
div.tooltip table td.corner {
	width: 12px;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
}
div.tooltip table.tooltiptable { margin: 3px; }
div.tooltip table td.topleft,
div.tooltip table td.topcenter,
div.tooltip table td.topright,
div.tooltip table td.bodyleft,
div.tooltip table td.tooltipcontent,
div.tooltip table td.bodyright,
div.tooltip table td.footerleft,
div.tooltip table td.footercenter,
div.tooltip table td.footerright {
	background-image: url(../images/management/tooltipbox.png);
	_background-image: url(../images/management/tooltipbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.tooltip table td.topcenter { background-position: top; }
div.tooltip table td.topright { background-position: right top; }
div.tooltip table td.bodyleft { background-position: left; }
div.tooltip table td.tooltipcontent { background-position: center; }
div.tooltip table td.bodyright { background-position: right; }
div.tooltip table td.footerleft { background-position: left bottom; }
div.tooltip table td.footercenter { background-position: bottom; }
div.tooltip table td.footerright { background-position: right bottom; }
div.tooltip table td.tooltipcontent {
	padding: 3px 0 1px 1px;
	font-size: 12px;
	color: #757168; /*	color:#653;*/
	font-family: Tahoma, SimSun, Verdana, sans-serif;
	line-height: 15px;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
}
div.tooltip div.tooltipfang {
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url(../images/management/Callouts.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.tooltip .closebtn {
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 8px;
}
div.tooltip .closebtn a {
	display: block;
	height: 10px;
	width: 14px;
	padding: 0 0 0 2px;
	color: #FF7744;
	line-height: 6px;
   line-height: 7px;
	font-size: 12px;
	border: #DDDDDD 1px solid;
	border-top: none;
}
div.tooltip .closebtn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-color: #FFCC00;
	background-color: #FFBB66;
}
div.tooltip.callout1 div.tooltipfang {
	right: 13px;
	top: 0px;
	background-position: 0px -11px;
}
div.tooltip.callout1 .closebtn { right: 20px; }
div.tooltip.callout2 div.tooltipfang {
	top: 13px;
	right: 0px;
	background-position: 0px -33px;
}
div.tooltip.callout3 div.tooltipfang {
	top: 42%;
	right: 0px;
	background-position: 0px -33px;
}
div.tooltip.callout4 div.tooltipfang {
	bottom: 13px;
	right: 0px;
	background-position: 0px -33px;
}
div.tooltip.callout5 div.tooltipfang {
	right: 13px;
	bottom: 0px;
	background-position: 0px -66px;
}
div.tooltip.callout6 div.tooltipfang {
	left: 49%;
	bottom: 0px;
	background-position: 0px -55px;
}
div.tooltip.callout7 div.tooltipfang {
	left: 13px;
	bottom: 0px;
	background-position: 0px -77px;
}
div.tooltip.callout8 div.tooltipfang {
	left: 0px;
	bottom: 13px;
	background-position: 0px -44px;
}
div.tooltip.callout9 div.tooltipfang {
	left: 0px;
	top: 42%;
	background-position: 0px -44px;
}
div.tooltip.callout10 div.tooltipfang {
	left: 0px;
	top: 13px;
	background-position: 0px -44px;
}
div.tooltip.callout11 div.tooltipfang {
	left: 13px;
	top: 0px;
	background-position: 0px -22px;
}
div.tooltip.callout12 div.tooltipfang {
	left: 49%;
	top: 0px;
	background-position: 0px 0px;
}

/*閾炬帴鏍峰紡鍗�*/
a:link{color: #0066cc; text-decoration: none;}
a:visited {color: #0066cc; text-decoration: none}
a:hover {color: #333333; text-decoration: underline}
a:active {color: #333333; text-decoration: underline}

/*input*/
.input_on{
padding:2px 8px 0pt 3px;
height:20px;
border:1px solid #999;
background-color:#FFFFCC;
}
.input_off{
padding:2px 8px 0pt 3px;
height:20px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_move{
padding:2px 8px 0pt 3px;
height:20px;
border:1px solid #999;
background-color:#FFFFCC;
}
.input_out{
/*height:16px;榛樿楂樺害*/
padding:2px 8px 0pt 3px;
height:20px;
border:1px solid #CCC;
background-color:#FFF;
}
input.checkbox{
border:0px solid #CCC;
background-color:#FFF;
}
