.podcast_bg {
	background: #e7e7e7 url(images.podcast/main_podcast_bg.gif) repeat-x;
}

div#thecontainer {
	height: 100%;
	padding-left: 25px;
	position: relative;
	background: url(images.podcast/top_bg.gif) no-repeat;
	padding-top: 100px;
	line-height: 21px;
}

div#inner_container {
	width:535px;
	background:url(images.podcast/head_image.jpg) no-repeat;
}

div.main_bg {
	width: auto;
	background-color: #6884ab;
	margin-left: 170px;
	padding: 8px;
	color: #FFFFFF;
}

.generalTable, .listTable, .commentTable {
	background-color: #d1d7e3;
	width: 100%;
}
.generalTable td {
	padding: 7px 10px;
}
.generalTable td.leftCol {
	color: #4c678f;
	vertical-align: top;
}

#subscribeTable td {
	padding-top: 5px;
	padding-bottom: 8px;
}
#subscribeTable input {
	border: 1px solid #536e99;
	background-color: #eeeeee;
	color: #666666;
	padding: 3px 6px;
	font-size: 12px;
}
a#subscribeLink {
	margin-bottom: 8px;
	display: block;
	width: 164px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	white-space: nowrap;
	text-decoration: underline;
	color: #cc0033;
}
a#subscribeLink:hover {
	color: #FFFFFF;
	background-color: #CC0033;
}
a.help {
	color: #4C678F;
	margin-left: 6px;
}
a.help:hover {
	color: #cc0033;
}


#listMenu {text-align: right; margin: 10px 0px 6px 0px;	color: #999999;}
#listMenu a {color: #4c678f; text-decoration: none;}
#listMenu a:hover {color: #CC0033;}

.listTable {

}
.listTable th, .commentTable th {
	background: url(images.podcast/bg_td_head.gif) repeat-x;
	height: 24px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 10px;
}
.listTable td {
	background: url(images.podcast/dotline.gif) repeat-x bottom;
	padding: 3px 10px;
}
.commentTable td {
	padding: 3px 10px;
}

td.iconLink {padding-right: 6px; padding-left: 6px;}
td.iconLink img {margin-right: 3px;	margin-left: 3px;}

.infoText {
	margin-bottom: 10px;
}

#numberMenu {
}
#numberMenu li {
	display: inline;
	float: left;
	margin-left: 5px;
}
#numberMenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 20px;
	text-align: center;
}
#numberMenu a:hover {color: #000000; background-color: #D1D7E3;}
#numberMenu a.selected {color: #000000;	background-color: #D1D7E3;}

.commentTable td.comment {padding: 10px 18px 3px 18px;}
.commentTable p.commentText {
	margin-top: 8px;
	background-image: url(images.podcast/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 18px;
}
td.comment .name {font-weight: bold; color: #6884ab;}
.commentTable input, .commentTable textarea {
	background-color: #F8F9FA;
	border: 1px solid #666666;
	font-size: 13px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
}
ol#formElements {
	margin-left: 30px;
	margin-bottom: 20px;
}
ol#formElements li {
	margin-bottom: 8px;
}

.commentTable label {
	display: block;
}

a#submitLink {
	display: block;
	width: 80px;
	text-align: center;
	padding-right: 3px;	padding-left: 3px;
	color: #FFFFFF;
	background-color: #C72146;
	white-space: nowrap;
	margin-top: 10px; margin-left: 130px;
	font-weight: bold;
}
a#submitLink:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
}
h6 {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}
ol.orderList {
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}
ol.orderList li {
	padding-left: -3px;
	list-style-type: decimal;
}

