﻿@charset "utf-8";
/* CSS Document */

body {
background-color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#000000;
	font-weight: normal;
}
.white {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }
.white:link {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }
.white:visited {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }
.white:active {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }
.whitebold {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
.whitebold:link {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
.whitebold:visited {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
.whitebold:active {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
a:link, a:visited {
	color:rgb(21,66,139);
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:rgb(114, 158, 233);	
	text-decoration: underline;
	font-weight: normal;
}
img
{border:0;
}
.groupmenu {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color:#FFCC00; font-weight: bold;
	background:url('images/menu_back1.gif') }
.groupmenu:link {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #FFCC00; font-weight: bold; }
.groupmenu:visited {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #FFCC00; font-weight: bold; }
.groupmenu:active {
	font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #FFCC00; font-weight: bold; }
.submenu {
	border-bottom: 1px solid rgb(170, 187, 204); 
	padding-left: 30px;
	height:30px;
	background:url(images/menu_back.gif);
}
.clock {
	padding-left: 30px;
	height:50px;
	background:url(images/clock.png) no-repeat;
	background-position:center;
}
.headmenu {
	border-style: none;
	color: rgb(255, 255, 255);
	font-family: Arial; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	-x-system-font: none; 
	text-decoration: none; 
	height: 31px; 
	background-color: transparent;
	background: url('images/topmenu_space.gif');"
}
.menu
{
	float:left;
}

.menu:hover
{
	float:left;
}

.menu a			{text-decoration:none;color:rgb(0, 153, 51);font-weight:bold}
.menu a:hover	{text-decoration:none;color:rgb(21,66,139);}
#channels img{
	border:0;
	height:30px;
	width:80px;
	float: left;
	margin-right: 4px;
	margin: 1;
	padding: 1;
	border:1px solid white;


}
#channels img:hover
{
	margin-right: 4px;
	margin: 1;
	padding: 1;
	height:30px;
	width:80px;
	border:1px double green;
}
.button
{
	width:100px;height:25px;text-transform:uppercase;font-size:10px;
	border:0px solid #AABFFF;
	background-image:url(images/but_nor.gif);
	color:#FFF;
	font-weight:bold;
}
.button:hover
{
	width:100px;height:25px;text-transform:uppercase;font-size:10px;
	border:0px solid #00DF55;
	background-image:url(images/but_over.gif);
}
.button:active
{
	width:100px;height:25px;text-transform:uppercase;font-size:10px;
	border:0px solid #00DF55;
	background-image:url(images/but_click.gif);
}
