@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding:0px;
	
}


#podcasts{
	font-size:11px;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	margin: 13px;
	color: #000000;	
}

#podcasts h1{
	font-size: 16px;
	font-style:italic;
}

#podcasts div#info_text{
	font-size: 12px;	
	line-height:18px;
	font-style: italic;
	margin-top: 20px;
	width: 550px;
	margin-bottom: 20px;
}

#podcasts div#content_list{	
	overflow:auto;
	height: 350px;
}

table.list{
	width: 800px;
	background:#ebeced;
	border-collapse:collapse;
	font-size: 11px;
	font-style: italic;
	height: 22px;	
}


#podcast table.list tr.hover{
	background-color:#fff200;
	
}

#podcast table.list tr.hover, #podcasts table.list tr:hover{
	background-color:#fff200;
	
}

table.list td{		
	text-align: left;		
	padding:2px 5px 2px 5px;				
	border:#FFFFFF 2px solid;
	height: 22px;
}

#podcasts div#detail{
	width: 400px;
}

#podcasts div#detail img{
	width: 394px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#podcasts a{	
	color: #000000;
	text-decoration: none;
}


#podcasts table.list a{
	display: block;	
}

#podcasts div#pageination{
	
	font-size: 12px;
}

#podcasts div#pageination a{	
	color: #000;
	font-style:italic;
}
#podcasts a.feed{
	text-decoration: none;
}
