@import url(http://www.northcountrypublicradio.org/ncpr_adv.css);

newmenulink {
	font-size: 10px;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration: none;
}

a:link.newmenulink, a:visited.newmenulink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.newmenulink{
	color: #D6DFE9;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.menulink, a:visited.menulink {
	color: #99000;
	text-decoration: none;
}

a:hover.menulink{
	color: #9999CC;
	text-decoration: none;
}

a.menulink_blue, a:visited.menulink_blue {
	color: #0000FF;
	text-decoration: none;
}

a:hover.menulink_blue{
	color: #FF0000;
	text-decoration: none;
}

b {
	font-weight: bold;
}

body, p, div,  table, tr, td, th, h1, h2, h3, h4 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

body, p, div, table, tr, td, th {
	color: #000000;
	font-size: 10pt;
}

h1 {
	color: #990000;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom:6px;
}

h2 {
	color: #8D8BB2;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom:6px;
}

h3 {
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	color: #990000;
	font-size: 10pt;
	font-weight: bold;
}

.caption {
	color: #999999;
	font: normal normal 8pt Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.headline {
	padding-bottom: 2px;
}

.menulink {
	font-size: 10px;
	font-weight: bold;
}

.menulink_blue {
	font-size: 10px;
	font-weight: bold;
}

.smalltext {
	font-size: 8pt;
}

.nprModAudioLinks {
	font-size: 8pt;
}

.topmenu {
	font-size: 10px;
}

.underwriter {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	text-align: center;
}

.title {
	font-weight: bold;
}
/* STAR RATING */
	.star-rating{
		list-style:none;
		margin-left:5px!important;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(./performers/alt_star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(./performers/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(./performers/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}