<style>
        .playerTable {
            background-color: Black;
            width: 800px;
        }
        #player {
            padding: 0px;
        }
        #lbPlayList {
            border: 0px solid #AAA;
            color: white;
            font-size: larger;
            padding: 10px;
            background-color: Black;
            width: 100%;
        }
        #lbPlayList option:hover, option:checked {
            color: White;
            background-color: blue;
        }
        .playListCell {
	background-color: Black;
	border: 1px solid #5cbf2a;
            
        }
        .playerCell{
	height: 80px;
	border: 1px solid #5cbf2a;
	text-align: center;
        }
		
		#LinkFile {
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 31px;
	padding-top: 16px;
}
#LinkFile:hover {
	background-color:#5cbf2a;
}
#LinkFile:active {
	text-align: center;
	top:4px;
}
#Footerply {
	background-color:#666;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	}
#gandallog {
	background-color: rgba(255, 255, 255, 0.98);
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	box-shadow: 0 2px 2px #efefef;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #69F;
	}


#PlayEnt {
	background-color:#666;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	background-image: url(../Images/Psa-logo-rd.jpg);
	background-repeat: no-repeat;
	padding-left:50px;
	}
	
		a:link,
a:visited {
    color: #e67e22;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #e67e22;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
	 }
	 
	 a:hover,
a:active {
	color: #003;
	border-bottom: 1px solid transparent;
	 }
	 
	 #plhold {
	background-color:#FFF;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	padding-left:50px;
	}
	 
    </style>
	
