div#schedule_container {
	background-color: #FFFFFF;
	margin: 20px 0 50px 20px;
	display: inline-block;
	float: left;
	width: 560px;
	border: 10px solid #000000;
}

div.schedule_title {
	color: #006A71;
    display: block;
    margin-top: 20px;
}

div.schedule_title span {
	display: block;
    font-size: 24px;
    margin-left: 20px;
    margin-top: 0;
}

div.schedule_title_divider {
	background-color: #006A71;
    display: block;
    height: 2px;
    margin: 10px 10px 0 10px;
}

ol.schedule_items {
	border: 0 none;
    list-style-type: none;
    margin: 20px 0 40px;
    padding: 0;
}

li.schedule_entry {
	margin: 0 10px 20px 10px;
	overflow: hidden;
    position: relative;
}

div.item_left {
	background-color: #E0E0E0;
    border-left: 4px solid #006A71;
    float: left;
    height: 135px;
    padding: 0;
    width: 120px;
}

div.item_left img {
	width: 80px;
	height: 80px;
	padding: 5px 20px;
}

div.item_time {
    color: #000000;
    font-size: 12pt;
    font-weight: normal;
    padding: 3px 5px;
}

div.item_category {
	font-size: 8pt;
    font-weight: bold;
    margin: 1px 5px;
    overflow: hidden;
    padding: 5px 2px;
    text-align: center;
}


div.item_title {
	background: none repeat scroll 0 0 #E0E0E0;
    border-left: 0 solid #006A71;
    display: block;
    padding: 1px 0 2px;
    font-size: 14pt;   
}

div.item_title a {
	margin-left: 20px;
	font-weight: bold;
}

div.item_description {
	margin: 15px 0 0 140px;
	padding: 5px 5px 0;
	height: 93px;
}

div.item_listen_again {
	border-left: 7px solid white;
    border-top: 7px solid white;
    bottom: 0;
    position: absolute;
    right: 0;
    background-color: #FFFFFF;
}

div.item_empty {
	background-color: #99CCCC;
    border-left: 4px solid #006A71;
    font-size: 18px;
    height: 95px;
    margin: 0 10px;
    padding: 5px 10px;
}

span.item_empty_title {
	color: #006A71;
    font-weight: bold;
}

div.item_empty p {
	font-size: 10pt;
}

div.navigation_container {
	background-color: #FFFFFF;
    border: 10px solid #000000;
    display: inline-block;
    float: right;
    margin: 20px 20px 50px 0;
    width: 272px;
}

div.navigation_title {
	display: block;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 25px;
}

div.navigation_cal_container {
	padding: 0 10px;
}

div.navigation_float, div.navigation_float a {
	color: #006A71;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
}

div.navigation_prev {
	float: left;
}
div.navigation_next {
	float: right;
}

table.calendar {
	border-collapse: collapse;
	margin: 0 auto;
	width: 210px;
	text-align: center;
	clear: both;
}

table.calendar th {
	background-color: #99CCCC;
	color: #006A71;
	text-align: center;
	padding: 4px 0;
	font-weight: bold;
}

table.calendar tr {
	background-color: #006A71;
	color: #FFFFFF;
}

table.calendar tr.days {
	background-color: #FFFFFF;
	color: #006A71;
}

table.calendar tr.cal a {
	color: #FFFFFF;
}

table.calendar tr.days td {
	padding: 4px 0;
	width: 30px;
}

table.calendar tr.cal td {
	border: 1px solid white;
	vertical-align: middle;
	height: 30px;
}

table.calendar tr.cal td.selected {
	background-color: #FFFFFF;
	color: #006A71;
	font-weight: bold;
}


table.calendar tr.cal td.empty {
	background-color: #99CCCC;
}