@charset "utf-8";
/* -------------------------------------------------------
Author: Vitaly Friedman
Theme: Green Life - A Fresh, Warm and Readable Table
URL: http://www.alvit.de/vf
-------------------------------------------------------
*/
 
 	#cont	table {
	font: 12px/19px "新細明體";
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	color: #666666;
		}
		
	#cont	caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
		
	#cont	td {
	margin: 0;
	padding: 12px 10px;
	border: 1px dotted #f5f5f5;
		}
		
		
	#cont	th {
			font-weight: normal;
			text-transform: uppercase;
		}
		
	#cont	thead tr th {
	background-color: #336633;
	padding:  12px 10px;
	color: #fff;
	font-weight: bold;
	border-right: 2px solid #333;
	text-transform: uppercase;
	text-align:center;
		}
		
	#cont	tfoot tr th, tfoot tr td {
			background-color: transparent;
			padding:  20px 10px;
			color: #ccc;
			border-top: 1px solid #ccc;
		}
		
	#cont	tbody tr th {
			padding: 20px 10px;
			border-bottom: 1px dotted #fafafa;
		}
		
	#cont	tr { 
			background-color: #FBFDF6;
		}
	#cont	tr.odd {
			background-color: #EDF7DC;
		}
		
	#cont	tr:hover {
		}
		
	#cont	tr:hover td, tr:hover td a, tr:hover th a {
			color: #a10000;
		}
		
	#cont	td:hover {
		}

	#cont	tr:hover th a:hover {
			background-color: #F7FBEF;
			border-bottom: 2px solid #86C200;
		}
		
	#cont	table a {
			color: #608117;
			background-image: none;
			text-decoration: none;
			border-bottom: 1px dotted #8A8F95;
			padding: 2px;
			padding-right: 12px; 
			/*background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;*/
		}

	#cont	table a:hover {
	color: #BBC4CD;
	background-image: none;
	text-decoration: none;
	border-bottom: 3px solid #86C200;
	padding: 2px;
	padding-right: 12px;
	color: #A2A2A2;
	/*background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;*/
		}
		
	#cont	table a:visited {
			text-decoration: none;
			border-bottom: 1px dotted #86C200;
			text-decoration: none;
			padding-right: 12px; color: #A2A2A2; 
			/*background: transparent url(http://www.alvit.de/vf/csstablegallery/Link.gif) no-repeat 100% 50%;*/
		}
		
	#cont	table a:visited:hover {
			background-image: none;
			text-decoration: none;
			border-bottom: 3px solid #86C200;
			padding: 2px;
			padding-right: 12px; color: #A2A2A2; 
			/*background: transparent url(http://www.alvit.de/vf/csstablegallery/Link.gif) no-repeat 100% 50%;*/
		}
