/* ------------------------------------------------------------
 * =favorite stations, gray background, blue buttons
 ------------------------------------------------------------ */

#pandoraPluginStations {
	font: 12px verdana,arial,sans-serif;
	color:#666;
	border: 1px solid #369;
	padding:5px;
	background:#eee;
	margin-bottom:20px;
	margin-bottom:20px;
	}

#pandoraTitleStations {
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-align:center;
	margin-bottom:10px;
	background:#eee;
	}

#pandoraContentStations {
	font-size:10px;
	color:#666;
	text-align:left;
	margin-bottom:10px;
	background:#eee;
	}

#pandoraContentStations a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

#pandoraContentStations a:hover {
	color:#ccc;
	}

.blogrollitemStations {
	background: url('images/station_button_new_bg.png') #eee;
	background-repeat: repeat-x;
	margin: 5px 5px 5px 0px;
  	height:21px;	
	}

.stationitemStations {
	overflow:hidden;
	/* background: url('/styles/feeds/images/station_button_l.gif'); */
	background-repeat: no-repeat;
  	height:21px;		
	}

.stationnameStations {
	overflow:hidden;
	/* background: url('/styles/feeds/images/station_button_r.gif') top right; */
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	height:21px;
	line-height:200% ! important;
	}


#pandoraFormDivStations {
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
	background:#eee;
	}

input {
	margin-bottom:5px;
	}

#pandoraFooterStations {
	font-size:10px;
	color:#666;
	text-align:center;
	background:#eee;
	}

#pandoraFooterStations a {
	font-family:times,serif;
	color:#369;
	text-decoration:none;
	}

#pandoraFooterStations a:hover {
	color:#666;
	}





