 .search-results-message
{
	float: left;
    padding: 10px;
    margin: 5px 0px 10px 0px;
    width: 60%;
    border: 3px solid #555FBA;
}

.search-results-message span.large
{
    font-size:125%;
}

.search-results-invite
{
	float: left;
	height: 100%;
	width: 35%;
    margin: 0 0 5px 5px;
}

.search-results-invite IMG
{
	padding-left: 5px;
}

#searchHeader
{
    text-align:center;
    padding:15px 0px 18px 0px;
    margin-bottom:3px;
    border:1px solid #E3E3E3;
    width:100%;
}

#textSearchForm .selected
{
    text-decoration:none;
    color:black;
    font-weight:bold;
    cursor:default;
}

#textSearchForm INPUT.textbox
{
    padding:1px;
    width:150px;
}

#right_bd 
{
	padding:0px 0px 0px 0px;
	border-left:1px solid #FFD788; 
}

.RecordingsSearchView .container
{
	padding:2px 0px 5px 0px;
	border-top:0px;
	border-bottom:0px;
	margin:0px 0px 0px 0px;
}

.RecordingsSearchView .indent
{
	margin:0px 0px 0px 21px;
}


.RecordingsSearchView .ygtvhtml
{
	width:566px;
}

.RecordingsSearchView .inner-container
{
	display:block;
	margin:5px 0px 0px 20px;
}

.RecordingsSearchView .original-artist-block TABLE
{
    width:100%;
}

.RecordingsSearchView .original-artist-block TD
{
    vertical-align:top;
    text-align:left;
    padding:3px;
}

.RecordingsSearchView .original-artist-block td.one
{
    width:55%;
}

.RecordingsSearchView .original-artist-block td.two
{
}

.RecordingsSearchView .original-artist-block .lightBox
{
    padding:3px;
}

.RecordingsSearchView .original-artist-block .expand_s,
.RecordingsSearchView .original-artist-block .collapse_s
{
    color:#7777CC;
}

.RecordingsSearchView .original-artist-block .expand_s
{
    background: url(/js/yui/treeview/assets/lp.gif) no-repeat 0px 0px;
}

.RecordingsSearchView .original-artist-block .expand_s:hover
{
    background: url(/js/yui/treeview/assets/lph.gif) no-repeat 0px 0px;
}

.RecordingsSearchView .original-artist-block .collapse_s
{
    background: url(/js/yui/treeview/assets/lm.gif) no-repeat 0px 0px;
}

.RecordingsSearchView .original-artist-block .collapse_s:hover
{
    background: url(/js/yui/treeview/assets/lmh.gif) no-repeat 0px 0px;
}

.RecordingsSearchView .user-renditions-block
{
    padding:2px 0px 2px 10px;
}

.RecordingsSearchView .user-renditions-block TABLE
{
    width:100%;
}

.RecordingsSearchView .user-renditions-block TD
{
    vertical-align:top;
    text-align:left;
    vertical-align:top;
    padding:3px;
}

.RecordingsSearchView .user-renditions-block TD.see-more
{
    text-align:right;
}

.RecordingsSearchView .user-renditions-block .small_picture
{
    text-align:left;
}

.RecordingsTextSearchView .user-renditions-block .small_picture
{
    text-align:right;
}

.RecordingsTextSearchView IMG.album_art
{
    width:60px;
}

.RecordingsSearchView .download_s {
  background: url(../images/download_s_small.png) no-repeat 0px 0px;
  font-weight:normal;
}
.RecordingsSearchView .download_s:hover {
  background: url(../images/download_s_small.png) no-repeat 0px -15px;
}

.RecordingsSearchView .play_s
{
	background: url(../images/play_s_small.png) no-repeat 0px 0px;
	font-weight:normal;
	color:#0066CC; 
}

.RecordingsSearchView .play_s:hover
{
	background: url(../images/play_s_small.png) no-repeat 0px -15px;
}

.ad_container .ad-line
{
	margin:0px 0px 3px 0px;
}

.RecordingsSearchView.light-player .js_player
{
	display:none;
}

#hidden-tips
{
    margin:10px 0px 0px 0px;
}

.hidden-tips li 
{
    list-style-type:none;

}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    background-color:white;
}

.UsersTextSearchView .links
{
	positionition:absolute;
	bottom:0px;
	margin:0px 0px 0px 0px;
}

.ArtistsTextSearchView,
.RecordingsTextSearchView,
.UsersTextSearchView
{
    border: 3px solid #FFCC66;
    margin-bottom:10px;
}

.ArtistsTextSearchView td.see-more,
.RecordingsTextSearchView td.see-more,
.UsersTextSearchView td.see-more
{
    background-color:#FFF2D3;
    text-align:right;
    padding:2px 5px 2px 0px;
    border-top:1px solid #FFCC66;
    font-weight:bold;
    text-decoration:underline;
}

.ArtistsTextSearchView tr.first td,
.RecordingsTextSearchView tr.first td,
.UsersTextSearchView tr.first td
{
    border-top:0px;
}

.ArtistsTextSearchView td,
.RecordingsTextSearchView td,
.UsersTextSearchView td
{
    vertical-align:top;
    border-top:1px solid #CCC;
    padding:2px 2px 2px 5px;
}

table
{
    width:100%;
}

.RecordingsTextSearchView .original-artist-block td,
.RecordingsTextSearchView .user-renditions-block td
{
    border-top:0px;
    padding:2px 2px 0px 0px;
}

.ArtistsTextSearchView td.img_holder,
.UsersTextSearchView td.img_holder
{
    width:60px;
}

.ArtistsTextSearchView td.img_holder img,
.UsersTextSearchView td.img_holder img
{
    width:60px;
}

#right_bd
{
    border-left:0px;
}

.ArtistsTextSearchView td.one
{
    border-left:0px;
    border-right:1px solid #CCC;
}

.ArtistsTextSearchView td.three
{
    border-left:1px solid #CCC;
}

.ArtistsTextSearchView tr.odd td
{
    background-color:#FFF8EB;
}

.main-voice-search-container
{
	width:140px;
	margin:0px auto;
	height:30px;
	text-align:left;
}

#main_voice_search_box div.volume_bar_container
{
    width:125px;
}

#voiceSearchForm div.voice_search_in_progress_block 
{
    padding:35px 0px 0px 0px;
}

#tabs .yui-ext-tabbody
{
	border:0px;
}

#text, #voice
{
	position:relative;
}


#pager-container
{
	padding:5px 0px 0px 0px;
}

.ytheme-gray #tabs.ytabs-top .ytab-strip .disabled .ytab-left {
	background:none;
}

.ytheme-gray #tabs.ytabs-top .ytab-strip .disabled .ytab-right 
{
	background:none;
}

.ytheme-gray #tabs .yui-ext-tabbody 
{
    border-width:0px;
    padding:2px 0px;
}

.entry
{
	border-top:1px solid #AAA;
	border-bottom:0px;
}

.entry.first-entry
{
	border-top:0px;
}

.collapsed
{
    display:block;
    text-decoration:none;
    color:black;
    font-size:109.1%;
    padding:2px 2px 2px 17px;
    background: url(../images/expand.gif) no-repeat 3px 6px #FFF2D8;
    cursor:pointer;
}

.collapsed:hover
{
    display:block;
    text-decoration:none;
    background: url(../images/expandh.gif) no-repeat 3px 6px #FFF2D8;
}

.expanded .collapsed
{
    background: url(../images/collapse.gif) no-repeat 3px 4px #FFF2D8;
    font-weight:bold;
    font-size:143%;
}

.expanded .collapsed:hover
{
    background: url(../images/collapseh.gif) no-repeat 3px 4px #FFF2D8;
}

.entry-title
{
	padding:3px 3px 0px 3px;
}

.entry-title span
{
	font-size:136.4%;
	font-weight:bold;
}

.entry-main
{
	padding:1px 3px 15px 3px;
}

#voice_search_results 
{
	border:3px solid #FFCC66;
}

#voice_search_results table
{
	width:100%;
	empty-cells:show;
}

#voice_search_results table tr.top td
{
	font-size:1px;
	line-height:1px;
	height:3px;
	background-color:#FFCC66;
}

#voice_search_results table td.side
{
	background-color:#FFCC66;
	width:2px;
	height=100%;
}

#voice_search_results .entry-container
{
	display:none;
}

#voice_search_results .expanded
{
	border-top:2px solid #A99365;
	border-left:2px solid #A99365;
	border-right:2px solid #A99365;
	border-bottom:2px solid #A99365;
}

#voice_search_results .expanded .entry-container
{
	display:block;
}

.currently_playing
{
  color:#000;
  font-weight:bold;
}

 @CHARSET "UTF-8";

DIV#voiceSearchResults
{
	margin: 0 10px 10px 0;
}

/* greedy CSS SMACKDOWN! */
DIV.voice-search-results H1, DIV.voice-search-results H2, DIV.voice-search-results H3, DIV.voice-search-results H4, DIV.voice-search-results H5, DIV.voice-search-results H6, DIV.voice-search-results H7
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/*
	Header
*/
DIV#voiceResultsHeader
{
  
}

DIV#voiceResultsTitle
{
	border-bottom: 1px solid #fc6;
}

DIV#voiceResultsTitle H3
{
	margin: 0 0 2px 4px;
	font-size: 16px;
	font-weight: bold;
}

DIV#voiceQueryPlaybackLink
{
	float: right;
	margin: 3px 0 0 0;
	font-size: 11px;
} 
DIV#voiceQueryPlaybackLink DIV,
DIV#voiceQueryPlaybackTipLinks DIV
{
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  background: transparent url('../images/player-static-16px.gif') no-repeat;
}

DIV#voiceResultsInfo
{
	margin: 0;
	padding: 0;
}

DIV#voiceResultsMessage
{
	width: 505px; 
	margin: 2px 5px 0 4px;
	color: #666;
	font-size: 12px;
}

/*
	Filters
*/

DIV#voiceResultsFilterContainer
{
	width: 245px;
	padding: 3px 2px;
	background: #fdfdfc;
	border: 1px solid #f5ecdc;
	border-top: none;
	text-align: center;
	font-size: 12px;
}

DIV#voiceResultsFilterContainer DIV.filter-menu
{
  font-size: 11px;
}

DIV#voiceResultsFilterText
{
	text-align: center;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}

DIV#voiceResultsFilterText INPUT
{
	width: 140px;
	font-size: 11px;
	padding: 1px 2px;
	margin: 0;
	border: 1px inset #bbb;
}

/*
	Tips
*/

DIV#voiceQueryTipsContainer
{
	width: 500px;
	margin: 10px auto 10px auto;
	padding: 7px;
	background: #f9f9f9;
	font-size: 11px;
	color: #333;
}

DIV#voiceQueryTipsContainer H4
{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 3px 0;
	font-size: 12px;
	color: #666;
}

DIV#voiceQueryTipsContainer DIV#voiceQueryPlayback
{
	float: left;
	width: 32%;
	padding: 0 7px 0 0;
}

DIV#voiceQueryTipsContainer DIV#voiceQueryTips
{
	float: left;
	width: 66%;
}

DIV#voiceQueryTips UL
{
	margin: 0 0 0 1.5em;
	*margin: 0 0 0 2em;
	padding: 0;
}

DIV#voiceQueryTips LI
{
	list-style-type: none;
	*list-style-type: disc;
	text-indent: -1em;
	*text-indent: 0em;
}

DIV#voiceQueryTips LI:before
{
	content: "-";
	padding: 0 5px 0 0;
	color: #999;
	font-weight: bold;
}

/*
	Results
*/

DIV#voiceResultsBody
{
	padding: 5px;
}

DIV#voiceResultsBody DIV.song-result
{
	position: relative;
	width: 766px;
	margin: 6px 0;
	background: #fffef7;
}

DIV.song-result DIV.overlay-div
{
  position: absolute;
  width: 665px;
  height: 70px;
  bottom: 6px;
  *bottom: 5px;
  right: 4px;
  background: #fffef7;
  opacity: .4;  filter: alpha(opacity=40);
}

DIV.song-result.no-overlay DIV.overlay-div
{
  display: none;
}

DIV.song-result IMG
{
	border: 0;
}

/*
	Result row borders
	Adapted from: http://www.sperling.com/examples/box/

	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/voice-results/border-dark/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/voice-results/border-dark/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/voice-results/border-dark/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/voice-results/border-dark/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/voice-results/border-dark/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/voice-results/border-dark/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/voice-results/border-dark/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #fffef7;
	background-image:url(../images/voice-results/border-dark/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* Darkened borders */
DIV.song-result.faded #tlc { background-image:url(../images/voice-results/border-light/tlc.gif); }
DIV.song-result.faded #trc { background-image:url(../images/voice-results/border-light/trc.gif); }
DIV.song-result.faded #blc { background-image:url(../images/voice-results/border-light/blc.gif); }
DIV.song-result.faded #brc { background-image:url(../images/voice-results/border-light/brc.gif); }
DIV.song-result.faded #tb { background-image:url(../images/voice-results/border-light/tb.gif); }
DIV.song-result.faded #bb { background-image:url(../images/voice-results/border-light/bb.gif); }
DIV.song-result.faded #rb { background-image:url(../images/voice-results/border-light/r.gif); }
DIV.song-result.faded #lb { background-image:url(../images/voice-results/border-light/l.gif); }

/*
	Result row body
*/

DIV.result-body
{
	position: relative;
	*position: static;
	padding: 2px 4px 5px 4px;
}

DIV.result-image
{
	float: right;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 10px 7px 10px 10px;
	background: #f7f6f0;
}

DIV#voiceResultsBody DIV.result-image A.album-link
{
	display: block;
	width: 82px;
	height: 82px;
}

DIV#voiceResultsBody DIV.result-image IMG
{
	width: 82px;
	height: 82px;
	margin: -1px 0 0 -1px;
}

DIV.song-result.faded DIV.result-image
{
	/* opacity: .9;  filter: alpha(opacity=90); */
}

DIV#voiceResultsBody DIV.result-image DIV.result-player-container
{
	width: 20px;
	height: 20px;
	margin: -82px 0 0 56px;
	padding: 0 0 4px 4px;
	overflow:visible;
  position:relative;
	background: transparent url('../images/voice-results/album-player-bg.gif') no-repeat;
}

DIV.result-player
{
  width: 20px;
  height: 20px;
  background: transparent url('../images/player-static-20px.gif') center center no-repeat;
}
DIV.result-rendtion-player
{
  width: 20px;
  height: 20px;
  background: transparent url('../images/player-static-yellow-20px.gif') center center no-repeat;
}

DIV.result-content
{
	float: right;
	width: 661px;
}

DIV.result-title
{
	padding: 7px 4px 0 0;
}

DIV.result-title H2
{
	font-size: 18px;
}

DIV.result-title H3
{
	font-size: 14px;
}

DIV.result-title H2, DIV.result-title H3
{
	float: left;
}

DIV.result-title H3
{
	height: 1.4em;
	margin: 0 0 0 8px;
	line-height: 1.8em;
	font-weight: normal;
}

DIV.result-title DIV.video-link
{
	float: right;
	width: 24px;
	height: 18px;
	margin: 0 4px 0 0;
	*margin: 0 2px 0 0;
}

/*
	User results
*/

DIV.user-results
{
	clear: left;
	font-size: 11px;
}

DIV.user-results-description
{
	float: left;
	width: 117px;
	*width: 125px;
	text-align: right;
	font-size: 10px;
	color: #666;
}

DIV.user-results-description A.play-search-match
{
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
}

DIV.user-matches
{
	float: left;
}

DIV.user-results DIV.user-matches-expand
{
	float: left;
	margin: 30px 0 0 0;
	width: 12px;
	height: 12px;
}

DIV.more-user-matches
{
	float: none;
	margin: 0 0 22px 117px;
	*margin: 0 0 21px 125px;
}

*:first-child+html DIV.more-user-matches
{
  margin-top: 6px;
}

DIV.user-matches UL
{
	width: 525px;
	*width: 517px;
	padding: 0;
	margin: 0;
}

DIV.user-matches LI
{
	float: left;
	width: 165px;
	*width: 163px;
	height: 50px;
	margin: 0 0 3px 3px;
	*margin-left: 2px;
	padding: 3px;
	list-style-type: none;
}

DIV.user-matches LI.highlight
{
	background: #fff;
	border: 1px solid #eee;
	padding: 2px;
}

DIV.user-matches DIV.user-image
{
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #f7f6f0;
}

DIV.user-matches DIV.user-image IMG
{
  width: 40px;
  height: 53px;
	margin: -5px 0 0 0;
}

DIV.user-matches DIV.user-info
{
	float: left;
	width: 121px;
	*width: 119px;
	margin: 0 0 0 4px;
}

DIV.user-info DIV.user-loc
{
	font-size: 9px;
	line-height: 9px;
	color: #999;
}

DIV.user-info DIV.user-player
{
  margin: 3px 0 0 0;
}

DIV.user-info DIV.user-player DIV
{
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  background: transparent url('../images/player-static-yellow-16px.gif') no-repeat;
}

DIV.user-info DIV.user-player A
{
  float: left;
  height: 16px;
	font-size: 9px;
  line-height: 18px;
}

/*
	Actions
*/

DIV.song-result DIV.result-actions-div
{
  position: absolute;
  bottom: 5px;
  right: 4px;
  height: 20px;
  width: 665px;
}

*:first-child+html DIV.song-result DIV.result-actions-div
{
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 758px; 
}

* html DIV.song-result DIV.result-actions-div
{
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 758px; 
}

DIV.song-result DIV.result-actions
{
	bottom: 1px;
	right: 0;
	position: absolute;
	height: 20px;
	*width: 650px;
	background: url('../images/voice-results/result-actions-left.gif') left bottom no-repeat;
}

DIV.result-actions DIV.result-actions-list
{
	height: 20px;
	margin: 0 0 0 29px;
	background: url('../images/voice-results/result-actions-bg.gif') center bottom repeat-x;
	font-size: 10px;
}

DIV.result-actions-list UL
{
	*position: relative;
	height: 20px;
	*top: 1px;
	margin: 0;
	padding: 0;
}

/* wow, needed an IE6 hack for this subtle 1px difference.  bastards. */
* HTML DIV.result-actions-list UL
{
	top: 2px;
}

DIV.result-actions-list LI
{
	float: left;
	margin: 0;
	padding: 6px 8px 0 8px;
	*padding-top: 4px;
	list-style-type: none;
}

DIV.result-actions-list LI SPAN
{
	float: left;
}

DIV.result-actions-list LI A:hover SPAN
{
	text-decoration: underline;
}

DIV.result-actions-list LI DIV
{
	float: left;
	width: 20px;
	height: 19px;
	margin: -3px 2px 0 0;
	background-color: transparent;
	background-image: url('../images/action-buttons.gif');
	background-repeat: no-repeat;
}

DIV.result-actions-list LI.action-video DIV
{
	background-position: 0px 0px;
}

DIV.result-actions-list LI.action-video DIV.hover
{
	background-position: 0px -20px;
}

DIV.result-actions-list LI.action-album DIV
{
	background-position: -20px 0px;
}

DIV.result-actions-list LI.action-album DIV.hover
{
	background-position: -20px -20px;
}

DIV.result-actions-list LI.action-explore DIV
{
	margin: -4px -1px 0 0;
	background-position: -40px 0px;
}

DIV.result-actions-list LI.action-explore DIV.hover
{
	margin: -4px -1px 0 0;
	background-position: -40px -20px;
}

DIV.result-actions-list LI.action-buy DIV
{
	background-position: -60px 0px;
}

DIV.result-actions-list LI.action-buy DIV.hover
{
	background-position: -60px -20px;
}

#voiceResultsFilterContainer img{
  cursor: pointer;
}
/*
Loading screen
*/

DIV#voiceSearchLoading
{
margin: 50px 0;
text-align: center;
}

DIV#voiceSearchLoading IMG
{
vertical-align: middle;
opacity: .3; filter: alpha(opacity=30);
}

DIV#voiceSearchLoading H1
{
display: inline;
margin: 0;
font-size: 48px;
font-weight: normal;
color: #c9c9c9;
}

DIV#voiceSearchLoadingMessage
{
width: 430px;
margin: 10px auto 0 auto;
text-align: left;
font-size: 16px;
color: #777;
}


