/* Set default css of body */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333333;
	font-family: "Arial";
	font-style: normal;
	line-height: 18px;
	
	scrollbar-face-color: #004C92;
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #004C92; 
	scrollbar-darkshadow-color: #eeeeee; 
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #eeeeee;*/
	
}
/* Set default css of table */
table{
	font-size: 12px;
	color: #333333;
	font-family: "Arial";
	font-style: normal;
	line-height: 20px;
}
tr{
	font-size: 12px;
	color: #333333;
	font-family: "Arial";
	font-style: normal;
	line-height: 20px;
}
/* Set default css of link */
a:link {color: #094682;text-decoration: none;}
a:visited {color: #336699;text-decoration: none;}
a:active {color: #FF0000;text-decoration: underline;}
a:hover{color: #990000;text-decoration: underline;}
td{
	font-size: 12px;
	color: #333333;
	font-family: "Arial";
	font-style: normal;
	line-height: 20px;

}

/* set css of form */
/* input */
.form_input{
	font-family: Arial;
	color:#000000;
    height:20px;
	background-color: #FCFCFC;
}

/* area */
.form_area{
	font-family: Arial;
	color:#000000;
	background-color: #FCFCFC;
}

/* button */
.form_button{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	height: 20px;
	margin: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border: 1px solid #666666;
	background-color: #FCFCFC;

}

/* select */
.form_select{
	font-family: Arial;
	color:#000000;
    height:20px;
	background-color: #FCFCFC;
}
.kuang {
	border-top: 1px none;
	border-right: 1px solid #333333;
	border-bottom: 1px none;
	border-left: 1px solid #333333;
}
.td_title_black {
	font-size: 13px;
	line-height: 20px;
}
.18 {
	font-size: 18px;
	line-height: normal;
}
.kuang {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEF7;
	border-left-color: #DEDEF7;
}
.dtree {
	font-family: Arial;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}