/* tables */
table.tablesorter {
	border:1px solid;
	border-collapse:collapse;
	border-color: #cccccc;
}
table.tablesorter td{
	border:1px solid #cccccc;
	padding:1px;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #CBD300;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: #FFFFFF;
}
table.tablesorter thead tr .header {
	background-image: url(/images/flag_sortitem.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}

A:link    { color: #666666; text-decoration: underline; font-weight: normal;}
A:visited { color: #666666; text-decoration: underline; font-weight: normal;}
A:hover   { color: #666666; text-decoration: none; font-weight: normal;}

table_text2 {
	color: #666666;
	font-size : 9px;
	line-height:14px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif,  taipei;
	background-color: #F4F2F2;
	padding-left: 5px;
	padding-right: 5px;

}
table_text {
	background-color:#FFFFFF;
}
table_text2 A:link {
	color: #666666;
	font-size : 9px;
	line-height:14px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif,  taipei;
	background-color: #F4F2F2;
	text-decoration: underline;	
}
table_text2 A:visited {color: #666666; text-decoration: underline;   font-size : 9px; line-height:14px; font-weight: normal; font-family: Verdana, Arial, sans-serif,  taipei; background-color: #F4F2F2; }
table_text2 A:hover   {color: #CC0000; text-decoration: none;   font-size : 9px; line-height:14px; font-weight: normal; font-family: Verdana, Arial, sans-serif,  taipei; background-color: #F4F2F2; }

table_text td A:link {
	color: #666666;
	font-size : 9px;
	line-height:14px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif,  taipei;
	background-color: #F4F2F2;
	text-decoration: underline;	
}
table_text A:visited {color: #666666; text-decoration: underline;   font-size : 9px; line-height:14px; font-weight: normal; font-family: Verdana, Arial, sans-serif,  taipei; background-color: #F4F2F2; }
table_text A:hover   {color: #CC0000; text-decoration: none;   font-size : 9px; line-height:14px; font-weight: normal; font-family: Verdana, Arial, sans-serif,  taipei; background-color: #F4F2F2; }


table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/flag_top.png);
	background-color: #3399FF;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/flag_down.png);
	background-color: #3399FF;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #333333;
}
