#player_area{
  margin: 0 auto;
  width: 660px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
  background-color: #E9E9E9;
  text-align: center;
  background-color: #C0CACD;
  -moz-box-shadow: #A8A8A8 2px 2px 1px;
  -webkit-box-shadow: #A8A8A8 2px 2px 1px;
}

#player {
	float: left;
	width:600px; 
	height:400px;
}

#btn_close {
  float:left;
  padding-left: 5px;
}
#btn_popout {
  float: left;
}

#popout_tip {
  display: none;
  font-size: 10px;
  padding-top: 5px;
  text-align: left;
}

#btn_area {
  float: left;
  width: 55px;
  padding-left: 5px;
  height: 400px;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

body {
	background: black;
	color: white;
	text-align: center;
	margin-top: 10px;
	font-family: Helvetica, Verdana, sans-serif;
	margin-bottom: 20px;
}

p {
	color: #CCCCCC;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 12px;
}


li {
	line-height: 1.4em;
	list-style: none;
}

a { 
	color: #0099cc;
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
	color: inherit;
}
a:hover { 
	text-decoration: underline;
}
a:active { 
	color: inherit;
}

.link_like {
	color: #0099cc;
	cursor: pointer;
}

input {
	margin-right: 5px;
}

input.submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	border: 1px solid #555;
	color: white;
	padding: 3px;
}

label.error {
	color: red;
	font-weight: bold;
}

hr {
	border: none;
}
hr.forever {
	border: none;
	width: 100%px;
}
hr.thin {
	height: 1px;
}
hr.thick {
	height: 3px;
}
hr.blue {
	background-color: #0099cc;		
}
hr.top {
	margin-bottom: 30px;
}
hr.bottom {
	margin-top: 50px;
}
hr.gray {
	background-color: #5a5a5a;
}

.container950 {
	text-align: left;
	width: 950px;
	margin: 0px auto;
}

.header {
	font-family: Helvetica, Verdana, sans-serif;
}
  #hiring {
    position: absolute;
		top: 25px;
		left: 232px;
    z-index: 9;
  }
  
	#masthead {
		height: 68px;
		position: relative;
	}
  
    #top_logo {
      position: relative;
      float:left;
    }
		#launch_btn {
			position: absolute;
			bottom: 7px;
			right: 0px;			
			background-position: -20px 0px;
		}
		
		#loginmain {
		  font_size: 8px;
		}
		
		#login_form #forgot_password {
			margin-top: 10px;
			text-align: right;
			font-size: 10px;
		}

		#login_form #forgot_password a {
			color: #006688;
		}

	.nav {
		margin-top: 10px;
		padding: 5px 0px;
		font-size: 15px;
		font-variant: small-caps;
	}
  	.newnav {
  		margin-top:43px;
  		position: absolute;
  		right: 5px;
  		font-size: 13px;
  		font-weight: bold;
  		padding: 0px 0px;
  	}
  	
  .newnav a {
		color: #fff;
	}
	
  .newnav a:hover{
  	color: #0099CC;
		text-decoration: underline;
	}
  	
	.nav a {
		position: relative;
		float: right;
		font-size: 12px;
		margin-top: -20px;
		margin-right: 3px;
		z-index: 9;
	}	
	
	.loginnav {
		position: relative;
		float: right;
		font-size: 12px;
		margin-top: -20px;
		margin-right: 3px;
		z-index: 9;
	}
	.loginnav a {
		color: #0099CC;
	}
	
	.loginnav #loginlink {
	  cursor: pointer;
	  margin: 0px 3px;
	}
	
	.loginnav #loginlink:hover{
	  color: #0099CC;
	  text-decoration: underline;
	}
	
	.loginnav #registerlink {
	  cursor: pointer;
	  margin: 0px 3px;
	}
  
	.loginnav #registerlink:hover{
	  color: #0099CC;
	  text-decoration: underline;
	}

	
	.loginnav #playerlink a{
	  cursor: pointer;
	  margin: 0px 3px;
	  color: white;
	}
  
	.loginnav #playerlink a:hover{
	  color: #0099CC;
	  text-decoration: underline;
	}
	
  #loginbox {
    display: none;
    margin-top: 0px;
    margin-bottom: 8px;
		font-size: 11px;
  }
  
  span#btn_login_close {
    height:21px;
    width:21px;
    display:block;
    position: relative;
    margin-top: 1px;
    float: right;
    background:url(/images/btn_login_close.gif) left top no-repeat;
  }
  
  span#btn_login_close:hover {
    margin-top: 1px;
    display:block;
    background:url(/images/btn_login_close.gif) left -26px no-repeat;
  }
  
  span#forgetpwd a{
    color: #999;
    text-decoration: underline;
    margin-right: 10px;
    margin-left: 5px;
  }
  
  #loginbox .submit_field input:hover{
    background: #0099CC;
    color: #FFF;
    -webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
  }

  #loginbox .submit_field input{
    color: #212121;
    border: none;
    background-color: #C6C6C6;
    -webkit-border-radius: 8px;
  	-moz-border-radius: 8px; 
  }
  
  span#forgetpwd a:hover {
    color: #0099CC;
  }
  
  span#rememberme {
    margin-right: 5px;
    color: #999;
  }
  
  #loginbox input {
    background-color: #1A1A1A;
    border: 1px solid #212121;
    color: #999;
    -webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  }
  
  #loginbox checkbox {
    color: #999;
    background-color: #1A1A1A;
  }
  
  #registerbox {
    display: none;
    margin-top: 0px;
    margin-bottom: 8px;
		font-size: 12px;
		padding-top: 4px;
  }	
  
  span#registertext{
    margin-right: 5px;
  }
  
  span#registerbox_close {
    height:21px;
    width:21px;
    display:block;
    position: relative;
    margin-top: -4px;
    float: right;
    background:url(/images/btn_login_close.gif) left top no-repeat;
  }
  
  span#registerbox_close:hover {
    margin-top: -4px;
    display:block;
    background:url(/images/btn_login_close.gif) left -26px no-repeat;
  }
  
  newnav a {
		color: white;
	}
	.nav a:hover {
		text-decoration: underline;
    color: #0099cc;
   }
	.newnav a:hover {
    text-decoration: underline;
    color: #0099cc;
	}
	.nav ul li {
		display: inline;
		margin-left: 35px;
	}
	.newnav ul li {
		display: inline;
		margin-left: 35px;
	}
	.newnav ul li.current {
		font-weight: bold;
	}	
	.newnav ul li.first {
		margin-right: 0px;
	}


#dashboard_sidebar {
  margin-top: 7px;
  float: left;
  width: 150px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #CCC;
  text-indent: 5px;
}

#dashboard_sidebar a {
  color: white;
}

#artist_nav ul.navigation {
  width: 131px;
}

#artist_nav ul.navigation li{
  border-bottom: 1px solid #CCC;
  padding: 7px 0px;
}

#artist_nav ul.navigation li.first{
  border-top: 2px solid #CCC;
}

#artist_nav ul.navigation li.last{
  border-bottom: 2px solid #CCC;
}

#artist_nav ul.navigation li.current{
  text-indent: 15px;
  font-weight: 600;
}

#artist_nav ul.navigation a:visited{
  color: white;
}

#artist_nav ul.navigation a:hover{
  text-decoration: none;
  color: #0099CC;
}

#right_content {
  color: black;
  float: left;
  width: 800px;
  padding: 10px 0px;
}

#right_content .box .header {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius: 10px 10px 0 0;
  background-color: #aaa;
  padding: 5px;
}

#right_content .box .body {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius: 0 0 10px 10px;
  background-color: #eee;
  padding: 5px;
}
#right_content .box .body p {
  color: #282828;
}

#right_content .rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px;
}
#right_content .white_bg {
  background-color: #E9E9E9;
  color: #282828;
}

#right_content_header {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius: 10px 10px 0 0;
  background-color: #ccc;
}

#content_wrap {
  color: #282828;
  width: 800px;
  background: #E9E9E9;
  margin: 0px auto;
  border: 0px;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content {
	margin: 10px 0px;
}

.info_row {
	margin-top: 40px;
	padding-bottom: 12px;
}

.info_row.get_music_img {
	margin: 0px;
	padding-bottom: 12px;
}
	.info_box {
		width: 450px;
	}
	.info_box.left {
		padding: 10px;
		float: left;
	}
	.info_box.left.outer {
    position: relative;
    width: 420px;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #222;
    float: left;
    border: 3px solid #777;
    -webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  }
	
	.info_box.right {
		padding: 10px;
		float: right;
	}

#footer {
	padding-top: 15px;
}

	#footer a { 
		color: #0099cc;
		text-decoration: none;
	}

	#footer .box {
		float: left;
		width: 300px;
		margin-left: 25px;
		font-size: 12px;
	}
	#footer .box.first {
		margin-left: 0px;
	}
	#footer .box .box_title {
		margin-bottom: 21px;
	}

	#launch_player .btn_launch_player {
		margin-top: 10px;
	}

	#follow_us {
	}
	
		.follow_choice {
			width: 150px;
			float: left;
			margin-bottom: 10px;
		}
		.follow_choice a {
			position: relative;
			top: -3px;
		}

	#search_site {
	}
	
	#bottom_box {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;	
		margin-top: 30px;
		font-size: 10px;
		background: #222222;
		border: 1px solid #333;
		padding-top: 7px;
		padding-bottom: 5px;
		padding-left: 12px;
		padding-right: 15px;
		
	}
		#bottom_nav {
			float: left;
		}
			#bottom_nav ul li {
				display: inline;
			}
			#bottom_nav ul li:after { 
				content: " / ";
				margin-left:1px;
				margin-right:1px;
			}
			#bottom_nav ul li.last:after { 
				content: "";
			}
		#bottom_copyright {
			float: right;
			padding-top: 2px;
		}
		
.boxy_form_container {
	background: #292929;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	.boxy_form_container h1 {
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.boxy_form_container form {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 3px solid #666;
		padding: 20px;
		background-color: #777;
	}
	.boxy_form_container label {
		display: block;
		font-size: 14px;
		width: 300px;
		margin-top: 10px;
		font-variant: small-caps; 
	}
	.boxy_form_container input {	
		margin-top: 5px;
		width: 387px;		
	}
	.boxy_form_container textarea {	
		margin-top: 5px;
		width: 387px;		
		height: 150px;
	}

#flash_failure {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #E9E9E9;
  text-align: center;
  margin: 0px auto;
  width: 200px;
  padding: 10px 10px;
  color: #282828;
}

#flash_notice {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #E9E9E9;
  text-align: center;
  margin: 0px auto;
  width: 500px;
  padding: 10px 10px;
  color: #282828;
}

#flash_info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #E9E9E9;
  text-align: center;
  margin: 0px auto;
  width: 500px;
  padding: 10px 10px;
  color: #282828;
}

#flash_success {
  text-align: right;
  font-size: 12px;
}

/* Added for Admin & Artist dashboards */
#wrap_heading {
  float: left;
  width: 775px;
  padding: 15px;
}

#wrap_heading_img {
  float: left;
  margin-right: 15px;
}

#wrap_heading_img a{
  width: 75px;
  height: 50px;
}

#wrap_heading_text {
  float: left;
  width: 50%;
  margin-top: 10px;
}



#screencast_play {
  float: right;
  cursor: pointer;
}
