
/* General Style Info */
body{
	float:left; 
	width: 100%;
	margin: 0px;
	font-family:Helvetica;
	background-image:url('../img/bg-pattern.png');
}

.left{
	float: left;
}
.right{
	float: right;
}

.white{
	float: left;
	background-color: #fff !important;
	min-height: 500px;
}
#mainContainer{
	margin:0px auto;
	width:765px; 
	padding:0px 10px;
	overflow: auto;
	background: transparent url('../img/bg.png') repeat-y;
}

.topNavBar{
	float: left;
	width: 759px;
	margin-top: 15px;
	margin-left: -10px;
	padding: 5px;
	background-color:#031634;
}

.topNavBar span{
	color: #fff;
	margin-right: 5px;
}

.topNavBar .centralLink a{
	padding: 2px 4px;
	float: left;
	text-decoration: none;
	border: 1px solid #033649;
	margin-right: 10px;
	color: #0099CC;
}

.topNavBar .centralLink a:hover{
	color: #fff;
	border: 1px solid #aaa;
}

#mainContent{
	float:left; 
	padding:0px; 
	width:100%;
}

#topNavigation{
	float:left;
	padding:0px;
	width: 769px;
	margin-left: -1px;
	background-color: #E5ECF3;
}

.pagination{
	font: 12px Arial;
	float: left;
	margin-top: 10px;
	padding: 5px;
}

.pagination a{
	border: 1px solid #999;
	padding: 5px;
	text-decoration: none;
	margin: 0px 3px;
	color: #FE4365;
}

.pagination a:hover{
	border: 1px solid #FE4365;
	background-color: #FE4365;
	color: #fff;
}

.pagination .disabled{
	display: inline;
	margin: 0px  3px;
	border: 1px solid #999;
	padding: 5px;
	color: #999;
}

.pagination .current{
	padding: 5px;
}

.songInfoBox{
	float: left;
	width: 450px;
	border: 1px solid #aaa;
	border-left: 0px;
	margin-left: -1px;
	margin-top: 20px;
}

.songInfoBox h1{
	color: #000;
	font: Arial;
	font-size:18px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.songInfoBox span.info{
	color: #000;
	font-size: 14px;
	font: Arial;
	clear: both;
	display: block;
	
}

.songInfoBox .header{
	background-color: #A5D3EE;
	padding-left: 5px;
}

.joinJekajo{
	float: left;
	width:100%;	
}
.joinYay{
	color: yellow;
	font: Helvetica;
	font-size: 25px;
	text-align: center;
}
.joinText{
	margin:20px 20px;
	font-size: 12px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.joinLabels{
	float: left;
}

.joinLabels input{
	font: 20px Arial;
	height: 30px;
	margin-bottom: 20px;
}

.joinLabels label{
	float: left;
	font-size: 18px;
	margin-right: 15px;
	padding-top: 10px;
	text-align: right;
}
.sessionLinks{
	float: left;
	text-align: right;
	font-size: 12px;
	width: 100%;
	padding-top: 10px;
}

.sessionLinks a{
	color: #fff;
	text-decoration: none;
	margin-left: 7px;
}
.sessionLinks a:last-child{
	margin-right: 25px;
}

/*:::::::::::Build playlist:::::::::*/
div.playListControlBar{
	width: 100%;
	float: left;
	background-color: #333;
	color: #fff;	
}

div.playListControlBar span{
	float: right;
	font-size: 12px;
	padding: 10px;
	background-color: transparent;
	border-left: 1px solid #999;
	text-decoration: none;
	cursor: pointer;
}

div.playListControlBar span:hover{
	background-color:#FE4365 ;
}
/*:::::BUTTON STYLE AWESOME::::::*/
.awesome{
background: #222 url('../img/alert-overlay.png') repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.blue.awesome {
background-color: #6991AA;
}
.blue.awesome:hover{
background-color: #357cdc;
}
.red.awesome {
background-color: #e33100;
}
.red.awesome:hover {
background-color: #ff5c00;
}
.magenta.awesome {
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
}
.yellow.awesome {
background-color: #ffb515;
}

.pink.awesome {
background-color: #FD6E8A;
}
.pink.awesome:hover {
background-color: #ff2c68;
}

.small.awesome {
 font-size: 9px;
}
/*:::::::::::::::::::::::*/

h1 {
color: #099CC00;
}
/*::::::::PANEL STYLE::::::*/
.panelContainer{
	float: left;
	width: 320px;
	border: 1px solid #333;
	margin-top: 20px;
	margin-right: 20px;
	min-height: 400px;
	margin-left: 30px;
}

.panelHeader{
	font: Arial;
	font-size: 15px;
	padding: 3px;
	width: 314px;
	color: #fff;
	background-color:#333333 ;
}


.otherSongContainer{
	float: left;
	width: 280px;
	border: 1px solid #333;
	margin-top: 20px;
	margin-left: 20px;
	min-height: 180px;
}

.otherSongHeader{
	font: Arial;
	font-size: 12px;
	padding: 3px;
	color: #fff;
	background-color:#333333 ;
}

.otherSongContainer .songBox{
	float: left;
	clear: both;
	padding: 5px;
	width: 270px;
}

.otherSongContainer .songName a{
	font:Arial;
	float: left;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 2px;
}

/*::::::::::::::::::::*/
.songBox{
	float: left;
	clear: both;
	padding: 5px;
	width: 310px;
}

.songName a{
	font:Arial;
	float: left;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

div.songBox:nth-child(2n+1){
	background-color:#F0F0F0 ;
}

.logoBox{
	float: left;
	cursor: grab;
}

.logoBox img{
	border: none;
}

.artistName{
	float: left;
	color: #6b6b6b;
	font-size: 10px;
	clear: left;
}

.albumName{
	float: left;
	margin-left: 20px;
	font-size: 10px;
	color: #6b6b6b;
}

.closeButton{
	width: 100%;
	text-align: right;
}

.deletex a{
	font: 11px Arial;
	float: left;
	display: inline;
	clear: left;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	margin-left: 3px;
	margin-top: 2px;
	padding: 2px;
}

.deletex a:hover{
	background-color:#666;
	border: 1px solid #666;	
}
.content{
	float: left;
	width: 100%;
}

.holder{
	float: left;
	width: 100%;
}

.searchResultContainer{
	float: left;
	font-size: 42px;
	margin-left: -1px;
	margin-top: 40px;
	padding-right: 4px;
	width: 100%;
	background-color: #7FAF1B;
	min-height: 200px;
}

.searchText{
	color: #fff;
	float: left;
	text-align: right;
	width: 350px;
}

.searchResults{
	float: right;
	font: 16px Arial;
	color: #000;
	width: 320px;
	background-color: #CAE8A2;
	border: 1px solid #999;
	margin: 5px;
}

.resultNumber{
	color: #fff;
	font: 12px Arial;
	margin: 5px;
	margin-bottom: 0px;
	padding: 5px;
	padding-bottom: 0px;
	width: 310px;
	float: right;
}

#leftNavigation{
	float:left; 
	width:250px; 
	height:700px; 
	padding:5px; 
	background-image:url('../img/leftback.png');
	background-repeat:no-repeat;
}

#leftNavigation .subNav{
	/* float:left; */
	margin:20px 0px;
	width:230px;
}

#leftNavigation .subNav .artist {
	float:left;
	width:210px;
	height:52px;
	margin-bottom:18px;
	cursor:pointer;
	background:url('../img/artistlink.png') no-repeat right center;
}

#leftNavigation .subNav .artist:hover {
	background:url('../img/artistlinkhover.png') no-repeat right center;
}

#leftNavigation .subNav .create {
	float:left;
	width:210px;
	height:52px;
	cursor:pointer;
	background:url('../img/createlink.png') no-repeat right center;
}

#leftNavigation .subNav .create:hover {
	background:url('../img/createlinkhover.png') no-repeat right center;
}

#leftNavigation .subNav .upload {
	float:left;
	width:210px;
	height:80px;
	margin-bottom:10px;
	cursor:pointer;
	margin-right:8px;
	background:url('../img/uploadlink.png') no-repeat right center;
}

#leftNavigation .subNav .upload:hover {
	background:url('../img/uploadlinkhover.png') no-repeat right center;
}

/*::::PLAYLIST STYLE:::::::::*/
.playlistContainer{
	background-color: #FD6E8A;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 200px;
}

.playTitle{
	float: left;
	color: #fff;
	padding: 3px;
	font: Arial;
	font-size: 15px;
	font-weight: bold;
	background-color: #000;
	text-align: left;
}
.playControl{
	float: right;
	font: Arial;
	font-size: 20px;
	width: 23px;
	height:23px;
	color: #fff;
	text-align: center;
	background-color: #000;
	margin-left: 5px;
	cursor: pointer;
}

.playControl:hover{
	color: #ff5c00;
}
.playTop{
	float: left;
	width: 100%;
	background-color: #000;
	height: 25px;
}

.playCreate{
	float: left;
	width: 190px;
	padding: 5px;
	text-align: right;
}

.playlistRender{
	float: left;
	color: #000;
	background: #fff;
	width:500px;
}

.theList{
	float: left;
	color: #fff;
	padding: 5px;
	padding-bottom: 0px;
	font: Arial;
	list-style: none;
	font-size: 14px;
}

/*::::::::::::::::*/
.introduction{
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	float:left;
	padding:10px;
	margin:0px;
	font-size:25px;
	color: #000;
	background: #FFFEDE url('../img/music_tape.png') no-repeat right center;
	margin-left: -1px;
	width: 749px;
}
.introduction span{
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size:30px; 
	font-weight:bold;
}

.introduction .pron{
	font-family:Arial;
	color: #FF8F33;
	font-size:25px;
}

.searchField{
	float: left;
	display: inline;
	padding: 12px;
	background-color: #A5D3EE;
	margin-top: 11px;
	margin-left: 20px;
}

.searchField label{
	color:#999999 !important;
	font-size:30px;
	left:6px;
	position:absolute;
	top:0px;
	z-index:1;
}

.searchButton .submit input{
	height: 58px;
	width: 30;
	background-color: #6991AA;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	border:0px;
	border-left: 1px solid #7F94B0;
	margin-top: 11px;
	cursor: pointer;
}
.searchField input{
	width: 440px;
	height: 30px;
	border: 1px solid #107FC9;
	color: #000;
	font-size: 23px;
}

.searchContainer{
	margin-left: 10px;
}

div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
} 

li.selected    { background-color: #ffb; }
.alphabet{
	font: Arial;
	font-size: 12px;
	float: left;
	margin-left: -1px;
	width: 764px;
	color: #fff;
	background-color: #FBB829;
	display: inline;
	padding: 5px 0px 5px 5px;
	
}

.loginContainer{
	width: 100%;
	float: left;
	background-color:#ffb ;
	margin-left: -1px;
	padding-right: 3px;
}

.loginPageContainer{
	float: left;
	width: 768px;
}

.actualQuote{
	float: right;
	font:Arial;
	color: #C5E0DC;
	height: 160px;
	width: 50%;
	font: Arial;
	font-size: 16px;
	padding: 20px;
	padding-right: 26px;
	margin-left: -1px;
	margin-bottom: 20px;
	background-color: transparent;
	line-height: 40px;
}

.actualQuote span{
	color: #1693A5;
	font-size: 12px;
}
.joinContainer{
	width: 100%;
	float: left;
	background-color:#e4e5e7;
	margin-left: -1px;
	padding-right: 3px;
	height: 200px;
	background-image: url('../img/jekajoworldbg.png');
	background-position: 0px -315px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e4e5e7;
}
.explanation{
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	font: Helvetica;
}

.explanation span{
	float: left;
	clear: left;
	line-height: 32px;
	margin-bottom:15px ;
}

.explanation h1{
	font: Arial;
	font-size: 20px;
}
.explanation .image{
	float: left;
	margin-right:5px ;
}


.quoteContainer{
	float: left;
	width: 100%;
	display: inline;
	height: 200px;
	background-color: #26668A;
	background-image: url('../img/loginmusic.png');
	background-position: left;
	background-repeat: no-repeat;
	margin-left: -1px;
	padding-right: 1px;
}
#LoadingPlaylistDiv{
	float: left;
}

span#savedInfo{
	padding: 5px;
	font: 11px Arial;
	font-weight: bold;
	color: #f00;
	float: left;
	background-color:#eee;
	margin-left: 10px;
	margin-top: 5px;
}

#playlistName{
	width: 500px;
	float: left;
	background-color: #A5D3EE;
}

#playlistName label{
	margin-left: 10px;
}
#playlistName input[type="text"]{
	width: 150px;
	margin-left: 5px;
	margin-top: 8px;
}
#playlistName .submit input{
	border: 0px;
	margin-left: 10px;
	margin-bottom: 8px;
}

.songListContainer{
	margin-top: 30px;
}

table.songListContainer{
	border-collapse:collapse;
	width: 100%;
}

.songListContainer th{
	background-color: #333;
	color: #fff;
	text-align: left;
	font: 20px Arial;
	padding: 5px;
}

.songListContainer th a{
	color: #fff;
	text-align: left;
	font: 20px Arial;
	padding: 5px;
}

.songListContainer th a:hover{
	color: #FD6E8A;
}

.songListContainer td{
	padding: 5px 10px;
	min-width: 80px;
}

tr.songListContainer:nth-child(2n+1){
	background-color:#f1f4f5 ;
}

.songListContainer td a{
	color: #FE4365;
	text-decoration: none;
}

.formHolder{
	float: right;
	padding: 15px;
	padding-right: 20px;
	padding-left: 0px;
	background-color: #E5ECF3;
	margin-top: 20px;
	margin-right: 10px;
	border: 1px solid #A5D3EE;
}

/*::::::::::::Profile Info::::::::::::::*/

div.profileName{
	font: Arial;
	float: left;
	width: 100%;
	margin-top: 50px;
	background-color:#557eea;
	color:#fff;
	font-size: 50px;
	margin-left: -1px;
	padding-right: 4px;
}

.profileInfo{
	font: Arial;
	float: left;
	width: 100%;
	background-color:#333 ;
	color: #fff;
	font-size: 12px;
	margin-left: -1px;
	padding-right: 4px;
}

div.actual{
	float: left;
	padding: 5px;
	color: #999;
	border-right: 1px solid #999;
}

span.actual{
	color: #f00;
}
.profileName span{
	padding: 10px;
}

.newAccount{
	font: Arial;
	font-size: 16px;
	float: right;
	clear: both;
	width: 370px;
	text-align: center;
	background-color:#A5D3EE ;
	padding: 10px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #999;
	line-height: 35px;
}

.uploadForm{
	float: right;
	clear: right;
	background-color:#CAE8A2 ;
	border: 1px solid #999;
	padding: 10px;
	margin: 20px 0px;
	margin-right: 15px;
}

.uploadForm label{
	float: left;
	font: Arial;
	font-size: 16px;
}

.uploadForm input{
	float: left;
	width: 220px;
	margin-bottom: 15px;
	margin-left: 7px;
}

.uploadHeader{
	font: Arial;
	float: left;
	font-size: 42px;
	width: 100%;
	margin-top: 20px;
	margin-left: -1px;
	padding-right: 4px;
	background-color: #7FAF1B;
	background-image: url('../img/musicbox.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.uploadIdTag{
	background-color:#7FAF1B ;
	float: left;
	width: 100%;
	margin-left: -1px;
	padding-right: 4px;
	margin-top: 20px;
}
.tagContainer{
	color: #333;
	font-size: 20px;
	margin: 10px;
}
.editContainer{
	margin: 10px 5px 5px 5px;
	overflow: hidden;
}
.editContainer #UserSaveEditedInfoForm{
	width: 300px;
}
.editPicHolder{
	background-color: #E0E4CC;
	float: left;
	padding: 10px;
	margin-left: 10px;
}
.editContainer .formHolder textarea{
	width: 250px;
}
.editSave{
	width: 200px;
	margin: 0 auto;	
}
.editSave .submit input{
	font-size: 12px;
	width: 140px;
	background: #222 url('../img/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0px;
	position: relative;
	cursor: pointer;
	margin-top: 20px;
}
.editSave .submit input:hover{
	background-color: #333;
}
.picEdit{
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #A5D3EE;
	background-color: #E5ECF3;
	color: #333;
	width: 290px;
	line-height: 18px;
	font-size: 12px;
	clear: left;
}
.tagContainer input{
	font-size: 16px;
	width: 250px;
}
.tagContainer label{
	float: left;
	width: 80px;
	padding-top: 5px;
	text-align: right;
	margin-right: 10px;
}
.tagContainer .submit input{
	font-size: 12px;
	width: 100px;
	float: left;
	margin-left: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #222 url('../img/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0px;
	position: relative;
	cursor: pointer;
}
.uploadHeader span{
	float: right;
	color: #fff;
	clear: left;
	text-align: center;
	margin-top: 30px;
	padding-right: 20px;
}
.songInfoList{
	margin: 10px;
	background-color:#CAE8A2 ;
	padding: 2px 10px;
	color: #333;
}
.uploadForm .submit input{
	font-size: 12px;
	width: 140px;
	float: left;
	background: #222 url('../img/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0px;
	position: relative;
	cursor: pointer;
}

.genericSubmit .submit input{
	font-size: 12px;
	width: 140px;
	float: left;
	background: #222 url('../img/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0px;
	position: relative;
	cursor: pointer;
}

.genericSubmit .submit input:hover{
	background-color: #333;	
}

.formHolder input{
	font: Arial;
	font-size: 20px;
	width: 250px;
	height: 30px;
	margin-bottom: 20px;
}

.formHolder label{
	font: Arial;
	font-size: 18px;
	float: left;
	width: 100px;
	padding-top: 10px;
	text-align: right;
	margin-right: 15px;
}

.formHolder .submit input{
	font-size: 12px;
	width: 140px;
	float: right;
	background: #222 url('../img/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0px;
	position: relative;
	cursor: pointer;
}

.formHolder .submit input:hover{
	background-color: #333;
}

.commentContainer{
	clear: both;
	float: left;
	width: 300px;
	margin-left: -1px;
}

.commentBlock {
	font: 12px Arial;
	float: left;
	width: 431px;
	padding:10px;
	margin-bottom: 2px;
	background-color:#EDEFF4;
}

.commentBlock .name{
	font-weight: bold;
}

.commentBlock .time{
	clear: both;
	width: 100%;
	float: left;
	font-size: 10px;
	color:#6B6B6B;
	padding-top:2px;
}

.commentEntry{
	float: left;
	padding: 2px;
	clear: both;
	background-color:#EDEFF4;
	margin-left: -1px;
}	

.commentEntry textarea{
	width: 441px;
	height: 20px;
}

.commentEntry .submit input{
	font: 11px Arial;
	width: auto;
	float: right;
	background: #222 url('../img/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0px;
	position: relative;
	cursor: pointer;	
}

.footer{
	float: left;
	font: Arial 12px;
	color: #000;
	height: 30px;
	width: 755px;
	border-top: 1px solid #26668A;
	margin-top: 20px;
	padding: 5px;
	padding-top: 20px;
	text-align: center;
}

.sideHolder{
	font: Arial;
	font-size: 16px;
	float: right;
	padding: 20px;
	line-height: 25px;
	padding-top: 0px;
}

.sideHolder p{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	font: Arial;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.alphabet a{
	color: #fff;
	font: Arial;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 8px;
}
.alphabet div{
	display: inline;
	cursor: pointer;
	height: ;
}

.alphabet div:first-child{
	margin-left: 15px;
}
.alphabet a:hover{
	background-color: #ff5c00;
}

#alphaResult{
	float: left;
}

.alphaBox{
	font: Arial;
	font-size: 11px;
	float: left;
	background-color: #A5D3EE;
	color: #000;
	padding: 10px;
	width: 749px;
	min-height: 50px;
	margin-left: -1px;
}

.displayName{
	color: #ff5c00;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 25px;
	line-height: 20px;
}

.artistsLink{
	color: #000;
	font: Arial;
	padding: 3px;
	background-color: transparent;
	display: inline;
	margin-right: 2px;
	cursor: pointer;
}

.artistsLink:hover{
	background-color:#FD6E8A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cake-sql-log{
	clear:both;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}


td.jekajologobox{
	background-color:#E6EDFF;
	border-bottom:#0099FF solid 1px;
}


td.minorbuttons {
	/* background-color:#99CCFF; */
	background-color:#95D5FF;
	font-size:12px;
	padding:3px;
}

td.majorbuttons {
	background-color:#E1ECFD;
	padding:7px;
	border-bottom:#0099FF solid 1px;
}

img.linkedpic {
border:none;
padding:0
}

img.linkedpic a{
border:none;
padding:0
}