/**************************************************
CSS Reset
**************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,iframe { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/**************************************************
General
**************************************************/
#interactiveFrame,
#searchFrame,
#settingsFrame,
#controllerFrame {
	display: none;
}

body {
	color: #000;
	background: #fff;
	font-size: 10px;
	font-family: "Lucida Grande",Verdana,sans-serif;
}

a, a:active {
	outline: none;
	text-decoration: none;
	font-size: 11px;
	color: #03afff; 
}
a:hover {
	outline: none;
	text-decoration: underline;
	font-size: 11px;
	color: #ff9900; 
}

.clear { clear: both; }

#container {
	background: #fff;
	width: 704px;
	height: 734px;
	margin: 27px;
}

/**************************************************
Navigation
**************************************************/

#navi {
	height: 20px;
	line-height: 20px;
	width: 704px;
	height: 30px;
	margin: 30px 0px;
}

#navi a {
	background: url(/statics/412942338/button.gif);
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 107px;
	background-position: 0px 0px; 
}

#tab_schedule, #tab_interactive, #tab_settings {
	float: left;
	margin: 0px 4px;
}

#tab_search {
	float: right;
	margin: 0px 4px;
}

#navi .active a, #navi a:active { background-position: 0px -20px; color: #fff;}
#navi a:hover { background-position: 0px -40px; }


/**************************************************
Categories
**************************************************/

#channels {
	display: block;
	height: 20px;
	margin: 0px 2px;
	width: 704px;
}

#channels a {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 98px;
	margin: 0px 0px 30px;
	background-image: url(/statics/412942338/navi_kat.gif); 
	background-position: 0px 0px; 
	color: #999999;
	text-align: center;
}
#channels .active a { 
	font-weight: bold;
	color: #03afff;
}

#channels a:hover {
	color: #FF9900;
}

#channels .active a, #channels a:active { background-position: 0px -40px; }
#channels a:hover { background-position: 0px -20px; }

/**************************************************
Content
**************************************************/


#extraInfo {
	height: 140px;
	width: 704px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	top: 593px;
	left: 27px;
}


