/* CSS Document for The DJ Lounge dot com */
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-attachment:fixed;
 	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*Copy one line at a time and overwrite this one*/
	color:#C7D6F8;
	/* EXAMPLES
	color:#C7D6F8;
	color:#99CCFF;
	color:#F1D2FF;
	color:#66CCFF;
	color:#D7ECFF;
	color:#D7DAFF;
	color:#FFFFFF;
	color:#8BA9E0;
	color:#6A5BEC;
	*/
	scrollbar-arrow-color: #FFFFFF;
    scrollbar-face-color: #000066;
    scrollbar-shadow-color: #2B4595; 
    scrollbar-highlight-color: #2B4595;
    scrollbar-3dlight-color: #000066; 
    scrollbar-darkshadow-color: #000066;
    scrollbar-track-color: #000066;
	cursor:default;
} 
a:link {
	color:#6699FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #6699FF;
}
table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
hr {
	noshade:noshade;
	color:#000033;
	height:1px;
}
area {
	cursor:pointer;
}
select {
	background-color:#000066;
	border-width:1px;
	border-style:solid;
	color:#FFFFFF;
}
.tinytext {
	font-size:8px;
	font-weight:bold;
}
#picture {
	width:145px;
	height:145px;
	border-style:solid;
	border-width:6px;
	border-color:#000033;
}
#mini_cover {
	width:82px;
	height:82px;
	cursor:pointer;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:2px;
	padding-top:1px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-image:url(../images/mini_cover.jpg);
}
#mini_cover:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	padding-bottom:1px;
	padding-left:7px;
	padding-right:30px;
	padding-top:1px;
	width:57px;
}
.download {
	width:145px;
	height:145px;
	cursor:pointer;
	padding-bottom:2px;
	padding-left:17px;
	padding-right:5px;
	padding-top:2px;
}
.download:hover {
	padding-bottom:26px;
	padding-left:10px;
	padding-right:53px;
	padding-top:2px;
	width:104px;
}

#covers {
	background-image:url(../images/download_covers.jpg);
}

#mp3 {
	background-image:url(../images/download_mp3.jpg);
}

#coversmp3 {
	background-image:url(../images/download_coversmp3.jpg);
}

#nothing {
	background-image:url(../images/download_nothing.jpg);
}

#printpage {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	cursor:pointer;
}
#printpage:hover{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#js_clock {
	font-size:9px;
}
#label{
   font-weight:bold;
   color:#3399FF;
}