﻿html
{
	overflow:hidden;
}
body
{
	font-family:Tahoma;
	font-size:12px;
	padding:0px;
	margin:0px;
}
input,select,textarea
{
	font-family:Tahoma;
	font-size:12px;
}

a
{
	/*color:#215084;*/
	color:#222;
	text-decoration:none;
}

a:hover
{
	color:#8c5104;
}

ul,tt,li
{
	margin:0px;
	padding:0px;
	
}
li
{
	list-style:none;
}

.clear
{
	clear:both;
	height:0px;
	overflow:hidden;
	border:none;
}

.gray a
{
	color:#ccc;
}

.clearfloat {/*FF兼容性处理，清除浮动，使用方法<br class="clearfloat" />*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    overflow:hidden;
}


#main_body
{
	height:100%;
	background:url(../images/api/bg.gif) repeat-x left top;
}

#head
{
	height:54px;
	overflow:hidden;
	position:relative;
}

#head #logo
{
	position:absolute;
	left:0;
	top:0;
	width:142px;
	height:54px;
	background:url(../images/api/logo.gif) no-repeat;
}

#head #tt
{
	position:absolute;
	left:167px;
	top:0;
	width:752px;
	height:54px;
	background:url(../images/api/hd_bg.gif) no-repeat;
}

.frame_tt
{
	margin-left:147px;
	width:801px;
	height:51px;
	background:url(../images/api/tt_bg.gif) no-repeat;
}

.bt
{
	width:163px;
	height:27px;
	background:url(../images/api/bt.gif) no-repeat;
	border:none;
}

.bt2
{
	width:95px;
	height:32px;
	background:url(../images/api/bt2.gif) no-repeat;
	border:none;
	line-height:32px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.ts
{
	width:16px;
	height:16px;
	overflow:hidden;
	display:none;
	background:url(../images/api/ts.gif) no-repeat left center;
}
.div_1
{
border-right:4px #88b3ce solid;
border-bottom:4px #88b3ce solid;
}