
.program .title {
	float: left;
	color: #487ab7;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 3px double #e5e5e5;
}
.default .title {
    border-bottom-width: 0;
    color: white;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    margin-right: 5px;
}
.program .title A {
	text-decoration: none;
}
.program .title A:hover {
	color: black;
}


.default .title A{
    color: white;
    text-decoration: underline
}
.default .title A:hover {
	color: black;
}

.program .link {
	float: right;
	width: 80px;
}
.program .info {
	clear: right;
	float: right;
	margin-right: 5px;
}
.default .info {
    clear: none;
    float: none;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 5px;
    padding-top: 14px;
}
.default .info A {
    display: inline-block;
    float: right;
}

.program .text {
	clear: both;
}
.program .day, .program .time {
	font-weight: bold;
	color: black;
	font-size: 10pt;
	text-transform: uppercase;
}
.program .date{
	font-weight: bold;
	color: #487ab7;
	margin-bottom: 12px;	
}
.program .weekend {
	background-color: #f0f0f0;
	
}
.default .column_dates .day {
    color: white;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: lowercase;
    top: 18px;
}
.default .column_dates .date {
    color: white;
    font-size: 26pt;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 40px;
    text-align: right;
    width: 45px;
}
.default .column_dates .time {
    color: white;
    font-size: 17px;
    font-weight: normal;
    line-height: 15px;
    position: absolute;
    right: 0;
    top: 7px;
}
.program {
	padding: 3;
	border-bottom: 1px solid #aaaaaa;
	height: 100px;
	clear: both;
}
.default .program {
	height: auto;
}
.program .column_dates {
	height: 100%;
	float: left;
	width: 70px;
}
.default .column_dates {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 6px;
    position: relative;
    width: 109px;
}


.program .column_img {
	height: 100%;
	float: left;
	width: 50px;
}
.default .column_img {
	display: none;
}

.program .column_text {
	float:left;
	height:75px;
	width:399px;
}
.default .column_text {
    float: none;
    height: 40px;
    width: auto;
}
.default .column_text .text{
	display: none;
}

.program .column_prices {
	float:left;
	text-align:right;
	width:399px;
	overflow:hidden;
	height:18px;
}
.default  .column_prices{
	display: none;
}
.week_space {
	border-bottom:5px double gray;
	color:#990000;
	font-size:15pt;
	font-weight:bold;
	padding:20px 5px 5px 10px;
	background-color:black;
	color:white;
	position: absolute;
	left: 0px;
	width: 555px;
	margin-top: 10px;
}

