a.channelLink, a.channelLink:visited {
	color				: #124f7d;
	text-decoration		: none;
}

a.channelLink:hover {
	color				: #124f7d;
	text-decoration		: none;
}

.sIFR-active h2 {
	padding-left		: 5px;
	padding-top			: 10px;
}

/* -- Channellist kolommen -- */

.channels {
	width				: 490px;
	height				: auto;
	text-align			: left;
	margin-top			: 8px;
}

.channels_layer {
	width				: 490px;
	height				: 19px;
	text-align			: left;
	border-bottom		: 1px solid #dcdcdc;
	z-index				: 100;
	line-height			: 1em;

}

/* -- Kolom met content -- */

.channels_content {
	border-right		: 1px solid #dcdcdc;
	border-left			: 1px solid #dcdcdc;
	width				: 488px;
	line-height			: 18px;
	margin				: 0px;
	text-align			: justify;
	z-index				: 10;
}


/* -- Kolom met sub-content -- */

.channels_bottom {
	width				: 490px;
	height				: 8px;
	background-image	: url(../images/btm_channels.gif);
	background-repeat	: no-repeat;
	background-position	: left top;
}

/*-- Button tables --*/
.title_cell {
	height: 24px;
	padding-left: 4px;
	background-image: url(../images/cell_blue.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-weight: bold;
	color: #FFFFFF;
}
.header_cell {
	height: 24px;
	padding-left: 4px;
	background-image: url(../images/cell_darkblue.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
.channel_white {
	height: 24px;
	padding-left: 4px;
	background-image: url(../images/cell_channelwhite.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-size: 10px;
	border-left: solid 1px #eeeeee;
}
.channel_gray {
	height: 24px;
	padding-left: 4px;
	background-image: url(../images/cell_channelgray.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-size: 10px;
	border-left: solid 1px #eeeeee;
}
.channel_whitecenter {
	height: 24px;
	text-align: center;
	background-image: url(../images/cell_channelwhite.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-size: 10px;
	border-left: solid 1px #eeeeee;
}
.channel_graycenter {
	height: 24px;
	text-align: center;
	background-image: url(../images/cell_channelgray.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-size: 10px;
	border-left: solid 1px #eeeeee;
}
.channelnr_white {
	height: 24px;
	text-align: center;
	background-image: url(../images/cell_channelwhite.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-size: 10px;
}
.channelnr_gray {
	height: 24px;
	text-align: center;
	background-image: url(../images/cell_channelgray.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-size: 10px;
}

/*-- Button tables --*/

.btn_left {
	background-image	: url(../images/buttons/gray_left.gif);
	background-repeat	: no-repeat;
	width				: 7px;
	height				: 20px;
}

.btn_left_selected {
	background-image	: url(../images/buttons/white_left.gif);
	background-repeat	: no-repeat;	
	width				: 7px;
	height				: 20px;
}

.btn_mid {
	background-image	: url(../images/buttons/btn_mid_2.gif);
	background-repeat	: repeat-x;	
	height				: 17px;
	padding-top			: 3px;
	text-align			: center;
}	

.btn_mid_selected {
	background-image	: url(../images/buttons/white_mid.gif);
	background-repeat	: repeat-x;	
	height				: 17px;
	padding-top			: 3px;
	text-align			: center;
}
.btn_right {
	background-image	: url(../images/buttons/gray_right.gif);
	background-repeat	: no-repeat;	
	width				: 7px;
	height				: 20px;
}
.btn_right_selected {
	background-image	: url(../images/buttons/white_right.gif);
	background-repeat	: no-repeat;	
	width				: 7px;
	height				: 20px;
}
.startline {
	background-image	: url(../images/buttons/startline.gif);
	background-repeat	: no-repeat;
	width				: 1px;
	height				: 20px;
}
