* {
	margin:0;
	padding:0;
}

body {
	color:#222;
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	text-align:left;
	border: none;
	text-align: center; /* for IE */
}

body table{
	font-size:14px;
}

#topbar{
	position:absolute;
	height:40px;
	/*background-color:#f9f9f9;*/
	width:100%;
}

#container-all{
	width:1000px;
	margin:0px auto;
	padding:0px 15px;
	position:relative;
	text-align: left; /* counter the body center for ie */
}

#login_container{
	padding-right:5px;
}

.button{
	padding:2px 15px 1px 15px;
	background-color:#ccc;
	border:1px solid #222;
}

#nav1{
	height:60px;
	border-bottom:10px solid #bbb;
}

#nav1 ul{
	float:left;
	padding-top:26px;
}

#nav1 li{
	display:inline;
	margin-right:20px;
	padding-left:10px;
}

#nav1 .selected{
	background-image:url('../images/bullet_nav1.png');
	background-repeat:no-repeat;	
}

#nav1Menu a{
	color:#222;
	font-weight:bold;
	letter-spacing:0px;
	font-size:15px;
}

#logo{
	float:left;
	width:340px;
}

#nav1Account{
	font-size:0.9em;
	float:right;
	padding:26px 5px 0px 5px;
}

a{
	color:#2d5d85;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	text-decoration:underline;
}

a:focus{
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}

a img{
	border:0;
	text-decoration:none;
} 


#nav2{
	float:right;
	padding-top:2px;
	width:230px;
	font-size:13px;
}

#nav2 ul{
	list-style-image:url('../images/bullet.png');
	line-height:1.7em;
}

.nav2Section{
	margin-top:20px;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:1px solid #eee;
}

#page_content{
	width:730px;
	min-height:600px;
}

h1{
	background-color:#f2f2f7;
	/*background-color:LightSteelBlue;*/
	display:inline-block;
	_display:inline; /* ie hack */
	zoom:1;	
	font-size:18px;
	padding:2px 0px;
}

h2{
	font-size:16px;
	margin-top:20px;
	margin-bottom:10px;
}

.inlineblock{
	display:inline-block;
	_display:inline; /* ie hack */
	zoom:1;	 /* ie hack */
}

.notop{
	margin-top:0px;
}

h3{
	background-image:url('../images/bullet.png');
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:16px;
	margin-top:20px;
}

p{
	margin:5px 0px;
	font-size:0.95em;
}

hr{
	border:none;
	border-bottom:1px solid #aaaaaa;
}

#container{
	padding-top:30px;
}

#layout_footer{
	width:740px;
	color:#777777;
	font-size:12px;
	text-align:left;
	border-top:10px solid #bbb;
	margin-top:50px;
	padding-top:3px;
	padding-bottom:10px;
}

#dialog{
	font-size:0.95em;
}

#dialog input{
	font-size:0.95em;
}

#dialog_title{
	background-color:LightSteelBlue;
	font-weight:bold;
	font-size:16px;
	padding:6px;
	margin-bottom:10px;
}

#dialog_toolbar{
	padding:3px 0px;
	text-align:right;
}

#dialog_toolbar a{
	margin-left:10px;
}

/* generic fieldset */
fieldset{
	border:none;
}

fieldset label{
	float:left;
	width:120px;
}

fieldset .field{
	width:320px;
}

fieldset select{
	width:320px;
}

/* specific fieldset */
.fs_account label{
	width:160px;
}

.fs_account .field{
	width:300px;
}

.fs_account #recaptcha_area{
	margin-left:160px;
}

.fs_contact label{
	width:160px;
}

.fs_contact .field{
	width:300px;
}

.fs_contact #recaptcha_area{
	margin-left:160px;
}

.fs_login label{
	width:80px;
}

.fs_login .field{
	width:140px;
}

.fs_setup{
	border:2px solid #ccc;
	background-color:#f0f7f0; /*honeydew*/
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	padding:10px;
}

.fs_setup label{
	float:left;
	width:120px;
}

.fs_setup .field{
	width:120px;
}

.hidden{
	display:none;
}

.flright{
	float:right;
}

.flleft{
	float:left;
}

.posright{
	position:absolute;
	right:10px;
}


.right{
	text-align:right;
}

.center{
	text-align:center;
}

.justify {
	text-align:justify;
}

.bullet{
	background-image:url('../images/bullet.png');
	background-repeat:no-repeat;
	padding-left:10px;
}


.info{
	background-color:#f0f7f0; /*honeydew*/
	border:2px solid #c5d1c5;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	padding:2px 4px;
	display:inline-block;
	_display:inline; /* ie hack */
	zoom:1;	
}

.info_small{
	display:inline-block;
	_display:inline; /* ie hack */
	zoom:1;	
	font-size:0.9em;
	font-style:italic;
	color:#999;
}

.cool{
	background-color:#fad163;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	padding:2px 4px;
}

#flashMessage{
	background-color:#fad163;
	border:2px solid #e0bc5a;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}

#flashMessageError{
	background-color:#db0000;
	border:2px solid #990000;
	color:white;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;	
	text-align:center;
	padding:7px;
	margin-bottom:10px;
}

#flashMessageError a{
	color:white;
	text-decoration:underline;
}

.picwithlegend{
	text-align:center;
	vertical-align:bottom;
	font-size:10px;
	line-height:1.8em;
	font-style:italic;
	margin-right:20px;
}

#divBusy{
	font-size:0.9em;
	font-style:italic;
	color:#999;
}

#divBusy img{
	margin-right:20px;
}

#divArtists li a{
	color:#222;
}

#divTags li a{
	color:#222;
}

.warning{
	background-image:url(../images/warning.png);
	background-repeat:no-repeat;
	padding-left:20px;
	
}

.live_player{
	position:absolute;
	right:-100px;
	width:90px;
	top:3px;
}

#home_player{
	margin-top:20px;
}

.home p{
	color:#999;
	margin:0px;
}

.home h2{
	font-size:18px;
	font-style:italic;
	margin:0px;
	margin-top:25px;
}

#steps{
	padding-top:10px;
	background-color:#ececec;
	border:2px solid #bbb;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;	
	width:700px;
	height:290px;
	text-align:center;
}

.home_step{
	margin-bottom:40px;
	padding-left:30px;
}

.mp3play {
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	background-image:url("/common/img/loudspeaker.png");
	background-repeat:no-repeat;
}

.flash_player {
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	background-image:url("/common/img/loudspeaker.png");
	background-repeat:no-repeat;
}

.mp3missing {
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	background-image:url("/common/img/mp3missing.png");
	background-repeat:no-repeat;
}

.mp3upload {
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	margin-right:4px;
	background-image:url("/common/img/mp3upload.png");
	background-repeat:no-repeat;
}

#embedCode{
	width:100%;
	height:50px;
	font-size:0.9em;
}

.setupImages{
	width:100%;
	margin:10px 0px;
}

.setupImages td{
	padding:10px 15px;
	text-align:center;
	font-size:0.8em;
	font-style:italic;
	line-height:2em;
	border:1px dotted #ccc;
}

.td_selected{
	border:1px dotted gray;
	background-color:#ccc;
}

.td_unselected{
	border:1px dotted transparent; /*honeydew*/
	background-color:transparent;
}

/* Discog styles */
#newTracks{
	list-style:none;
}

.album {
	border:0px dotted LightSteelBlue;
	padding-top:40px;
	margin-bottom:20px;
	border-top:1px solid #eee;
}

.album_row1{
	_height:130px; /* ie hack min height */
}

.artwork {
	position:absolute;
	text-align:center;
	font-size:0.9em;
	border:0px dotted green;
	padding-top:2px;
}

.tracklist {
	border:0px dotted yellow;
	padding-left:120px;
	line-height:1.3em;
	min-height:120px;
	margin-bottom:15px;
}

.tracks {
	width:500px;
	margin-top:5px;
	border:0px dotted red;
	list-style:none;
	font-size:0.9em;
}

.tracks input{
	width:250px;
}

.tracks li a{
	color:#333;
}

.tracklist h3{
	background:none;
	padding-left:0px;
	font-size:16px;
	margin-top:0px;
}

.tags{
	padding-top:15px;
	font-size:0.9em;
	line-height:2em;
}

.toswitch{
	cursor:pointer;
	border:1px dotted #ccc;
	margin-right:10px;
	padding:2px 3px;
	background-color:whitesmoke;
	white-space:nowrap;
}

.toswitch_on{
	border:1px dotted #999;
	background-color:yellowGreen;
}

.artwork100{
	border:1px solid gray;
	margin-bottom:7px;
}

.divUpload{
	background-color:white;
	border:1px dotted #ccc;
	padding:5px;
	margin:5px 0px;
	position:relative;
}

.statusDiv{
	position:relative;
	text-align:right;
	margin-left:30px;
}

.statusBar{
	color:#777;
	font-style:italic;
	font-size:0.8em;
	padding-top:20px;
}

.divUpload #progressDiv{
	position:absolute;
	right:5px;
	_right:10px; /* ie hack */
	padding-top:6px;
	width:200px;
	height:4px;
}

.divUpload #progressBg{
	background-image:url(/common/img/progress_bg.png);
	background-repeat:repeat-x;
	height:4px;
	text-align:left;
}

.divUpload #progressBar{
	width:0%;
	background-image:url(/common/img/progress_done.png);
	background-repeat:repeat-x;
	height:4px;
}

.divUpload #uploadSpinner{
	position:absolute; 
	right:210px;
	_right:215px; /* ie hack */
}

#closeBtn{
	position:absolute;
	left:3px;
}

.uploadQStatus{
	float:right;
	right:10px;
	padding:2px;
	background-color:#EAE002;
	color:#222;
	font-size:0.9em;
}

/* General ============================================= */
.blur{
    -moz-opacity : 0.4;
    opacity : 0.4;
	_filter: alpha(opacity = 50);
}

.textlight {
	color:#777777;
}

.textlight2 {
	color:#ccc;
}

.textimportant {
	color:#db0000;	
}

.texterror {
	color:#db0000;	
	background-color:greenYellow;
}

.textsmall {
	font-size:10px;
}

.textmed {
	font-size:12px;	
}

.textlarge {
	font-weight:bold;
	font-size:16px;
}

.textbig {
	font-weight:bold;
	font-size:18px;
}

.uploadInProgress{
	/*
	background:#EAE002;
	color:#222222;
	*/
}

textarea, input, select {
	padding:2px;
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	color:#222;
}

textarea{
	overflow: auto;
}

.textbox{
    background-color:white ;
	border:1px solid gray;
	padding-left:1px;
	padding-right:1px;
    color:#222;
}

.textboxrequired{
	border:1px solid #db0000;
	padding-left:1px;
	padding-right:1px;
	color:#222;
}

.combobox{
    background-color:white;
	border:1px solid gray;
	color:#222;
}
