#main-content .ss_schedule {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
#main-content .ss_schedule tr {
	height:20px;
}
#main-content .ss_schedule th,
#main-content .ss_schedule td {
	border:1px solid #CCC !important;
	border-collapse:collapse;
	height:20px;
}
.wp-admin #main-content .ss_schedule th,
.wp-admin #main-content .ss_schedule td {
	cursor:pointer;
}
#main-content .ss_schedule thead th,
#main-content .ss_schedule tfoot th {
	background:url(/wp-admin/images/gray-grad.png) left top repeat-x #DFDFDF;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #888;
}
#main-content .ss_schedule th {
	cursor:default;
}
#main-content .ss_schedule a {
	color:#000
}
#main-content .ss_schedule th.ss_s_cal_time {
	padding:0 10px 0 0;
	text-align:right;
	width:80px;
	font-size: 13px;
	line-height: 24px;
	height: 36px;
}
#main-content .ss_schedule th.ss_s_cal_time span {
	display:block;
	height:20px;
	padding:5px 0;
}
#main-content .ss_schedule td {
	padding:0;
	overflow: hidden;
}
#main-content .ss_schedule td.now,
#main-content .ss_schedule td:hover {
	background:#CFC !important;
}
#main-content .ss_schedule td.now:hover {
	background:#9F9 !important;
}
#main-content .ss_schedule .schedule_category_color {
	border:1px solid #000;
	height:20px;
	margin:auto;
	width:20px;
}
#main-content fieldset.ss_schedule_legend {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
}
#main-content .ss_schedule_legend legend {
	font-size:14px;
	padding:10px 24px 0;
	color: #000;
	font-weight: bold;
}
#main-content .ss_schedule_legend ul,
.ss_schedule_legend ul li {
	line-height:12px;
	font-size: 13px;
	list-style:none;
	margin:0;
	padding: 5px 5px 10px;
}
.ss_schedule_legend ul li {
	float:left;
	width:229px;
}
.ss_schedule_legend .ss_schedule_category_color {
	border:1px solid #000;
	float:left;
	height:10px;
	margin:0 5px 0 auto;
	width:10px;
}

#sidebar .radio_logo {
	/*
	height:75px;
	*/
	padding-top:5px;
}
#sidebar .radio_logo img {
	display:block;
	margin:auto;
	max-width:149px;
}
a.jTip {
	color:#190021;
	display:block;
	font-size:13px;
	height: 100%;
	margin: 0;
	padding: 0 5px;
	text-decoration:none;
}

.jTipLinkOverlay {
	display:none;
	margin-top:5px;
}

a.jTipLink .jTipLinkOverlay {
	background:url('link_overlay.png') center top no-repeat;
	display:block;
	height:14px;
}

a.jTipLink:hover .jTipLinkOverlay {
	background:url('link_overlay.png') center bottom no-repeat;
}

