@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
-------------------------------------*/
#container #ProgramMenu {
	margin: 0 0 0 58px;
	padding: 10px 0 10px 0;
	}
	#container #ProgramMenu #ProgramMenu-in {
	}

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

ul#nav-left {
/*	list-style-type: none;
*/	background-color: #FFFFFF;
	margin: 0;
	float: left;
	width: 100%;
	display: inline;
	}

	ul#nav-left li, ul#nav-right li {
	margin-bottom: 0px;
	float: left;
	display: block;
	list-style: none;
		}
		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;
			}



/* Content
----------------------------*/
#content {
	margin: 0;
	text-align:left;
	padding: 20px 0;
	}
	#content #content-in .FullWidth {
	float: left;
	width: 930px;
	}
	#content p, dd, li {
	line-height: 1.3em;
	letter-spacing: 0.6px;
	}
	#content li {
	line-height: 1.4em;
	letter-spacing: 0.6px;
	list-style-type: circle;
	}

#content h2 {
	margin-top: 15px;
	margin-right: 5px;
}
#content h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
	#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;
}
	
.figure {
	float: left;
	width: 160px;
	margin: 0 10px 10px 0;
	height: 17em;
	}
	.figure p {
	text-align: center;
	margin: 10px 0 0 0;
	height: 1em;
	letter-spacing: .9px;
		}
#content .FullWidth .figure h3 a {
	text-align: center;
	color: #0033CC;
	display: block;
	line-height: 0.9;
}
#content .FullWidth .figure h4 a {
	text-align: left;
	display: block;
	text-decoration: none;
	margin: 0;
	line-height: 0.9;
}
	.photo {
/*		background: url(../images/drop_shadow.gif) right bottom no-repeat;
*/		}
	.photo img {
/*		border: 1px solid #666;
		background-color: #fff;
		padding: 4px;
		position: relative;
		top: -5px;
		left: -5px;
*/		}
	
/* 3. Podcasters Area
-------------------------------------*/


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