/* CSS Document 就为了出下划线 */
*{margin:0;border:0;} 
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	color:#333333;
	text-decoration: none;
}

.blue {
	font-family: Arial;
	color: 003399;
	text-decoration: none;
	line-height:18px;
	font-size: 12px;
	
}
.text {
	font-family: Arial;
	color:333333;
	text-decoration: none;
	font-size: 12px;
	line-height:17px;
	
}
.title{
	font-family: Arial;
	color: 003399;
	font-weight:bold;
	font-size: 12px;
	
}

 a:link {
    font-family: Arial;
	color:#003366;
	font-size: 12px;
	text-decoration:underline;}
 a:visited {
    font-family: Arial;
	color:#003366;
	font-size: 12px;
	text-decoration:underline;
}
 a:hover {
	font-family: Arial;
	color: #003366;
	font-size: 12px;
		text-decoration:underline;
}

.border{ border:solid #D0CECF 1px;}



.visit {
        background-repeat:no-repeat;
        background-position:bottom;}


 a.blue:link {
    font-family: Arial;
	text-decoration:underline;
	color:#003366;
	text-decoration:underline;
	font-size: 12px;}
 a.blue:visited {
    font-family: Arial;
		text-decoration:underline;
	color:#003366;
	text-decoration:underline;
	font-size: 12px;}
 a.blue:hover {
	font-family: Arial;
	text-decoration:underline;
	color: #003366;
	font-size: 12px;
}

 a.b:link {
    font-family: Arial;
	text-decoration:none;
	color:#003366;
	text-decoration:none;
	font-size: 12px;}
 a.b:visited {
    font-family: Arial;
	text-decoration:none;
	color:#003366;
	text-decoration:none;
	font-size: 12px;}
 a.b:hover {
	font-family: Arial;
	text-decoration:underline;
	color: #003366;
	font-size: 12px;
}

 a.b1:link {
    font-family: Arial;
	text-decoration:none;
	color:#82C445;
	text-decoration:none;
	font-size: 12px;}
 a.b1:visited {
    font-family: Arial;
	text-decoration:none;
	color:#82C445;
	text-decoration:none;
	font-size: 12px;}
 a.b1:hover {
	font-family: Arial;
	text-decoration:underline;
	color: #82C445;
	font-size: 12px;
}







.table_bg{background-image: url(api_index_05.gif);
background-repeat:no-repeat;}
.table_bg1{background-image: url(api_index_055.gif);
background-repeat:no-repeat; background-position:bottom;}

.table_leftbg{background-image: url(api_index_06.gif);
background-repeat:no-repeat;}
/*code based on Stu Nicholls "ultimate dropdown menu"
http://www.cssplay.co.uk*/
/*common styling*/
/*menu container*/


.menu_line{ border-bottom:solid 1px #CCCCCC;
border-top:solid 1px #CCCCCC; }







/*untitle*/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
font-family:Arial;
font-size:12px;
font-weight:bold;
background-color: #F1F1F1; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
text-align:center;
width: 102px; /*Width of top level menu link items*/
padding: 1px 4px;
border: 1px solid f1f1f1;
border-left-width: 0;
text-decoration: none;
color:#034895;
}
    
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;

position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;

width: 102px; /*width of sub menu levels*/
color: #034895;
text-align:center;
text-decoration: none;
padding: 1px 4px;
border: 1px solid #ffffff;
}

.suckertreemenu ul li a:hover{
background-color:#C9D2DF;
color: #034895;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F1F1F1 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* End */



.text_file {border:#003366 1px solid;}


/*eric_layout_css*/

.scroll{
margin-left:30px;
}

.quick_menu_table{
margin-left:17px;}


td .over{
overflow:hidden;
} 


.bott{
display:block;
background-color:#ECE9D8;
width:120px;
height:23px;
text-decoration:none;
color:#000000;
padding-top:3px;
}

.bott span{
color:#000000;}


input{
border-width:1px;
border-style:solid;
border-color: #CCCCCC;
}

span.bott_script a{
display:block;
}




.table_border{
border-top:1px solid #000000;
border-left:1px solid #000000;
}

table.table_border td{
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}





