﻿.tvGuide{
	height: 89%;
	width: 99%;
	overflow: scroll;
	position: relative;
	padding-top: 20px;
	background-color: white;
}

.channelPrograms .gezondheid{
	border: none;
}

.channelHeaders{
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 10;
	background-color: #DE0019;
}

.channelHeader{
	float: left;
	width: 70px;
	text-align: center;
	background-color: white;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: solid 1px #DE0019;
	height: 60px;
	color: #C21F26;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
	line-height: normal;
}

.channelsContainer{
	float: left;
		background-color: #DE0019;
	/**overflow-x: scroll;
	overflow-y:hidden;**/
}

.channel{
	height: 60px;
	margin-bottom: 20px;
	clear: both;
}

.channelPrograms{
	height: 35px;
}

.program{
	position: relative;
	float: left;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	color: #5B5384;
	text-align: center;
	outline: solid 1px #DE0019;
	background-color: #DCD9EA;
	height: 60px;
}

.program:hover{
	background-color: #cccccc;
}

.programFiller{
	width: 71px;
}

.timeSpan{
	float: left;
	height: 15px;
	background-color: #C21F26;
	color: white;
	text-align: left;
	outline: solid 1px white;
}

.timeHeader{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 3px white;
}

.dayStart{
	background-color: #DE0019;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dayStart:hover{
	background-color: #DE0019;
}


.catSelected{
	background-color: #F3E72C;
}

.catSelected:hover{
	background-color: #FFFF00;
}

.tvGuideContainer{
	height: 90% !important;
}

.channelSelectBox{
	border: solid 1px #dddddd;
	width: 70px;
	height: 85px;
	float: left;
	margin: 10px;
	padding: 5px;
	text-align: center;
	background-color: white;
	cursor: move;
}

.channelSelectBox input{
	cursor: default;
}

.now{
	background-color: #4A4479;
	height: 100%;
	width: 2px;
	position: absolute;
	top: 0px;
	z-index: 100;
}

.chooseChannelDialog .ui-dialog-content{
	padding: 0px 5px !important;
}

.tvGuideDialog.ui-dialog{
	height: 95% !important;
	width: 95% !important;
}

#tooltip {
	border:1px solid #DE0019;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	background-color:white;
	padding:5px;
	position:absolute;
	z-index:3000;
	width: 300px;
}

#channelGroupsExpandBtn{
	padding: 5px;
	cursor: pointer;
	border: solid 1px #cccccc;
	
}

#channelGroupsExpand{
	position: absolute;
	top: 28px;
	background-color: white;
	display: none;
	width: 192px;
}

#channelGroupsExpand li{
	padding: 5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin: 0px;
}

.channelGroups{
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	position: relative;
}

.sortable{
	clear: both;
}

.disable_masking
{
    z-index: 6001;
    position: absolute;
    display: none;
}
.closebutton
{
    float: right;
    text-decoration: none;
}

.tvGuideBtn{
	position: absolute;
	right: 5px;
	top: 5px;
	height: 17px;
	width: 17px;
	font-weight:bold;
	cursor: pointer;
}

.tvGuideCloseBtn{
	background: #dddddd url("images/closeBtn.png") no-repeat scroll left top;
}



.tvGuideHelp{

	background: #dddddd url("images/helpBtn.png") no-repeat scroll left top;

}





.chooseChannelDialog .ui-dialog-titlebar{
	display: none;
}

.toolTipContent{
	display: none;
}

.tvGuideDetails{
	height: 100%;
	width: 100%;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

.tvGuideDetailsDetails{
	padding: 10px;
}

#tvGuideLoading{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white url('images/loadingBg.gif') no-repeat scroll center center;
	z-index: 2000000;
	display: none;
}