body {
  background-color: #425F87;
  font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
  }



/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
a {
color:#d0d0d0;
text-decoration:none;
}
:focus {
  -moz-outline-style:none;
}


.left_nav{
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	letter-spacing: 0px;
	color:#B7B6B6;
	font-weight: bold;
	}

.left_nav_on{
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	letter-spacing: 0px;
	color:#323031;
	font-weight: bold;
    padding-left:8px;
	}
textarea{
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing: 0px;
	color: #b7b6b6;
	background-color: #4D4B4C;
    padding-left:8px;
	}
/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }


/* container has a background image */
a.player {	
	margin-top:5px;
	display:block;
	background:url(../images/splash.png) no-repeat;
	width:480px;
	height:382px;

	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:50px;
	border:0;	
}