      



.button {
	padding: 1px;
	border: 1px solid #0066CC;
}
.input1 {
	background-attachment: fixed;
	background-image: url(inputbg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border:none;
	font-family: "宋体";
	font-size: 13px;
	color: #022252;
	text-decoration: none;
	width: 110px;
	height: 17px;
	background-color: #EDECEC;
}
.font_white {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.tbl_blue {
	border: 1px solid #022252;
}
.tbl_blue_3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #0A246A;
	border-bottom-color: #0A246A;
	border-left-color: #0A246A;
	background-color:#F1F1F1;
}
.font_blue {
	font-family: "宋体";
	font-size: 12px;
	color: #0A246A;
	text-decoration: none;
}
.officeol_bg {
	background-attachment: fixed;
	background-image: url(officeol_mid.gif);
	background-repeat: repeat-x;
}
a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #022252;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	color: #022252;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #022252;
	text-decoration: none;
}
a:active {
	font-family: "宋体";
	font-size: 12px;
	color: #022252;
	text-decoration: none;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 100px;
	width:200px;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	text-align:left;
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(bubble.gif) no-repeat bottom;
}

/*=====================================*/
a.hh
{
    position:relative;
    z-index:24;
    font-weight:bold;
    padding-left:10px;
}
.hhcon 
{
	padding:0 10px;
	height:0;
	}
a.hh span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.hh:hover{ z-index:25;
	position:relative;
	}
a.hh:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 100px;
	width:200px;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.hh:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.hh:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	text-align:center;
	background: url(bubble_filler.gif) repeat bottom; 
}
a.hh:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(bubble.gif) no-repeat bottom;
}