/*adapted to combine the beginning of am_a.css to the _css6a.css from ascendents.net*/
body
{
	background: #000; color: #888; font-family: Verdana; font-size:.95em;
}

a
{
	color: #eee;	
	text-decoration: none;
}

a:visited
{
	color: #ddd;	
	text-decoration: none;
}

a:hover
{
	color: #fff;	
	text-decoration: underline;
}




.ad {
    opacity: 0.83; /* css standard */
    filter: alpha(opacity=83); /* internet explorer */
    cursor: arrow;
}

.ad:hover {
    opacity: 1; /* css standard */
    filter: alpha(opacity=100); /* internet explorer */
    cursor: pointer;
}


.dim_img {
    opacity: 0.2; /* css standard */
    filter: alpha(opacity=20); /* internet explorer */
}

.dim_img:hover {
    opacity: .6; /* css standard */
    filter: alpha(opacity=60); /* internet explorer */
}

.d_img {
    opacity: 0.83; /* css standard */
    filter: alpha(opacity=83); /* internet explorer */
}

.d_img:hover {
    opacity: 1; /* css standard */
    filter: alpha(opacity=100); /* internet explorer */
}

.noLine
{
	text-decoration:none !important;
	color: #ddd !important;	
}

.noLine:visited
{
	text-decoration:none !important;
	color: #ccc !important;	
}

.noLine:hover
{
	text-decoration:none !important;
	color: #fff !important;	
}

.noLine2
{
	text-decoration:none !important;
	color: #bbb !important;	
}

.noLine2:visited
{
	text-decoration:none !important;
	color: #aaa !important;	
}

.noLine2:hover
{
	text-decoration:none !important;
	color: #ccc !important;	
}


.ascendents_Powered
{
	text-decoration:none !important;
	color: #444 !important;	
}

.ascendents_Powered:visited
{
	text-decoration:none !important;
	color: #444 !important;	
}

.ascendents_Powered:hover
{
	text-decoration:none !important;
	color: #999 !important;	
}

* {
margin: 0px;
padding: 0px;
}

body,html
{
	margin 0px; padding: 0px;
	font-family: "Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
	//background-color: #060606;
	color:#888;
	font-size: .97em;
}


table,tr,td
{
	font-size: .99em;	
		border: 0px solid white;
//	padding: 0px;
//	border-spacing: 0px;
	
	
}


.nothing
{
	text-decoration: none;
		color: #ccc;
}

.nothing:hover
{
	text-decoration: none;
		color: #fff;
}

.dl
{
	text-decoration: none;
		color: #ccc;
}

.dl:hover
{
	text-decoration: none;
		color: #fff;
}


.songTitle
{
	text-decoration: none;
		color: #aaa;
}

.songTitle:hover
{
	text-decoration: none;
		color: #fff;
}

.songTitle:visited
{
	text-decoration: none;
		color: #aaa;
}

img
{
	opacity: .93;
}

img:hover
{
	opacity: 1;
}

.glow
{
   font-weight: bold;
   color: white;
}

.glow2
{
  /* font-weight: bold;*/
   color: #aaa;
}

.debug
{
   font-size: 9px;
   color: yellow;
}

.keyboardShortcut
{
//   font-size: 9px;
   color: #7b7;
}

img
{
	border: 0px solid #000;
}


/* Rounded Corner */
.tb5 {
	border:2px solid #666666;
	color: #ccc;
	border-radius:10px;
	background:#111111 url(images/search.png) no-repeat 4px 4px;
}

.searchSubmit{
background:#000;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
//box-shadow: 5px 5px 5px #eee;
}
.searchSubmit:hover{
background:#444;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
//box-shadow: 5px 5px 5px #eee;
}


.bluee
{
-webkit-text-fill-color: #ddd; 
-webkit-text-stroke:.5px #666; 
line-height:normal;
color: #00a;
}


.bluee:hover
{
-webkit-text-fill-color: #fff;
-webkit-text-stroke:.5px #aaf;
line-height:normal;
text-decoration: none;
color: #00f;
}

.whitee
{
-webkit-text-fill-color: #ddd; 
-webkit-text-stroke:.5px #666; 
line-height:normal;
color: #00a;
}


.whitee:hover
{
-webkit-text-fill-color: #fff;
-webkit-text-stroke:.5px #fff;
line-height:normal;
text-decoration: none;
color: #00f;
}

.greene
{
-webkit-text-fill-color: #ddd; 
-webkit-text-stroke:.5px #666; 
line-height:normal;
color: #00a;
}


.greene:hover
{
-webkit-text-fill-color: #fff;
-webkit-text-stroke:.5px #afa;
line-height:normal;
text-decoration: none;
color: #00f;
}

.rede
{
-webkit-text-fill-color: #ddd; 
-webkit-text-stroke:.5px #666; 
line-height:normal;
color: #00a;
}


.rede:hover
{
-webkit-text-fill-color: #fff;
-webkit-text-stroke:.5px #faa;
line-height:normal;
text-decoration: none;
color: #00f;
}


[draggable=true] {
    cursor: move;
}