table.intro-table {
	width: 80%;
	line-height: 20px;
	border-collapse:collapse; 
}

table.intro-table tr.header {
	font-weight:bold;
}

table.intro-table tr {
	border-bottom: 1px solid black;
}

table.intro-table td.label {
	text-align: right;
	padding-right: 20px;
	width: 200px;
	border-right: 1px solid black;
}

table.intro-table td.value {
	text-align: center;
	padding-left: 10px;
	width: 200px;
}

table.intro-table {
	width: 600px;
	margin: 0px auto;
	font: Georgia 11px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border-collapse: collapse; /*细线表格代码*/
}

table.intro-table td {
	border: 1px solid #999; /*细线表格线条颜色*/
	height: 22px;
}

table.intro-table caption {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
}

table.intro-table tr.t1 td {
	background-color: #fff;
}  /* 交替行第一行的背景色 */
table.intro-table tr.t2 td {
	background-color: #eee;
}  /* 交替行第二行的背景色 */
table.intro-table tr.t3 td {
	background-color: #ccc;
}  /* 鼠标经过时的背景色 */
table.intro-table th,tfoot tr td {
	font-weight: bold;
	text-align: center;
	background: #BBE15F;
}

table.intro-table th {
	line-height: 30px;
	height: 30px;
}

table.intro-table tfoot tr td {
	background: #fff;
	line-height: 26px;
	height: 26px;
}

table.intro-table thead {
	border: 1px solid #999;
}

table.intro-table thead tr td {
	text-align: center;
}


table.intro-table .grayr {
	padding: 2px;
	font-size: 11px;
	background: #fff;
	float: right;
}

table.intro-table .grayr a {
	padding: 2px 5px;
	margin: 2px;
	color: #000;
	text-decoration: none;;
	border: 1px #c0c0c0 solid;
}

table.intro-table .grayr a:hover {
	color: #000;
	border: 1px orange solid;
}

table.intro-table .grayr a:active {
	color: #000;
	background: #99ffff
}

table.intro-table .grayr span.current {
	padding: 2px 5px;
	font-weight: bold;
	margin: 2px;
	color: #303030;
	background: #fff;
	border: 1px orange solid;
}

table.intro-table .grayr span.disabled {
	padding: 2px 5px;
	margin: 2px;
	color: #797979;
	background: #c1c1c1;
	border: 1px #c1c1c1 solid;
}