/* layout styles */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	color: #fff;
	background-color: #000;
	/*font-family: sans-serif, Helvetica, Arial;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;*/
	font-size: 10px;
	}
	
body.iframe {
	text-align: left;
	}
	
#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 962px;
	height: 868px;
	border: 1px solid #fff;
	background-image: url(../img/container_bgtemp.gif);
	background-repeat: repeat-x;
	}
	
img#logo {
	position: absolute;
	top: 30px;
	left: 12px;
	z-index: 100;
	}
	
#leftcol {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 695px;
	}
	
iframe {
	background: none;
	}
	
#centreFrame {
	position: absolute;
	top: 148px;
	left: 320px;
	width: 320px;
	height: 695px;
	border-left: 1px solid #fff;
	}
	
#rightFrame {
	position: absolute;
	top: 148px;
	left: 641px;
	width: 320px;
	height: 695px;
	border-left: 1px solid #fff;
	}
	
#playerFrame {
	position: absolute;
	width: 320px;
	height: 57px;
	top: 173px;
	left: 642px;
	}
	
#footer {
	width: 942px;
	position: absolute;
	top: 843px;
	left: 0px;
	border-top: 1px solid #fff;
	padding: 7px 10px 0 10px;
	font-size: 9px;
	line-height: 11px;
	}
	
div#artistinfo, div#registration, div#thankyou, div#imagecrop, div#error, div#editProfile {
	position: absolute;
	top: 87px;
	left: 0;
	}
	
div#upload {
	position: absolute;
	top: 77px;
	left: 0;
	}

	
/* navigation styles */

ul#mainnav {
	list-style-type: none;
	position: relative;
	}

ul#mainnav li a {
	display: block;
	width: 96px;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 0 0 10px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
	}
	
ul#mainnav li#upload a {
	position: absolute;
	top: 40px;
	left: 0px;
	height: 57px;
	}
	
ul#mainnav li#upload a:hover {
	top: 35px;
	height: 62px;
	}
	
ul#mainnav li#news a {
	position: absolute;
	top: 80px;
	left: 107px;
	height: 17px;
	}
	
ul#mainnav li#news a:hover {
	top: 75px;
	height: 22px;
	}

ul#mainnav li#contact a {
	position: absolute;
	top: 80px;
	left: 214px;
	height: 17px;
	}
	
ul#mainnav li#contact a:hover {
	top: 75px;
	height: 22px;
	}
	
	
/* internal styles */

h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 16px;
	}
	
h2 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
	}
	
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 14px;
	}
	
h3  {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 14px;
	color: FFF;
	}
	
h4 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 13px;
	}
	
div#artistinfo h3 {
	font-weight: normal;
	margin: 0 0 8px 10px;
	}
	
h3.mymusic {
	margin: 10px 0 8px 10px;
	}
	
p {
	margin-bottom: 8px;
	line-height: 12px;
	}
p.announce {
	margin-bottom: 8px;
	line-height: 12px;
	color: #999;
	}
	
p.link {
	width: 296px;
	padding: 2px 2px 1px 2px;
	background-color: #fff;
	color: #666;
	}
	
p.sure {
	display: inline;
	margin-right: 6px;
	}
	
p.notracks {
	margin: 5px 10px;
	}

a {
	color: #999;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	}
	
a.announce {
	color: #FFF;
	text-decoration: none;
	}
	
a:hover.announce {
	color: #666;
	}
	
a.announce_top {
	color: #FFF;
	text-decoration: none;
	}
	
a:hover.announce_top {
	color: #ff3f3f;
	}
	
ul, ol {
	list-style-type: none;
	}
	
div#logout {
	height: 24px;
	width: 100%;
	border-bottom: 1px solid #fff;
	}
	
div#logout h2 {
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding: 0 0 0 10px;
	background-color: #000;
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	}
	
div#logout form {
	position: absolute;
	top: 0;
	right: 0;
	}
	
.btn1 {
	position: absolute;
	top: 0;
	right: 73px;
	}

div#announcements {
	position: absolute;
	top: 182px;
	left: 10px;
	width: 300px;
	}
	
div#announcements ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 8px;
	}
	
div#advertising {
	position: absolute;
	top: 30px;
	left: 204px;
	z-index: 101;
	}
	
div.scroller {
	width: 100%;
	overflow: auto;
	}
	
div#leftScroller {
	position: absolute;
	top: 105px;
	left: 0px;
	border-bottom: 1px solid #fff;
	}

div#centreScroller {
	height: 670px;
	position: absolute;
	top: 25px;
	left: 0;
	}
	
div#rightScroller {
	height: 296px;
	position: absolute;
	top: 400px;
	left: 0;
	overflow: auto;
	}
	
div#loading {
	text-align: center;
	padding: 8px;
	}
	
div#legal {
	width: 350px;
	margin-left: 140px;
	}
	
div#legal h2 {
	margin-top: 20px;
	}
	
div#legal ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 10px;
	}
	
ul.playlist {
	line-height: 10px;
	}
	
ul.playlist li {
	border-bottom: 1px solid #fff;
	}
		
ul.playlist a {
	display: block;
	padding: 3px 10px;
	color: #fff;
	}
	
ul.playlist a:hover {
	color: #666;
	}

ul.playlist a.selected {
	background-color: #fff;
	color: #000;
	}
	
ul.playlist a.highlighted {
	background-image: url(../img/star1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

ul.playlist a.highlighted_selected {
	background-image: url(../img/star2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000;
	}
	
ul.tracklist {
	border-top: 1px solid #fff;
	}
	
ul.tracklist li {
	position: relative;
	padding: 3px 10px;
	border-bottom: 1px solid #fff;
	}	
	
ul.tracklist a.delete {
	position: absolute;
	top: 3px;
	right: 10px;
	color: #ff0000;
	}
	
img.artistImg {
	margin: 0 0 8px 0;
	}
	
img.ad {
	margin-bottom: 10px;
	}
	
#artistinfo table {
	margin: 0 0 8px 10px;
	line-height: 12px;
	}
	
#artistinfo table th {
	width: 70px;
	font-weight: normal;
	}
	
#artistinfo table td {
	padding-left: 8px;
	font-weight: bold;
	}
	
div#functions {
	position: absolute;
	top: 376px;
	left: 0;
	width: 100%;
	height: 22px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
	}
	
div#functions img {
	display: inline;
	margin: 5px 0 0 8px;
	}
	
div#comments {
	padding-top: 8px;
	}
	
div.comment {
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
	}
	
div.comment p.comment {
	background-color: #fff;
	color: #000;
	padding: 6px 6px 17px 6px;
	margin-bottom: 6px;
	}
	
div.comment p.info {
	text-align: right;
	margin-left: 100px;
	color: #666;
	font-size: 10px;
	}
	
.padAll {
	padding: 10px;
	}
	
.padTop {
	padding-top: 10px;
	}
	
.padTopLeft {
	padding-top: 10px;
	padding-left: 10px;
	}
	
.paddRight {
	padding-right: 10px;
	}
	
.padBottom {
	padding-bottom: 10px;
	}
	
.padLeft {
	padding-left: 10px;
	}
	
.padLeftRight {
	padding-left: 10px;
	padding-right: 10px;
	}
	
.padBottomLeft {
	padding: 0 0 10px 10px;
	}
	
#footer p#copyright {
	float: right;
	width: 200px;
	text-align: right;
	}
	
#footer ul#footnav {
	margin-right: 210px;
	list-style-type: none;
	}
	
#footer ul#footnav li {
	display: inline;
	margin-right: 15px;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}
	
#footer a:hover {
	color: #999;
	}
	
.red {
	color: #ff0000;
	}
	
.grey {
	color: #666;
	}
	
.left {
	text-align: left;
	}

	
/* global form styles */

form {
	margin-bottom: 5px;
	}

form input.text, form textarea, form select, form input.file {
	width: 200px;
	border: 0;
	background: #fff;
	padding: 1px;
	font-size: 9px;
	margin-bottom: 6px;
	}
	
form textarea {
	font-size: 10px;
	}
	
form ol {
	list-style-type: none;
	margin-bottom: 6px;
	}
	
form ol li {
	margin-bottom: 6px;
	width: 100%;
	overflow: hidden;
	}
	
form label {
	line-height: 12px;
	display: block;
	margin-bottom: 3px;
	}
	
form input.text {
	height: 12px;
	}
	
form input.button {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	font-size: 10px;
	}
	
form input.abuse_button {
	float: left;
	width: 90px;
	background: #000;
	border: 0;
	color: #666;
	font-size: 9px;
	padding: 0;
	}
	
form input.checkbox {
	float: left;
	margin-right: 6px;
	padding: 0;
	}


/* search/login forms */

form#search, form#login {
	height: 24px;
	width: 320px;
	border-bottom: 1px solid #fff;
	background-color: #000;
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
	}
	
form#search ol, form#login ol {
	position: relative;
	margin: 0;
	}
	
form#search ol li, form#login ol li {
	display: inline;
	}
	
form#search input.text, form#login input.text {
	position: absolute;
	width: 80px;
	}
	
form#search label, form#search input, form#login label, form#login input {
	position: absolute;
	}
	
form#search label, form#login label {
	font-size: 12px;
	line-height: 12px;
	}
	
form#search label#search_name {
	top: 8px;
	left: 10px;
	}
	
form#search input#search_name {
	top: 5px;
	left: 65px;
	width: 108px;
	}
	
#selectWrapper {
	position: absolute;
	top: 5px;
	left: 180px;
	width: 130px;
	}
	
form#search select {
	width: 90px;
	}
	
form#login label#email {
	top: 8px;
	left: 10px;
	}
	
form#login input#email {
	top: 5px;
	left: 48px;
	width: 90px;
	}

form#login label#password {
	top: 8px;
	left: 148px;
	}
	
form#login input#password {
	top: 5px;
	left: 210px;
	}
	
.submit {
	position: absolute;
	top: 6px;
	right: 10px;
	padding: 0;
	width: 12px;
	}
	
form#share input.text {
	width: 287px;
	}
	
/* ubr styles */

form#uu_upload {
	margin: 10px 0;
	text-align: left;
	}

.ubrDebug {
	border: 1px solid #fff;
	width: 280px;
	height: 100px;
	overflow: auto;
	text-align: left;
	}

.ubrFinishedData {
	width: 280px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 10px;
	}

.ubrFinishedData th {
	font-weight: bold;
	text-align: left;
	}

.ubrFinishedOdd {
	text-align: left;
	}

.ubrFinishedEven{
	text-align: left;
	}

.ubrUploadData {
	font-size: 10px;
	text-align: left;
	margin-bottom: 10px;
	}

.ubrUploadDataLabel {
	width: 50%;
	text-align: left;
	font-weight: bold;
	}

.ubrUploadDataInfo {
	width: 50%;
	}

#progress_bar {
	margin-top: 8px;
	}

.ubrBar1 {
	background-color: #fff;
	position: relative;
	text-align: left;
	height: 10px;
	z-index: 5;
	background-image:url(../img/progress_bar_bg.gif);
	layer-background-image:url(../img/progress_bar_bg.gif);
	}

.ubrBar2 {
	background-color: #666;
	position: relative;
	text-align: left;
	height: 10px;
	width: 0%;
	z-index: 6;
	background-image:url(../img/progress_bar_on.gif); 
	layer-background-image:url(../img/progress_bar_on.gif);
	}

.ubrError {
	color: red;
	}

.ubrWarning{
	color: yellow;
	}
	
