/* Subcity style for all pages */
body { /*background-color: #e0e0e0;*/
	font-size: 10pt;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: center; /* part 1 of 2 for the centering hack */
	letter-spacing: -0.01em;
	word-spacing: -0.05em;
}

/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,pre,form,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}

h1,h2,h3,pre,code,address,caption,cite,code,em,strong,th {
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

/* Links */
a {
	color: #5D5E60;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

/* listen links */
a.listen:before {
	content: ")) ";
	font-weight: bold;
}

a.listen {
	color: #cc0000;
	white-space: nowrap;
	text-decoration: none;
}

a.listen:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
}

/* listen like links */
p.listenlike {
	font-weight: bold;
	font-size: 12pt;
}

p.listenlike a.listen:before {
	font-size: 12pt;
}

/* header links have no underline */
h1 a,h2 a,h3 a {
	text-decoration: none;
}

/* header links have underline when hovering */
h1 a:hover,h2 a:hover,h3 a:hover {
	text-decoration: underline;
}

/* sidebar links have no underline */
div#homesidebar a,div#listensidebar a,div#aboutsidebar a,div.showsidebar a
	{
	text-decoration: none;
}

/* sidebar links have underline when hovering */
div#homesidebar a:hover,div#listensidebar a:hover,div#aboutsidebar a:hover,div.showsidebar a:hover
	{
	text-decoration: underline;
}

/* sidebar links have underline when hovering, except for listen links */
div#homesidebar a.listen:hover,div#listensidebar a.listen:hover,div#aboutsidebar a.listen:hover,div.showsidebar a.listen:hover
	{
	text-decoration: none;
}

span.listenlive {
	font-weight: bold;
	font-size: 12pt;
}

/* Defaults */
p {
	margin: 5px 5px 8px;
}

ul,ol {
	margin-bottom: 5px;
	margin-left: 30px;
	margin-top: 5px;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 14pt;
	letter-spacing: 0;
}

hr {
	border: 0;
	background-color: #BBBBBB;
	height: 1px;
	margin: 10px 0 10px 0;
}

hr.clear {
	border: 0;
	background: none;
	clear: right;
	height: 0;
	margin: 0;
}

form {
	margin-left: 5px;
}

/* Contatiner for centering the body */
div#container {
	width: 780px;
	min-height: 780px;
	clear: left; /* part 2 of 2 for the centering hack*/
	margin: 0 auto;
	padding-bottom: 5px;
	overflow: hidden;
	/*stops floating divs extending vertically outside of container */
	/*border: 1px solid #000;*/
	background-color: #fff;
	text-align: left;
}

html>body div#container {
	width: 780px;
}

/* Header styling */
div#header {
	margin-bottom: 3px;
	border-bottom: 1px solid #BBB;
	height: 100px;
	position: relative;
}

div#navigation {
	height: 100px;
	width: 600px;
	position: absolute;
	right: 0px;
	top: 0px;
}

div#navigation .navelement {
	position: absolute;
	bottom: 0px;
	height: 35px;
}

div#navigation .navlink {
	font-size: 24pt;
	letter-spacing: -0.05em;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	padding-left: 1px;
	padding-bottom: 3px;
}

div#navigation a {
	color: #000;
	text-decoration: none;
}

div#navigation a:hover {
	color: #000;
}

div#navigation .selected {
	height: 75px;
}

div#navigation .listen {
	left: 80px;
	border-left: 18px solid #CC0000;
}

div#navigation .events {
	left: 200px;
	border-left: 18px solid #00aaee;
}

div#navigation .aboutus {
	left: 338px;
	border-left: 18px solid #993366;
}

div#navigation .contact {
	left: 462px;
	border-left: 18px solid #119944;
}

.home div#header {
	background: transparent url(/images/masthead/home.png) no-repeat scroll
		right top;
}

.listen div#header {
	background: transparent url(/images/masthead/listen.png) no-repeat
		scroll right top;
}

.events div#header {
	background: transparent url(/images/masthead/events.png) no-repeat
		scroll right top;
}

.aboutus div#header {
	background: transparent url(/images/masthead/about.png) no-repeat scroll
		right top;
}

.contact div#header {
	background: transparent url(/images/masthead/contact.png) no-repeat
		scroll right top;
}

.vip div#header {
	background: transparent url(/images/masthead/vip.png) no-repeat scroll
		right top;
}

.apply div#header {
	background: transparent url(/images/masthead/home.png) no-repeat scroll
		right top;
}

/* Content container styling */
div#content {
	margin: 8px 0px 0px 0px;
}

/* using this styling for all sidebar headers*/
.listencloud h2,.listensearch h2,div.greybox h2,div#othernews h2,div#latestreview h2
	{
	background-color: #ADAFB2;
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
	height: 25px;
	letter-spacing: -0.05em;
	line-height: 33px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 10px 0 5px;
	text-align: left;
}

/* Special case for h3 inside the grey box - mostly here for the programmes announcement*/
div.greybox h3 {
	font-weight: bold;
	font-size: 12pt;
	margin: 5px 10px 10px
}

/* header styling for listen pages */
div#listen {
	margin-bottom: 10px;
}

.shownotice-warning {
	text-align: center;
	color: #FFFFFF;
	background-color: #CC0000;
}

.shownotice-alert {
	text-align: center;
	color: #000000;
	background-color: #EAE200;
}

.listen-h1 {
	font-weight: bold;
	line-height: 40px;
	background: transparent url(/images/big_red_square.gif) no-repeat scroll
		left 13px;
	padding-left: 25px;
	white-space: nowrap;
	colour: #333;
}

span.lower-h1 {
	color: #000000;
	font-size: 20pt;
}

span.grey-h1 {
	color: #5D5E60;
}

span.lower-h2 {
	font-size: 18pt;
}

span.lower-h2-small {
	font-size: 10pt;
	font-weight: bold;
}

.listen-h2,.home-h1 {
	background-color: #ADAFB2;
	color: #FFFFFF;
	font-size: 26pt;
	height: 28px;
	line-height: 28px;
	padding: 1px 0 1px 5px;
	margin-bottom: 10px;
}

.listen-h2-thin {
	margin-bottom: 0px;
}

.listen-search-seperator {
	font-size: 18pt;
	height: 25px;
	line-height: 33px;
}

.listen-h3 {
	font-size: 18pt;
	font-weight: bold;
	line-height: 20px;
	background: transparent url(/images/red_square.gif) no-repeat scroll
		left 6px;
	margin-left: 5px;
	padding-left: 17px;
	color: #5D5E60;
}

span.higher-h3 {
	font-size: 20pt;
}

span.lower-h3 {
	font-size: 16pt;
	font-weight: normal;
}

span.listen-h3-time {
	font-size: 12pt;
}

.listen-h3,.listen-h2,.listen-h1,.home-h1 {
	letter-spacing: -0.05em;
	text-transform: lowercase;
	font-weight: bold;
}

.contact-h2 {
	padding-top: 0.4em;
}

.contact-img {
	margin-bottom: -3px;
}

/*Now/Next styling*/
div#nownext div#now,div#nownext div#next {
	position: relative;
}

div#nownext div#now {
	height: 175px;
}

div#nownext div#next {
	height: 145px;
}

div#nownext div.content {
	height: 110px;
	position: relative;
	width: 280px;
	margin-top: 5px;
}

div#nownext div.image {
	float: right;
	height: 110px;
	width: 170px;
	margin-top: 5px;
}

div#nownext div#next div.image,div#nownext div#next div.content {
	height: 80px;
	overflow: hidden;
}

div.searchresult p.sounds,div#nownext p.sounds,div#featuredEps p.sounds
	{
	font-weight: bold;
	margin: 3px 0 0 5px;
}

div.searchresult p.sounds {
	margin-left: 23px
}

div#nownext p,div#featuredEps p {
	margin: 5px;
}

div#nownext p.showDesc {
	margin-top: 0px;
}

div#nownext p.epTitle {
	margin-bottom: 0;
}

div#nownext p.right,div#featuredEps p.right {
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0;
	word-spacing: 0;
}

div#nownext p.links,div.shortnews p.links {
	bottom: 0;
	position: absolute;
	letter-spacing: 0;
	word-spacing: 0;
	margin-bottom: 0px;
	font-weight: bold;
}

/* Show application styling */
div#showapp {
	margin: 0px 10px 0px 10px;
}

div#showapp p {
	margin: 15px 5px 5px
}

div#showapp label {
	text-align: left;
	width: 200px;
	margin: 5px 0 5px 0;
}

div#showapp textarea {
	display: block;
	float: left;
	margin: 5px 0 5px 0;
}

div#showapp br {
	clear: left;
}

#radiobutton {
	text-align: left;
	padding-left: 5px;
	display: inline;
}

/* Front page styling */
div.greybox {
	margin-bottom: 10px;
	background-color: #ddd;
	padding-bottom: 1px;
}

div.greybox p {
	margin: 5px 10px 10px 10px;
}

div.greybox table {
	border-collapse: collapse;
	width: 100%;
}

div.greybox table td {
	padding: 5px 0px 5px 15px;
}

div.greybox table td.social {
	padding: 0;
}

div.greybox table tr.more td {
	padding-right: 5px;
	padding-left: 0;
	text-align: right;
	vertical-align: bottom;
	letter-spacing: -0.05em;
	font-size: 10pt !important;
}

div#othernews {
	width: 375px;
}

div#latestreview {
	float: right;
	width: 375px;
}

div#latestreview img {
	margin: 10px 20px;
	border: 1px solid #000;
}

/* Listen Page styling */
div#listen,div#profile {
	margin-bottom: 5px;
}

div#listensidebar,div#profile .showsidebar,div#homesidebar,div#aboutsidebar
	{
	width: 260px;
	float: right;
}

div#listencontent,div#profile .profilecontent,div#homecontent,div#aboutcontent
	{
	width: 480px;
	padding-right: 20px;
	border-right: 1px solid #BBBBBB;
	min-height: 670px;
}

div#profile .profileshorter {
	min-height: 620px;
}

/* News item styling */
.news {
	margin-bottom: 10px;
}

.news h1,.news h2 {
	letter-spacing: -0.05em;
	padding-left: 17px;
	text-transform: lowercase;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.news h3 {
	margin-left: 10px;
}

div.shortnews {
	min-height: 180px;
	position: relative;
}

div.shortnewsbody {
	min-height: 80px;
	padding-bottom: 20px;
}

.listennews h1,.listennews h2 {
	background: url("/images/red_square.gif") left center no-repeat;
}

.eventnews h1,.eventnews h2 {
	background: url("/images/blue_square.gif") left center no-repeat;
}

.aboutnews h1,.aboutnews h2 {
	background: url("/images/purple_square.gif") left center no-repeat;
}

div.shownews {
	padding-left: 5px;
}

.shownews h2 {
	padding-left: 0;
}

.newsimage {
	float: right;
	margin: 5px 0px 10px 10px;
}

p.date {
	margin: 0px;
	padding: 0px;
	color: #aaa;
	text-align: right;
	font-size: 8pt;
	border-bottom: 1px solid #ddd;
	clear: right;
	letter-spacing: 0;
}

p.shortnewsdate {
	border-bottom: none;
	clear: none;
	position: absolute;
	bottom: 0;
	margin: 0;
	right: 0;
}

p.readmore {
	font-weight: bold;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}

p.morenews {
	font-weight: bold;
	text-align: right;
	margin: 5px 0 5px 0;
	padding: 0;
}

p.note {
	font-size: 8pt !important;
	letter-spacing: 0;
	margin-top: -5px;
}

span.note {
	font-size: 8pt !important;
	letter-spacing: 0;
}

table {
	background-color: #E6E8E8;
}

tr.even td {
	background-color: #EEE;
}

/* Profile styling */
div#profile .box {
	margin-bottom: 10px;
	padding-bottom: 1px;
}

div#profile .box table {
	border-collapse: collapse;
	width: 100%;
}

div#profile .box table th {
	background-color: #ADAFB2;
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
	height: 25px;
	letter-spacing: -0.05em;
	line-height: 10px;
	padding: 3px 0 3px 5px;
}

div#profile .episodes table td {
	padding: 5px;
}

div#profile .episodes table td.not-selected {
	width: 10px;
	padding: 0px;
	margin: 0px;
}

div#profile .episodes table td.selected {
	width: 10px;
	padding: 0px;
	margin: 0px;
	background-color: #c00 !important;
}

div#profile span.epDate {
	font-size: 12pt;
}

div#profile span.epTime {
	font-size: 8pt;
	letter-spacing: 0;
}

div#profile .episodes table tr.more td {
	padding-right: 5px;
	background-color: #eee;
	text-align: right;
	vertical-align: bottom;
	font-size: 10pt;
}

div#profile .showlinks table td {
	padding: 5px 5px 5px 15px;
	font-size: 12pt;
}

div#profile img {
	display: block;
	margin: 0px auto 10px auto;
	text-align: center;
}

div#profile h2.epTitle {
	margin-top: 0px;
	font-size: 16pt;
	text-transform: lowercase;
	font-weight: bold;
}

div#profile div.subTitle {
	position: relative;
	width: 100%;
	/* IE 6 Hack to give div.subTitle hasLayout so abs positioned child divs postion correctly*/
}

div#profile div.altListen {
	padding-top: 10px;
	font-size: 9pt;
	width: 480px;
	position: relative;
	height: 15px;
	text-transform: lowercase;
}

div.altListen div.right {
	position: absolute;
	right: 0;
	text-align: right;
}

div.altListen div.left {
	position: absolute;
	left: 0;
	text-align: left;
}

div.fbLikeBtn {
	height: 25px;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 5px;
}

div#profilenews {
	padding-top: 5px;
}

div#profilenews h2 {
	font-size: 13pt;
}

div#profilenews h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 5px;
}

/* Playlist entry and editing styling */
table.addtrack tr {
	padding-top: 5px;
}

/* Playlist styling */
table.playlist {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 10pt;
}

table.playlist tbody tr td {
	background-color: #FFFFFF;
}

table.playlist tr {
	height: 20px;
}

table.playlist tr.enditem,tr.comment {
	border-bottom: 1px solid #bbb;
}

table.playlist tr.enditem {
	font-weight: bold;
	color: #BBBBBB;
}

table.playlist tr.trackname {
	font-size: 14pt;
}

table.playlist tr.comment {
	font-style: italic;
	height: 40px;
}

table.playlist td.edit {
	font-style: normal;
	height: 40px;
	padding-left: 10px;
	text-align: left;
	width: 85px;
}

table.playlist td.label {
	text-align: right;
}

table.playlist a {
	text-decoration: none;
}

/* Show table styling */
table.show {
	position: relative;
	width: 95%;
	margin: 10px auto;
	border-collapse: collapse;
	text-align: left;
	font-size: 10pt;
}

table.show thead tr {
	background-color: #bbb;
	border-left: 1px solid #bbb;
}

table.show thead td,th {
	vertical-align: bottom;
	background-color: #bbb;
	color: #fff;
	padding: 3px 0px 3px 0px;
	border: 0px;
}

table.show td.day-selector {
	text-align: right;
}

table.showul {
	display: inline;
	padding-right: 5px;
	text-align: right;
	width: 100%;;
	text-align: right;
}

table.show li {
	display: inline;
}

table.show td {
	padding-left: 3px;
	border: 1px solid #ccc;
}

/* Schedule styling */
ul.schedule-selector {
	margin-left: 0;
	padding-bottom: 20px;
}

ul.schedule-selector li {
	display: inline;
}

ul.schedule-selector li.previous {
	font-weight: normal;
	float: left;
}

ul.schedule-selector li.next {
	font-weight: normal;
	float: right;
}

table.schedule-day {
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;
	font-size: 10pt;
}

table.schedule-day thead tr {
	font-weight: bold;
	background-color: #bbb;
	border-left: 1px solid #bbb;
}

table.schedule-day thead td th {
	vertical-align: bottom;
	background-color: #bbb;
	color: #fff;
	padding: 3px 0px 3px 0px;
	border: 0px;
}

table.schedule-day td.day-selector {
	text-align: right;
}

table.schedule-day ul {
	display: inline;
	padding-right: 5px;
	text-align: right;
	width: 100%;
	text-align: right;
}

table.schedule-day li {
	display: inline;
}

table.schedule-day td {
	padding-left: 3px;
	border: 1px solid #ccc;
}

table.schedule-day tr.even td {
	background-color: #eee;
}

/* Tag cloud styling */
.tagcloud {
	width: auto;
	background: #e6e8e8;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

.tagcloud a:link,.tagcloud a:visited {
	color: #5d5e60;
	text-decoration: none;
}

.tagcloud a:hover,.tagcloud a:active {
	text-decoration: underline;
	color: #5d5e60;
}

.tagcloud span {
	padding: 2px;
	letter-spacing: -0.05em;
	font-weight: bold;
	line-height: 50%;
}

/* setting the font sizes for the tags */
.tagcloud span.smallest {
	font-size: 8pt;
	font-weight: bold;
}

.tagcloud span.small {
	font-size: 12pt;
	font-weight: normal;
}

.listencloud span.small {
	font-size: 12pt;
	font-weight: bold;
}

.tagcloud span.medium {
	font-size: 16pt;
}

.listencloud span.medium {
	font-size: 16pt;
}

.tagcloud span.large {
	font-size: 22pt;
	line-height: 80%;
}

.listencloud span.large {
	font-size: 18pt;
	line-height: 80%;
}

.tagcloud span.largest {
	font-size: 26pt;
	line-height: 80%;
}

.listencloud span.largest {
	font-size: 22pt;
	line-height: 80%;
}

.cloud {
	padding: 10px 5px;
	overflow: hidden;
}

/* Tag cloud & search on listen page styling */
.listencloud,.listensearch {
	border: none;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 0 10px;
	width: auto;
}

.listencloud {
	overflow: hidden;
	padding-bottom: 0px;
	width: 260px;
}

.cloudmore {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -0.05em;
	font-size: 10pt;
}

.listensearch {
	background: #E6E8E8 none repeat scroll 0 0;
	height: 55px;
}

.listensearch input {
	color: #5D5E60;
	width: 250px;
}

div#listen div.searchresult {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.searchresult .listen-h3 {
	margin-top: 10px;
}

div#listen div.shows {
	text-align: left;
}

div#listen div.searchresult p.list {
	padding: 2px;
	letter-spacing: -0.05em;
	font-weight: bold;
	line-height: 90%;
	font-size: 18pt;
}

div.showsearchresultline {
	min-height: 40px;
}

/* Show reaction styling */
#react span {
	padding: 4px;
	color: #ffffff;
}

#react span.good {
	background-color: #194;
}

#react span.medium {
	background-color: #FFA500;
}

#react span.bad {
	background-color: #c00;
}

/* Calendar styling */
table.calendar,caption.calendar-month {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.calendar {
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 10pt;
}

caption.calendar-month {
	padding: 1px 0px 1px 0px;
	border: 0px;
	background-color: #bbb;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

table.calendar span.calendar-prev,span.calendar-next {
	font-size: 14pt;
	font-weight: bold;
	line-height: 0;
}

table.calendar td {
	border: 1px solid #CCCCCC;
}

table.calendar th {
	background-color: #bbb;
	font-size: x-small;
	color: #fff;
}

table.calendar td.has-show {
	font-weight: bold;
}

table.calendar td.no-show {
	font-weight: normal;
}

table.calendar td.has-show-selected {
	background-color: #bbb;
	font-weight: bold;
}

table.calendar td.no-show-selected {
	background-color: #bbb;
	font-weight: normal;
}

table.calendar td.blank {
	background-color: #eee;
}

table.calendar .day {
	width: 25px;
}

table.calendar tr.week {
	height: 15px;
}

/* Autocomplete styling */
ul.autocomplete {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.autocomplete {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	cursor: pointer;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	z-index: 1;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

/* Insertion and deletion styling. The strikethrough for del is part of the html element itself */
del.colour {
	background: #fcc
}

ins.colour {
	background: #cfc
}

/* Footer Styling */
div#footer p {
	font-size: 8pt;
	letter-spacing: 0;
}

/* Apple Search styling */
#applesearch {
	margin-left: 4px;
	margin-top: 10px;
}

#applesearch .sbox_l {
	background: white url('/images/srch_l.gif') no-repeat top left;
	float: left;
	width: 19px;
	height: 19px;
}

#applesearch .sbox_r {
	background: white url('/images/srch_r.gif') no-repeat top left;
	float: left;
	width: 19px;
	height: 19px;
}

#applesearch .sbox input {
	background: white url('/images/srch_bg.gif') repeat-x top left;
	font-size: 8pt;
	border: 0;
	height: 16px;
	padding: 3px 3px 0;
	width: 200px;
	float: left;
}

div.vip-controlpanel {
	float: left;
	width: 250px;
	border-top: medium dotted #888;
}

/* Embedded player css */
div.audioPlayer {
	padding-top: 15px;
	padding-bottom: 10px;
}

div.jp-jplayer {
	height: 0;
	width: 0;
}

div.jp-progress {
	background-color: #EEE;
	height: 20px;
}

div.jp-seek-bar {
	cursor: pointer;
	background-color: #ADAFB2;
	height: 100%;
}

div.jp-play-bar {
	background-color: #C00;
	height: 100%;
}

a.jp-play,a.jp-pause {
	width: 50px;
	height: 50px;
	z-index: 1;
	color: #cc0000;
	text-decoration: none;
	display: block;
}

a.jp-play {
	background: url("/images/player/play.png") 0 0 no-repeat;
}

a.jp-pause {
	background: url("/images/player/pause.png") 0 0 no-repeat;
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0 5px;
	margin: 0;
	position: absolute;
	left: 0;
	width: 65px;
}

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

div.jp-interface {
	position: relative;
	width: 100%;
	height: 50px;
}

div.jp-current-time,div.jp-duration,div.jp-helptext {
	position: absolute;
	font-size: 8pt;
	font-weight: bold;
	color: #ADAFB2;
	text-transform: lowercase;
}

div.jp-current-time {
	left: 0;
}

div.jp-duration,div.jp-helptext {
	text-align: right;
	right: 0;
}

div.jp-scrub {
	position: absolute;
	width: 425px;
	right: 0;
	bottom: 0;
	padding-bottom: 10px;
}

div.dummyAudioPlayer {
	background: url("/images/player/greyedoutplayer.png") 0 0 no-repeat;
	height: 55px;
}

div.dummyAudioPlayer p.helpText {
	font-size: 10pt;
	text-transform: lowercase;
	text-align: center;
}

#redundant_field {
	color: #999999;
}
