﻿body { background: rgb(255, 255, 255); margin: 0; padding: 0; }
a img { border-width: 0; }
#topmenu img { margin: 1px 0 1px 1px; }
#topmenu img.first_item { margin-left: 0; }

/* Media Player skin style definition */

#player_skin { margin: 0; padding: 0; width: 380px; height: 31px; background: url('playerbg.png') no-repeat top center; }
  #player_button_play, #player_button_stop { position: absolute; cursor: pointer; border: 0px solid rgb(128, 150, 200); }
  #player_button_play { margin: 4px 0 0 115px; width: 24px; height: 24px; }
  #player_button_stop { margin: 10px 0 0 149px; width: 12px; height: 12px; }
#player_bottom { margin: 0px; padding: 0px; width: 380px; height: 22px; background: rgb(192, 0, 1); font-family: Verdana, 'MS Sans-Serif', Arial; }
  #statusbar, #volumebar, #link_bar, #help_bar { font-family: inherit; font-size: 10px; color: rgb(255, 255, 255); }
  #statusbar, #volumebar { position: absolute; }
  #statusbar { margin: 2px 0 0 120px;  width: 100px; height: 20px; }
  #volumebar { margin: 2px 0 0 220px; width: 30px; height: 20px; text-align: right; }
  #link_bar { position: absolute; margin: 3px 0 0 115px; } 
  #help_bar { float: right; margin: 3px 0 0 0; padding-right: 5px; }
  #link_bar a, #help_bar a { font-weight: bold; color: rgb(255, 255, 255); }
