/*///////////////// ARJ audio player styles ///////////////////*/

#playerbox {
	height: 2.1em;
	background-color: lightsteelblue;
	width: 318x;
	margin: 0 5px 0 0;
	border-top: 1px solid white;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid white;
	padding-left: 10px;
	padding-top: 2px;
	float: left;
	box-shadow: 2px 2px 5px black;
}

#playerinnerbox {
	float: left;
}

/* SELECTION TITLE LINE: Selection title at left, running/total time at right */

#seltitlediv {
	border: none;
	height: 1em;
	margin: 1px 0 0 0;
	padding: 0;
	cursor: default;
}

#seltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	margin: -5px 0 0 0;	
	width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

#timeDisplay {
	width: 18%;
	white-space: nowrap;
	font-family: Arial, sans-serif;
	font-size: .7em;
	font-italic: true;
	font-weight: normal;
	text-align: right;
	margin: -7px 8px 1px 0;
	float: right;	
}

/* CONTROL LINE: Selection control buttons at left, progress bar in center, volume controls at right */

.playerbutton {
	background-color: lightsteelblue;
	height: 12px;
	width: 12px;
/*	margin: -5px -1px 2px -2px; */
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	outline: 0;
	margin: -3px 1px 2px 0;
	float: left;
	cursor: pointer;
}

.playerbutton:hover {
	background-color: moccasin;
}

#playpause {
	height: 12px;
	width: 12px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.playBtn {
	background: url(../arjaudio/images/play.png);
	background-size:100%;
}

.pauseBtn {
	background: url(../arjaudio/images/pause.png);
	background-size:100%;
}

#arjaudioPlaylist ul li {
	list-style: none;
	margin: 3px;
}

#progressBarArea {
	float: left;
	margin-top: -1px;
}

#progressBar { 
	border: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: steelblue;
	height: 10px;
	width: 165px;
	margin: -2px 0 0 6px;
	outline: 0;
	cursor: pointer;
}

#progressBar:hover {
/*	background-color: lightsteelblue; */
	opacity: .8;
}

#progress {
	background-color: tan;
	height: 10px;
	display:inline-block;
	margin-bottom: 18px;	 
}

/* Volume controls */

#volArea {
	background-color: lightsteelblue;
	float: right;
	margin: -7px 3px 0 2px;
	border: solid 1px steelblue; 
}


/* Numeric display of current volume level */

#volDisplay {
	color: blue;
	font-family: Arial, sans-serif;
	font-size: .8em;
	font-italic: true;
	font-weight: bold;
	text-align: center;
	margin: 0 1px 0 1px;
	float:right;
	cursor: default;
}

/* Up and down buttons to adjust the volume */

#volbox {
	background-color: lightblue;
	height: 10px;
	width: 8px;
	margin: 2px 3px 0 0;
	float:right;
	padding: 1px 0 0 0;
	border: solid 1px steelblue;
}


.volbutton {
	float:left;
	height: 6px;
	width: 10px;
	margin: -1px 0 0 -1px;
	outline: 0;
}

.volbutton:hover {
	background-color: moccasin;
}

/* PLAYLIST CONTROLS: List button and Loop button at right end of player */

#loopctls {
	background-color: lightsteelblue;
	float: left;
/*	height: 95%; */
	height: 12px;
	margin: 0 1px 5px 10px;
}

#listBtn {
	float:left;
	height: 12px;
	margin: -3px 1px 0 -6px;
	outline: 0;
}

#listBtn:hover {
	background-color: moccasin;
}

#loopBtn {
	float:left;
	height: 85%;
	margin: -1px 1px 0 1px;
	outline: 0;	
}

#loopBtn:hover {
	background-color: moccasin;
}

.plUnselected {
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
}

.plSelected {
	background-color: powderblue;
	border-top: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid black;
}

/* These styles apply to the arjaudioPlaylist ul selection list */
/* which appears within the body of the page, not on the audio player */

.playlistBox {
	float: left;
	margin-left: auto;
	margin-right: auto; 
	width: 330px; 
	height: 93.5%; 
}

li {
	cursor: pointer;
}

.arjaudioPlaylistBtn {
/* Applied within body of page in list of selections */
	height: 10px;
	width: 10px;
}

.arjaudioPlayListTitle {
/*	font-size: .9em;
	font-weight: bold; */
}

.arjaudioPlayListRuntime {
	font-size: .9em;
	font-style: italic;
	margin-right: -.9em;
	float:right;
}

.albumbox {
	background-color: lightyellow;
	padding: .35em;
	border-right: 1px solid #001149;
	border-bottom: 1px solid #001149;
	width: 640px;
	height: 570px;
	float: left;
	overflow: auto;
	box-shadow: 2px 2px 5px black;
	cursor: default;
}

.plColumn {
	width: 250px;
	float: left;
	margin: 0 2em;

}

.albumTitle {
	font-weight: bold;
	margin: 1em 0 0 0;
	border-bottom: 2px solid darkred;

}

.albumByline {
	font-size: .8em;
	font-style: italic;
}

#arjaudioPlaylist {
	margin: -10px 0;
}

#arjaudioPlaylist ul {
/*	list-style: none; */
	font-size: .8em;
	margin: 0 0 0 -50px;
}

#arjaudioPlaylist ul li {
	list-style: none;
	margin: 3px;
	font-color: black;
	padding: 0 0 0 3em;
	text-indent: -3em;
	width: 223px;  
	white-space: wrap;
	border-bottom: 1px solid gray;
}

.nowSelected {
	color: darkred;
	background-color: moccasin;
/*	background-color: burlywood; */
/*	background-color: tan; */
/*	background-color: steelblue; */

}

.plmasterlist {
	font-size: .8em;
	font-weight: bold;
}

.plmasterlist li {
	margin-bottom: 8px;
	border-bottom: solid 1px;
}

.bluetext {
	color: blue;
}