/*
Webcast CSS structure
*/


/* no stream warning */
div#noStream {
	background-color: #F0D592;
	color: #491B0C;
	padding: 8px 4px;
	border-top: 2px solid #582200;
	border-bottom: 2px solid #582200;
}

div#noStream img {
	position: relative;
	top: 3px;
}


/* Prefs */
div#Prefs {
	background-color: #F0D592;
	color: #491B0C;
	margin-top: 8px;
	padding: 0;
	border-top: 1px solid #582200;
	border-bottom: 1px solid #582200;
}

div#Prefs div {
	margin: 4px 12px;
}


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;
}

