@CHARSET "UTF-8";
@import "/css/kntv_text.css";
#mainmenu {
/*    display:none;*/
}
/* pane */
#pane_left {
    display: none;
}
#pane_center {
    width: 970px;
}
#pane_right {
    display: none;
}
#pane_center_contents {
    margin: 0;
}
#under_bar {
    display: none;
}
/* schedule */
#schedule_table_outline {
    width: 970px;
    height: 100%;
    border-collapse:collapse;
    border: solid 1px #000000;
}
#schedule_table {
    width: 945px;
    border-collapse:collapse;
}
#schedule_table td {
    border: 1px solid #000000;
}
.schedule_date {
    width: 35px;
    font-size: 9pt;
    line-height: 15pt;
    text-align: center;
}
.schedule_contents {
    width: 887px;
}
.schedule_title {
    font-size: 10pt;
    line-height: 16pt;
    float: left;
    width: 444px;
}
.program_title {

}
.program_num {

}
.program_icon {

}
.schedule_actors {
    font-size: 10pt;
    line-height: 16pt;
    width: 438px;
    float:left;
}
.clear {
    clear: both;
}

#print_button {
    display:none;
}
a:link,a:visited,a:hover,a:active {
    color: #000000;
    text-decoration: none;
}

