

/************************************************************audio page styles*/

a.audio{
  text-decoration:none;
  /* border-bottom:1px dotted #222; */
  font-weight:bold;
  outline:none;
  background-image:url(/images/play_button_sprite.gif);
  background-position: 0px -2px;
  background-repeat:no-repeat;
  padding-left:18px;
  font-family: Verdana;
font-weight: bold;
font-size: 11px;

}
a.audio:hover{
  text-decoration:none;
  color:#2222FF;
}
a.paused,a.audio.paused:hover{
  color:#9999FF;
}
a.playing{
  color:#2222FF;
  background-position: 0px -20px;
}
#aboutTrack{
  font-style:italic;
}
#MP3_Player{
  text-align:center;
  height:36px;
  line-height:36px;
}

.mp3title{
font-family: Verdana;
font-weight: bold;
font-size: 11px;
}
/********************************************************end audio page styles*/



/*******************************************************compositon page styles*/
body#composition{
  background-image:url(images/composition.jpg); 
  background-position: 200px bottom;
  background-repeat:no-repeat;
}
body#composition h2#ensemble{
  margin-top:18px;
}
body#composition  h3{
  border-bottom:none;
  height:18px;
}
body#composition  h3 a{
  border-bottom:1px dotted #000;
  text-decoration:none;
  font-weight:bold;
}
body#composition  h3 a:hover{
  border-bottom:1px solid #2222FF;
}
/***************************************************end compositon page styles*/


table.microphone
{ 
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 260px;
/*background-color: #fafafa;*/
background-color: #ffffff;
/*border: 1px #d79900 solid;*/
border-collapse: collapse;
border-spacing: 0px;
}

.mictext
{ 
/*border-bottom: 2px solid #d79900;
background-color: #fff2ba;*/
text-align: center;
vertical-align: middle;
font-family: Verdana;
/*font-weight: bold;*/
font-size: 10px;
/*color: #404040;*/
}




