/* ------------------
 styling for the tables 
   ------------------   
*/
/*
body
{
	line-height: 1.6em;
}
*/
/*===================================================================NEWS TABLE STYLE================================================*/
#stylepop
{
	position: absolute;
	width: 100%;
	height:auto;
	font-family: "微軟正黑體","Microsoft JhengHei", Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: normal;
	background-color:#0d0d0d;
	
}

#stylepop table{
	width: 100%;
	font-family: "微軟正黑體","Microsoft JhengHei", Arial, Helvetica, sans-serif, Verdana,"Lucida Sans Unicode", "Lucida Grande";	
	font-size: 14px;
	margin: 0px;	
	text-align: center;
	border-collapse: collapse;
}

#stylepop th
{
	font-family: "微軟正黑體","Microsoft JhengHei", Arial, Helvetica, sans-serif, Verdana,"Lucida Sans Unicode", "Lucida Grande";		
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	/*background: #0d0d0d url('../images/news/gradhead.png') repeat-x;*/
	background: #0d0d0d
	border-top: 2px solid #322E25;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}
#stylepop td
{
	font-family: "微軟正黑體","Microsoft JhengHei", Arial, Helvetica, sans-serif, Verdana,"Lucida Sans Unicode", "Lucida Grande";		
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #ffffff;
	border-top: 1px solid #fff;
/*	background: #322E25 url('../images/news/gradback.png') repeat-x;*/
	background: #322E25
}
#stylepop tfoot tr td
{
	background: #322E25;
	font-size: 12px;
	color: #99c;
}

#stylepop a, a:link, a:visited{
	font-family: "微軟正黑體","Microsoft JhengHei", Arial, Helvetica, sans-serif, Verdana;	
	font-size: 16px;
	font-weight: 900;	
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	color: #0d0d0d;
}
#stylepop a:hover {
	font-family: "微軟正黑體","Microsoft JhengHei", Arial, Helvetica, sans-serif, Verdana;		
		text-decoration: underline, overline;
		color: red;
}

