@CHARSET
"UTF8"
;

/**
* programs -> 首頁 最新節目
*/
.latestProgramList {
    float: left;
    padding: 10px 0 10px 0px;
}

.latestProgram {
    float: left;
    background-image: url( ../images/programbg.gif );
    background-repeat: no-repeat;
    height: 170px;
    padding: 9px 30px 0 8px;
}

.latestProgram img {
    width: 148px;
}

/**
* ntchOwnProgram -> 兩廳院主辦節目
*/
.ntchOwnProgramList {
    float: left;
    padding: 10px 0 10px 10px;
}

.ntchOwnProgramList .title {
    float: left;
    color: #B1867F;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    width: 580px;
    font-weight: bold;
}

.thisMonthProgramList .title {
    float: left;
    color: #B1867F;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    width: 560px;
    font-weight: bold;
}

.performanceContent {
    overflow: auto;
    height: 400px;
    float: left;
    width:585px;
}

.performanceList .title {
    float: left;
    color: #B1867F;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}

.ntchOwnProgram {
    float: left;
    background-image: url( ../images/programbg.gif );
    background-repeat: no-repeat;
    height: 232px;
    padding: 9px 26px 0 8px;
}

.ntchOwnProgram img {
    width: 210px;
    height: 210px;
}

.ntchProgram img {
    width: 148px;
}

/**
* 本月節目列表
*/

.thisMonthProgramList, .performanceList {
    float: left;
    padding: 10px 0 10px 10px;
}

.thisMonthProgram, .performance {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    font-family: "細明體, Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 13px;
    line-height: 130%;
    padding-top: 7px;
    height: auto;

}

.programTable div:hover {
    background-color: #D4BDB9;
}

.thisMonthProgram a {
    text-decoration: none;
}

.period {
    color: #3E3E3E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 130%;
    font-weight: bold;
    text-decoration: none;
   	float:left;
   	width:316px;
}


.programInfo .bigger{
		font-size:16px;
}

.programDetail .heigher{
		height:150px !important;
}

.thisMonthProgram .name a, .commentFunction a, .tablelink a {
    color: #6A6A6A;
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
}

.thisMonthProgram .name a:hover, .hotComments .comment a:hover, .commentFunction a:hover, .programRelate .comment a:hover, .tablelink a:hover {
    color: #B05333;
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
}

/**
* 節目列表 By Category顯示
*/

.programList {
    float: left;
}

.program {
    border-bottom: 1px solid #EEEEEE;
    float: left;
    font-family: "細明體, Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 13px;
    line-height: 18px;
    width: 480px;
}

.program a {
    text-decoration: none;
}

.program .period {
    color: #c0471d;
}

.program .name {

}

.programtopheader {
    background-image: url( ../images/Program_top_bg.jpg );
    background-repeat: no-repeat;
    float: left;
    width: 760px;
    height: 125px;
}

.subMenu {
    width: 760px;
    line-height: 30px;
    background-color: #FFFFFF;
    float: left;
    /*padding-left: 5px;*/
}

.subMenu .link a, .link {
    color: #979797;
    font-size: 13px;
    line-height: 150%;
    text-decoration: none;
}

.subMenu .link a:hover {
    color: #B05333;
    font-size: 13px;
    line-height: 150%;
    text-decoration: underline;
}

.channelContent {
    width: 760px;
    float: left;
}

.programTable {
    display: table;
    width: 630px;
}

#performanceInfo .programTable{
	 display: table;
    width: 585px;		
}

.programTable .row {
    display: table-row;
    float: left;
}

.performanceList .closeBlock {
    float: right;
    padding-right: 20px;
}

.programTable .programName {
    width: 400px;
    text-align: left;
}

.programTable .columns {
    color: #2E1F22;
    font-size: 13px;
    line-height: 200%;
    text-decoration: none;
    background-color: #d4bdb9;
}

.programTable .cell {
    display: table-cell;
    float: left;
    text-align: center;
    height: auto;
}

.programCategory {
    width: 80px;
    border-right: 1px solid #FFFFFF;
}

.programTable .datetime {
    width: 120px;
    border-right: 1px solid #FFFFFF;
    color: #3E3E3E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 130%;
    font-weight: bold;
    text-decoration: none;
}

.programTable .datetimeColumn {
    width: 120px;
    border-right: 1px solid #FFFFFF;
}

.programTable .shorttext {
    width: 50px;
    border-right: 1px solid #FFFFFF;
}

.programTable .text {
    width: 80px;
    border-right: 1px solid #FFFFFF;
}

.programTable .comment {
    width: 200px;
    border-right: 1px solid #FFFFFF;
}

.programTable .longDescription {
    width: 500px;
    border-right: 1px solid #FFFFFF;
}

.programTable .programlongName {
    width: 390px;
    border-right: 1px solid #FFFFFF;
}

.programTable .ticketinfolink {
    width: 150px;
}

.programStartDate {
    width: 140px;
    border-right: 1px solid #FFFFFF;
}

.hotComments {
    background-image: url( ../images/hotcomment_bg.jpg );
    background-repeat: no-repeat;
    float: left;
    margin-top: 15px;
    display:none;
}

.hotComments .title, .programRelate .title {
    background-image: url( ../images/item.gif );
    background-repeat: no-repeat;
    float: left;
    background-color: #999999;
    width: 165px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    padding-left: 15px;
    background-position: 2px 2px;
}

.programRelate .title{
    width:150px;
}

.hotComments .comment a, .programRelate .comment a {
    color: #6A6A6A;
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
}

.commentList {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    width: 165px;
}

.comment {
    float: left;
}

.comment .dot {
    float: left;
}

.comment .link {
    float: left;
    width: 110px;
}

.programInfo {
    float: left;
    width: 580px;
}

.programData {
    float: left;
    background-color: #eddbdb;
    border: 2px groove #FFFFFF;
    padding: 4px;
}

.programImage, .programImage img {
    float: left;
    height: 240px;
    width: 240px;
    padding-right: 5px;
}

.programDetail {
    float: left;
    width: 318px;
}

.programInfo .programName {
    color: #7E423B;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    float:left;
    width:316px;
    margin-bottom:18px;
}
.programInfo .engname{
		font-size: 16px;
}

.programbasic{
	float:left;
	height:220px;
}

.programDetail .sponsors {
    float: left;
    
    width: 318px;
}

.sponsor, .player {
    color: #4F4847;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    float: left;
    width: 318px;
}

.programFunction {
    float: left;
}

.ticketInfo {
    background-image: url( ../images/Program_bn1.gif );
    background-repeat: no-repeat;
    padding-right: 5px;
    background-position: 2px 0px;
}

.preview {
    background-image: url( ../images/Program_bn2.gif );
    background-repeat: no-repeat;
    padding-right: 10px;
    background-position: 2px 0px;
}

.bookmark {
    background-image: url( ../images/Program_bn3.gif );
    background-repeat: no-repeat;
    padding-right: 10px;
    background-position: 2px 0px;
}

.forward {
    background-image: url( ../images/Program_bn4.gif );
    background-repeat: no-repeat;
    padding-right: 10px;
    background-position: 2px 0px;
}

.programFunction a {
    color: #40250A;
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
    padding-left: 22px;
}

.programFunction a:hover {
    color: #B2817B;
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
    padding-left: 22px;
}

.introduction .title {
    color: #B1867F;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #DDDDDD;
    float: left;
    padding-top: 20px;
    width: 100%;
}

.introduction {
    float: left;
    width: 580px;
}

.introduction .content {
    padding-top: 5px;
    color: #2E1F22;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    float: left;
}

.programRelate {
    float: right;
    background-image: url( ../images/programRelatebg.jpg );
    background-repeat: no-repeat;
    margin-left: 4px; /*height: 778px;*/
    width:175px;

}

.programnewsList, .newcommentList {
    float: left;
    width: 755px;
    background-color: #EDEDED;
    margin-top: 25px;
    border: 2px groove #FFFFFF;
    
}
.newcommentList{
    margin-bottom:20px;
    margin-top:10px;
}

.communityfunction{
    float:left;
    width:755px;
    margin-top:10px;
}

.programnewsList .title, .newcommentList .title {
    background-image: url( ../images/item.gif );
    background-repeat: no-repeat;
    float: left;
    background-color: #999999;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    background-position: 2px 2px;
    width: 100%;
}

.programnewsList .titleText, .newcommentList .titleText {
    padding-left: 15px;
}

.programnewsList .subject {
    float: left;
    color: #6A6A6A;
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
}

.programnewsList .content, .newcommentList .publishDate, .newcommentList .commentTitle, .newcommentList .content {
    float: left;
    color: #979797;
    font-size: 13px;
    line-height: 150%;
    text-decoration: none;
}

.programnewsList .content {
    width: 750px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.commentUser {
    color: #B1867F;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
    font-weight: bold;
}

.commentTitle {
    font-weight: bold;
}

.commentTitle .subject {
    color: #6A6A6A;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
}

.newcommentList .content {
    float: left;
    padding-bottom: 10px;
}

.newcommentList .comment {
    float: left;
}

.newcommentList .comment .publishDate, .newcommentList .comment .commentTitle, .newcommentList .comment .content {
    width: 745px;
}

.commentFunction {
    float: right;
}

.forwardForm .senderName, .forwardForm .sendTo, .forwardForm .subject, .forwardForm .content, .forwardForm .send {
    color: #2E1F22;
    font-size: 13px;
    line-height: 200%;
    text-decoration: none;
}

.forwardForm .subject input {
    width: 200px;
}

.postComment {
    float: right;
}

label.overlabel {
    color: #999;
}

label.overlabel-apply {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 1;
    color: #999;
}

.kbList, .kb, .kbTitle {
    float: left;
}

.kbTitle {
    width: 400px;
}

.kbTitle a {
    color: #979797;
    font-size: 13px;
    line-height: 150%;
    text-decoration: none;
}

.kbTitle a:hover {
    color: #B05333;
    font-size: 13px;
    line-height: 150%;
    text-decoration: underline;
}

.relatePrograms, .relateProgram {
    float: left;
    width: 476px;
    font-size: 13px;
    line-height:180%;
}

/*.datepicker_links {*/
/*background: #FFFFFF none repeat scroll 0 0;*/
/*}*/

/*.datepicker_control a, .datepicker_links a {*/
/*color: #A3A0A0 !important;*/
/*}*/

/*.datepicker_header {*/
/*background: #FFFFFF none repeat scroll 0 0;*/
/*display:none;*/
/*}*/

/*.datepicker_header select {*/
/*background: #FFFFFF none repeat scroll 0 0;*/
/*color: #A3A0A0;*/
/*font-weight: bold;*/
/*}*/

/*.datepicker_titleRow {*/
/*background: #FFFFFF none repeat scroll 0 0;*/
/*}*/

/*.datepicker_titleRow a {*/
/*color: #A3A0A0 !important;*/
/*font-weight: bold;*/
/*}*/

/*.datepicker_titleRow .datepicker_weekEndCell {*/
/*background: #FFFFFF none repeat scroll 0 0;*/
/*}*/

/*#datepicker_div a, .datepicker_inline a {*/
/*color: #7B0000;*/
/*}*/

.shorter{
    height:197px;
}
.downloadprogramlist{
    float:left;
    width:300px;
    background-image: url( ../images/Program_bn1.gif );
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: 2px 0px;
}





