html {
    overflow: hidden;
}

body {
    font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    width: 100%;
    height: 100%;
    background-color: #7AA053;
    overflow: hidden;
}

img {
    border: none;
}

.mask {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha( opacity = 70 );
}

.right {
    float: right;
}

.strong {
    font-weight: bold;
}

#login-div {
    width: 300px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
}

#initialize-container {
    position: absolute;
    background-color: #7AA053;
    top: 38%;
    left: 38%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 50px;
}

#flash-message {
    position: absolute;
    background-color: black;
    top: 60%;
    left: 38%;
	width: 300px;
	padding: 30px 50px;
    text-align: center;
    color: white;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px #888;
}

#video-div {
	z-index: 99999;
	width: 100%;
	height: 100%;	
}

#youtube-video {
	z-index: 99999;
	position: absolute;
    background-color: white;
}

#youtube-video a{
	color: white;
}

.youtube-small {
	top: 101px;
    left: 35%;
	width: 450px;
	height: 380px;
	padding: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px #888;
}

.youtube-maximized {
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px;
	padding: 0px;
	margin: 0px;	
}

#video-controls {
	float: right;
	height: 5%;
	max-height: 5%;
}

#admin-container {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 20px;
    width: 100%;
    padding: 2px;
    background-color: #7AA053;
}

#admin-container a {
    color: white;
}

#admin-container a:hover {
    text-decoration: none;
}

#loading-container {
    position: absolute;
    left: 46.5%;
    top: 0px;
    width: 85px;
    height: 17px;
    color: white;
    text-align: center;
    z-index: 999;
}

#account-menu {
    position: absolute;
    right: 0px;
    top: 0px;
}

#account-menu span {
    margin: 0px 3px;
}

#account-container {
    background-color: #7AA053;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 999;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-box-shadow: 3px 3px 3px #888;
}

#account-container table {
    padding: 10px;
}

#player-container {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    height: 80px;
    width: 100%;
    color: white;
    text-align: center;
    background-color: black;
    border-bottom: 1px solid #7AA053;
}

#player-container a {
    color: white;
}

#player-container a:hover {
    text-decoration: none;
}

#player-container table {
    padding: 5px;
    width: 100%;
}

#player-container table td {
    width: 33%;
}

#player-container table #track-extras {
    font-size: 12px;
    text-align: left;
	padding-left: 100px;
}

#player-container table #track-art {
	position: absolute;
	top: 4px;	
	width: 70px;
	height: 70px;
	margin-left: 20px;
	border: 1px outset white;
}

#player-container table #track-art img{
	width: 70px;
	height: 70px;
    max-width: 70px;
	min-height: 70px;
}

.player-button img {
    cursor: pointer;
    border: none;
}

#volume {
    text-align: left;
    background-color: #7AA053;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#volume-handle {
    position: relative;
    background-color: white;
    cursor: pointer;
    left: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#volume-handle:hover {
    border: 1px outset #619FEC;
}

#current-track-info {
    padding: 5px;
    background-color: #7AA053;
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #888;
}

#track-information {
    font-weight: bold;
    font-size: 12px;
    height: 15px;
    overflow: hidden;
}

#track-progress {
    font-size: 10px;
    height: 18px;
    overflow: hidden;
}

#progress {
    margin-left: auto;
	margin-right: auto;
    background-color: black;
	border: 1px inset white;
}

#progress-handle {
    position: relative;
    background-color: white;
    cursor: pointer;
	top: -7px;
    left: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#progress-handle:hover {
    border: 1px outset #619FEC;
}

#progress-loaded {
	background-color: #619FEC;
    width: 0px;
    height: 5px;
}

#ads-container {
    position: absolute;
    top: 101px;
    left: 0px;
    width: 200px;
    height: 250px;
    max-width: 200px;
    max-height: 250px;
    text-align: center;
    font-size: 10px;
    color: white;
    background-color: black;
}

#ads-container #advertise-here {
    height: 20px;
    max-height: 20px;
}

#ads-container #sponsor {
    z-index: 1;
    width: 200px;
    height: 230px;
    max-width: 200px;
    max-height: 230px;
    overflow: hidden;
}

#ads-container a {
    color: white;
}

#menu-container {
    position: absolute;
    top: 351px;
    left: 0px;
    width: 200px;
    bottom: 0px;
    background-color: #7AA053;
    border-right: 1px solid #CDE9A7;
    padding: 10px 0px;
    overflow: auto;
}

.menu-divider {
    font-weight: bold;
    margin: 5px 5px 6px 5px;
}

.menu-link {
    background-repeat: no-repeat;
    background-position: 0px;
    margin-left: 15px;
    padding: 3px 3px 3px 20px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.menu-link a {
    color: black;
    text-decoration: none;
}

.menu-link a:hover {
    color: white;
    text-decoration: underline;;
}

.music-link {
    background-image: url('../images/music.png');
}

.playlist-link {
    background-image: url('../images/playlist.png');
}

.amazon-link {
    background-image: url('../images/amazon-logo.jpg');
}

.itunes-link {
    background-image: url('../images/itunes-logo.gif');
}

.menu-link:hover {
    color: white;
    background-color: #619FEC;
}

.selected, .selected-menu-link {
    color: white;
    background-color: #3879D1;
}

#album-art-container {
    position: absolute;
    top: 101px;
    left: 200px;
    right: 0px;
    height: 250px;
	border-left: 1px solid #7AA053;
    background-color: black;
    color: white;
    text-align: center;
}

#artist-album-container {
    position: absolute;
    top: 101px;
    left: 200px;
    right: 0px;
    height: 250px;
    background-color: black;
    color: white;
}

#artist-album-container table {
    width: 100%;
	border-collapse: collapse;
}

#artists-browser{
	float: left;
    width: 50%;
	height: 250px;
	overflow: auto;
	border-left: 1px solid #7AA053;
}

#albums-browser{
	width: 50%;
	height: 250px;
	overflow: auto;
	border-left: 1px solid #7AA053;
}

#glider-controls {
    position: absolute;
    top: 326px;
    left: 52%;
    height: 25px;
    background-color: transparent;
}

#controls-container {
    position: absolute;
    top: 351px;
    left: 201px;
    right: 0px;
    height: 25px;
    background-color: #7AA053;
    vertical-align: middle;
}

#library-container {
    position: absolute;
    background-color: white;
    top: 375px;
    left: 201px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

#library-container table {
    width: 100%;
    border-collapse: collapse;
}

#library-container table th {
    background-color: #CDE9A7;
    border-bottom: 1px solid #7AA053;
    text-align: left;
}

#library-container table tr.header:hover {
    color: black;
}

#library-container table tr:hover {
    color: white;
    background-color: #619FEC;
    cursor: pointer;
}

#library-container table td {
    border-bottom: 1px dashed #CDE9A7;
}

.playing-track-indicator {
    width: 20px;
}

.playing-track {
    background-image: url(../images/playing.gif);
    background-repeat: no-repeat;
}

#search {
    float: right;
}

div.scroller {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

div.scroller div.content {
    width: 10000000px;
}

div.scroller div.album {
    font-size: 12px;
    width: 210px;
    height: 240px;
    padding: 5px;
    overflow: hidden;
    float: left;
}

.album-frame {
    min-height: 200px;
    min-width: 200px;
    border: none;
}

.album-frame:hover {
	cursor: pointer;
}

div.scroller div.album a img {
    height: 200px;
    width: 200px;
}

div.scroller div.album a img:hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 3px solid #619FEC;
    cursor: pointer;
}

div.scroller div.album .album-info {
    padding: 5px;
    position: relative;
    width: 200px;
    height: 35px;
    overflow: hidden;
}

div.scroller div.album .album-info div {
    height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top-66 {
    top: -66px;
}

#store-container {
    position: absolute;
    background-color: white;
    top: 101px;
    left: 200px;
    right: 0px;
    bottom: 0px;
}

#soundmanager-debug {
    position: absolute;
    z-index: 9999;
    right: 1.5em;
    bottom: 0.5em;
    display: none;
    height: 15em;
    overflow: auto;
    background: white;
    padding: 1em;
    color: #000;
}

