html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 76%;
	scrollbar-base-color: rgb(185, 187, 165);
	scrollbar-darkshadow-color: rgb(108, 109, 102);
	scrollbar-arrow-color: rgb(255, 255, 255);
}
#bg {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
}
#sideBar {
	height:500px;
	width:90px;
	float:left;
}
#mainContainerTop {
	float:left;
	width: 740px;
	height: 150px;
	text-align: center;
}
#mainContainerBody {
	height: 350px; 
	width: 740px; 
	overflow: auto;
}
#MusicAudioContainer { /* the box for the audio player controls*/
	width: 730px;
	height: 155px;
	margin-top: 5px;
    position: absolute;
    overflow: hidden;
    display: flex;
	
	 /* from here down is the audio player stuff */
    /* the audio player from the Internet was centering it
    justify-content: center;
    align-items: center;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;*/

}
#coverArtbox {
	position: relative;
	z-index: -100;
	border: 1px solid rgb(195, 212, 106);
	margin-right: 12px;
	margin-bottom: 15px;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);	

/* Because cafe uses translucent background the box-shadow in IE 7-8 is rendered black, and is not implemented */
	behavior: url(../jstools/PIE-CSS3-IE7-IE8/PIE.htc);  /* PIE-CSS3 implements round corners for IE7-8 */	
}
#cafe {
	border-radius: 15px;
	border: 1px solid rgb(245, 161, 6);
	left: 50%;
	top: 50%;
	margin-top: -290px;
	margin-left: -430px;
	position: absolute;
	z-index: 1000;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
	border-radius: 15px;
	khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50); 
	
/* Because cafe uses translucent background the box-shadow in IE 7-8 is rendered black, and is not implemented */
	/*behavior: url(../jstools/PIE-CSS3-IE7-IE8/PIE.htc);  PIE-CSS3 implements round corners for IE7-8 */	
}
div#copyright2 {
	position: relative;
	padding: 0px 0px 0px 15px;
	border: 0px solid blue;
	width: 75%;
	height: 14px;
	text-align: left;
	bottom: 15px;
	/*color: rgb(102, 102, 102);*/
	color:#CCCCCC;
	letter-spacing: 0.1em;
	clear: both;
	font-family: arial, verdana, sans-serif;
	font-size: 95%;
}
#mbOverlay {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	cursor: pointer;
	background-color: rgb(204, 204, 204);
}
.mbOverlayOpaque#mbOverlay {
	background: url("80.png");
}
.mbOverlayAbsolute#mbOverlay {
	position: absolute;
}
.mbMobile#mbOverlay {
	position: absolute;
	background-color: transparent;
}
.mbMobile#mbBottom {
	line-height: 24px;
	font-size: 16px;
}
#mbCenter {
	padding: 10px;
	border-radius: 10px;
	left: 50%;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
	position: absolute;
	z-index: 9999;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
	background-color: rgb(255, 255, 255);
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.mbLoading#mbCenter {
	background: url("loading-light.gif") no-repeat center rgb(255, 255, 255);
	box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
}
#mbMedia {
	background-position: center;
	left: 0px;
	top: 0px;
	text-align: left;
	color: rgb(0, 0, 0);
	line-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	background-repeat: no-repeat;
}
#mbAudio {
	padding: 0px 0px 2px;
	background-color: rgb(0, 0, 0);
}
#mbBottom {
	padding: 10px 0px 0px;
	text-align: left;
	color: rgb(119, 119, 119);
	line-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 20px;
}
#mbTitle {
	color: rgb(0, 0, 0);
	font-weight: bold;
	display: inline;
}
#mbPrevLink {
	color: rgb(0, 0, 0);
	font-weight: bold;
	display: inline;
}
#mbNextLink {
	color: rgb(0, 0, 0);
	font-weight: bold;
	display: inline;
}
#mbCloseLink {
	color: rgb(0, 0, 0);
	font-weight: bold;
	display: inline;
}
#mbNumber {
	margin: auto 10px;
	color: rgb(119, 119, 119);
	font-size: 0.8em;
	display: inline;
}
#mbCaption {
	color: rgb(119, 119, 119);
	line-height: 1.6em;
	font-size: 0.8em;
	display: block;
}
#mbPrevLink {
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	float: right;
}
#mbNextLink {
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	float: right;
}
#mbCloseLink {
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	float: right;
}
#mbPrevLink b {
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-decoration: underline;
}
#mbNextLink b {
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-decoration: underline;
}
#mbCloseLink b {
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-decoration: underline;
}
#mbPrevLink big {
	color: rgb(51, 51, 51);
	font-size: 1.4em;
	font-weight: bold;
}
#mbNextLink big {
	color: rgb(51, 51, 51);
	font-size: 1.4em;
	font-weight: bold;
}
#mbCloseLink big {
	color: rgb(51, 51, 51);
	font-size: 1.4em;
	font-weight: bold;
}
#mbBottom a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
#mbBottom a:link {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
#mbBottom a:visited {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
#mbBottom a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}
#mbBottom a:active {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}
#mbError {
	margin: 20px;
	padding: 10px;
	border-radius: 5px;
	border: 10px solid rgb(119, 0, 0);
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#mbError a {
	color: rgb(221, 0, 0);
	font-weight: bold;
	text-decoration: underline;
}
#mbError a:link {
	color: rgb(221, 0, 0);
	font-weight: bold;
	text-decoration: underline;
}
#mbError a:visited {
	color: rgb(221, 0, 0);
	font-weight: bold;
	text-decoration: underline;
}
#mbError a:hover {
	color: rgb(221, 0, 0);
	font-weight: bold;
	text-decoration: underline;
}
#mbError a:active {
	color: rgb(221, 0, 0);
	font-weight: bold;
	text-decoration: underline;
}
.tip {
	position: absolute;
	display: block;
	z-index: 100;
	background: transparent url(images/tooltip_popup2.png);
	top: 30px;
	width: 450px;
	font-family: arial, tahoma;
	margin-left: -220px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; /* these two make the round corner */
	border-radius: 10px;

	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50); /* for Chrome -webkit, NOT webkit */
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
 	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');

}
.tip-title {
	margin: 0px 20px;
	color: rgb(99, 39, 38);
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
.tip-text {
	padding: 10px 30px 20px 50px;
	color: #000;
	font-size: 14px;
}
/*---------- bubble tooltip -----------*/
/* Soheil: 1/30/12 
Problem: IE 8 displayed popup tooltip UNDER the images.

Had to add 
	position: relative; 
to all the tooltip css tags except for:
	a.tt:hover span.tooltip
	a.tt-l:hover span.tooltip-l

to fix the problem I
*/
a.tt {
	position:relative;
	z-index:24;
	color:#3CA3FF;
	font-weight:bold;
	text-decoration:none;
}
a.tt span {
	display: none;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover {
	position: relative;
	z-index:25;
	color: #aaaaff;
background:;
}
a.tt span {
	position:relative;
   background:;
}
a.tt:hover span.tooltip {
	display:block;
	position:absolute;
	top: -105px;
	left: 80px;
	padding: 15px 0 0 0;
	width: 230px;
	text-align: left;
	z-index: 999;
	color: #993300;
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top {
	display: block;
	position:relative;
	z-index: 1999;
	padding: 30px 8px 10px;
	background:  transparent url(images/tooltip.png) no-repeat top;
}
a.tt:hover span.middle { /* different middle bg for stretch */
	display: block;
	position:relative;
	z-index: 1999;
	padding: 0 8px;
	background: transparent url(images/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom {
	display: block;
	position:relative;
	z-index: 1999;
	padding:3px 8px 10px;
	color: #548912;
	background: transparent url(images/tooltip.png) no-repeat bottom;
}
/*---------- bubble tooltip -----------*/
a.tt-l {
	position:relative;
	z-index:24;
	color:#3CA3FF;
	font-weight:bold;
	text-decoration:none;
}
a.tt-l span {
	display: none;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt-l:hover {
	position: relative;
	z-index:25;
	color: #aaaaff;
background:;
}
a.tt-l span {
	position:relative;
   background:;
}
a.tt-l:hover span.tooltip-l {
	display:block;
	position:absolute;
	top: -105px;
	left: -80px;
	padding: 15px 0 0 0;
	width: 230px;
	text-align: left;
	z-index: 999;
	color: #993300;
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt-l:hover span.top-l {
	display: block;
	position:relative;
	z-index: 1999;
	padding: 30px 8px 10px;
	background:  transparent url(images/tooltip-l.png) no-repeat top;
}
a.tt-l:hover span.middle-l { /* different middle bg for stretch */
	display: block;
	position:relative;
	z-index: 1999;
	padding: 0 8px;
	background: transparent url(images/bubble_filler-l.gif) repeat bottom;
}
a.tt-l:hover span.bottom-l {
	display: block;
	position:relative;
	z-index: 1999;
	padding:3px 8px 10px;
	color: #548912;
	background: transparent url(images/tooltip-l.png) no-repeat bottom;
}
