@charset "utf-8";
/* CSS Document */
html {
}
body {
	margin: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	background:#666;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
} 
A {
	color:#000;
}
A:hover {
	color:#F00;
}
h1 {
	font-size:13px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}
.formTable td {
}
td {
	white-space:normal;
	vertical-align:top;
}
#file {
	font-size:10px;	
	text-align: left;

}

#submit {
	font-size:10px;
}
#UploadDiv {
	position:absolute;
	text-align:center;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-left:30px;
	margin-top:10px;
	text-align:left;
}
.up {
	color:#F00;
}
#UploadDiv ol {
	margin:0px;
	padding:0px;
}
#result {
	text-align:left;
	width:100%;
	vertical-align:top;
}
#resultFileName {
	width:170px;
	white-space:normal;
}
#contentPane {
	background:url(/images/contentBG.png) top center repeat-y;
	padding:20px;
}
#footer {
	background:url(/images/footer.png) top center no-repeat;
	height:27px;
}
#beta {
	position:absolute;
	right:0px;
	top:0px;
	margin-right:5%;
}
.copyrighted {
	color:#fff;
	font-weight:bold;
	width:100%;
	text-align:center;
}
.copyrighted A {
	color:#fff;
}
.copyrighted A:hover {
	color:#CCC;
}
.searchResults LI {
	padding-bottom:20px;
}
.searchResults A {
	text-decoration:none;
}
#SearchResultFile {
	width:550px;
	text-align:left;
	background:#FFE8E8;
	padding:3px;
}
#SearchResultDescription {
	width:550px;
	text-align:left;
}
#search {
	position:absolute;
	top:23px;
	margin-left:710px;
	z-index:101;
	width:300px;
	height:44px;
	background:url(images/search.png) top left no-repeat;
}
.searchField {
	width:150px;
	height:20px;
	color:#FFF;
	font-size:13px;
	margin:0px;
	padding:0px;
	margin-left:-105px;
	margin-top:5px;
	color:#000;
	border:#999 solid 1px;
}
.searchButton {
	position:absolute;
	margin-left:0px;
	margin-top:6px;
	width:94px;
	height:21px;
	border:0px;/*
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;*/
	cursor: pointer;
	color:#000;
}
#songTitle {
	font-weight:bold;
	font-size:9px;
	text-align:left;
}
#facebookLike {
	z-index:90;
	position:absolute;
	left:50%;
	margin-left:-48px;
	top:74px;
}
#loginBox {
	background:#FFF;
	width:100%;
	height:28px;
	text-align:center;
	background:url(images/topMenu.png) left top;
}
#loggedInBar {
	position:relative;
	text-align:center;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:28px;
	background:url(images/topMenuRightBorder.png) right top no-repeat;
}
#musicPlayer {
	position:absolute;
	width:263px;
	left:0px;
	z-index:100;
}
#userControls{
	position:absolute;
	right:10px;
	height:28px;
	padding-top:6px;
	padding-left:10px;
	background:url(images/topMenuLeftBorder.png) left top no-repeat;
}
#contentDiv {
	width:100%;
	margin-top:0px;
	background:#FFF;
	background:url(images/topMenuShadow.png) left top repeat-x;
}
