@CHARSET "UTF-8";
/* ***************************** Music Player styles ****************************/
#top_bg_div{
	
position: fixed;
top: 0px;
height: 40px;
width: 100%;
background-image: url(/mod/custom_homepage/images/player/playerbg.jpg);
background-repeat: repeat-x;
z-index: 1;
}


#menu-player-holder{
	width: 970px;
	height: 40px;
	z-index: 1;
	margin:0px;
	padding:0px;
	margin:auto;
}


.player-button-pad {
	margin-left: -5px;
}

.player-buttonsmod { 
	top: 0px;
	float: left;
	width: 36px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.player-buttons { 
	float: left;
	width: 121px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.music-player {
	float: left;
	width: 304px;
	height: 40px;
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
        background-image: url(/mod/custom_homepage/images/dummyplayerbg.jpg);
        background-repeat:no-repeat;
}

#playlistButtonDiv {
	float:left;	
	width: 36px;
	height: 40px;
	margin:0px;
	padding:0px;
}

.playlistDivClass{
	position: fixed;
	top: 40px;
	left: 575px;
	width: 300px;
	z-index: 3;
	background-color: gray;
}

.playlistDivClass2{
	position: fixed;
	top: 33px;
	left: 100px;
	width: 300px;
	z-index: 3;
	background-color: gray;
}

#playlistControls {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 300px;
	height: 30px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

#savePlaylistButton {
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 2px;
}

#clearPlaylistButton {
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 4px;
}

#sharePlaylistButton {
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 28px;
}


.nowplayingclass {
	font-size:12px;
	font-weight:bold;
	color:#EF7202;
	margin-left:5px;
	margin-top:10px;
}
div#wimpyPlaylist {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 12px;
	max-height: 300px;
	overflow: auto;
	background-image: url(/mod/custom_homepage/images/dummyplayerbg.jpg);
	background-repeat:no-repeat;	
}


.playlistSongItemEven {
	background-color: #d5eda5;
	list-style-image: url("/mod/custom_homepage/images/player/evenSliceLI.gif");
}

.playlistSongItemOdd {
	background-color: #ebfacd;
	list-style-image: url("/mod/custom_homepage/images/player/oddSliceLI.gif");
}


.plistItem {
	
	min-width: 280px;
}

.plRightCntrls {
	width: 60px;
}

.plLeftInfo {
	
	width: 220px;
}

.artistInfo {
	padding-left: 20px;
	font-style: italic;
}

.songTitle {
	font-weight: bold;
}

.playlistNoItem {
	background-color: #d5eda5;
	font-weight: bold;
	font-style: italic;
	width: 280px;
	height: 100%;
	padding: 10px;
}

.playlistSongTitle {
	cursor: pointer;
}


#loggedInUserDiv{

	display:block;
	float: right;
	height: 40px;
	width: auto;
	padding-top: 10px;
	padding-right:10px;
	color: white;
	
}

#loggedInUserLink{

	color: white;
}

.topMenuLink{

	color: white;	
	font-weight: bold;
}

.topMenuLink:visited{

	color: white;
	font-weight: bold;	
}

.topMenuLink:hover{

	color: white;
	font-weight: bold;	
}

.mainfoot {
	margin-left:290px;float:left;width:300px;
}

.secfoot {
	margin-right:35px;float:right;width:300px;
}

