﻿body{
	 font: 12px/1.5 tahoma,微軟正黑體,"Microsoft JhengHei",LiHeiPro,新細明體,PMingLiU,\5b8b\4f53,細明體,MingLiU,serif;
	 width:100%;
	 color:#4C4C4C;
}
.fl
{
    float:left;
}
span.fl {
	line-height: 50px;
}
a{
	color:#0063DC;
}
a.visted{
	color:#0063DC;
}
ul.hnav li{
	display:inline-block;
	float:left;
}
ul.form li.item{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.error{
	display: block;
color: red;
padding: 10px 17px;
background: #ebdfdf url(../Images/1280576113_close.png) 20px center no-repeat;
font-weight: 700;
border: 1px solid red;
width: 50%;
margin: 5px auto;
}
p.center {
	text-align:center;
}

p.btn {
    background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #ccc;
    height:25px;
    position:relative;
	margin: 0px -10px;
}
p.btn a {
	display:inline-block;
	text-decoration:none;
	padding:5px 13px 3px;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#69477f;
	letter-spacing:1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}
p.btn a.white {
	display:inline-block;
	border-right:1px #ccc solid;
	text-decoration:none;
	border
}
p.btn a.blue {
	border-left:1px #ccc solid;
	display:inline-block;
	text-decoration:none;
	position:absolute;
	right:0;
	top:0;
}

/*p.btn a{
	padding:5px;
	margin:5px;
	display:inline-block;
	font-size:14px;
	color:#FFF;
	background-color:#0063DC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-weight:bold;
	text-decoration:none;
}*/
.h{
	color:#69487f;
}
input {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-moz-border-radius: .6em /*{global-radii-blocks}*/;
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
}
select {
	border: 1 solid #eee;
}
select, input {
	background-image: none;
	padding: .4em;
	margin: .5em 0;
	line-height: 1.4;
	font-size: 16px;
	display: block;
	width: 100%;
	outline: 0;
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
select.year{
	display:inline-block;
	width:60%;
	float:left;
}
select.month{
	display:inline-block;
	width:38%;
	margin-left:2%;
}
table.default{
	border-collpase:collpase;
	margin: 5px 0px;
}
table.default th{
	border: 1px solid #69487f;
	text-align:left;
	background-color:#69487f;
	color:#FFF;
	padding:5px;
}
table.default td{
	padding:5px 5px;
	border:#CCCCCC 1px solid;
}
ul.law li{
	color:#17807D;
	list-style:disc;
	list-style-position:inside;
}
.header-bg{
	background:##6a477f;
	border-bottom: 1px solid #333;
}
#header{
	background:#6a477f;
	height:66px;
	padding:3px 0px 4px 0px;
}
#lang {
	float:right;
	margin-top:5px;
}
#lang a{
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#FFF;
	text-decoration:none;
	padding:3px;
	margin:0px 5px;
}

#menu { 
width: 100%; 
background: #f2f5f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #ccc;
}

#nav{/*gary bar*/
	width: 100%;
	display: table;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

#nav li.first { }

#nav li{/*line*/
	/*background:url(../images/line.png) right center no-repeat;*/
	
	display: table-cell;
	width: 15%;
}

#nav li.mixed{
	width: 25%;
}

#nav li a{
	text-decoration:none;
	display:block;
	color:#69477f;
	text-align:center;
	font-style:normal;
	font-size:14px;
	color:#69477f;
	letter-spacing:.5px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #ccc;
}
#nav a.active {/*change*/
	background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	color:#69477f;
}
#home{
	height:55px;
	width:131px;
	margin-top:3px;
	margin-left:8px;
	display:block;
	float:left;
}
#container{
	
}
.container{
	padding:0 10px;
}
#programs-list{
	
}
#programs-list li{
	padding:5px;
	clear:both;
	overflow:hidden;
	height:54px;
	border-bottom:#CCCCCC 1px solid;
}
#programs-list li a{
	background:url(../Images/list_arrow.png) right center no-repeat;
	display:block;
	text-decoration:none;
}
#programs-list li span.window{
	width:60px;
	display:block;
	height:50px;
	overflow:hidden;
	float:left;
}
#programs-list li img{
	width:90px;
	height:75px;
	margin-left:-15px;
	margin-top:-7px;
}
#programs-list li p.name{
	font-size:14px;
	overflow:hidden;
	padding-left:5px;
	line-height:20px;
	font-weight:bold;
	margin-right:30px;
}
#programs-list li p.intro{
	color:#999;
	font-size:12px;
	overflow:hidden;
	padding-left:5px;
	height:20px;
	line-height:20px;
	margin-right:30px;
}
#ContentPlaceHolder1_intro {
	padding: 5px 5px 5px 0px;
	width: 100%;
	max-width: 100%;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
#bottom-nav{
	line-height:20px;
	hight:20px;
}
#bottom-nav a{
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
#footer{
	padding-top:15px;
	padding-bottom:25px;
	border-top: 1px solid #ccc;
	font-size:10px;
	clear:both;
	color:#999999;
	background: #f2f5f6;
}
#footer p{
	text-align:center;
}
#copyright{
	text-align:center;
	color:#999999;
	line-height:20px;
}
#tac h2{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
#tac #container ul{
	list-style:decimal;
	list-style-position:inside;
}
#tac #container ul li{
	padding:2px 0px;
}
#rsl #container ul{
	margin:10px 0px;
	padding:10px;
	background-color:#F2F2F3;
	-webkit-border-radius-topleft:15px;
	-moz-border-radius-topleft:15px;
}
#rsl #container li{
}
#rsl #container li.name{
	font-size:14px;
	font-weight:bold;
	color:#69487f;
}
#rsl #container li.ps{
	color:#17807D;
}
#program #container h2.name{
	font-size:14px;
	padding: 3px 0px;
}
img.cover{
	display:block;
	margin:10px 0px 0px;
	border: 1px solid #ccc;
	max-width: 200px;
}

#program #container {
	margin: 10px auto;
	padding: 0px 5px;
}

#program #container span.price{
	display:block;
	height:26px;
	line-height:26px;
	color:#17807D;
}
#program #container .filmaddress, #ContentPlaceHolder1_L_Address {
	display:block;
	line-height:22px;
	color:#888;
}

#ContentPlaceHolder1_L_Date {
	display:block;
	line-height:22px;
}
#ctl00_ContentPlaceHolder1_ProChildGridView{
	margin-top:25px;
}
#ContentPlaceHolder1_ProChildGridView {
	width: 100%;
}
a.book{
	text-decoration:none;
	white-space: nowrap;
}
span.saleout{
	color:#999999;
	white-space: nowrap;
}

#prochild span.date,
#prochild span.address{
	display:block;
}
#prochild #container h2.name{
	font-size:14px;
	padding:3px 0px;
}
#prochild .form {
	padding: 0px 20px 10px;
}
div.step{
	margin-top:15px;
}
p.step{
	color:#17807D;
	font-weight:bold;
	font-size:14px;
	border-bottom:#17807D 1px solid;
}

#ContentPlaceHolder1_TableContainer {
	width: 99%;
	margin: 5px 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	zoom: 1;
}

#ContentPlaceHolder1_TableContainer img {
	max-width: 100%;
}

#prices_list {
	margin: 5px auto;
	border: 1px solid #eee;
	padding: 5px;
	display: table;
}

#prices_list li {
	float: left;
	margin-right: 5px;
}

.prices_box {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.prices_box.PricesA {
	background: Red;
}
.prices_box.PricesB {
	background: Blue;
}
.prices_box.PricesC {
	background: Green;
}
.prices_box.PricesD {
	background: #808000;
}

#TV_Seat {
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #eee;
	font-size: .9em;
}
#TV_Seat td {
	border: 1px solid #fff;
	/*padding: 0px 1px;
	min-width: 12px;
	font-size: .3em;*/
	color: #000;
	text-align: center;
}

#TV_Seat td.sales, #TV_Seat td.seat {
	padding: 0 1px;
	min-width: 12px;

}
#TV_Seat td[data-price]
{
background: red;

}

#TV_Seat td[data-sales]
{
background: black;
color:white;
}
#TV_Seat td.sales {
	background: #000;
	color: #eee;
}

/*#TV_Seat td.seat {
	background: Red;
}*/