table.selectBox td {
	width: 25%;
}
table.selectBox tr.form td {
	border: none;
	padding-top: 4px!important;
	padding-bottom: 0px!important;
	text-align: left;
}
table.bcAll {
	width: 100%;
	border-collapse: collapse;
}
table.bcAll th {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
}
table.bcAll th.odd {
	background: #666666;
}
table.bcAll th.even {
	background: #999999;
}
table.bcAll th.offsetLeft {
	border-right: 1px solid #cccccc;
	text-align: left;
	width: 115px;
}
table.bcAll th.offsetRight {
	border-left: 1px solid #cccccc;
	text-align: right;
	width: 115px;
	border-right: none;
}
table.bcAll td.broadcast {
	border-right: 1px solid #cccccc;
	padding: 2px;
}
table.bcAll td.serie {
	background: #e1d5eb;
}
table.bcAll td.film {
	background: #d9effd;
}
table.bcAll td.sport {
	background: #dbebc5;
}
table.bcAll td.serie.active,
table.bcAll td.film.active,
table.bcAll td.sport.active {
	/* = default */
}
table.bcAll td.inactive,
table.bcAll td.inactive,
table.bcAll td.inactive {
	background: #ffffff;
	border-left: 0;
	border-right: 0;
}
table.bcAll td.inactive *,
table.bcAll td.inactive *,
table.bcAll td.inactive * {
	visibility: hidden;
}
table.bcAll td.stationLeft {
	border-right: 1px solid #cccccc;
	padding: 4px;
	vertical-align: top;

}
table.bcAll td.stationRight {
	padding: 4px;
	text-align: right;
	vertical-align: top;
}
table.bcAll td.stationRight img.stationIcon {
	float: right!important;
}
table.bcAll td.stationRight span.stationName {
	clear: right;
	float: right;
}

a.bttn2,
a.bttn3,
a.bttn4,
a.bttn2Current,
a.bttn3Current,
a.bttn4Current {
	display: block;
	float: left;
	width: 22px;
	height: 21px;
	margin-right: 4px;
}
a.bttn2 span,
a.bttn3 span,
a.bttn4 span,
a.bttn2Current span,
a.bttn3Current span,
a.bttn4Current span {
	display: none;
}

a.bttn2 {
	background: url('../images/bttnTxt2Inactive.png') 0 0 no-repeat;
}
a.bttn3 {
	background: url('../images/bttnTxt3Inactive.png') 0 0 no-repeat;
}
a.bttn4 {
	background: url('../images/bttnTxt4Inactive.png') 0 0 no-repeat;
}
a.bttn2Current {
	background: url('../images/bttnTxt2.png') 0 0 no-repeat;
}
a.bttn3Current {
	background: url('../images/bttnTxt3.png') 0 0 no-repeat;
}
a.bttn4Current {
	background: url('../images/bttnTxt4.png') 0 0 no-repeat;
}

#noBroadcastsBox {
	display: none;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}
#noBroadcastsBox p {
	margin-bottom: 20px;
}
#noBroadcastsBox .noGenre {
	display: none;
}
#noBroadcastsBox #noGenre.film {
	color: #006bbb;
}
#noBroadcastsBox #noGenre.serie {
	color: #bf006b;
}
#noBroadcastsBox #noGenre.sport {
	color: #44a227;
}

#colorGuidanceBar {
	position: relative;
	right: 200px;
}
