/* moved Podcasts.html's inline style for table here
so it can be reused for datagrid
 */
.PodcastTable
{
	BORDER-RIGHT: rgb(51,51,51) 1px solid; 
	BORDER-TOP: rgb(51,51,51) 1px solid; 
	FONT-SIZE: 16px; 
	BORDER-LEFT: rgb(51,51,51) 1px solid; 
	BORDER-BOTTOM: rgb(51,51,51) 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BORDER-COLLAPSE: collapse;
	width:90%;
	
	
}


.PodcastHeader th, .PodcastHeader td
{
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 8px;
	color: #ffffff;
	padding-top: 8px;
	height: 20px;
	background-color: rgb(11,129,196);
	/*text-align: center;*/
	border:1px solid rgb(51,51,51);
	border-collapse:collapse;
}

.PodcastHeader2 td
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	color: #191970;
	padding-top: 5px;
	height: 20px;
	/*text-align: center;*/
	/*text-align: center;*/
	border:1px solid rgb(51,51,51);
	border-collapse:collapse;
	
}

.PodcastRow tr,.PodcastRowAlt tr
{
	COLOR: rgb(255,255,255);
	
}

.PodcastRow td, .PodcastRowAlt td
{
	/*border-right: rgb(51,51,51) 1px solid;
	
	border-top: rgb(51,51,51) 1px solid;
	border-left: rgb(51,51,51) 1px solid;
	
	border-bottom: rgb(51,51,51) 1px solid;
	border-collapse: collapse;
	*/
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
	height: 30px;
	/*text-align:center;*/
	/*text-align: center;*/
	border:1px solid rgb(51,51,51);
	border-collapse:collapse;
}

.PodcastRow table, .PodcastRowAlt table, .PodcastRow table td,.PodcastRowAlt table td
{
	border:none;
}
.PodcastRowAlt tr,.PodcastRowAlt td
{
	height: 30px;
	background-color: #ffffff;
}

.PodcastRow tr, .PodcastRow td
{
	height: 30px;
	background-color:#E9E9E9;
}

