@charset "UTF-8";

@import url(rel5_font.css);
@import url(rel5_corelayout.css);

/* Hilite Section*/
/* Hilite 10 0 940 0 10 = EmbeddedVDO 0 0 700 0 0 + [GUTTER 20] + HiliteDesc 0 0 220 0 0  */

#News {
	background-color: #FFFFFF;
	width: 920px;
	margin: 0 10px 10px 10px;
	padding: 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	clear:both;
	}

.Hilite {
	background-color: #FFFFFF;
	width: 940px;
	margin: 0 10px;
	padding: 10px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	clear:both;
	}
	.Hilite .EmbeddedVDO {
	float: left;
	width: 700px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	}
		.Hilite .ImgEpisode {
		float: left;
		width: 700px;
		margin: 0 auto;
		padding: 0 0 10px 0;
		background-color: #FFFFFF;
		}
		.Hilite .ImgEpisode Img{
		margin: 0 200px;
		padding: 0;
		}
	.Hilite .HiliteDesc {
	float: right;
	width: 200px;
	text-align: left;
	padding: 10px;
	margin: 0;
	background-color: #E6E6E6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	.Hilite dt,
	.HiliteAlt dt {
	padding: 0 0 5px 0;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	}
	.Hilite dd,
	.HiliteAlt dd {
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	}
	.Hilite dd a,
	.HiliteAlt dd a {
	text-decoration: none;
	}
	.Hilite dd.Last,
	.HiliteAlt dd.Last {
	border-bottom: none;
	} /* to get rid of the bottom border for the last dd entry */
	
/* Alternate Hilite Layout */
	.HiliteAlt {
	background-color: #FFFFFF;
	width: 940px;
	margin: 10px;
	padding: 10px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	clear:both;
	}
	.HiliteAlt .EmbeddedVDO {
	float: right;
	width: 700px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	}
	.HiliteAlt .HiliteDesc {
	float: left;
	width: 200px;
	text-align: left;
	padding: 10px;
	margin: 0;
	background-color: #E6E6E6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

/* Programs Boxes Section */
/* Contents 10 0 940 0 10 = MainContent 0 0 700 0 0 + [GUTTER 20] + TwitterBar 0 0 220*/

#Contents {
	width: 940px;
	margin: 10px;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	float: left;
	}

	#MainContent {
		background-color: #FFFFFF;
		width: 700px;
		margin: 0;
		padding: 0;
		float: left;
	}
		#container #Contents #MainContent #LatestEpisodes {
			width: 700px;
			float: left;
			background-color: #FFFFFF;
			}
		
			#container #Contents #MainContent #LatestEpisodes #TableEpisodes {
				border-collapse:collapse;
				}
			#container #Contents #MainContent #LatestEpisodes table#TableEpisodes  {
				width: 100%;
				border: 1px solid #999999;
				}
			#container #Contents #MainContent #LatestEpisodes table#TableEpisodes caption {
				margin: 0;
				padding: 8px 20px 8px 0;
				text-align: left;
				}
			#container #Contents #MainContent #LatestEpisodes table#TableEpisodes th,
			#container #Contents #MainContent #LatestEpisodes table#TableEpisodes td {
				margin: 0;
				padding: 8px 20px;
				border-bottom: 1px solid #b5b5b5;
				}
			#container #Contents #MainContent #LatestEpisodes table#TableEpisodes tr {
				background: #e6e6e6;
				}
			#container #Contents #MainContent #LatestEpisodes table#TableEpisodes tr.altrow {
				background: #FFFFFF;
				}
			#container #Contents #MainContent #LatestEpisodes table#TableEpisodes td a {
				display: block;
				color: #FF6633;
				}
		
	/*TwitterBar 0 0 220 0 0*/
	#container #Contents #TwitterBar {
		float: right;
		width: 220px;
		margin: 10px 0;
		padding: 0;
		background-color: #FFFFFF;
	}
	#TwitterBar #FollowMeBar {
	text-align: center;
	margin: 0 0 10px 0;
	}

#Sponsors {
	clear: both;
	width: 940px;
	margin: 10px 10px;
	padding: 10px 0;
	float: left;
	border-top: 1px solid #e6e6e6;
	}
	#Sponsors dl {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	}
	#Sponsors dl.end {
	margin: 0;
	}

#Friends {
	clear: both;
	width: 940px;
	margin: 10px;
	padding: 10px 0;
	float: left;
	border-top: 1px solid #e6e6e6;
	}
	#Friends dl {
	float: left;
	width: 220px;
	padding: 10px 0;
	margin: 0 20px 5px 0;
	text-align: center;
	background: #e6e6e6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	#Friends dl.end {
	margin: 0 0 5px 0;
	}

#ThaiPodcasts {
	background-color: #FFFFFF;
	width: 940px;
	margin: 10px;
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #e6e6e6;
	float: left;
	}
	#ThaiPodcasts dl {
	float: left;
	width: 220px;
	padding: 10px 0;
	margin: 0 20px 5px 0;
	text-align: center;
	background: #e6e6e6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
	#ThaiPodcasts dl.Tend {
	margin: 0 0 5px 0;
	}
