@CHARSET "UTF-8";
@import "/css/kntv_text.css";
/* pane */
#pane_left {
    width: 200px;
}
#pane_center {
    width: 570px;
}
#pane_right {
    width: 200px;
}
#pane_center_contents {
    margin-left:15px;
    margin-right:15px;
}

/* schedule */
#schedule_table_outline {
    width: 540px;
    border-collapse:collapse;
    border: solid 1px #999999;
}
#schedule_table {
    width: 515px;
    border-collapse:collapse;
}
#schedule_table td {
    border: solid 1px #999999;
}
.schedule_date {
    width: 35px;
    font-size: 9pt;
    line-height: 15pt;
    text-align: center;
}
.schedule_contents {
    width: 457px;
}
.schedule_title {
    font-size: 10pt;
    line-height: 16pt;
}
.program_title {

}
.program_num {
    font-weight: bold;
}
.program_icon {

}
.schedule_actors {
    margin-top: 5px;
    font-size: 9pt;
    line-height: 12pt;
}
.clear {
    clear: both;
    display: none;
}
#print_button {
    text-align: center;
    padding: 15px;
}
/* calendar style */
img.cal_arrow {
    border: none;
}
.cal_sunday {
    color: #990000
}
.cal_sunday A.cal_day {
    color: #990000;
    text-decoration: none;
}
A.cal_day {
    color: #444444;
    text-decoration: none;
}
A:hover.cal_day, A:focus.cal_day {
    color:#CC3333;
}
A#cal_today {
    color: #ff0000;
    font-weight: bold;
}
A:hover#cal_today, A:focus#cal_today {
    color: #ff0000;
    font-weight: bold;
}
A#cal_select {
    color: #0000ff;
    font-weight: bold;
}
A:hover#cal_select, A:focus#cal_select {
    color: #0000ff;
    font-weight: bold;
}

