body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#container {
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/*min-width: 1050px;*/
}

/* html5 elements */
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

section {
	display: inline-block !important;
	float: left;
}

section.channel-block {
	width: 100%;
	min-width: 100%;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 0px 0px 1px 1px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

section.separator {
	position: relative;
	/*background-color: #FF0000;*/
}

section.channel{
	/*min-height: 200px;*/
	width: 50%;
	/*min-width: 150px;*/
	/*background-color: #c5c5c5;*/
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 0px 1px 0px 0px;
	/*margin-left: -1px;*/
	padding: 0px 0px 3005px 0px;
	margin-bottom: -3000px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}

section.separator {
	width: 50%;
	/*min-width: 50%;*/
}

header.widget-header {
	display: inline-block;
	float: left;
	background-color: #2d2d2d;
	width: 100%;
}

header.widget-header a {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

header.widget-header h1 {
	background-image: url('images/iltapulu_logo_small.png');
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 183px;
	text-indent: -9999em;
	margin: 0px;
	padding: 0px;
}

.channel h2 {
	display: inline-block;
	float: left;
	width: 100%;
	height: 40px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}

/*
.channel a, time {
	display: inline-block;
	float: left;
}

.channel .program-link {
	
}

.channel time {
	width: 45px;
	
}*/

section.program {
	display: table !important;
	width: 100%;
	min-width: 100%;
}
section.program a {
	display: table-cell;
	text-decoration: none;
	color: #000000;
	font-family: Sans-serif, Arial, Tahoma;
	font-size: 9pt;
	text-align: left;
}
section.program time {
	padding: 0px 8px 0px 4px;
	font-weight: bold;
}

section.program .time-column {
	width: 40px;
}

section.channel .running {
	background-color: #ededed;
}

section.channel .movie {
	font-weight: bold;
	background-color: #FDD1EC !important;
}

section#widget-programtable {
	width: 100%;
	min-width: 100%;
	position: relative;
	overflow: hidden;
}