@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("newsandevents.common.css");

#flash_home{
	float:left;
	width:640px;
	height:280px;
	margin:0px 10px 0px 0px;
}

#wrapper_body_home{
	float:left;
	position:relative;
	width:930px;
	padding:0px 15px 15px 15px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
}

#welcome_text{
	float:left;
	position:relative;
	width:627px;
	height:155px;
	background-image: url(../../_img/home/microphone-bg-graphic.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding:30px 12px 0px 291px;
}

#welcome_text p{
	color:#f6a003;
	line-height:1.4em;
	font-size:1.4em;
}

#latest_news_pod{
	float:left;
	position:relative;
	width:560px;
	height:315px;
	padding:41px 0px 0px 10px;
	margin:0px;
}

#latest_news_heading{
	position:absolute;
	top:0px;
	left:10px;
}

#programs_by_day_pod{
	float:left;
	position:relative;
	width:360px;
	padding:41px 0px 0px 0px;
	background-image: url(../../_img/home/programs_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#rightPods{
	position:absolute;
	right:40px;
	top:225px;
	width:325px;
	}

	#rightPods #pod_programs {
		background:url(../../_img/pod_programs.jpg) no-repeat;
		height:115px;
		}
		
	#rightPods #pod_advertising {
		margin-top:28px;
		background:url(../../_img/pod_advertising.jpg) no-repeat;
		height:115px;
		}
		
		#rightPods #pod_programs a,
		#rightPods #pod_advertising a {
			display:block;
			width:325px;
			height:115px;
			}

#programs_wrapper{
	float:left;
	position:relative;
	width:342px;
	padding:0px 0px 0px 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}

#programs_heading{
	position:absolute;
	top:0px;
	left:16px;
}

#programs_day{
	position:absolute;
	top:19px;
	left:0px;
}

#backarrow{
	position:absolute;
	top:0px;
	left:250px;
}

#forwardarrow{
	position:absolute;
	top:0px;
	left:299px;
}

#programs_time{
	position:absolute;
	top:65px;
	left:12px;
	color:#abadad;
}
#programs_whoson{
	position:absolute;
	top:65px;
	left:112px;
	color:#abadad;
}

/*Table*/


table.programs_table{
	float:left;
	width:329px;
	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 1px;
	background-color: #f6dba9;
	background-image: url(../../_img/home/programs_table_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
  
.programs_table td, .programs_table th {
	border-collapse:collapse;
	margin:0px;
	padding:3px 6px 3px 13px;
	border: 1px solid #fff;
}
  
.programs_table td p, .programs_table th p {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	font-family:  Arial, Helvetica, sans-serif;
	border-width: 0px;
	border:none;
}

td.table_col1 {color:#483f36; font-weight:bold; width:80px;}
td.table_col2 {color:#e76700; font-weight:bold;}

span.presenter_name{
	font-size:10px;
	font-weight:normal;
	color:#282828;
}

