/*
Message List CSS structure
*/
/* SeriesTitle */
div#SeriesImg {
	text-align: center;
}
div#SeriesImg img {
	border: 2px solid black;
}

div#SeriesTitle {
	font-size: 1.8em;
	font-weight: bold;
	margin: 12px auto;
}

/* Paging */
div.paging {
	margin: 12px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	letter-spacing: -0.1em;

	text-align: center;
	font-weight: bold;
}
div.paging .label {
	color: #eecb80;
	font-weight: normal;
	
}
div.paging a {
	font-weight: normal;
	text-decoration: none;
	color: #eecb80;
}
div.paging a:hover {
		color: white;
		text-decoration: underline;
	}
div.paging .inactive {
	font-weight: normal;
	color: #582200;
}


/* Prefs */
div#Prefs {
	background-color: #F0D592;
	color: #491B0C;
	padding: 0;
	border-top: 1px solid #582200;
	border-bottom: 1px solid #582200;
}
div#Prefs form { margin: 0; padding: 0;  }
div#Prefs table  { margin: 0; padding: 0; }
div#Prefs img {
	position: relative; top: 4px; 
	border: 0;
}

div#MessageList img {
	margin: 0 2px;
	border: 1px solid #5F2A00;
}

/* seriesTitleSeparator */
div#MainContent div.seriesTitleSeparator {
	/*background-color: #582200;*/

	font-size: 1.2em;
	font-weight: bold;
	color: white;
	
	

/*	border-top: 1px solid #582200;
	border-bottom: 1px solid #582200;
*/

	margin-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

/* Message lines */
div#MainContent div.messageLine {
	background-color: #7f4315;

	border-top: 1px solid #582200;
	border-bottom: 1px solid #582200;
	margin-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}
div#MainContent div.line1, div.line2 {
	margin: 0px;
}
div#MainContent div.line1 {
	padding-top: 4px;
	color: #eecb80;
}
div#MainContent div.line1 .speaker {
	font-size: 0.85em;
	float: right;
}
div#MainContent div.line1 .date {
}
div#MainContent div.line2 .title {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.00em;
}

/* series title*/
div#MainContent div.line2 .title .seriesTitle {
	font-weight: normal;
	color: #eecb80;
	font-size: 0.65em;
}

div#MainContent div.line2 .buttons {
	float: right;
	text-align: right;
}
div#MainContent div.line2 {
	padding-top: 4px;
	padding-bottom: 8px;
	clear: both;
}

/*table#list td  {
