/*plug list*/
.plugList .plugRow {
	border-bottom: 1px dotted #EEEEEE;
	padding: 10px 0px 10px 0px;
}

.plugList h2 {
	font-size: 14px;
	float: left;
	color: #293D6B;
	margin: 0px 0px 10px 0px;
}

.plugList .plugType {
	color: #666666;
	float: right;
}

.plugList .plugTab {
	clear: both;
}

.plugList .plugContent {
	padding: 0px 0px 4px 0px;
	color: #666666;
}

.plugList .plugDown {
	padding: 0px 0px 4px 0px;
}

.plugList .plugDown a {
	margin: 0px 3px 0px 3px;
	color: #000000;
}

/*tab list*/
.listHeader td {
	font-weight: bold;
}

.listHeader td,.listBody td {
	font-size: 14px;
}

.listHeader td,.listFooter td {
	padding: 0px 8px 1px 8px;
}

.listBody td {
	padding: 8px;
}

.listBody td a {
	color: #5C81A7;
	font-weight: bold;
}

.listFooter {
	background-color: #cccccc;
}

.listFooter td a {
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: black;
}

.lineInner {
	background-color: #5C81A7;
	height: 1px;
}

.lineHeader {
	background-color: #cccccc;
	height: 3px;
}