@CHARSET "UTF-8";
/*  
Use this Style Sheet to customize the plugin. 
You can delete the file, and write your custom styles on the theme' style.css file.
If you're usinf one of my themes, styling on the file custom.css is the preferred method.
*/

/* ------------------------------------------------ WIDGET SIDEPOSTS */


/* PODCASTS */
.podcasts {
	background-color: #b9bbca;
	margin-top:8px;
	font-size: 12px;
	margin-bottom: 7px;
}
.podcasts td {
	padding: 3px;
}
.podcasts tbody tr.even td {
  color: #000000;
}
.podcasts tbody tr.odd  td {
  color: #858585;
}
.hB2 {
	color: #60629b; 
	font-weight: bold;
	font-size: 11px;
}
.av {
	font-size: 9px;
}
/* BROADCAST */

.whatson {
	width: 100%;
	font-size: 12px;
}
.whatson td {
	padding: 3px;
}

.whatson tbody tr.odd  td, .whatson tbody tr.even td {
  background-color: #fff;
}
.whatson tbody tr.even td {
  color: #000000;
}
.whatson tbody tr.odd  td {
  color: #858585;
}

.rH {
	background-color: #ef0800; 
	color: #ffffff; 
	padding: 4px;
	margin-bottom: 8px;
}
.rD {
	font-weight: bold;
	margin-bottom: 7px;
}
.hB {
	color: #ef0800; 
	font-weight: bold;
	font-size: 11px;
}



/* POLLS */
.latestpoll {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	margin-bottom: 8px;


}

.latestpoll td {
	border-width: 0px 0px 1px 0px;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: gray;
}


.h {
	color: #ffffff;
	font-weight: bold;
}

/* EOF */