﻿html,
body{
   background-color: #39475E;
   color: #fff;
   cursor: default;
   font-family: Arial, Verdana, Tahoma;
   }
#wrapper{
	margin: 0 auto;
   text-align: center;
   width: 760px;
	}
	
/* Global */
.clear{
	clear: both;
	}

/* Header */
#header{
	background-color: #000;
	border-bottom: solid 3px #39475E;
	height: 30px;
	left: 0;
	min-width: 760px;
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 999;
	}
#logo{
	background: #000 url("/Assets/CosmicRhadio/images/cosmicrhadio.png") no-repeat right top;
	height: 20px;
	right: 15px;
	position: absolute;
	top: 5px;
	width: 157px;
	}
	
/* Controls */
#controls{
	left: 15px;
	position: absolute;
	top: 0;
	}
#controls #btnPlay,
#controls #btnPause{
	float: left;
	margin: 3px 3px 0 0;
	}
#controls #btnPrev,
#controls #btnNext{
	float: left;
	margin: 4px 3px 0 0;
	}
	
/* volume */ 
#volumeBar{
   border: solid 1px #2f2f2f;
   background-color: #696969;
   float: left;
   height: 3px;
   margin: 13px 10px 0 0;
   position: relative; 
   width: 65px;
   }
#volumeHandle{
   left: 57px;
   margin-top: -7px;
   position: absolute;
   top: 0;
   }
#volumeHandle img{
   height: 10px;
   width: 10px;
   }
   
/* playing */
#playing{
	margin: 0 auto;
	text-align: center;
	width: 165px;
	}
#playingName{
	font-size: 75%;
	height: 1.5em;
	line-height: 1.5em;
	}
	
/* position */ 
#positionShell{
	border: solid 1px #2f2f2f;
	height: 5px;
	position: relative;
	width: 163px;
	}
#positionBar{
   background: #2f2f2f;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   }
.ui-slider-handle{
   background-color: #7fff00;
	cursor: default;
   left: 0; 
   height: 100%;
   position: absolute;
   top: 0;
   width: 0;
   }
div.ui-slider-zero{
   cursor: default;
   left: 0; 
   height: 100%;
   position: absolute;
   top: 0;
   width: 0;
   }
.ui-slider-range{
	background-color: #7fff00;
	cursor: default;
   left: 0;
   position: absolute; 
   top: 0;
   width: 100%; 
   height: 100%; 
   }
	
/* Content */
#content{
   background-color: #55688A;
   padding: 40px 15px;
   text-align: left;
	}
	
/* Main */
#main{
	margin-right: 265px;
	}
#main table{
	cursor: default;
	width: 100%;
	}
#main table th{
	padding-bottom: 5px;
	}
#main table th .options{
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	background: #39475E;
	padding: 5px;
	position: relative;
	}
#main table th .options p{
	font-size: 85%;
	}
#main table th .options a,
#main table th .options a:link,
#main table th .options a:visited,
#main table th .options a:hover,
#main table th .options a:active{
	color: #F8912C;
	text-decoration: none;
	}
#main table th .options a:hover{
	color: #E07125;
	}
#main table th .options select{
	font-size: 70%;
	position: absolute;
	right: 5px;
	top: 4px;
	}
#main table tbody tr:hover{
	background-color: #39475E;
	}
#main table td{
	font-size: 80%;
	padding: 3px;
	}
#main table td.index{
	text-align: right;
	}
#main table td.name{
	width: 100%;
	}
#main table td.duration{
	padding-left: 10px;
	text-align: right;
	}
#main table tr.playing td{
	background-color: #000;
	color: #7fff00;
	}
	
/* Info */
#info{
	float: right;
	width: 250px;
	}
#info .group{
	margin-bottom: 15px;
	}
#info .group .separator{
	margin-top: 5px;
	}
#info h1{
	-moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   background-color: #39475E;
	font-size: 85%;
	font-weight: bold;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	}
#info .container{
	-moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
	background-color: #fff;
	border: solid 3px #39475E;
	border-top: 0;
	color: #000;
	margin-bottom: 5px;
	padding: 5px;
	}
	/* Welcome*/
#info .welcome h1{
	background-color: #61513C;
	}
#info .welcome .container{
	background-color: #8A7355;
	border-color: #8A7355;
	color: #fff;
	font-size: 90%;
	line-height: 1.3em;
	}
	/* Chart */
#info .chart .container{
	color: #000;
	}
#info .chart table{
	font-size: 75%;
	}
#info .chart table td{
	padding-bottom: 2px;
	}
#info .chart table td.index{
	padding-right: 5px;
	text-align: right;
	}
#info .chart table tr:hover td.name{
	text-decoration: underline;
	}
	/* Contributors */
#info .contributors h1{
	background-color: #202020;
	}
#info .contributors .container{
	background-color: #202020;
	border-color: #202020;
	color: #fff;
	}
#info .contributor{
	font-size: 75%;
	}
#info .contributor img{
	float: left;
	padding-right: 5px; 
	}
#info .contributors a,
#info .contributors a:link,
#info .contributors a:visited,
#info .contributors a:hover,
#info .contributors a:active{
	color: #3782EE;
	text-decoration: none;
	}
#info .contributors a:hover{
	text-decoration: underline;
	}
#info .contributors .separator p{
	font-size: 75%;
	line-height: 1.3em;
	}
	
/* Footer */
#footer{
	-moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
	background-color: #55688A;
	font-size: 70%;
	margin-bottom: 30px;
	padding-bottom: 5px;
	position: relative;
	}
#footer .notice{
	bottom: 0;
	left: 15px;
	position: absolute;
	}
	
/* Flash */
#flash{
	height: 1px; 
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
	}