@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #c9c9c9;
}
#container {
	width: 160px;
	height:300px;
	background: #fff;
	margin: 0;
	padding:0;
	text-align: left;
}
#topWidget {
	background:url(../images/topBg.jpg) top left no-repeat;
	height:49px;
}
#menuWidget {
	background:url(../images/menuWidget.gif) top left repeat-x;
	height:26px;
}
/*#contentWidget {
	background:#000000;
	height:202px;
}*/
#content {
/*height:202px;*/
margin:0;
padding:0;
background:#000000;
}
#bottomWidget {
	background:url(../images/bottomWidget.gif) top left no-repeat;
	height:23px;
	padding:7px 0 0 25px;
}
#left {
	margin:0;
	padding:0;
	float:left;
	height:49px;
	width:55px;
}
#right {
	margin:0 0 0 2px;
	padding:0;
	height:49px;
	float:left;
	width:60px;
}
.sublogo {
	float: left;
	margin:4px 0 0 2px;	
	width: 55px;
	height: 42px;
	text-indent: -10000px;
	background: url(../images/logo.gif) no-repeat;
}

.sublogo a {display: block; width: 100%; height: 100%;}
.sublogo a:hover {background:none;}

.sublogo1 {
	/*clear: both;*/
	float: left;
	margin:13px 0 0 0;
	width: 88px;
	height: 15px;
	padding:0;
	text-indent: -10000px;
	background: url(../images/logo-1.gif) no-repeat;
}
.sublogo1 a {display: block; width: 100%; height: 100%;}
.sublogo1 a:hover {background:none;}

.date {
	margin:0;
	padding:0 0 0 40px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#996633;
}
.footlogo {
	/*clear: both;*/
	/*margin:13px 0 0 0;*/
	width: 108px;
	height: 10px;
	padding:0;
	text-indent: -10000px;
	background: url(../images/wwwTVprogramRS.gif) no-repeat;
}
.footlogo a {display: block; width: 100%; height: 100%;}
.footlogo a:hover {background:none;}

#tvSatnica {
}

#tvSatnica td.stanica {
	padding:2px 3px 2px 5px;
	line-height: 12px;
	font-size:9px;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#tvSatnica td.stanica a {padding:2px 3px 2px 5px;
	line-height: 12px;
	font-size:9px;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;}
	
#tvSatnica td.stanica1 {
	padding:2px 3px;
	line-height: 12px;
}
#tvSatnica td.stanica1 a {
	padding:2px 3px;
	line-height: 12px;
}
#sat {
color:#a2a6a9;
}	

 a.grayLink, a.visited {color:#c9c9c9; text-decoration:none; line-height:normal}
 a.grayLink:hover {color:#fff; text-decoration:none;}
 
/* MISC
-----------------------------------------------------------*/
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */