/********************************************************************* 表單樣式 */
.input_btn1, .input_btn2 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px 7px 4px 3px;
	height: 22px;
	border: 0px;
	cursor: pointer;
}
.input_btn1 {
	background: url(icon/btn-bg1.gif) no-repeat right;
}
.input_btn2 {
	background: url(icon/btn-bg2.gif) no-repeat right;
}
/********************************************************************* 頁數樣式 */
.pageTop {
	border-bottom: 2px dotted #C5D5E4;
}
.pageBottom {
	border-top: 2px dotted #C5D5E4;
}
.pageTop, .pageBottom {
	color: #0066CC;
	line-height: 27px;
	margin: 5px 0px 15px 0px;
}
.pageTop a, .pageBottom a {
	color: #6699FF;
}
.pageTop a:hover, .pageBottom a:hover {
	color: #FF3300;
	text-decoration: none;
}
.pageTop strong, .pageBottom strong {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.page_prev, .page_next {
	float: left;
	display: block;
	height: 25px;
	width: 60px;
	margin-left: 5px;
	line-height: 100px;
	overflow: hidden;
}
.page_prev:hover {
	background: url(icon/btnC_prev.gif) no-repeat;
}
.page_next:hover {
	background: url(icon/btnC_next.gif) no-repeat;
}
.page_prev {
	background: url(icon/btnC_prev2.gif) no-repeat;
}
.page_next {
	background: url(icon/btnC_next2.gif) no-repeat;
}

/********************************************************************* 內文table樣式 */
.table1, .table2, .table3 {
	background-color: #999999;
	margin-bottom: 15px;
}
.table1 td, .table2 td, .table3 td {
	padding: 1px;
	border: 2px solid #FFFFFF;
	line-height: 20px;
}
.table1 th, .table2 th, .table3 th {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	border: 2px solid #FFFFFF;
	line-height: 20px;
}
.table1 ul, .table2 ul, .table3 ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	line-height: 28px;
}
.table1 th {
	color: #996600;
	background: #FFE287 url(icon/table-th_bg1.jpg) repeat-x;
}
.table2 th {
	color: #339999;
	background: #B3E0E0 url(icon/table-th_bg2.jpg) repeat-x;
}
.table3 th {
	color: #006699;
	background: #C3DFF9 url(icon/table-th_bg3.jpg) repeat-x;
}
.table1 h6, .table2 h6, .table3 h6 {
	font-size: 14px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.table1 h6.spot_ball, .table2 h6.spot_ball, .table3 h6.spot_ball {
	color: #CC0000;
	background: url(icon/spot_ball1.gif) no-repeat 0px 4px;
}
.table1 h6 {
	color: #CC6600;
	background: url(icon/spot_ring1.gif) no-repeat 0px 4px;
}
.table2 h6 {
	color: #669999;
	background: url(icon/spot_ring2.gif) no-repeat 0px 4px;
}
.table3 h6 {
	color: #0066CC;
	background: url(icon/spot_ring3.gif) no-repeat 0px 4px;
}
.table1 tr, .table2 tr, .table3 tr {
	background-color: #FFFFFF;
}
/********************************************************************* 內文文字樣式 */
.txtL {
	font-size: 16px;
}
.txtM {
	font-size: 14px;
}
.txtS {
	font-size: 10px;
}
.txt_red1 {
	color: #FF6699;
}
.txt_red2 {
	color: #FF0000;
}
.txt_red3 {
	color: #CC0000;
}
.txt_purple1 {
	color: #9966FF;
}
.txt_blue1 {
	color: #6699FF;
}
.txt_blue2 {
	color: #336699;
}
.txt_orange1 {
	color: #FF6633;
}
.txt_gray1 {
	color: #999999;
}
.txt_bg1 {
	background-color: #FF99CC;
}
.txt_bg2 {
	background-color: #99CCFF;
}
.txt_bg3 {
	background-color: #FFCC66;
}

/********************************************************************* 內文圖片樣式 */
.img_baner {
	padding: 5px;
	width: 198px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.img_border {
	border: 1px solid #666666;
}
.img_photo {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
