.timeLineSlideContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	height: 50px;
	background-color: RGB(179, 198, 204); 
}

.timeLineSlideContainerContent {
	position: absolute;
	top: 0px;
	left: 0px;
}

.timeLineSlideButton {
	position: absolute; 
	width: 67px; 
	height: 25px;
	cursor: move;
	color: white;
	font-size: 12px;
}

#timeLineSlideLine {
	height: 1200px; 
	width: 2px; 
	font-size: 0px; 
	position: absolute;
	margin-top: 25px;
	margin-left: 32px; 
	z-index: 100;
}

#timeLineSlideButtonTime {
	top: 0px;
}

#timeLineSlideButtonDate {
	bottom: 10px;
}

#timeLineFrame {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
	position: relative;
	font-family: ProxiNormal, Arial, sans-serif;
	font-size: 13px;
	margin-left: -20px;
	background-color: white;
}

#timeLineInnerFrame {
	margin: 5px; 
	position: relative; 
	overflow: hidden;
}

#timeLineTimeValuesFrame {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 3px;
	height: 30px;
}

#timeLineTimeValues {
	position: absolute;
	top: 0px;
	left: 0px;
}

#timeLineSlideButtonDateValue,
#timeLineSlideButtonTimeValue {
	line-height: 25px;
	text-align: center;
	width: 47px;
	position: absolute;
	left: 10px;
}

#timeLineSlideContainers {
	margin-top: 30px; 
	background-color: RGB(139, 158, 164); 
	padding-top: 15px; 
	padding-bottom: 0px; 
	border-top: 1px solid RGB(139, 158, 164); 
	border-bottom: 1px solid RGB(139, 158, 164);
	background-image: URL('IMG/timeLineBgTop.png');
	background-repeat: repeat-x;
}

.timeLineHour {
	display: table-cell;
	border-left: 1px dotted silver;
	padding-left: 4px;
	line-height: 20px;
	font-size: 12px;
	color: gray;
}

.timeLineLeftArrow {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-image: URL('IMG/timeline_sprite.png');
	background-position: -20px 2px;
}

.timeLineRightArrow {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background-image: URL('IMG/timeline_sprite.png');
	background-position: -38px 2px;
}

#timeLineFrame[data-type='open'] .timeLineSlideContainerContent {
	width: 6263px;
}

#timeLineFrame[data-type='channel'] .timeLineSlideContainerContent {
	width: 7051px;
}

#timeLineFrame[data-type='open'] .timeLineHour {
	min-width: 253px;
	width: 253px;
}

#timeLineFrame[data-type='channel'] .timeLineHour {
	min-width: 286px;
	width: 286px;
}

#timeLineFrame[data-type='open'] #timeLineInnerFrame {
	margin-left: 120px; 
	width: 841px;
}

#timeLineFrame[data-type='channel'] #timeLineInnerFrame {
	margin-left: 20px; 
	width: 940px;
}

.timeLineProgram {
	background-color: White;
	overflow: hidden;
	height: 50px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.timeLineProgramWhite {
	background-color: White;
}

.timeLineProgramGray {
	background-color: #465157;
	color: white;
}

.timeLineProgramStripped {
	background-color: #465157;
	background-image: URL('IMG/timeline_striped_bg.jpg');
	background-repeat: repeat-x;
	color: white;
}

.timeLineProgram div {
	width: 100%;
	height: 100%;
	padding-left: 8px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.timeLineDetailsContainer {
	background-color: RGB(220, 226, 228);
	padding: 10px;
	margin-bottom: 15px;
	margin-top: -13px;
	position: relative;
	overflow: hidden;
	z-index: 1000;
}

#timeLineFrame[data-type='open'] .timeLineDetailsContainer .programTextFrame {
	width: 700px;
}

#timeLineFrame[data-type='channel'] .timeLineDetailsContainer .programTextFrame {
	width: 800px;
}

.programTextFrame {
	min-height: 80px;
}

.programTextFrame div {
	margin-top: 10px;
}

.programTitle {
	font-weight: bold;
	font-size: 1.2em;
}

.programSubtitle {
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}

#timeLineCover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: RGBA(0, 0, 0, 0.7);
	z-index: 1000;
	display: none;
}

#timeLineCover div {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: white;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top:-15px;
}

#timeLineRightShadow,
#timeLineLeftShadow {
	position: absolute;
	top: 31px;
	width: 10px;
	height: 1200px;
	z-index: 1000;
}

#timeLineLeftShadow {
	left: 0px;
	background-image: URL('IMG/timeLineBgLeft.png');
}

#timeLineRightShadow {
	right: 0px;
	background-image: URL('IMG/timeLineBgRight.png');
}

#timeLineTabFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 35px;
}

.timeLineTab {
	float: left;
	width: 60px;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	background-color: white;
	color: black;
}

.timeLineTabActive {
	background-color: #b9c5c8;
	color: white;
}

.timeLineChannelNameFrame {
	width: 150px;
	height: 50px;
	z-index: 1000;
	overflow: hidden;
	margin-bottom: 15px;
	font-family: "ProxiSemiBold", Arial, sans-serif;
}

.timeLineChannelNameFrame div {
	padding-left: 7px;
	padding-top: 10px;
	color: white;
	/*font-weight: bold;*/
	font-size: 14px;
	line-height: 16px;
}

.timeLineChannelNameFrame span {
	font-size: 10px;
	line-height: 12px;
}

#timeLineChannels {
	position: absolute;
	left: 15px;
	top: 51px;
	width: 150px;
}

.timeLineDetailsClose {
	position: absolute;
	right: 13px;
	top: -4px;
	width: 25px;
	height: 25px;
	background-image: URL('IMG/elements_sprite.png');
	background-position: 1px -460px;
	cursor: pointer;
}

.timeLineTeletext {
	background-image: url('IMG/timeline_sprite.png');
	background-position: 0px -187px;
	background-repeat: no-repeat;
	color: rgb(111, 112, 114);
	font-family: ProxiSemiBold, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	width: 35px;
	padding-left: 25px;
	float: left;
	margin-left: 5px;
}

.timeLineProgramHome {
	background-image: url('IMG/timeline_sprite.png');
	background-position: -70px -187px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 25px;
	height: 24px;
	margin-left: 5px;
	float: left;
	display: block;
	margin-top: 10px
}

.timeLineAge {
	width: 24px;
	height: 24px;
	background-image: url('IMG/korhatar_sprite.png');
	float: left;
}

.timeLineAgeKN {
	width: 0px !important;
	height: 0px !important;
}

.timeLineAge6 {
	background-position: -75px 0px;
}

.timeLineAge12 {
	background-position: 0px 0px;
}

.timeLineAge16 {
	background-position: -25px 0px;
}

.timeLineAge18 {
	background-position: -50px 0px;
}

.timeLinePlayArrow {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 50px;
	height: 50px;
	margin-top: -42px !important;
	background-image: URL('IMG/elements_sprite.png');
	background-position: 0px -82px;
	cursor: pointer;
}

.timeLinePlayArrowFrame {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 90px;
	height: 100%;
}

.timeLinePlayArrowFrameBlack {
	background-color: black;
}

.timeLinePlayArrowFrameBlackGray {
	background-color: #465157;
}