﻿body {margin:0px; padding:0px; font:normal 12px/20px verdana; color:#666;}
td{
	font-size:12px;
	color:#666666;
	line-height:20px;
}
.tableContent {
	BORDER-RIGHT: #DA6664 0px solid; BORDER-TOP: #000000 2px solid; BORDER-LEFT: #DA6664 0px solid; BORDER-BOTTOM: #000000 2px solid
}
.td1{border-bottom:1px #000000 solid;}

.black1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.black2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.black {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.ys {
	font-size: 12px;
	color: #ffffff;
}
.red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.bluex {
	font-size: 12px;
	font-weight: bold;
	color: #04A9EB;
}
.white {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}
a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}

a:link.menu {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited.menu {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menu {
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

a:link.bah {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
a:visited.bah {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
a:hover.bah {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a:link.white {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a:visited.white {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a:hover.white {
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}

a:link.pro {
	font-size: 12px;
	color: #6180aa;
	text-decoration: none;
}
a:visited.pro {
	font-size: 12px;
	color: #6180aa;
	text-decoration: none;
}
a:hover.pro {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.tableContent {
	BORDER-RIGHT: #ffffff 5px solid; BORDER-TOP: #ffffff 5px solid; BORDER-LEFT: #ffffff 5px solid; BORDER-BOTTOM: #ffffff 5px solid; 
}


	
dashed_tbl {
 border-top: 1px dashed #333333;
 border-left: 1px dashed #333333;
}
.dashed_tbl td{

 border-bottom:1px dashed #333333;
 border-right:1px dashed #333333;
 padding:3px 10px;
}

.table1 td{
 border:1px #CCCCCC dotted;
 line-height: 17px;
 font-size: 9pt;
 padding:3px 10px;
}


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 149px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
font:12px 宋体;
background: #fff;
padding: 5px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white;
background-color: gray;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}