.LayoutButton {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('layout.png') no-repeat;
  cursor: pointer;
}

.LayoutButtonHover {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('layout_over.png') no-repeat;
  cursor: pointer;
}

.PrintButton {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('print.png') no-repeat;
  cursor: pointer;
}

.PrintButtonHover {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('print_over.png') no-repeat;
  cursor: pointer;
}

.LinkButton {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('link.png') no-repeat;
  cursor: pointer;
}

.LinkButtonHover {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('link_over.png') no-repeat;
  cursor: pointer;
}
  
.ScormButton {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('scorm.png') no-repeat;
  cursor: pointer;
}

.ScormButtonHover {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('scorm_over.png') no-repeat;
  cursor: pointer;
}
  
.MinimizeButton {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('minimize.png') no-repeat;
  cursor: pointer;
}

.MinimizeButtonHover {
  width: 33px;
  height: 26px;
  display: inline;
  background: url('minimize_over.png') no-repeat;
  cursor: pointer;
}
  
.ToolBarButton {
  background: #C5616B;
  border-left: solid 1px #EF7D88;
  border-top: solid 1px #EF7D88;
  border-right: solid 1px #AC3440;
  border-bottom: solid 1px #AC3440;
  color: #FFFFFF;
  font-family:Tahoma;
  font-size: 12px;
  padding: 1px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 1px;
  cursor: pointer;
}

.ToolBarButtonHover {
  background: #D76F79;
  border-left: solid 1px #EF7D88;
  border-top: solid 1px #EF7D88;
  border-right: solid 1px #AC3440;
  border-bottom: solid 1px #AC3440;
  color: #FFFFFF;
  font-family:Tahoma;
  font-size: 12px;
  padding: 1px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 1px;
  cursor: pointer;
}

.FirstSlideButton {
  width: 33px;
  height: 26px;
  float: left;
  background: #C5616B url('firstslide.png') center no-repeat;
  cursor: pointer;
}

.FirstSlideButtonHover {
  width: 33px;
  height: 26px;
  float: left;
  background: #C5616B url('firstslide_over.png') center no-repeat;
  cursor: pointer;
}

.PrevSlideButton {
  width: 33px;
  height: 26px;
  float: left;
  background: #C5616B url('prevslide.png') center no-repeat;
  cursor: pointer;
}

.PrevSlideButtonHover {
  width: 33px;
  height: 26px;
  float: left;
  background: #C5616B url('prevslide_over.png') center no-repeat;
  cursor: pointer;
}

.RestartSlideButton {
  width: 33px;
  height: 26px;
  float: left;
  background: #C5616B url('restartslide.png') center no-repeat;
  cursor: pointer;
}

.RestartSlideButtonHover {
  width: 33px;
  height: 26px;
  float: left;
  background: #C5616B url('restartslide_over.png') center no-repeat;
  cursor: pointer;
}

.NextSlideButton {
  width: 33px;
  height: 26px;
  float: right;
  background: #C5616B url('nextslide.png') center no-repeat;
  cursor: pointer;
}

.NextSlideButtonHover {
  width: 33px;
  height: 26px;
  float: right;
  background: #C5616B url('nextslide_over.png') center no-repeat;
  cursor: pointer;
}




