/**
 * Styles for embedding audio.
 * 
 * Copying: Copying of this code for non-commercial use is permitted under the following conditions:
 *   - Give credit to the original author listed in this header.
 *   - For any reuse/distribution, make clear the same terms.
 *   
 * @author Steve Knaus
 */ 


#audio-samples
{
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}
#audio-samples p
{
   text-align: center;
}
#audio-samples table
{
   width: 80%;
   margin: 1.5em auto 1.5em auto;
}
#audio-samples th
{
   background: #002443;
   color: white;
   padding: 0.5em;
}
#audio-samples #title
{
   width: 20em;
}
#audio-samples td
{
   text-align: center;
   padding: 1em;
}
#audio-samples .play-button
{
   background: navy;
   color: white;
   border: 3px outset white;
   padding: 0.20em;
   letter-spacing: 0.10em;
}
#audio-samples tr.even
{
   background: #00a8ec;
   color: white;
}
#audio-samples tr.odd
{
   background: #006189;
   color: white;
}
#audio-samples #audioFrame
{
   display: block;
   width: 350px;
   height: 100px;
   margin-left: auto;
   margin-right: auto;
}
#audio-frame-body
{
   background: #002443;
   color: white;
   font-weight: bold;
   text-align: center;
}


