table.boxContainer {
	border-collapse: collapse;
	width: 100%;
}
table.boxContainer td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
table.boxContainer td#sortableContainerLeft {
	padding: 0;
	min-width: 50%;
}
table.boxContainer td#sortableContainerRight {
}
.sortableContainer {
	vertical-align: top;
	min-width: 20px;
}

.placeholder {
	border: 1px dashed gray;
	margin-bottom: 20px;
}

#dynBoxTopLeft,
#dynBoxTopRight,
#dynBoxBottomLeft,
#dynBoxBottomRight {
	height: 1px;
	overflow: hidden;
	display: none;
}

table.highlightsPics {
	margin-bottom: 8px;
	width: 100%;
	border-collapse: collapse;
}

table.highlightsPics .broadcastLinksContainer {
	margin-left: 35px;
}

table.highlightsPics img.stationIcon {
	display: block;
	float: left;
}

table.highlightsPics td.left {
	width: 50%;
	padding: 4px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.highlightsPics td.right {
	padding: 4px;
	border-bottom: 1px solid #cccccc;

}
table.highlightsPics td img.broadcast {
	display: block;
	margin: auto;
	text-align: center;
	max-height:100px;
	max-width:150px;
	width: auto;
}
table.highlightsPics td div.img {
	text-align: center;
	height: 100px;
	padding: 4px 0 4px 0;
}

table.birthdays {
	width: 100%;
}
table.birthdays td {
	padding: 2px!important;
}
table.birthdays td.left {
	padding-right: 12px!important;
}
table.birthdays span.date {
	display: block;
	float: right;
}

.genre {
	font-weight: bold;
	color: #72a6e0;
}