html, body {
	
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, Tahoma, sans-serif;
/*	font-size: 0.80em; */

	font-size: 0.9em;
	
}

img
{
	border: 0;
}

body
{
	background: url(/images/bg.jpg) no-repeat center top #57bc3d;
}

div.hr
{
	border-top: 1px dotted grey;
}

h1, h2, h3
{
	color: #4bc629;
}
h1
{
	padding: 10px 10px 10px 60px;
	margin: 0 0px;
	background: url(/images/h1.gif) no-repeat 15px center;
}
h3
{
	padding: 5px 5px 5px 25px;
	margin: 0 5px;
	background: url(/images/h3.gif) no-repeat center left;
}


table
{
	border: 0;
	border-collapse: collapse;
}
td
{
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, Tahoma, sans-serif;
	vertical-align: top;
}


#box {
	margin:0 auto;
	position:relative;
	width:1037px;
}

div.top
{
	height: 375px;
}
div.top .gohome
{
	position:absolute;
	display: block;
	width: 220px;
	height: 190px;
	right: 110px;
	top: 0px;
}

div.bottom
{
	height: 100px;
}

div#content
{
	background: url(/images/cbg.gif) repeat-x bottom #f2f9fe;
	position: relative;
	padding: 0px 0px 47px 0px;
}

div#content div.cbgtl, div#content div.cbgtr, div#content div.cbgbl, div#content div.cbgbr
{
	position: absolute;
	width: 4px;
	height: 4px;
}
div#content div.cbgtl
{
	background: url(/images/cbgt.gif) 4px 0;
	left: 0px;
	top: 0;
}
div#content div.cbgtr
{
	background: url(/images/cbgt.gif) 0 0;
	right: 0px;
	top: 0;
}
div#content div.cbgbl
{
	background: url(/images/cbgb.gif) 4px 0;
	left: 0px;
	bottom: 0px;
}
div#content div.cbgbr
{
	background: url(/images/cbgb.gif) 0 0;
	right: 0px;
	bottom: 0px;
}



a.player 
{
	/*margin-top:40px;*/
	display:block;
	width:425px;
	height:298px;
	padding: 40px 126px 55px 126px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img 
{
	margin-top:0px;
	border:0;	
}
a.player 
{
	/*padding-top:40px;*/
}



.clear
{
	clear: both;
}

.playing
{
	background: #fff;
}

.clips
{
	position: relative;
}

.clips a
{
	display: block;
	padding: 1px 5px 7px 105px;
	position: relative;
	text-decoration: none;
	height: 67px;
	overflow: hidden;
	margin: 5px 0;
	color: black;
	border-bottom: 1px dotted grey;
}

.topline a
{
	border: none;
	border-top: 1px dotted grey;
	padding: 5px 5px 5px 105px;
	width: 240px;
}

.left .clips a
{
	width: 570px;
}


.clips a img
{
	position: absolute;
	top: 5px;
	left: 5px;
}
.clips a div.title
{
	color: #184d11;
}

.full a
{
	padding: 1px 25px 7px 125px;
}
.full a img
{
	left: 25px;
}


table.columns
{
}
table.columns td
{
	position: relative;
}
table.columns td.left
{
	width: 677px;
	border-right: 1px dotted grey;
}
table.columns td.right
{
	width: 360px;
}
table.columns a.news, a.allnews
{
	text-align: right;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	color: #184d11;
	font-size: 0.9em;
	font-weight: bold;
}


.entry
{
	padding: 15px;
}



.paginator
{
	text-align: center;
	padding: 10px 0;
}

.paginator img
{
	border: 0;
	margin-top: 4px;
}
.paginator b
{
	padding: 3px;
}
.paginator a
{
	color: #184d11;
	text-decoration: none;
	padding: 3px;
}

.per
{
	border-top: 1px solid #a8d7ea;
	background: url(/images/perbg.gif) repeat-x bottom #feffff;
	padding: 10px;
	padding-left: 13px;
}
.per .perel
{
	float: left;
	padding-left: 23px;
}


.top .menu ul
{
	padding: 0;
	margin: 0;
}
.top .menu ul li
{
	list-style: none;
	float: left;
	padding: 5px 20px;
	margin: 0px;

}
.top .menu ul li a
{
	text-decoration: none;
	color: #255a3d;
	font-size: 1em;
	font-weight: bold;
}

.submenu ul
{
	padding: 0;
	margin: 0;
}
.submenu ul li
{
	border-bottom: 1px dotted grey;
	padding: 4px;
	list-style: none;
	padding-left: 25px;
	background: url(/images/dot.gif) no-repeat 8px center;
}
.submenu ul li.active
{
	background: url(/images/dota.gif) no-repeat 8px center white;
}
.submenu ul li a
{
	text-decoration: none;
	color: #255a3d;
}

.top .menu
{
	background: #5ac5ed;
	position: absolute;
	top: 0px;
	left: 215px;
	padding: 0 15px;


	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}



.menu div.cbgbl, .menu div.cbgbr
{
	position: absolute;
	width: 5px;
	height: 5px;
}
.menu div.cbgbl
{
	background: url(/images/menuleft.gif) no-repeat;
	left: 0;
	bottom: 0;
}
.menu div.cbgbr
{
	background: url(/images/menuright.gif) no-repeat;
	right: 0;
	bottom: 0;
}

.minh
{
	min-height: 330px;
	padding: 15px;
}


.entry .video
{
	clear: both;
}


.entry .video a
{
	display: block;
	height:233px;
	width:310px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.entry .video img
{
}


a.video
{
	display: block;
	height:233px;
	width:310px;
	margin-right: 10px;
	margin-bottom: 10px;
}





div.overly {
	background:url(/images/overlay/white.png) no-repeat;
	padding:10px;	
	width:576px;  
	display:none;
	border: 1px solid red;
	position:relative;
	top: 0;
	left: 0;
}

div.overly div.close {
	background:url(/images/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}


.perel .title
{
	color: #255a3d;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 0 0 7px 0;
}


.teleprogram
{
	padding-top: 25px;
	font-size: 1.2em;
}


.gmtbl a, .gmtdtext a
{
	display: none;
}

.tvp a.active { font-weight: bold; color: green; }

a.tvprog{text-decoration:none;
color:#255a3d;
font-size:14px;
text-align: center;

}