body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: black;
}

.zone
{
	color: white;
	position: absolute;
}

.full_alert_zone
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	z-index: 15;
}

.bulletins, .alerts
{
	display: none;
}

ul > li
{
	display: inline;
	list-style: none;
}

#ChannelLayout
{
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;
}

img
{
	width: 100%;
	height: 100%;
}

.bulletin
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: inline;
}

.nextBulletin
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
}

.clock
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	display: none;
}