/* ---------------------------------------
   html selectors
   --------------------------------------- */
html {
	height: 100%;
	margin: 0 0 1px 0;
/*	background: #1e6189 url(../images/backgrounds/bg.gif);*/
/*	background: #1e6189;*/
	background: #ffffff //url(../images/backgrounds/dropshadow2.gif) repeat-y center top;
}
body {
	text-align: center;
	height: 100%;
/*	background: transparent url(../images/backgrounds/dropshadow1.gif) repeat-y center top;*/
/*	background: transparent url(../images/backgrounds/dropshadow2.gif) repeat-y center top;*/
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}

#digitaltvmenu a {
	text-decoration: none;
	color: #848484;
}
#digitaltvmenu a:hover {
	color: #da0000;
}



/* ---------------------------------------
   layout
   --------------------------------------- */
#wrapper {
	width: 660px;
	height: 100%;
	margin: 0;
	padding: 0 0px;
	color: #000;
	/*	background: #c5031b url(../images/backgrounds/dropshadow.gif) repeat-y;*/
/*	background: transparent;*/
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
/*	border-bottom: 1px solid red;*/
}
#epgHeader {
        width: 100%;
}
#content {
	margin: 35px 16px 0 16px;
}
#content.home {
	margin: 0 16px;
}
#header {
	height: 102px;
	overflow: hidden;
}
#header_nav {
	background: #23538d url(../images/backgrounds/header_nav_bg.gif) repeat-x;
	height: 17px;
	overflow: hidden;
	color: #d2d2d2;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0 0 0 24px;
}
#header_nav a {
	color: #d2d2d2;
	text-decoration: none;
}
#header_nav a:hover {
	color: #fff;
	text-decoration: underline;
}

h1.logo {
	width: 345px;
	height: 102px;
	overflow: hidden;
	margin: 0;
	background: transparent url(../images/backgrounds/logo.png) no-repeat;
}
h1.logo a {
	display: block;
	color: #fff;
	width: 210px;
	height: 100px;
	text-indent: -9999px;
}
#topbanner {
	width: 468px;
	height: 60px;
	position: absolute;
/*	top: 8px; + 17px */
	top: 25px;
	margin: 0 0 0 306px;
	z-index: 50;
}
#chooser {
	width: 290px;
	color: #fff;
	position: absolute;
	top: 84px;
	margin: 0 0 0 488px;
	z-index: 51;
}
#chooser input {
	margin: 0 0 -2px 0;
}
#chooser label {
	padding: 0 12px 0 0;
}
/* search box */
#search {
	width: 390px;
	height: 27px;
	overflow: hidden;
	margin: 0 0 0 206px;
	padding: 5px 0 0 0;
	position: absolute;
	z-index: 100;
	top: 93px;
	background: transparent url(../images/backgrounds/search_bg.gif) no-repeat;
	font-family: Tahoma, Arial, sans-serif;
}
#search label {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	padding: 0 4px 0 8px;
	display: none;
}
#search .keyword {
	width: 251px;
	height: 13px;
	border: 1px solid #555353;
	margin: 0 0 0 69px;
	font-size: .9em;
/*	line-height: 1.4em;*/
/*	overflow: hidden;*/
	padding: 3px 0 0 3px;
	color: #bbb;
}
#search .searchsubmit {
	width: 50px;
	height: 15px;
	margin: 2px 8px 0 0;
	float: right;
}

#contact {
	width: 91px;
	height: 20px;
	margin: 0 0 0 617px;
	position: absolute;
	z-index: 100;
	top: 100px;
	overflow: hidden;
	background: transparent url(../images/backgrounds/contact_bg.gif) no-repeat;
}
#contact a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#language {
	width: 60px;
	height: 13px;
	margin: 0 0 0 715px;
	position: absolute;
	z-index: 100;
	top: 102px;
	overflow: hidden;
}
#language a {
	display: block;
	width: 18px;
	margin: 0 7px 0 0;
	height: 13px;
	text-decoration: none;
	background: #fff;
	float: left;
}
/* login box */
#login {
	width: 185px;
	height: 45px;
	position: absolute;
/*	top: 103px; + 17px */
	top: 120px;
	margin: 0 0 0 565px;
	padding: 13px 0 0 0;
	background: transparent url(../images/backgrounds/login.gif) no-repeat;
}
#login label {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	padding: 0 4px 0 8px;
	display: none;
}
#login .email {
	width: 113px;
	height: 16px;
	border: 1px solid #a31b18;
	margin: 0 0 0 119px;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 1px 0 0 3px;
	color: #646464;
}
#login .loginsubmit {
	width: 50px;
	height: 15px;
	margin: 2px 13px 0 0;
	float: right;
}

/* navigation */
#topnav {
	height: 25px;
	overflow: hidden;
	width: 783px;
	background: #23538d url(../images/backgrounds/topnav_bg.gif) no-repeat;
	margin: 0 0 10px 0;
}

#topnav ul {
	list-style: none;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 3px 0 0 14px;
	/* double margin float bug IE6 - fix */
	display: inline;
}
#topnav ul li {
	float: left;
	margin: 0;
	font-size: 1.2em;
	border-left: 1px solid #616161;
}
/* default link properties */
#topnav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	line-height: 1.9em;
	text-indent: -9999px;
	display: block;
	height: 20px;
}

/* image widths */
#topnav ul li.nav1 {
	width: 71px;
}
#topnav ul li.nav2 {
	width: 56px;
}
#topnav ul li.nav3 {
	width: 33px;
}
#topnav ul li.nav4 {
	width: 36px;
}
#topnav ul li.nav5 {
	width: 39px;
}
#topnav ul li.nav6 {
	width: 73px;
}
#topnav ul li.nav7 {
	width: 63px;
}
#topnav ul li.nav8 {
	width: 65px;
}

#topnav ul li.nav9 {
	width: 88px;
}

/* default images */
#topnav ul li.nav1 {
	background: transparent url(../images/navigation/nav_1_hover.gif) no-repeat;
}
#topnav ul li.nav2 {
	background: transparent url(../images/navigation/nav_2_hover.gif) no-repeat;
}
#topnav ul li.nav3 {
	background: transparent url(../images/navigation/nav_3_hover.gif) no-repeat;
}
#topnav ul li.nav4 {
	background: transparent url(../images/navigation/nav_4_hover.gif) no-repeat;
}
#topnav ul li.nav5 {
	background: transparent url(../images/navigation/nav_5_hover.gif) no-repeat;
}
#topnav ul li.nav6 {
	background: transparent url(../images/navigation/nav_6_hover.gif) no-repeat;
}
#topnav ul li.nav7 {
	background: transparent url(../images/navigation/nav_7_hover.gif) no-repeat;
}
#topnav ul li.nav8 {
	background: transparent url(../images/navigation/nav_8_hover.gif) no-repeat;
}

#topnav ul li.nav9 {
	background: transparent url(../images/navigation/nav_9_hover.gif) no-repeat;
}

/* link images */
#topnav ul li.nav1 a {
	background: transparent url(../images/navigation/nav_1_link.gif) no-repeat;
}
#topnav ul li.nav2 a {
	background: transparent url(../images/navigation/nav_2_link.gif) no-repeat;
}
#topnav ul li.nav3 a {
	background: transparent url(../images/navigation/nav_3_link.gif) no-repeat;
}
#topnav ul li.nav4 a {
	background: transparent url(../images/navigation/nav_4_link.gif) no-repeat;
}
#topnav ul li.nav5 a {
	background: transparent url(../images/navigation/nav_5_link.gif) no-repeat;
}
#topnav ul li.nav6 a {
	background: transparent url(../images/navigation/nav_6_link.gif) no-repeat;
}
#topnav ul li.nav7 a {
	background: transparent url(../images/navigation/nav_7_link.gif) no-repeat;
}
#topnav ul li.nav8 a {
	background: transparent url(../images/navigation/nav_8_link.gif) no-repeat;
}
#topnav ul li.nav9 a {
	background: transparent url(../images/navigation/nav_9_link.gif) no-repeat;
}

/* reset default image on mouseover */
#topnav ul li a:hover,
#topnav ul li.selected a {
	text-decoration: none;
	color: #f6ff00;
	background-image: none;
}
/* END navigation */


#left {
	width: 660px;
	overflow: hidden;
	float: left;
	margin: 0 0 16px 0;
}
#right {
	width: 312px;
	overflow: hidden;
	float: right;
	margin: 0 0 17px 0;
}

#left.egp {
	width: 660px;
	overflow: hidden;
	float: left;
	margin: 0 0 16px 0;
}
#left2.egp {
	width: 660px;
	overflow: hidden;
	float: left;
	margin: 0 0 16px 0;
}
#right.egp {
	width: 116px;
	overflow: hidden;
	float: right;
	margin: 1.4em 0 17px 0;
}

#left.egp-ho {
	width: 736px;
	overflow: hidden;
	float: left;
	margin: 0 0 16px 0;
}
#right.egp-ho {
	width: 0px;
	overflow: hidden;
	float: right;
	margin: 1.4em 0 17px 0;
}

#epg_wrapper {
/*	border: 1px solid red;*/
	margin: 0 0 0 45px;
}
#scrolling {
	height: 390px;
	width: 672px;
	overflow: auto;
}
/* rounded box left */
#left .box {
	background: #fff url(http://engin.tv/images/backgrounds/left_box_bg_mid.gif) repeat-y left top;
	margin: 0 0 14px 0;
}
#left .box .outer {
	background: transparent url(http://engin.tv/images/backgrounds/left_box_bg_top.gif) no-repeat left top;
}
#left .box .inner {
	padding: 9px;
	background: transparent url(http://engin.tv/images/backgrounds/left_box_bg_bot.gif) no-repeat left bottom;
	width: 406px;
	overflow: hidden;
}

/* rounded box right */
#right .box {
	background: #e2e3e4 url(http://engin.tv/images/backgrounds/right_box_bg_mid.gif) repeat-y left top;
	margin: 0 0 14px 0;
}
#right .box .outer {
	background: transparent url(http://engin.tv/images/backgrounds/right_box_bg_top.gif) no-repeat left top;
}
#right .box .inner {
	padding: 9px;
	background: transparent url(http://engin.tv/images/backgrounds/right_box_bg_bot.gif) no-repeat left bottom;
	width: 294px;
	overflow: hidden;
}

.slideshow {
	background: #c1c2c3 url(http://engin.tv/images/backgrounds/slideshow_bg_bot.gif) no-repeat left bottom;
	width: 406px;
	overflow: hidden;
}
.slideshow .pages {
	height: 28px;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.slideshow .pages .button {
	float: left;
	margin: 0 0 0 13px;
}
.slideshow .pages .slidenav {
	float: right;
	width: 275px;
	margin: 0 17px 0 0;
	text-align: right;
}

h1.home-title,
h1.spacer {
	margin: 0 0 3px 0;
	font-size: 2.2em;
}
h1.home-title {
	background: transparent url(http://engin.tv/images/backgrounds/title_arrow.gif) no-repeat 8px 9px;
	text-indent: 19px;
	font-style: italic;
	color: #807f7f;
}
span.star {
	background: transparent url(http://engin.tv/images/backgrounds/title_star.gif) no-repeat right center;
	padding: 0 17px 0 0;
}
h1.home-title span.star {
	background: transparent url(http://engin.tv/images/backgrounds/title_star.gif) no-repeat right 9px;
	padding: 0 16px 0 0;
}
h1.blog-title span.star {
	background: transparent url(http://engin.tv/images/backgrounds/title_star.gif) no-repeat right 5px;
	padding: 0 15px 0 0;
}

h1.series-title span.star {
	background: transparent url(http://engin.tv/images/backgrounds/title_star.gif) no-repeat right 5px;
	padding: 0 15px 0 0;
}
h2.sub-title {
	background: transparent url(http://engin.tv/images/backgrounds/title_arrow.gif) no-repeat 8px 7px;
	text-indent: 19px;
	color: #807f7f;
	margin: 0 0 3px 0;
	font-size: 1.8em;
	white-space: nowrap;
}
h1.blog-title {
	background: transparent url(http://engin.tv/images/backgrounds/arrowBlue.png) no-repeat 3px 8px;
	text-indent: 15px;
	color: #000;
	margin: 0 0 3px 0;
	font-size: 2em;
	white-space: nowrap;
}
h1.blog-title span {
	color: #2F677E;
}
h1.blog-title span a:hover{

	text-decoration:none;
}
h1.blog-title span a:visited{

	color: #2F677E;
}
h1.blog-title b {
	color: #000;
	font-size: .6em;
	font-family: Verdana, Arial, sans-serif;
}

h1.series-title {
	color:#FF0090;
	font-size:15px;
	font-weight:bold;
	text-indent: 0px;
	margin: 4px 0 0 0;
	line-height: 1.2em;
/*	white-space: nowrap;*/
}
h1.series-title span {
	color:#FF0090;
}
h1.series-title b {
	color: #000;
	font-size: .6em;
	font-family: Verdana, Arial, sans-serif;
}
.title-time1 {
	text-align: right;
	margin: -1em 0 3px 0;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}
.title-time {
	text-align: right;
	margin: -1.6em 0 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}
.title-time1 span {
	font-weight: normal;
}
.title-time span {
	font-weight: normal;
}
.info-header {	
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#666;
	height: 1.7em;
	overflow: hidden;
	margin: 0 0 13px 0;
}
.info-header .col1 {
	color: red;
	float: left;
	line-height: 1.3em;
	height: 1.7em;
	font-size: 1.2em;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
}
.info-header .col1 span {		
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#6CB1FE;
	padding: 0 5px 0 0px;
	margin: 0 5px 0 0;
	line-height: 1.7em;
	display: block;
	float: left;
	font-family: Tahoma, Arial, sans-serif;
	text-transform: capitalize;
}

.info-header .col2 {
	text-align: right;
	float: right;
	line-height: 1.5em;
	color: #575757;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding: 0 8px 0 0;
}
.info-header .col2 span {
	color: #000;
	padding: 0 3px 0 0;
}
.series {
	background: transparent url(../images/backgrounds/dots.gif) no-repeat 8px bottom;
	margin: 0 0 16px 0;
	padding: 0 0 1px 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
}
.nobg {
	background-image: none;
}
.series .col1 {
	width: 205px;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
}
.series .col1 p {
	text-align: center;
	padding: 4px 0 15px 0;
	margin: 0;
}
.series .col1 p a {
	color: #ff0900;
	padding: 0 10px 0 0;
	background: transparent url(../images/backgrounds/link_arrow.gif) no-repeat right center;
}
.series .col2 {
	width: 215px;
	float: left;
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.3em;
}
.series .col3 {
	width: 215px;
	float: left;
	font-size: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.3em;
}
.series .col2 a.readmore {
	color: #bababa;
}
.series .header {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#666;
	line-height: 1.7em;
	height: 1.7em;
	margin: 0 0 9px 0;
	padding: 0 5px 0 5px;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
}
#a-black {
         color: black;
}
#a-black:visited {
         color: black;
}
.series .series-data,
.series .series-data p {
	width: 185px;
	text-align: right;
	padding: 0 0 16px 0;
	font-family: Verdana, Arial, sans-serif;
}
.series .info-data {
       	font-family: Verdana, Arial, sans-serif;
       	font-weight: bold;
       	font-size: 1.1em;
}

.heading-link {
	margin: 0 0 -3px 0;
}
span.link {
	background: transparent url(../images/backgrounds/link_arrow.gif) no-repeat right 11px;
	padding: 0 8px 0 0;
	margin: 0 10px 0 0;
	font-size: 1em;
	line-height: 2.7em;
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}
span.link a {
	color: #818181;
}

.banner {
	margin: 0 0 14px 0;
	padding: 12px 0 0 0;
	text-align: center;
	background: transparent url(../images/backgrounds/banner.gif) no-repeat center top;
}
#left.egp .banner {
	text-align: left;
	width: 407px;
}
.today {
	margin: 0 0 -9px 0;
	background: #fff;
	
}
.today .row {
	padding: 8px;
	background: #fff;
	margin: 0 0 9px 0;
	float:left;

}
.today .row .photo {
	width: 110px;
	float: left;
	padding-right:6px;
	background: #fff;
}



.today .row .intro {
	width: 273px;
	float: left;
	background: #fff;
}

.today .row .intro h3.title {
	color: #da0000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.4em;
	margin: 0 0 0 0;
	line-height: 1.2em;
	background: #fff;
}
.today .row .intro h3.title a {
	color: #da0000;
}

.today .row .intro h3.title a:hover {
	color: #da0000;
	text-decoration:underline;	
}

.today .row .intro p {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	margin: 0 0 7px 0;
}
.today .row .intro a.readmore {
	/* font-weight: bold; */
	font-size: .9em;
	color: #da0000;
}
.today .row .intro h3.date {
	color: #6d6d6d;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
}

font.timechannel {
	font-family:Tahoma;
	color:#FF0090;
	font-size:13px;
	font-weight:bold;
	margin-top:4px;
	display:block;
	margin: 0;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
}

font.timechannel1 {
	font-family:Tahoma;
	color:#22A5B2;
	font-size:13px;
	font-weight:bold;
	margin-top:4px;
	display:block;
	margin: 0;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
}

font.timechannel2 {
	background-color: #9d9d9d;
	float:left;
	display:block;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;	
	color:white;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
}

font.timechannel3 {
	background-color: white;
	float:left;
	display:block;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;	
	color:#9d9d9d;
	border:1px solid #9d9d9d;
	padding:1px;
	padding-left:3px;
	padding-right:3px;

}

font.timechannel1 a{
	color:#6d6d6d;
	
}

.today .row .intro h3.date b {
	font-size: 1.1em;
	font-weight: bold;
}

.today .row .intro h3.date a {
	color: #6d6d6d;
}

.today .row a.category {
	float: right;
	padding: 2px 4px;
	display: block;
	background: #e7e7e7;
	color: #61abff;
	font-size: 1.1em;
	text-decoration: none;
}
.today .row a.category.grey {
	color: #6d6d6d;
}
#right .onnow-title {
	height: 22px;
	background: #fff;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	color: #888787;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 7px 0 0 8px;
	font-family: Verdana, Arial, sans-serif;
}
#right .onnow-title .time {
	width: 35px;
	float: left;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #61abff;
	padding: 0 9px 0 0;
	line-height: 1.1em;
}

#right .data-table {
	background: #e4e4e4;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	height: 269px;
	overflow: auto;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}
#right .data-table.top10 {
	height: auto;
	overflow: hidden;
}
.data-table .row {
	height: 30px;
	clear: both;
	line-height: 3em;
	white-space: nowrap;
}
.data-table .row.alt {
	height: 30px;
	clear: both;
	background: #f2f2f2;
}
.data-table .row .col1 {
	width: 60px;
	height: 30px;
	float: left;
	background: #d9d9d9;
	font-size: 1.2em;
	text-indent: 8px;
	overflow: hidden;
}
.data-table.top10 .row .col1 {
	font-weight: bold;
	text-align: right;
	color: #676767;
	font-size: 1.8em;
	width: 50px;
	padding: 0 10px 0 0;
}
.data-table .row.alt .col1 {
	background: #e7e7e7;
}
.data-table .row .col2 {
	width: 164px;
	height: 30px;
	float: left;
	font-size: 1.2em;
	text-indent: 11px;
	overflow: hidden;
	background: #e4e4e4;
}

.data-table .row .col3 {
	width: 48px;
	height: 30px;
	float: left;
	font-size: 0.8em;
	text-indent: 11px;
	background: #d9d9d9;
	overflow: hidden;
}

.data-table .row.alt .col3 {
	background: #e7e7e7;
}

.data-table .row.alt .col2 {
	background: #f2f2f2;
}


.data-table.top10 .row .col2 {
	width: 184px;
	overflow: hidden;
}
.data-table.top10 .row .col2 {
	text-indent: 0;
}
.data-table a,
.data-table a:hover {
	display: block;
	color: #000;
}

.data-table.top10 a {
	font-weight: bold;
	line-height: 1em;
	padding: 3px 0 0 11px;
}
.data-table.top10 a span {
	font-weight: normal;
	font-size: .8em;
	color: #828282;
}
.data-table.top10 a span b {
	font-weight: bold;
	font-size: 1.1em;
}

#left .blog-list {
	width: 405px;
	padding: 8px 0 1px 1px;
	margin: 0 0 30px 0;
	background: transparent url(../images/backgrounds/dots.gif) no-repeat left bottom;
}
#left .blog-list .row {
	height: 71px;
	width: 405px;
	padding: 16px 0 0 0;
	overflow: hidden;
	background: transparent url(../images/backgrounds/dots.gif) no-repeat left top;
}
#left .blog-list .row img {
	float: left;
}
#left .blog-list .row h3 {
	height: 55px;
	overflow: hidden;
	margin: 0;
	font-size: 3.3em;
	font-weight: normal;
	line-height: 1.8em;
	color: #807f7f;
	text-transform: uppercase;
	text-indent: 9px;
}
#left .blog-list .row .category {
	height: 16px;
	line-height: 1.5em;
	font-size: 1.1em;
	text-indent: 9px;
	overflow: hidden;
	color: #fff;
}
#left .blog-list p {
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	margin: 4px 0 13px 0;
}
#left .blog-list p a.readmore {
	font-size: .9em;
	color: #da0000;
}




#left .blog-page {
	width: 405px;
	padding: 8px 0 1px 1px;
	margin: 0 0 30px 0;
	font-family: Verdana, Arial, sans-serif;
}
#left .blog-page .row {
	height: 71px;
	width: 405px;
	padding: 0 0 11px 0;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: transparent url(../images/backgrounds/dots.gif) no-repeat left bottom;
}
#left .blog-page .row img {
	float: left;
}
#left .blog-page .row h3 {
	height: 55px;
	overflow: hidden;
	margin: 0;
	font-size: 3.3em;
	font-weight: normal;
	line-height: 1.8em;
	color: #807f7f;
	text-transform: uppercase;
	text-indent: 9px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#left .blog-page .row .category {
	height: 16px;
	line-height: 1.5em;
	font-size: 1.1em;
	text-indent: 9px;
	overflow: hidden;
	color: #fff;
}
#left .blog-page p {
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	margin: 4px 0 13px 0;
}
#left .blog-page p a.readmore {
	font-size: .9em;
	color: #da0000;
}
.back-link {
	background: transparent url(../images/backgrounds/back_arrow.gif) no-repeat 1px center;
	height: 15px;
	position: absolute;
	margin: 0 0 0 0;
	top: 162px;
/*	top: 150px;*/
}
.back-link a {
	color: #807f7f;
	font-size: 1.1em;
	padding: 0 0 0 19px;
	font-family: Verdana, Arial, sans-serif;
}
#left .blog-page .date {
	width: 170px;
	line-height: 1.9em;
	float: left;
	color: #818181;
	font-family:"Trebuchet MS",Arial,sans-serif;
}
#left .blog-page .select {
	width: 230px;
	float: right;
	text-align: right;
	color: #818181;
}
#left .blog-page .select select {
	width: 175px;
}
#left .blog-page .blogtitle {
	color: #e70000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2.1em;
	margin: 0;
	padding: 6px 0 8px 0;
}
#left .blog-page .leftimg {
	float: left;
	margin: 5px 14px 10px 0;
}
#left .blog-page p {
	color: #000;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}
#left .blog-page p.intro {
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
.mail-link {
	float: left;
	width: 200px;
	color: #818181;
	background: transparent url(../images/backgrounds/mail.gif) no-repeat left center;
	margin: 0px 0 13px 0px;
}
.print-link {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0px 0 13px 0;
}

.print-link span {
	background: transparent url(../images/backgrounds/print.gif) no-repeat;
}
.mail-link a {
	padding: 0 0 0 16px;
	color: #818181;
}
.print-link a {
	padding: 0 0 0 16px;
	color: #818181;
}

.toolbox .mail {
	font-size: .9em;
	color: #000;
	background: transparent url(../images/backgrounds/mail.gif) no-repeat left center;
	padding-left: 16px;
}
.toolbox .print {
	font-size: .9em;
	color: #000;
	background: transparent url(../images/backgrounds/print.gif) no-repeat left center;
	padding-left: 16px;
}
.toolbox .write {
	font-size: .9em;
	color: #000;
	background: transparent url(../images/backgrounds/write.gif) no-repeat left center;
	padding-left: 16px;
}

.comment-header {
	background: #cbd8df;
	line-height: 1.7em;
	height: 1.7em;
	margin: 0 0 9px 0;
}
.comment {
	background: #e2e2e2;
	padding: 4px 9px 4px 9px;
	margin: 0 0 9px 0;
}
#left .comment p {
	padding: 0 0 10px 0;
	color: #818181;
}
.comment-num {
	float: left;
	width: 200px;
	color: #818181;
	background: transparent url(../images/backgrounds/comments.gif) no-repeat left center;
	margin: 0 0 0 15px;
	padding: 0 0 0 26px;
	font-size: 1.1em;
	/* double margin float bug IE6 - fix */
	display: inline;
}
.comment-link {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0 14px 0 0;
	font-size: 1.1em;
	/* double margin float bug IE6 - fix */
	display: inline;
}
.comment-link span {
	background: transparent url(../images/backgrounds/pencil.gif) no-repeat left 1px;
	text-transform: capitalize;
}
.comment-link a {
	padding: 0 0 0 16px;
	color: #818181;
}
#postcomment {
	text-transform: capitalize;
}

#right .blog-list .row {
	height: 48px;
	overflow: hidden;
	background: #f5f5f5;
}
#right .blog-list .row img {
	float: left;
}
#right .blog-list h3 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 1.4em;
	line-height: .9em;
	color: #000;
}
.grey {
	color: #818181;
}
a.redmore {
	color: #e90900;
	font-size: .95em;
}
#right .blog-list .row h3 {
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 2.4em;
	color: #807f7f;
	text-transform: uppercase;
	text-indent: 3px;
}
#right .blog-list .row .category {
	height: 16px;
	line-height: 1.5em;
	font-size: 1.1em;
	text-indent: 9px;
	overflow: hidden;
	color: #fff;
}
#right .blog-list p {
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	margin: 3px 0 12px 0;
}
#right .blog-list p a.readmore {
	/* font-weight: bold; */
	font-size: .9em;
	color: #da0000;
}
.readmore {
	text-transform: capitalize;
}

.category.green {
	background: #40a76c;
}
.category.blue {
	background: #4049a7;
}
.category.pink {
	background: #d70f4f;
}
.category.purple {
	background: #c2257f;
}

.results .header {
	height: 17px;
	background: #cbd8df;
}
.results .row {
	width: 405px;
	margin: 0 0 0 9px;
	padding: 0 0 9px 0;
	background: transparent url(../images/backgrounds/dots.gif) no-repeat left bottom;
}
.results .row h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #da0000;
	margin: 7px 0 6px 0;
}
.results .row p {
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
}
.results .sponsored {
	padding: 8px 0 9px 0;
	background: transparent url(../images/backgrounds/dots.gif) no-repeat 9px bottom;
}
.results .paginate {
	padding: 7px 20px 0 0;
	text-align: right;
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
}
.results .paginate a {
	padding: 10px 0;
	display: inline;
	padding: 4px;
}
.results .paginate a.curr {
	text-decoration: underline;
}
.results .paginate a.curr:hover {
	text-decoration: none;
}


.blue-bar {
	background: #cbd8df;
	display: block;
	height: 17px;
	margin: 0 0 24px 0;
}
#left .egp-v,
#left .egp-h {
	margin: 0 0 16px 0;
}
#left .egp-v .row,
#left .egp-h .row {
	background: #fff;
	margin-bottom:2px;
}
#left .egp-v .row .col1 {
	overflow: hidden;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 32px;
	white-space: nowrap;
	text-transform: uppercase;
	font-family:Tahoma,Verdana,sans-serif;
}
#left .egp-h .row .col1 {
	border:1px solid #959595;
	overflow: hidden;
	padding:0 0 0 8px;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.9em;
	white-space: nowrap;
	text-transform: uppercase;
	font-family:Tahoma,Verdana,sans-serif;
}
#left .egp-v .row .col2 {
	overflow: auto;
	float: left;
	width: 509px;
	font-size: 1.5em;
	white-space: nowrap;
	margin-left:3px;
/*	display: table;*/
}

#left .egp-h .row .col2 {
	line-height: 2.3em;
	overflow: auto;
	float: right;
	border: 1px solid #959595;
	width: 509px;
	font-size: 1.5em;
	/*text-indent: 8px; */
	white-space: nowrap;
/*	display: table;*/
}
#left .egp-h .row .col2 {
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	border-right: none;
	background: white url(../images/backgrounds/gray_stripes_bg.png);
}
#left .egp-v .row.alt .col2 {
	background: #f4f4f4;
}


#left .egp-h .row.alt .col2 {
	background: white url(../images/backgrounds/gray_stripes_bg.png);
	border: 1px solid #b2b2b2;
}
#left .egp-h .row.alt .col2 {
	border-right: none;
}
#left .egp-v .channel,
#left .egp-h .channel {
	margin: 0 0 3px 0;
	color: #e90900;
}

#left .egp-h .channel .col1 {
	overflow: hidden;
	width: 82px;
	float: left;
	background: #fff url(http://engin.tv/images/backgrounds/previous_arrow.gif) no-repeat 116px center;
}

#left .egp-v .channel .col1 {
	overflow: hidden;
	width: 82px;
	float: left;
	background: #fff url(http://engin.tv/images/backgrounds/previous_arrow.gif) no-repeat 59px center;
}

#left2 .egp-v,
#left2 .egp-h {
	margin: 0 0 16px 0;
}
#left2 .egp-v .row,
#left2 .egp-h .row {
	background: #e6e6e6;
	width: 660px;
	margin: 0 0 3px 0;
	
	
}
#left2 .egp-v .row .col1 {
	overflow: hidden;
	padding: 8px 0 0 0;
	width: 72px;
	float: left;
	text-align: right;
	color: #e90900;
	font-weight: bold;
	font-size: 1.6em;
	font-family: Verdana, Arial, sans-serif;
}
#left2 .egp-h .row .col1 {
	overflow: hidden;
	padding: 8px 0 0 8px;
	width: 72px;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.9em;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
}
#left2 .egp-v .row .col2 {
	line-height: 2.3em;
	overflow: auto;
	float: right;
	border: 1px solid #959595;
	width: 509px;
	font-size: 1.5em;
	text-indent: 8px;
	white-space: nowrap;
/*	display: table;*/
}

#left2 .egp-h .row .col2 {
	line-height: 2.3em;
	overflow: auto;
	float: right;
	border: 1px solid #959595;
	width: 509px;
	font-size: 1.5em;
	/*text-indent: 8px; */
	white-space: nowrap;
/*	display: table;*/
}
#left2 .egp-h .row .col2 {
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	border-right: none;
	background: white url(../images/backgrounds/gray_stripes_bg.png);
}
#left2 .egp-v .row.alt .col2 {
	background: #f4f4f4;
}
#left2 .egp-h .row.alt .col2 {
	background: white url(../images/backgrounds/gray_stripes_bg.png);
	border: 1px solid #b2b2b2;
}
#left2 .egp-h .row.alt .col2 {
	border-right: none;
}
#left2 .egp-v .channel,
#left2 .egp-h .channel {
	margin: 0 0 3px 0;
	color: #e90900;
}

#left2 .egp-h .channel .col1 {
	overflow: hidden;
	width: 82px;
	float: left;
	background: #fff url(../images/backgrounds/previous_arrow.gif) no-repeat 116px center;
}

#left2 .egp-v .channel .col1 {
	overflow: hidden;
	width: 82px;
	float: left;
	background: #fff url(../images/backgrounds/previous_arrow.gif) no-repeat 59px center;
}
.channel .col1 a,
.channel .col3 a {
	display: block;
	text-decoration: none;
	line-height: 2.3em;
	font-size: 1.5em;
}
#left .egp-v .channel .col2,
#left .egp-h .channel .col2 {
	line-height: 2.3em;
	overflow: hidden;
	float: left;
	border: 1px solid #e6e6e6;
	width: 509px;
	font-size: 1.5em;
	text-indent: 8px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}
#left .egp-h .channel .col2 {
/*	font-size: 2em;*/
	font-family: Arial, sans-serif;
/*	line-height: 1.7em;*/
	text-align: left;
	text-indent: 4px;
	line-height: 2.3em;
	overflow: hidden;
}
#left .egp-h .channel .col2 {
	border-left: none;
	width: 510px;
}
#left .egp-h .channel .col2 .hour {
	width: 82px;
	border-left: 3px solid #e6e6e6;
	float: left;
	font-size: 1.5em;
}
#left .egp-h .channel .col2 .hour.half {
	border-left: 1px solid #e6e6e6;
	width: 84px;
}
#left2 .egp-v .channel .col2,
#left2 .egp-h .channel .col2 {
	line-height: 2.3em;
	overflow: hidden;
	float: left;
	border: 1px solid #e6e6e6;
	width: 509px;
	font-size: 1.5em;
	text-indent: 8px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}
#left2 .egp-h .channel .col2 {
/*	font-size: 2em;*/
	font-family: Arial, sans-serif;
/*	line-height: 1.7em;*/
	text-align: left;
	text-indent: 4px;
	line-height: 2.3em;
	overflow: hidden;
}
#left2 .egp-h .channel .col2 {
	border-left: none;
	width: 510px;
}
#left2 .egp-h .channel .col2 .hour {
	width: 82px;
	border-left: 3px solid #e6e6e6;
	float: left;
	font-size: 1.5em;
}
#left2 .egp-h .channel .col2 .hour.half {
	border-left: 1px solid #e6e6e6;
	width: 84px;
}
.channel .col2 b {
	text-transform: uppercase;
}
#left .egp-v .channel .col3,
#left .egp-h .channel .col3 {
	line-height: 2.3em;
	overflow: hidden;
	float: left;
	width: 23px;
	background: #fff url(../images/backgrounds/next_arrow.gif) no-repeat right center;
}
#left .egp-h .selector {
	padding: 0 0 5px 140px;
}
#left .egp-v .selector {
	padding-top: 5px;
	padding-left:26px;
/*	padding: 0 0 5px 140px;*/
}
#left .egp-v select,
#left .egp-h select {
	width: 100px;
	margin: 0 0 0 0px;
	font-size: 12px;
}

#left2 .egp-v .channel .col3,
#left2 .egp-h .channel .col3 {
	line-height: 2.3em;
	overflow: hidden;
	float: left;
	width: 23px;
	background: #fff url(http://engin.tv/images/backgrounds/next_arrow.gif) no-repeat right center;
}
#left2 .egp-h .selector {
	padding: 0 0 5px 140px;
}
#left2 .egp-v .selector {
	padding: 0 0 5px 26px;	
/*	padding: 0 0 5px 140px;*/
}
#left2 .egp-v select,
#left2 .egp-h select {
	width: 100px;
	margin: 0 0 0 2px;
	font-size: 12px;
}

.imgbutton {
	margin: 0px 6px 0 0;
	vertical-align: top;
	float: left;
}
.imgbutton1 {
	margin: 3px 6px 0 10px;
	vertical-align: center;
/*	float: left;*/
}
#left .egp-v .row .col2 .program {
	float: left;
	text-align: center;
	font-size: 0.6em;
	background: #fff;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	white-space: nowrap;
}
#left .egp-v .row.alt .col2 .program {
	border-right: 1px solid #b3b3b3;
	background: #f4f4f4;
}
#left .egp-v .row.alt .col2 .program a {
	padding: 0 4px;
	white-space: nowrap;
	
}
#left .egp-v .scroller {
	height: 270px;
	width: 610px;
	overflow: auto;
}
#left2 .egp-v .row .col2 .program {
	border-right: 1px solid #959595;
	float: left;
	text-align: center;
	font-size: .6em;
	background: #e6e6e6;
	
}
#left2 .egp-v .row.alt .col2 .program {
	border-right: 1px solid #b3b3b3;
	background: #f4f4f4;
}
#left2 .egp-v .row.alt .col2 .program a {
	padding: 0 4px;
	white-space: nowrap;
	
}
#left2 .egp-h .scroller {
	height: 270px;
	width: 610px;
	overflow: auto;
}
.program.l-arrow {
	background: transparent url(../images/backgrounds/slide_arrow_l.gif) no-repeat left center;
}
.program.r-arrow {
	background: transparent url(../images/backgrounds/slide_arrow_r.gif) no-repeat right center;
}
.program a.slide-left {
	float: left;
	display: block;
	text-decoration: none;
	width: 12px;
	padding: 0;
}
.program a.slide-right {
	float: right;
	display: block;
	text-decoration: none;
	width: 12px;
	padding: 0;
}


#footer {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	background: #ccc;
	height: 21px;
	line-height: 2.3em;
	overflow: hidden;
	font-size: 0.95em;
}
#footer a {
	color: #000;
	text-decoration: none;
	line-height: 2em;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer span {
	background: transparent url(../images/backgrounds/footer_logo.gif) no-repeat;
	padding: 5px 0 1px 0;
}
#footer span a {
	padding: 0 50px 1px 0;
}
#footer span a:hover {
	text-decoration: none;
}


.popup_window_titlebar {
	background: #4c93ea;
	display:block;
	width:100%;
	height:39px;
	font: 14px "Verdana";
	color:white;
	text-align: left;
	font-weight: bold;

}
.popup-head {
	color: #1655ab;
	font-size: 1.4em;
	padding: 7px;
	margin: 5px 0 10px 0;
	background: #e0ecf5;
	width: 406px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 262px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 12px "Trebuchet MS";
margin-top:2px;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 2px 0 0 0;
padding: 0;
font-style:italic;

}

#modernbricksmenu a{
float: left;
display: block;
height:18px;
color: white;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #f2f3f3; /*Default menu color*/
color: #CCCCCC;

}



#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #e2e3e4; /*Brown color theme*/
border-top: 1px solid #c2c2c2;
border-left: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
border-bottom: 1px solid #e2e3e4;


color:#848484;

}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 410px;
height: 0px;
line-height: 0px;
margin-left:7px;
background: #c2c2c2; /*Brown color theme*/ 
}

.trailer {
	margin: 0 0 12px 0;
}
h2.news {
	background: #0072ff;
	color: #fff;
	padding: 1px 5px 1px 5px;
	margin: 0;
}
h2.news a {
	text-decoration: none;
}
p.short-text {
	font-size: 1.5em;
	font-weight: bold;
}
.short-text a {
	color: #000;
	text-decoration: none;
}
.short-text a:hover {
	color: #000;
	text-decoration: underline;
}
h2.poll-q {
	background: #ffb505;
	color: #fff;
	padding: 1px 5px 4px 5px;
	margin: 0;
}
.poll-options {
	width: 160px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
	padding: 12px 0 0 0;
}
.poll-options input {
	margin: 0 10px 0 6px;
	border: 1px solid #CCCCCC;
	font-weight:bold;
	background:url(../images/backgrounds/bg-gonder-button.jpg);
}
.whitebox {
	background: #fff;
	margin: 0;
	padding: 8px 8px 1px 8px;
}
.whitebox img {
	margin: 0 0 -5px 0;
}
.whitebox ul {
	margin: 0 8px;
}
a.poll-link {
	margin: 0;
	padding: 4px 0 0 27px;
	display: block;
	float: left;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #818181;
}


/* star ratings */
ul.star-rating {
	margin: 0 4px 0 6px;
	padding: 0;
}
ul.star-rating li {
	margin: 0;
	padding: 0;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/rating/star_mid.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* mid star */
.mid-star{
	width: 75px;
	height: 16px;
}
.mid-star,
.mid-star a:hover,
.mid-star a:active,
.mid-star a:focus,
.mid-star .current-rating{
/*	background-image: url(../images/rating/star_mid.gif);*/
	line-height: 16px;
	height: 16px;
}


/* remove halo effect in firefox   */
a:active {
	outline: none;
}

table.toolbox td {
	text-align: center;
	padding: 2px 0 4px 0;
/*	height: 20px;*/
/*	border:1px solid red;*/
}
table.toolbox td a {
	line-height: 1.6em;
	padding: 2px 0;
/*	border: 1px solid red;*/
/*	display: block;*/
}
table.rating td {
	text-align: center;
	font-size: .8em;
	color: #8d8d8d;
}
.framed {
	padding: 8px;
	margin: 0 0 8px 0;
	border: 1px solid #dbdbdb;
	background: #fff;
/*	width: 100px;*/
}
.framed.no-margin {
	padding: 4px 8px;
	margin: 0;
	border-bottom: none;
}
.framed.last {
	padding-bottom: 4px;
}
.episode-num {
	font-size:13px;
	font-weight:bold;
	color:#6CB1FE;
	font-family: Tahoma, Arial, sans-serif;
	float: right;
	text-align: right;
}

.legend a {
	display: block;
	padding: 4px;
	text-decoration: none;
}
.go {
	width: 64px;
	height: 16px;
	color: #fff;
	background: transparent url(../images/backgrounds/go_bg.gif) no-repeat center;
	text-align: center;
/*	display: block;*/
	line-height: 16px;
	padding: 5px 0;
}
.go a {
/*	width: 64px;
	height: 16px;
	color: #fff;
	background: transparent url(../images/backgrounds/go_bg.gif) no-repeat center;
	text-align: center;*/
	display: block;
/*	line-height: 16px;
	padding: 5px 0;*/
}
.caps {
	text-transform: capitalize;
}
.top10 {
	width: 100%;
	background: #fff;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
}
.top10 td {
	border-bottom: 1px solid #cecece;
	vertical-align: top;
}
.top10 p {
	margin: 0;
	padding: 4px 6px;
}
.top10 td.pos {
	background: #4e89cd;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px 0 6px;
	font-size: 1.2em;
	text-align: center;
}
.top10 td.title {
	color: #000;
	font-weight: bold;
	width: 190px;
	font-size: 1.1em;
}
.top10 td.title span {
	color: #807f7f;
	font-weight: bold;
}
.top10 td.channel {
	background: #81bcff;
	color: #23408f;
	font-weight: bold;
	width: 80px;
	font-size: 1.1em;
}
.top10 td.channel a {
	color: #23408f;
}


