.program {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    border: none;
}

.program .program-day {
	position: relative;
    color: #e68802;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    float: left;
}


/* .program .program-day:hover {
	text-decoration: underline;
} */

.program .program-day {
	position: relative;
    color: #E68802;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    text-align: center;
    float: none;
}


.program .program-time-desc {
	color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.program .program-time-desc .time {
	width: 90px;
    display: inline-block;
    font-weight: bold;
}




.program .program-detail {
	float: left;
    width: 700px;
    padding-bottom: 20px;
    position: relative;
}

.program .program-detail-text {
	display: none;
}


.program table,
.program tr,
.program th,
.program tbody,
.program td {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 130%;
}

.program .program-detail h1.title {
	color: #FFFFFF;
    font-size: 42px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.program .program-detail .image {
	width: 700px;
    height: 260px;
    position: relative;
    background: #282828;
    margin-bottom: 20px;
}

.program .program-detail .text {
	font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    position: relative;
    text-align: justify;
}

.program .program-detail .text a {
	color: #E68802;
}

.program .program-detail .program-detail-text {
	font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
    text-align: justify;
}

.program .program-detail .program-detail-text .program-day {
	color: #E68802;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 3px;
    text-align: left;
}

.program .program-detail .program-detail-text .time-title {
	color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.program .program-detail .program-detail-text .time-title span {
	padding-right: 0px;
    font-weight: bold;
}

.program .program-detail .program-detail-text .title {
	color: #ffffff;
}

.program .program-list {
    float: right;
    width: 230px;
    padding-left: 5px;
    padding-right: 5px;   
    text-align: center;
}

.program .program-list .program-link {
	cursor: pointer;
}

.program .program-list .category {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.program .program-list .time {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    position: relative; 
    margin-bottom: 3px;
}

.program .program-list .title {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

.program .program-list .desc {
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}





.program td,
.program tr {
    padding: 0px;
    margin: 0px;
    background: none;
}

.program tbody th,
.program tbody tr,
.program tbody td {
    border: none;
}


.program:hover,
.program:hover td,
.program:hover tr,
.program td:hover,
.program tr:hover {
    background: none;
}

.program .program-category {
    position: relative;
    width: 230px;
    padding-left: 5px;
    padding-right: 5px;   
    text-align: center;
}

.program .program-category .category {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.program .program-category .time {
    color: #e68802;
    font-size: 22px;
    line-height: 26px;
    position: relative;
    margin-bottom: 4px;
}

.program .program-category .title {
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: bold;
}

.program .program-category .desc {
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}






.program .download-info {
    position: relative;
    display: block;
    font-size: 15px;
    color: #e68802;
    line-height: 16px;
    margin-top: 10px;
}

.program .program-detail .download-info a {
    color: #ffffff;
}