/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/*********** GLOBAL ****************/
body {
	margin: 0;
	padding: 0;
	color: #999;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
}
h2 {
	font-family: Arial, Geneva, sans-serif;
	color: #4667B0;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}
p {
	font-size: 13px;
	padding-bottom: 12px; 
	line-height: 16px;
}
.wrapper {
	position: relative;
	background-image: url(../images/juke_bright.jpg); 
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	min-height: 600px;
	width: 1028px;
}
.wrapper-details {
	position: relative;
	margin: 0 auto;
	min-height: 600px;
	width: 1028px;
}
a {
	color: #4667B0;
	text-decoration: none;
}
a:hover {color: white;}
.dimmer {
    background-color: black;
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 100;
    cursor: pointer;
    margin:0;
    padding:0;
}
/*********** HEADER ****************/
.account-links {
	position: absolute;
	left: 920px;
	top:16px;
}
.salutation {
	position: absolute;
	top:16px;
	width: 1024px;
	text-align: right;
	font-style: italic;
}
.salutation li {
	display: inline;
	list-style-type: none;
}
.login {
	position: absolute;
	left: 880px;
	top: 38px;
	
	background: #1A1A1A;
	padding: 8px;
}


.new-menu {
	position: absolute;
	left: 540px;
	top: 62px;	
	display: block;
	width: 488px;
}

.top-menu {
    float: right;
}
.top-menu li {
	display: inline;
	padding: 0 2px 0 2px;
        
}

.wide-btn a { 
	display: block;
	width: 232px;;
	text-align: center;
	margin-top: 10px;
}

.top-menu li a, .wide-btn a {
	color: white;
	background: rgb(48,64,100); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(48,64,100,1) 0%, rgba(38,52,81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(48,64,100,1) 0%,rgba(38,52,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(48,64,100,1) 0%,rgba(38,52,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304064', endColorstr='#263451',GradientType=0 ); /* IE6-9 */
	padding: 10px;
}

.top-menu li a:hover, .wide-btn a:hover {
	background: rgb(69,101,174); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,101,174,1) 0%, rgba(52,78,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(69,101,174,1) 0%,rgba(52,78,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(69,101,174,1) 0%,rgba(52,78,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4565ae', endColorstr='#344e89',GradientType=0 ); /* IE6-9 */
}

.active {	
	background: rgb(69,101,174) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,101,174,1) 0%, rgba(52,78,137,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(69,101,174,1) 0%,rgba(52,78,137,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(69,101,174,1) 0%,rgba(52,78,137,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4565ae', endColorstr='#344e89',GradientType=0 ); /* IE6-9 */
}

.disabled {
        background: rgb(48,64,100) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(48,64,100,1) 0%, rgba(38,52,81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(48,64,100,1) 0%,rgba(38,52,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(48,64,100,1) 0%,rgba(38,52,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304064', endColorstr='#263451',GradientType=0 ); /* IE6-9 */
}

.account-btns {
	position: absolute;
	left: 450px;
	top: 38px;
	
	background: #1A1A1A;
	padding: 8px;
	
	display: block;
	width: 555px;
}
.my-playlists-btn {padding-right: 10px;}
.de-link {
	position: absolute;
	top: 58px;
	left: 180px;
}
.login-text {
	position: absolute;
	top: 58px;
	left: 640px;
}

.click-instr {
	position: absolute;
	top: 55px;
	left: 380px;
}
.click-instr ul li {
	display: inline;
}
.instr-text {vertical-align: text-top;}
.instr-graphic {vertical-align: sub; padding: 0 3px 0 3px;}
/*********** SEARCH BOX ****************/

/* CLEAR OUT INPUT FIELD DEFAULT STYLES */
form * {
	background: none; 
	behavior: url(PIE.htc);
}
input[type=submit], input[type=reset], input[type=text], input[type=password], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	padding: 0;
	margin: 0;
	
}
input[type=text] {background: white; height: 28px;}
input[type=password] {background: white; height: 28px;}
textarea, select {background: white;}

input[type=submit], input[type=reset]{text-indent: -4000px;}

/* set placeholder text color for all browsers */
::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}

.right-arrow {
	position: absolute;
	left: 358px;
	top: 245px;
}
.search-box {
	position: absolute;
	left: 90px;
	top: 130px;
	/*background: #1A1A1A;*/
	padding: 8px;
	width: 252px;
	color: #4667B0;
	font-weight: bold;
}





.advanced-search  {
	font-style: italic;
	font-weight: bold;
	height: 28px;
	width: 253px;
	margin-bottom: 12px !important;
}
.introText {
	position: absolute;
	width: 450px;
	top: 135px;
	left: 545px;
	display: none;
}

.introText span {font-weight: bold;}

.introText a {
	font-size: 16px;
	line-height: 20px;
}
.introText, p, ul {
	font-size: 14px;
	line-height: 18px;
}
.introText ul {
	margin-bottom: 20px;
}
.introText ul.noindent {
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 0px;
}
.introText ul li {
	list-style-image: url('../images/bullet.png');
	list-style-position: outside;
	line-height: 24px;	
}
.thankYou {
	position: absolute;
	width: 436px;
	top: 168px;
	left: 700px;
	display: none;
}
.submit-basic-search {
	background: url('../images/btn-submit.jpg') no-repeat;
	width: 253px;
	height: 32px;
}
.reset-basic-search {
	background: url('../images/reset_btn.jpg') no-repeat;
	width: 253px;
	height: 32px;
	margin-top: 10px;
}
/**************   ADVANCED SEARCH *****************/
.drop-down select {
	background: transparent;
	 -webkit-appearance: none;
	 width: 300px;
	 height: 28px;
	 padding-top: 6px;
}
.drop-down  {	
	overflow: hidden;
	background: white url('../images/drop-down-arrow.jpg') no-repeat right;
	width: 253px;
	margin-bottom: 8px;
}
.advanced-search-btn a {
	font-size: 14px;
	background: url('../images/dwn-arrow.png') no-repeat;
	background-position: 113px 0px;
	width: 145px;	
	position: absolute;
	
	margin-top: 12px;
	margin-left: 63px;
}

.advanced-search-btn a:hover {
	background: url('../images/dwn-arrow-ovr.png') no-repeat;
	background-position: 113px 0px;
}

/**************   BROWSE *****************/
.browse {
	position: absolute;
	left: 0px;
	top: 150px;
	color: white;
}
.browse-nav {
	position: absolute;
	top: 100px;
	z-index: 10;
}
.browse-nav a {
	font-size: 16px;
	padding-right: 8px;
}
.browse .track {
	background: #1A1A1A;
	height: 36px;
	width: 884px;
	margin-bottom: 12px;	
}
.browse .player-search {
	position: relative;
	top: -2px;
	left: 0px;
}

.browse .player-search .mejs-time-rail {
	position: relative;
	left: 50px; 
	top: -10px;
}
.browse .track-details1 {
	position: relative;
	left: 100px;
	top: -23px;
	font-size: 12px;
	line-height: 20px;
	width: auto;
}
.browse .track-details2 {
	position: relative;
	float: right;
	top:-45px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 14px;
	width: 400px;
	text-align: right;
}
.browse .add-to {
	position: relative;
	float: right;
	left: 345px;
	top: -55px;
}
/**************   SEARCH RESULTS *****************/
.page-count {
	position: absolute;
	top:100px;
	left:0;
	text-align: right;
	width: 100%;
}

.back-to a {
	position: absolute;
	top:90px;
	left: 400px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right:13px;
	color: white;
	background: rgb(48,64,100); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(48,64,100,1) 0%, rgba(38,52,81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(48,64,100,1) 0%,rgba(38,52,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(48,64,100,1) 0%,rgba(38,52,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304064', endColorstr='#263451',GradientType=0 ); /* IE6-9 */
}

.back-to a:hover {
	background: rgb(69,101,174); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,101,174,1) 0%, rgba(52,78,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(69,101,174,1) 0%,rgba(52,78,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(69,101,174,1) 0%,rgba(52,78,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4565ae', endColorstr='#344e89',GradientType=0 ); /* IE6-9 */
}

.results {
	position: absolute;
	left: 404px;
	top: 128px;
	color: white;
	display: none;
}
.results ul li {
	font-size: 12px;
	line-height: 14px;
}
.thumb img {
	border-color: #4667B0;
	border-style: solid;
	border-width: 2px;
}
.track {
	background: #1A1A1A;
	height: 52px;
	width: 624px;
	margin-bottom: 12px;
}
.player-search {
	top:-55px;
	left: 60px;
}
.track-details1 {
	position: relative;
	left: 150px;
	top:-80px;
	font-size: 12px;
	line-height: 20px;
	width: 330px;
}

.track-details1 li {
	list-style-type: none;
	padding-bottom: 7px;
}
.track-details2 {
	position: relative;
	float: right;
	top:-85px;
	margin-right: 50px;
	font-size: 12px;
	line-height: 14px;
	width: 210px;
	text-align: right;
}
.track-details2 li {
	display: inline;
	list-style-type: none;
}
.track-details1-1 {
	position: absolute;
	left: 90px;
	top: 13px;
	font-size: 14px;
	line-height: 14px;
	width: 420px;
	height: 38px;
	color: white;
}

.track-details1-1 li {
	list-style-type: none;
	padding-bottom: 7px;
	display: inline;
}
.track-details2-2 {
	position: relative;
	top:-10px;
	float: right;
	margin-right: 16px;
	font-size: 12px;
	line-height: 14px;
	width: 220px;
	text-align: right;
	color: white;
}
.track-details2-2 li {
	display: inline;
	list-style-type: none;
}
.track-title {height: 14px; white-space:normal; overflow: hidden;}
.artist {
	color: #4667B0;
	margin-right: 5px;
}
.small-dot-large{font-size: 16px; padding-right: 8px;}
.small-dot{font-size: 2px; padding-right: 4px; padding-left: 4px;}

.add-to {
	position: relative;
	float: right;
	left: 260px;
	top: -93px;
}
.check-box {
	position: relative;
	float: right;
	left: 262px;
	top:-90px;
}
input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	padding: 0;
	margin: 0;
}
input[type=checkbox] {
    width: 32px;
    height: 32px;
    background: url('../images/unchecked.jpg') no-repeat;
} 
input[type=checkbox]:checked {
    width: 32px;
    height: 32px;
    background: url('../images/checked.jpg') no-repeat;
} 

.download-btn {
	background: url('../images/dwn-arrow-details.png') no-repeat;
	background-position: 60px 3px;	
	position: relative;
	width: 150px;
	padding-right: 18px;
	padding-left: 5px;
}
.approved-txt {color: #00A99D; padding-right: 5px;}
.requested-txt {color: #E2931E; padding-right: 5px;}

.details-btn a {
	position: relative;
	text-transform: uppercase;
}


/**************  MP3 PLAYER *****************/
/*
.mejs-container {
	position: relative;
	left: 50px;
}
*/
.mejs-time-float {z-index: 10;}
.mejs-time-total {position: absolute; left: -7px;}
.mejs-currenttime {position: absolute; left: 50px; top:15px; color: #4667b0 !important; }
.mejs-duration {visibility: hidden;}
.mejs-time-rail {
	position: relative;
	left: 7px;
	z-index: 10;
}
/**************  DETAILS *****************/

#details {
	position: absolute;
	width: 624px;
	min-height: 650px;
	
	left: 404px;
	top: 150px;	
}
.album {
	position: absolute;
	background: #1a1a1a;
	
	left: 100px;
	top: 150px;
	padding: 8px;
}
.add-to-large {padding-top: 8px;}

.add-song-to-playist, .related-tracks, .view-youtube {
	
	background: #1a1a1a;
	padding: 8px 0 0 0;
}
.youtube {
	padding-top: 20px;
}
.add-song-to-desc {
	position: absolute;
	left: 240px;
	top: 18px;
	color: white;
}
/*************  TRACK INFO ************/
.album {z-index: 1;}
.track-info {
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 12px 10px 20px 20px;
	color: white;
}
.track-headings {
	color: #4667B0;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.track-headings2 {
	color: #4667B0;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 0 0 5px;
}
.track-desc {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}
.track-desc-heading {
	color: #4667B0;
	padding: 0 12px 0 12px;
}
.moods {
	 
}
.sub-genre {
	 
}
.originally-by {
	
}
.composer {
	}
/**************  PLAYLISTS *****************/
.playlists-container {
	position: absolute;
	left: 90px;
	top: 128px;
}
.playlist-btn-container {
	width: 258px;
	height: 44px;
	background-color: #1A1A1A;
	margin-bottom: 12px;
	padding: 12px 0 0 12px;
}
.playlist-btn-container-selected {
	width: 280px;
	height: 56px;
	background-color: #1A1A1A;
	background: url('../images/playlist-btn-selected.png') no-repeat;	
	background-position: left top;
	margin-bottom: 12px;
	padding: 12px 0 0 12px;
}
.playlist-btn {
	background: url('../images/playlist-btn.jpg') no-repeat;	
	background-position: left top;
	
	width: 204px;
	height: 32px;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.check-box-playlist {
	position: relative;
    top:-42px;
    left:215px;
}
.playlists-details {
	position: relative;
	width: 245px;
	height: auto;
	background-color: #1A1A1A;
	padding: 12px;
}
.license-btn {margin-top:20px;}
.selected-track {
	font-size: 10px; 
	font-weight: bold;
	line-height: 18px;
}
.pl-artist {color: #4667B0;}

/**************  LOGIN PANEL *****************/
.admin-login {
	position: absolute;
	top:  150px;
	left: 380px;
	width: 233px;
	padding: 20px 0 0 0;
	
	background: black;
	border: #333 solid 1px;
	width: 231px;
	text-align: center;
}
.login-panel {
	position: absolute;
	top:  65px;
	left: 730px;
	background: url('../images/login-bg.png') no-repeat;	
	background-position: left top;
	width: 233px;
	padding: 40px 0 0 0;
	visibility: hidden;
	opacity: 0;
    z-index: 101;
}
.login-bottom {
	background: black;
	border-bottom: #333 solid 1px;
	border-left: #333 solid 1px;
	border-right: #333 solid 1px;
	width: 231px;
	text-align: center;
}
.login-text-field {
	height: 25px;
	width: 193px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.login-input-bg {
	background: #1A1A1A;
	padding: 6px;
	width: 200px;
	height: 32px;
	margin-left: 8px;
	margin-bottom: 12px;
}
.submit-login {
	background: #1A1A1A;
	padding: 6px;
	width: 200px;
	height: 32px;
	margin-left: 8px;
	margin-bottom: 12px;
}
.submit-login input[type=submit] {
	text-indent: -4000px;
	background: url('../images/submit-login.jpg') no-repeat;
	width: 200px;
	height: 32px;
	margin: 0 auto;
}
.forgot {margin-bottom: 12px;}
/**************  ADD TO PLAYLIST PANEL *****************/
.add-to-playlist-panel {
	background: url('../images/create-playlist-bg.png') no-repeat;	
	background-position: left top;
	width: 233px;
	min-height: 52px;
         z-index: 1;
        position: relative;
        top: -125px;
        left: 365px;
        display: none;

}
.please-choose {
	text-align: center;
	padding-top: 30px;
}
.add-to-playlist-panel-bottom {
	background: black;
	min-height: 100px;
	border-bottom: #333 solid 1px;
	border-left: #333 solid 1px;
	border-right: #333 solid 1px;
}
.playlist-button-row {
	background: #1A1A1A;
	width: 216px;
	height: 40px;
	margin: 8px;
}

.playlist-button-row input[type=text] {margin-top: 4px; height: 32px;}
.playlist-button-row img {padding: 4px 0 0 4px;}
.playlist-title {
	height: 25px;
	width: 170px;
	margin-top: 6px;
	position: absolute;
	background: transparent;
	border: none;
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
/**************  CREATE NEW ACCOUNT FORM *****************/
.new-account-wrapper {
	width: 624px;
	height: 506px;
	position: absolute;
	left: 400px;
	top: 128px;
}
.account-form-instr {
	position: absolute;
	top:100px;
	left: 400px;
	color: #4667B0;
}
.input265 {
	width: 265px;
	height: 28px;
	background: white;
}
.new-account-input-bg {
	background: #1a1a1a;
	width: 268px;
	height: 38px;
	padding: 8px 0 0 8px;
	margin-bottom: 12px;
	
	text-align: center;
	font-style: italic;
}
.new-account-input-city {
	width: 101px;
	height: 28px;
}

.new-account-input-zip {
	width: 70px;
	height: 28px;
	margin-left: 8px !important;
}
.new-account-wrapper ul {
	background: #1a1a1a;
	width: 274px;
	height: 38px;
	padding: 8px 0 0 8px;
	margin-bottom: 12px;
}
.new-account-wrapper ul li {display: inline;} 
.textarea-bg{
	position: absolute;
	background: #1a1a1a;
	width: 312px;
	height: 388px;
	padding: 8px 0 0 8px;
	margin-bottom: 12px;
	top: 0;
	left: 305px;
}
.textarea-create-account {
	width: 287px;
	height: 372px;
	resize: none;
	padding: 10px;
}
.required {
	position: absolute;
	margin-left: 10px;
}
.required-fields {
	position: absolute;
	left: 310px;
	top: 420px;
}
.select-state {
	height: 28px;
	width: 73px;
	padding-left: 12px;
	margin-left: 4px;
	background: url('../images/drop-down-arrow.jpg') no-repeat white;	
	background-position: right top;
}
.submit-create-account {
	position: absolute;
	background: url('../images/submit-new-account.jpg') no-repeat 8px 8px #1a1a1a;
	padding: 8px;
	width: 296px;
	height: 32px;
	left: 310px;
	top:460px;
}
/**************  DASHBOARD *****************/
.dashboard-nav {
	position: absolute;
	left: 90px;
	top: 128px;
}
.dashboard-buttons-divider {
	width: 268px;
	height: 16px;
	margin-bottom: 24px;
	margin-top: 24px;
}

.dashboard-nav-btn {
	width: 258px;
	height: 44px;
	background-color: #1A1A1A;
	margin-bottom: 12px;
	padding: 12px 0 0 12px;
}
.dashboard-nav-btn-selected {
	width: 280px;
	height: 56px;
	background-color: #1A1A1A;
	background: url('../images/playlist-btn-selected.png') no-repeat;	
	background-position: left top;
	margin-bottom: 12px;
	padding: 12px 0 0 12px;
}
/**************  USERS AND LICENSES *****************/
.user-panel-wrapper {
	position: absolute;
	left: 405px;
	top: 132px;
}
.user-panel {
	width: 508px;
	height: 48px;
	background: #1A1A1A;
	padding: 0 12px 0 20px;
	margin-bottom: 12px;
}
.user-panel-header {margin-bottom: 12px;}
.user-panel-header-tracks {
	margin-bottom: 12px;
	margin-top:48px;
}
.user-panel-details {padding-top: 20px;}
.user-panel-details li {
	display: inline;
	list-style-type: none;
	float: left;
	padding-right: 5px;
}
.license-details {float: right;}
.license-details li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
}
.song-title {max-width: 280px; height: 16px; overflow: hidden;}
.company {color: #4667B0;}
.status {color: #FF0000;}
.add-new-user {
	position: relative;
	left: 328px;
	width: 196px;
	height: 36px;
	padding: 8px;
	background-color: #1A1A1A;
}
.user-panel-2 {
	width: 540px;
	background: #1A1A1A;
	padding: 10px 12px 20px 20px;
	margin-bottom: 12px;
}
.user-panel-3 {
	width: 540px;
	background: #1A1A1A;
	padding: 10px 12px 20px 20px;
	margin-bottom: 12px;
}
.up-headings {
	color: #4667B0;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 5px;
}
.publisher2 {
	max-width: 450px; 
	display: inline-table;
}
.status2 {
	margin-left: 50px;
	margin-top: -23px;
}
.user-details-headings {
	padding-top: 10px;
	position: relative;
	left: 0px;
	width: 80px;
}
.user-details-headings li {
	color: #4667B0;
	text-align: right;
	list-style-type: none;
	padding-right: 5px;
	font-weight: bold;
	line-height: 24px;
}
.user-details-info {
	position: absolute;
	left: 100px;
	top: 80px;
}
.user-details-info li {
	list-style-type: none;
	padding-left: 5px;
	line-height: 24px;
}
.edit-user-details {
	position: absolute;
	left: 535px;
	top: 80px;
	color: #4667B0;
	font-weight: bold;
}
.edit-user-labels {
	position: absolute;
	left: 20px;
	top: 60px;
}
.edit-user-labels ul li {
	color: #4667B0;
	text-align: right;
	font-weight: bold;
	line-height: 44px;
}
.edit-user-panel {
	position: absolute;
	width: 400px;
	height: 492px;
	left: 100px;
}
.edit-user-field {
	height: 25px;
	width: 253px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	width: 253px;
}
.edit-user-input-bg {
	background: #1A1A1A;
	padding: 6px;
	width: 258px;
	height: 32px;
	margin-left: 8px;
}
.edit-user-select-state {
	height: 32px;
	width: 253px;
	padding-left: 12px;
	background: url('../images/drop-down-arrow.jpg') no-repeat white;	
	background-position: right top;
	font-style: italic;
	font-weight: bold;
}
.edit-status {
	height: 32px;
	width: 253px;
	padding-left: 12px;
	background: url('../images/drop-down-arrow.jpg') no-repeat white;	
	background-position: right top;
	font-style: italic;
	font-weight: bold;
}
.save-changes input[type=submit] {
	text-indent: -4000px;
	background: url('../images/btn-save-changes.jpg') no-repeat 6px 6px #1A1A1A;
	width: 270px;
	height: 44px;
	margin-left: 8px;
}
/**************  IMPORT TRACK DATA *****************/
.track-data-instr {
	position: absolute;
	top: 144px;
	left: 512px;
}
.track-data-instr h4 {
	color: #4667B0;
	font-weight: bold;
	margin-bottom: 5px;
}
.choose-file-track-data {
	position: absolute;
	top: 188px;
	left: 500px;
	width: 210px;
	height: 44px;
	background-color: #1A1A1A;
	margin-bottom: 12px;
}
.choose-file {
	margin: 6px 0 0 6px;
}
.choose-file-msg {
	position: absolute;
	top: 15px;
	left: 230px;
	width: 100px;
}

.submit-import {
	position: absolute;
	top:70px;
	left: -8px;
	background: #1A1A1A;
	padding: 6px;
	width: 200px;
	height: 32px;
	margin-left: 8px;
	margin-bottom: 12px;
}
.submit-import input[type=submit] {
	text-indent: -4000px;
	background: url('../images/submit-login.jpg') no-repeat;
	width: 200px;
	height: 32px;
	margin: 0 auto;
}
/**************  IMPORT AUDIO TRACK *****************/
.create-preview-instr {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 380px;
}
.create-preview-instr h4 {
	color: #4667B0;
	font-weight: bold;
	margin-bottom: 5px;
}
.create-preview-tracks {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 204px;
	height: 40px;
	background-color: #1A1A1A;
	margin-bottom: 12px;
	padding: 6px 0 0 6px;
}
/**************  MANAGE ALBUM ART *****************/
.select-album {
	position: absolute;
	top: 170px;
	left: 0;
	background-color: #1A1A1A;
	width: 315px;
	height: 40px;
	padding: 8px 0 0 8px;
}
.select-album-dropdown {
	height: 28px;
	width: 300px;
	padding-left: 12px;
	margin-left: 4px;
	background: url('../images/drop-down-arrow.jpg') no-repeat white;	
	background-position: right top;
}

/**************  TOOLTIPS AND HELP SYMBOLS *****************/

.tooltips {
  position: absolute;
  width:840px;
  color: #000000;
  background: #F2C924;
  height: auto;
  line-height: 18px;
  text-align: left;
  border-radius: 0;
  border-color: black;
  border-style: solid;
  border-width: 2px;
  padding: 10px 10px 5px 25px;
}
.tooltips ul {
	list-style-image: url('../images/bullet.png');
	list-style-position: outside;
	line-height: 20px;	
}

.tooltips ul li span {
	font-style: italic;
	font-weight: bold;
}

.tooltip-header {
	position: absolute;
	left: 560px;
	top: 50px;
}
/**************  HOME PAGE *****************/
.close-help {
	float: right;
}
.help1 {
	position: absolute;
	top: 470px;
	left: 950px;
}
.homeTip1 {
	position: absolute;
	left: 0px;
	top: -145px;	
}
.playlistTip {
	position: absolute;
	left: 0px;
	top: -250px;
	z-index: 100;	
}
.tip-with-image {padding: 8px 0 0 0;}
.inline-image {padding: 0 8px 0 8px;}


/*  CUSTOM STYLING FOR DROP DOWNS */
select {
   color: #4667b0;}

select.empty {
	color: black;
}
