﻿body {
	FONT-SIZE: 12px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
}

td {
	font-size: 12px;
}

input {
	border: 1px solid #666666;
	font-size: 12px;
    height: 23px;
}

select {
	border: 1px solid 444444;
	font-size: 12px;
	margin: 1px;
	padding: 1px;
}

textarea {
	border: 1px solid #444444;
	font-size: 12px;
}

option {
	border: 1px solid 444444;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.opentitle{
	background-color: #ff9900;
	color: White;
	height:22;
	cursor: hand;
	border-top: 1px outset #FFFFFF;
	border-right: 1px outset #003366;
	border-bottom: 1px outset #003366;
	border-left: 1px outset #FFFFFF;
}

.closetitle{
	background-color: #ff9900;
	color: White;
	height:22;
	cursor: hand;
	border-top: 1px outset White;
	border-right: 1px outset #003366;
	border-bottom: 1px outset #003366;
	border-left: 1px outset White;
}

.tdheader {
	color: #FFFFFF;
}

.noborderinput {
	font-size: 12px;
	border: none;
}

.treeframe {
	border: 1px inset;
	background-color: #EEEEEE;
}

.dparent {
	background-color: #FCF4E4;
}

.tdbigger {
	font-size: 9pt;
}

.choice {
	font-size: 12px;
	border: none;
}

#tipBox {
	position: absolute; 
	width: 200px; 
	z-index: 100;
	padding: 3px;
	border: 1pt #e0e0e0 solid;
	font-size: 9pt;
	background: #FFFFCC; 
	visibility: hidden;
	filter:alpha(opacity=90);
}

.pitable {
	font-size: 12px;
	padding: 3px;
	border: thin dashed #999999;
}

.smlip {
	border: 1px solid #666666;
	font-size: 9px;
}

.smlip02 {
	border: 1px solid #666666;
	font-size: 12px;
}

.smlfont {
	font-size: 12px;
}

.dahao {
	FONT-SIZE: 14px; line-height: 25px;
    text-align: center;
    }
    .dahao3 {
	FONT-SIZE: 12px; 
}

/* ADD 2010-12-14  图片边框 */
.dropshadow2{
	float:none;
	clear:none;
	background: url(../Images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../Images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	margin: 0px 0px -3px 0px;
	margin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}
/* END 2010-12-14  图片边框 */