/*
  readpage.css 2007/3/22 v4.0
  edited by drawtide in Tang Digital Integration
  Copyright (c) 2007 Tang Digital Integration
  
  css div式排版、表格細部控制
*/

*{
	margin:0;
}
body {
	background-image: url(images/readpage/bg.jpg);
	background-repeat:repeat-x;
}

/*方塊容器*/
#boxContainer{
	margin:0 auto;
	width:634px;	
}
/*方塊容器標題*/
#boxTop{
	width:634px;
	height:104px;
	background:url(images/readpage/top.jpg);
}
/*方塊容器內容*/
#boxCenter{
	background-image:url(images/readpage/bg_center.jpg);
}
/* 方塊容器內容第二層 有兩種背景圖片時適用*/
#boxCenter_2{
	background-image:url(images/readpage/bg_center_2.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:55px;
}
/*方塊容器結尾*/
#boxFooter{
	width:634px;
	height:53px;
	background:url(images/readpage/bg_footer.jpg);
	font-size:11px;
	text-align:right;
}
#boxFooter a{
	font:arial;
	color:#003366;
	text-decoration:none;
}
/*廣告視窗*/
#banner{
	margin-top:10px;
}


/* 表格容器 contentTable*/
table.contentTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	width:550px;
}
table.contentTable th {

}
table.contentTable td {
	padding:5px;
	border-bottom:#CCCCCC 1px solid;
	font-size:12px;
}

table.contentTable a:link{
	text-decoration:underline;
	color:#FF6600;
}
table.contentTable a:visited{
	text-decoration:underline;
	color:#FF6600;	
}
table.contentTable a:hover{
	text-decoration:none;
}

/*contentTable end*/
.borderBottom{
	border-bottom:#CCCCCC 1px solid;
}