@charset "utf-8";
/* CSS Document */

.nav_profile_login {
	display: none;
	position: fixed;
	margin-left: 510px;
	z-index: 10;
	top: 49px;
	min-width: 200px;
	background-color: #FFF;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #999;
	-webkit-box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, .25);
	box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, .25);
}
.mynmsa_bar {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FCFCFC;
	background: -moz-linear-gradient(top,  #FCFCFC 0%, #F0F0F0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#F0F0F0));
	background: -webkit-linear-gradient(top,  #FCFCFC 0%,#F0F0F0 100%);
	background: -o-linear-gradient(top,  #FCFCFC 0%,#F0F0F0 100%);
	background: -ms-linear-gradient(top,  #FCFCFC 0%,#F0F0F0 100%);
	background: linear-gradient(top,  #FCFCFC 0%,#F0F0F0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#F0F0F0',GradientType=0 );
}
.mynmsa-title { 
	padding-right: 10px;
	line-height: 25px;
	padding-left: 5px;
}
.mynmsa-title span { font-weight: bold; }
.logout-link, .logout-msg {
	padding-right: 5px;
	line-height: 25px;
}
.mynmsa_loggedin {
	width: 485px;
}
#mynmsa_login {
	margin-bottom: 10px;
}
.mynmsa_assist {
	width: 380px;
}
.mynmsa_settings,
.mynmsa_login {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.mynmsa_login .wrapper { width: 380px; }
.mynmsa_settings .title,
.mynmsa_login .title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.mynmsa_settings .row .column_wide,
.mynmsa_login .row .column_wide {
	width: 360px;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	padding-top: 5px;
}
.mynmsa_settings .row .column1,
.mynmsa_login .row .column1 {
	float: left;
	width: 110px;
	font-size: 14px;
	line-height: 26px;
}
.mynmsa_settings .row .column2,
.mynmsa_login .row .column2 {
	float: left;
	width: 190px;
	line-height: 26px;
}
.mynmsa_settings .row .column2 input,
.mynmsa_login .row .column2 input {
	width: 175px;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mynmsa_settings .row .column3,
.mynmsa_login .row .column3 {
	float: left;
	width: 60px;
}
#mynmsa_signup_submit { color: #000; }
.mynmsa_settings .button,
.mynmsa_assist .button,
.mynmsa_login .row .column3 input {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	outline: none;
}
.mynmsa_settings .button:hover,
.mynmsa_assist .button:hover,
.mynmsa_login .row .column3 input:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.mynmsa_settings .button:active,
.mynmsa_assist .button:active,
.mynmsa_login .row .column3 input:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #f6f6f6 100% );
}
.mynmsa_settings .row .column3 .spinner,
.mynmsa_login .row .column3 .spinner {
	display: none;
	padding-top: 4px;
}
.mynmsa_login .row .otherlinks {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
.mynmsa_assist .signup_instructions {
	text-align: left !important;
	font-size: 12px !important;
	line-height: 16px !important;
	padding: 0px !important;
}


.mynmsa_options,
.mynmsa_options_text {
	margin: 0 auto;
	width: 351px;
}
.mynmsa_options {
	padding-top: 5px;
}
.mynmsa_options_text .option {
	text-align: center;
	font-size: 10px;
	float: left;
	width: 50px;
	margin: 0px 10px;
	color: #666;
	text-transform: uppercase;
}
.mynmsa_options .option {
	cursor: pointer;
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 10px;
	background: url('../gui/mynmsa_buttons.png') no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.mynmsa_options .option {
		cursor: pointer;
		float: left;
		width: 50px;
		height: 50px;
		margin: 2px 10px;
		background: url('../gui/mynmsa_buttons@2x.png') no-repeat;
		background-size: 250px 50px;
	}
}
.mynmsa_options .option.submit_info  { background-position:    0px 0px; }
.mynmsa_options .option.fav_stations { background-position:  -50px 0px; }
.mynmsa_options .option.fav_markets  { background-position: -100px 0px; }
.mynmsa_options .option.fav_themes   { background-position: -150px 0px; }
.mynmsa_options .option.playlist     { background-position: -200px 0px; }

#mynmsa_content {
	margin-left: 10px;
	margin-right: 10px;
	width: 465px;
}
#mynmsa_content .loading {
	padding-top: 25px;
	text-align: center;
}
#mynmsa_content .loading .text {
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
}
#mynmsa_content .content_top {
	padding-top: 10px;
}
.mynmsa-area-title {
	font-size: 22px;
	font-weight: bold;
}
.close-mynmsa {
	position: relative;
	top: -3px;
	right: -7px;
	cursor: pointer;
}
.content_focus {
	max-height: 365px;
	overflow-y: auto;
	overflow-x: hidden;
}
.content_focus .no_results {
	padding: 50px 0;
	text-align: center;
}
.content_focus table.playlisttable td {
	height: 30px;
}
.content_focus table.playlisttable td.labels {
	width: 75px
}
.content_focus table.playlisttable td.where {
	width: 105px
}
.content_focus table.playlisttable td.where p {
	line-height: 20px;
}
.content_focus table.infotable td {
	height: 37px;
}
.content_focus table.infotable td.favorites_delete {
	width: 25px;
	vertical-align: middle;
}
.content_focus table.infotable tr:hover td.favorites_delete .x {
	display: block;
}
.content_focus table.infotable tr td.favorites_delete .x {
	display: none;
	cursor: pointer;
	width: 19px;
	height: 19px;
	background: url('../gui/barbuttons_sprite.png') -24px -48px no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.content_focus table.infotable tr td.favorites_delete .x {
		display: none;
		cursor: pointer;
		width: 19px;
		height: 19px;
		background: url('../gui/barbuttons_sprite@2x.png') -24px -48px no-repeat;
		background-size: 273px 81px;
	}
}
.content_focus table.infotable tr td.favorites_delete .x:hover {
	background-position: -43px -48px;
}
.content_focus table.infotable tr td.station,
.content_focus table.infotable tr td.market {
	padding: 0 0 0 5px;
}
.content_focus table.infotable tr td.station a,
.content_focus table.infotable tr td.market a {
	font-size: 1.15em;
	line-height: 16px;
	font-weight: bold;
}




input.submitinfo {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	outline: none;
}
input.submitinfo:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
input.submitinfo:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f6f6f6');
	background-color:#f6f6f6;
}
input.submitinfo[disabled=disabled],
input.submitinfo[disabled=disabled]:hover,
input.submitinfo[disabled=disabled]:active {
	color:#CCCCCC;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	cursor: default;
}
input.grabinfo {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
input.grabinfo:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
input.grabinfo:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f6f6f6');
	background-color:#f6f6f6;
}
input.grabinfo[disabled=disabled],
input.grabinfo[disabled=disabled]:hover,
input.grabinfo[disabled=disabled]:active {
	color:#CCCCCC;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	cursor: default;
}
#submit { padding-right: 10px; }
#submit .button {
	padding: 10px;
}
#submit .button span {
	font-size: 12px;
}
#submit .subtitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.step input[type=text],
.step textarea {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.step textarea {
	width: 405px;
	height: 100px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.step select {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.step label { cursor: pointer; }
.step.incomplete { border: 1px solid red; }
.step.complete { 
	border: 1px solid #090;
	background-color: #EFE;
}
.step {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FCFCFC;
	padding: 10px;
	margin-bottom: 10px;
}
.step .title {
	font-size: 15px;
	font-weight: bold;
}
.step p {
	padding: 2px 0;
}



#my_playlist_area {
	max-height: 253px;
	overflow-x: none;
	overflow-y: auto;
}



.action_playlist {
	padding: 3px 0 2px 0;
}
.action_playlist span.icon_playlist {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	padding-right: 5px;
	background: url('../gui/icon_playlist.png') 0 0 no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.action_playlist span.icon_playlist {
		background: url('../gui/icon_playlist@2x.png') 0 0 no-repeat;
		background-size: 16px 16px
	}
}



.playlist select {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


div.empty_playlist {
	width: 440px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-bottom: none !important;
	padding: 30px 0;
	cursor: default !important;
}
ul.playlist {
	width: 440px;
	border-top: 1px solid #CCCCCC;
}
ul.playlist li:active {
	border-top: 1px solid #CCCCCC;
}
ul.playlist li {
	list-style: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	cursor: move;
}
ul.playlist li .name {
	padding-top: 7px;
	font-size: 1.15em;
	line-height: 16px;
	font-weight: bold;
}
ul.playlist li:active .name {
	padding-top: 6px;
}
ul.playlist li .composer {
	float: left;
	font-size: 10px;
	padding-bottom: 5px;
}
ul.playlist li.sortable-placeholder {
	height: 34px;
	background-color: #F8F8F8;
	border: 4px dashed #CCCCCC;
}
ul.playlist li .delete {
	position: relative;
	top: 11px;
	right: 5px;
	width: 19px;
	height: 19px;
	cursor: pointer !important;
}
ul.playlist li .delete .x {
	width: 19px;
	height: 19px;
	background: url('../gui/barbuttons_sprite.png') -24px -48px no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	ul.playlist li .delete .x {
		background: url('../gui/barbuttons_sprite@2x.png') -24px -48px no-repeat;
		background-size: 273px 81px;
	}
}
ul.playlist li .delete .x:hover {
	background-position: -43px -48px;
}
ul.playlist li .delete .indicator {
	width: 19px;
	height: 19px;
	background: url('../gui/indicator.gif') 0px 0px no-repeat;
}
