@charset "UTF-8";
@import url(font.css);
@import url(corelayout.css);


/*1. Language Switcher
------------------------------*/
#LanguageSwitcher {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	z-index: 1000;
	width: 190px;
	}
#LanguageSwitcher h2 {
	color: #FFFF66;
	}
#LanguageSwitcher a.Button {
	display: block;
	height: 24px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/_SiteDesign/bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#LanguageSwitcher a.Button span {
    background: transparent url(../images/_SiteDesign/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#LanguageSwitcher a.Button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#LanguageSwitcher a.Button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*2. Program Navigator / menu (not used)
-------------------------------------*/
#container #ProgramMenu {
	float: left;
	width: 235px;
	}
	#container #ProgramMenu #ProgramMenu-in {
	margin-left: 33px;
	}

#nav-left  {
	margin: 0;
	list-style-type: none;
	background-color: #FFFFFF;
}

ul#nav-right {
	margin: 20px;
	list-style-type: none;
	background-color: #B59068;
	}

	ul#nav-left li, ul#nav-right li {
	margin-bottom: 0px;
		}
		ul#nav-left li a, ul#nav-right li a {
	display: block;
	color: #666;
	background-color: #ffcb2d;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
			}
			
			#nav-left a:hover, 
			dl#Changkhui #program_Changkhui a {
				color: #333;
				padding-bottom: 5px;
				border-color: #727377;
				background: #fff url(../images/on_bg.gif) repeat-x top left;
				}
			
		ul#nav-right li a:hover {
			color: #666;
			background-color: #F1F7FF;
			border-bottom: 1px solid #E3EFFF;
			}


/* 3. Podcasters Area
-------------------------------------*/
#Podcaster {
	float: right;
	width: 200px;
	clear: right;
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0 0 0 20px;
	text-align: center;
	}

#Podcaster .TextAlignLeft p {
	text-align: left;
}
	#Podcaster img {
	border: 1px solid #BBBBBB;
	margin: 10px auto;
	}
	
	#Podcaster img.Logo {
	border: none;
	}
	
	#Podcaster h2 {
	text-align: center;
	margin: 10px 5px 0 5px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 0 0 0 0;
	}
	#Podcaster h3 {
	text-align: center;
	}
	#Podcaster p {
	text-align: center;
	color: #555555;
	padding-left: 5px;
	}

/* Content (modified from Program.css)
-----------------------------------------------*/
#content {
	margin: 0 0 0 0;
	padding: 20px 0;
	text-align:left;
	}
	#content p, dd {
	line-height: 1.3em;
	}
	#content h2 {
	margin-top: 10px;
	}
	#content dl {
	margin: 10px 0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	overflow: auto;
	}
	#content dt {
	margin-top: 10px;
	}
	#content dd.FileInformation {
	display: block;
	width: 400px;
	color: #FFFFFF;
	background-color: #FF6633;
	font-weight: normal;
	}
	
	#content img {
	padding: 1px;
	border:2px double #bbbbbb;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#content .Center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
	

/*IE6 hack for display vertical navigator bar correctly
--------------------------------------------------------*/
#nav-left li {
	display: inline;
	}
	* html #nav-left a {
	 height: 1px;
	 }

/* Table
---------------------------------------------------------*/
table {
	border: 1px solid #999999;
	background: #FFFFFF;
}
	
table caption {
	margin: 0;
	padding: 4px 5px;
	text-align: left;
	border: 1px solid #999999;
	border-bottom: none;
	background: #FF9900;
	color: #333333;
	}
	
table th, table td {
/*	margin: 0;
*/	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
	}

table .name {
	text-align:left;
	}

table tr {
	background: #e6e6e6;
	}

table tr.alt {
	background: #f1f1f1;
	}
	
table th, td {
	color: #333333;
	}
