/*
Based Color: #002C1B


*/
body {
	background:#FFFFFF;
	margin:auto;
	width:770px;
	font-family:verdana, tahoma;

}

form {
	display: inline;
}

img {
	border:0px solid #000000;
}

div {
	/* border:1px solid #FF00CC; */
}

a {
	font-weight:bold;
	color:#602705;
	text-decoration:underline;
}

a:hover {
	font-weight:bold;
	color:#002C1B;
	text-decoration:underline;
}

a.title_link {
	font-size:10px;
	font-weight:normal;
	color:#602705;
	text-decoration:none;
}

a:hover.title_link {
	font-size:10px;
	font-weight:normal;
	color:#002C1B;
	text-decoration:underline;
}

a.footer_link {
	font-weight:normal;
	color:#602705;
	text-decoration:none;
}

a:hover.footer_link {
	font-weight:normal;
	color:#002C1B;
	text-decoration:underline;
}

a.channel_index_link {
	font-size:10px;
	font-weight:bold;
	color:#602705;
	text-decoration:none;
}

a:hover.channel_index_link {
	font-size:10px;
	font-weight:bold;
	color:#002C1B;
	text-decoration:underline;
}

td.channel_list_index {
	padding-bottom:3px;
}

.img_gallery {
	width:100px;
	height:75px;
	border:1px solid #602705;
	background: url('../images/pixel_trans.gif');

}

.img_channel_thumb{
	width:100px;
	height:75px;
	border:1px solid #002C1B;
	background: url('../images/pixel_trans.gif');
}

#div_body {
	width:750px;
	background:#FFFFFF;
}

#div_footer {
	width:100%;
	height:130;
	background: url('../images/footer_bg.jpg');
	background-repeat:no-repeat;
	font-size:10px;
	color:#002C1B;
	text-align:center;
	line-height:16px;
	padding-top:5px;
}


#title_bar {
	font-size:12px;
	margin-top:5px;
	margin-left:5px;
	width:100%;
	height:50px;
}

#title_link {
	margin-right:10px;
	float:right;
	width:500px;
	text-align:right;
}

#title_space {
	width:100%;
	height:2px;
}

#tkn_logo {
	float:left;
	font-size:12px;
	font-weight:bold;
}

/*
#tk_logo, #tkn_logo, #tk_login {
	border:1px solid #FFCC00;
}
*/

#main_content {
	width:100%;
}


#col_left {
	float:left;
}

#col_right {
	margin-left:500px;
}


#splash_header {
	width:495px;
	height:46px;
	background: url('../images/tab_left.jpg');
	background-repeat:no-repeat;
	color:#602603;
	font-size:1.1em;
	font-family:verdana, tahoma;
	font-weight:bold;
	/*font-style:italic;*/
	text-align:center;
	line-height:20px;
}

#splash_body {
	width:483px;
	height:345px;
	padding:5px 5px 0px 5px;
	border-left:1px solid #FF6407;
	border-right:1px solid #FF6407;
	border-bottom:1px solid #FF6407;
	overflow:auto;
	font-size:12px;
	text-align:justify;
	line-height:18px;
}

#channel_header {
	width:244px;
	height:46px;
	background: url('../images/tab_right.jpg');
	color:#602603;
	font-size:12px;
	font-weight:bold;
	font-family:verdana, tahoma;
}

#channel_guide {
	padding:5px 0px 2px 5px;
}

#category_dropdown {
	margin-top:5px;
	width:220px;
	font-size:10px;
	font-weight:bold;
	border:1px solid #002C1B;
	color:#602705;
}

#channel_list {
	overflow:auto;
	width:242px;
	height:350px;
	border-left:1px solid #FF6407;
	border-right:1px solid #FF6407;
	border-bottom:1px solid #FF6407;
	font-size:10px;
	font-weight:normal;
	font-family:verdana, tahoma;
	color:#002C1B;
}

.channel_name {
	font-weight:bold;
	color:#000000;
}

#bottom_band {
	width:100%;
	height:5px;
	background:#FFFFFF;
}