﻿@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
	overflow-x:hidden;
	margin: 5px;
	scrollbar-3d-light-color: #d9cebb;
    scrollbar-arrow-color: #5e4925;
    scrollbar-base-color: #d9cebb;
    scrollbar-dark-shadow-color: #f2eee6;
    scrollbar-face-color: #f2eee6;
    scrollbar-highlight-color: #d9cebb;
    scrollbar-shadow-color: #d9cebb;
}
.datenu {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #503e1a;
}
.hr {
	font-size: 9pt;
	color: #503E1A;
	height: 24px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.title {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #503e1a;
	font-weight: bold;
	text-decoration: none;
}
.txt {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #333;
	line-height: 21px;
}
.titlea {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #503e1a;
}
.program_box {
	width: 80px;
	background-color: #F9F6F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #503E1A;
	border-right-color: #503E1A;
	border-bottom-color: #503E1A;
	border-left-color: #503E1A;
	padding: 5px;
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #9C8054;
}
.select_program_box {
	width: 80px;
	background-color: #503E1A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #503E1A;
	border-right-color: #503E1A;
	border-bottom-color: #503E1A;
	border-left-color: #503E1A;
	padding: 5px;
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #F3EDDD;
}
.vodselect_program_box {
	width: 80px;
	background-color: #F9F6F1;
	padding: 2px;
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #9C8054;
	border: 1px solid #A6936A;
}
.daylist {
	padding: 2px;
}
.photo_frame {
	height: 250px;
	width: 200px;
	background-attachment: scroll;
	background-image: url(images/photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.link{
	font-family: Arial, "新細明體";
	color: #503e1a;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
a.link:link {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #503e1a;
	font-weight: normal;
	text-decoration: underline;
}
a.link:visited {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #503e1a;
	text-decoration: none;
	font-weight: normal;
}
a.link:hover {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	font-weight: normal;
	color: #F60;
	text-decoration: underline;
}
.vodlist_main {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.vodphoto {
	background-image: url(images/bg_vodphoto.gif);
	height: 70px;
	width: 90px;
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.vodphoto1 {
	background-image: url(images/bg_vodphoto.gif);
	height: 70px;
	width: 90px;
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.vodphoto2 {
	background-image: url(images/bg_vodphoto.gif);
	height: 70px;
	width: 90px;
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 0px;
}
.vodlistlinebg {
	background-attachment: scroll;
	background-image: url(images/bg_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*頁碼*/
.pagination{
	width:300px;
	background-attachment: scroll;
	background-image: url(../images/title_pagefuntion.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	/*float: left;*/
	font-family: Arial, "新細明體";
}

.pagination ul{
	margin: auto;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 12px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 0px solid #9aafe5;
	text-decoration: none;
	color: #999;
}

.pagination a:hover, .pagination a:active{
	border: 0px solid #2b66a5;
	color: #999;
	background-color: #E3E3E3;
}

.pagination a.currentpage{
	background-color: #999;
	border-color: #ae9a68;
	font-weight: bold;
	cursor: default;
	color: #FFFFFF;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	cursor: default;
	color: #999;
	border-color: #D9C7A4;
	font-weight: bold !important;
}

.pagination a.prevnext{
font-weight: bold;
}
