table {
	border-spacing: 1px 1px;
	border-collapse: separate;
}

table thead {
	font-weight: bold;
	width: 100%;
	height: 1.5em;
	font-size: 13px;
	
}

table td.order {
	width: 39px;
}

td.td_one {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	white-space: nowrap;
	width: 1%;
}

.td_two {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 96%;
}

.td_three {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	white-space: nowrap;
	width: 1%;
}

.td_four {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	white-space: nowrap;
	width: 1%;
}

.td_five {
	white-space: nowrap;
	width: 1%;
}

.td_Download_five {
    padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	white-space: nowrap;
	width: 1%;
}

.aleft {
	text-align: left;
	padding-left: 4px;
}

/*
table a {
	color: #cc0000;
	text-decoration: underline;
}

table a:hover {
	color: #cc0000;
	text-decoration: none;
}
*/
table td a.download {
	background: transparent url(/include/images/grayfolder.png) left center no-repeat;
	color: #666666;
	padding-left: 17px;
}

table tbody td {
	background-color: #fdeeee;
	color: #656565;
	line-height: 2.08em;
	text-align: center;
}

table tbody .odd td {
	background-color: #fef5f5;
}

table tbody .tdContent {
	text-align: left;
	padding-left: 10px;
}
table.ranktable tbody .tdContent {
	text-align: left;
	padding-left: 10px;
}

table td.eval {
	width: 92px;
	padding-left: 0px;
}

table thead td {
	line-height: 2.5em;
}

table a.rankstar {
	background: transparent url(/include/images/n_star.png) top center no-repeat;
	display: block;
	width: 13px;
	height: 12px;
	float: left;
	margin-right: 2px;
	overflow: hidden;
	text-indent: -999em;
}

table a.rankstar:hover {
	background: transparent url(/include/images/y_star.png) top center no-repeat;
}

table a.tick {
	background: transparent url(/include/images/y_star.png) top center no-repeat;
}