
/* CCBot/1.0 (+http://www.commoncrawl.org/bot.html) */

a, a:link, a:hover, a:focus {
  text-decoration: none;

  color: #aaf;
  text-shadow: none;
  -webkit-transition: 500ms linear 0s;
  -moz-transition: 500ms linear 0s;
  -o-transition: 500ms linear 0s;
  transition: 500ms linear 0s;
  outline: 0 none;
} 

a:hover, a:focus
{
  color: #fff;
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

.top_text_container {
  position:relative;
  width:800px; 
  height:120px; 
  margin: 0 auto; 
  
  font-family: Verdana;
  font-size: 12px;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px; 
}

.top_text_container a {
  margin: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

.top_text_container a:hover {
  margin-bottom: 0;
  border-bottom: 1px solid #222222;
}


.top_text_container.playing {
  color: white;
  
  /*-webkit-box-shadow: 5px 5px 5px 0px #000000;
  -moz-box-shadow: 5px 5px 5px 0px #000000;
  box-shadow: 5px 5px 5px 0px #000000;*/
  
  /* approximately a 33% opacity on blue */
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#FF000000, endColorstr=#4C000000
  );

  /* IE8 uses -ms-filter for whatever reason... */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#FF000000, endColorstr=#4C000000
  );

}


.top_text_container.playing a {
  color: #aaaaaa;
}



.top_text_container.fading {
  color: black; 
}


.top_text_container.fading a {
  color: #555555;
}


#menu_src, #menu_dest {
  position: absolute; 
  left: 200px; 
  top: 45px;
  width: 570px;
  text-align: right;
}



.loading_box {
  position:relative;
  top:200px;
  width:800px; 
  margin: 0 auto;
  text-align: center;
  color: #999999;
  font-family: Verdana;
  font-size: 12px; 
}
