﻿table.channelItem
{
	width: 100%;
	margin-bottom: 15px;
	border: solid 1px #444444;
}
.channelItemLabel
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	border-right: solid 1px #eeeeee;
	white-space: nowrap;
	vertical-align: top;
}
tr.channelItemTitle
{
	background-color:#eeeeee;
}
.channelItemTitle
{
	font-size: 14pt;
	font-weight: bold;
	color: #444444;
	padding-left: 5px;
}
.channelItemSubTitle
{
	padding-left: 5px;
}
.channelItemContent
{
	padding-left: 5px;
	vertical-align: top;
}
.channelItemUrl
{
	background-color: #eeeeee;
	padding-left: 5px;
}


/*

DisplayView CSS

*/
div.channelDisp
{
	width: 100%;
}
table.channelTitleDisp
{
	width: 100%;
}
td.channelTitleDisp
{
	font-size: 17pt;
	color: #3e3e3e;
	width: 100%;
}
td.channelTitleSepDisp
{
	background-color:#6e6e6e; 
	height: 2px;
}
td.channelTitleDescDisp
{
	width: 100%;
}
a.channelTitleRssDisp:link,hover,visited
{
}
a.channelTitleiTunesDisp:link,hover,visited
{
}
a.channelTitleLinkDisp:link,hover,visited
{
}

table.channelItemDisp
{
	background-color: #ffffff;
	margin-bottom:20px;
	width: 100%;
}
td.channelItemTitleDisp
{
	padding-left: 10px;
	font-weight: bold;
	width: 100%;
	background-color: #e3e3e3;
	background-image: url(bg_grad2.png);
	height: 35px;
	vertical-align: middle;
	border: solid 1px #939393;
	border-right: none;
}
td.channelItemAuthorDisp
{
	color: #333333;
	font-weight: bold;
	white-space:nowrap;
	
	padding-right: 10px;
	background-color: #e3e3e3;
	background-image: url(bg_grad2.png);
	height: 35px;
	vertical-align: middle;
	text-align: right;
	border: solid 1px #939393;
	border-left: none;

}
a.channelItemTitleDisp:link
{
	color: Navy;
	text-decoration: none;
}
a.channelItemTitleDisp:hover
{
	color: Red;
	font-size: larger;
	text-decoration: none;
}
a.channelItemTitleDisp:visited
{
	color: Gray;
	text-decoration: none;
}
td.channelItemTitleSepDisp
{
	background-color:#a3a3a3; 
	height: 1px;
}
td.channelItemDescDisp
{
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	width: 100%;
	background-image: url(bg_grad1.png);
	background-repeat: repeat-x;
}
td.channelItemDetailsDisp
{
	vertical-align: top;
	background-image: url(bg_grad1.png);
	background-repeat: repeat-x;
}
table.channelItemDetailsDisp
{
	width: 100%;
}
td.channelItemPubDateDisp
{
	color: #666666;
	white-space:nowrap;
	text-align: right;
	padding-right: 5px;
}
td.channelItemDurationDisp
{
	color: #666666;
	white-space:nowrap;
	text-align: right;
	padding-right: 5px;
}

