﻿.buttonOkRed
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_ok_red.png) no-repeat 0 0;

}

.buttonOkRed:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonOkRed span 
{
  display: none;
}

.buttonSelectRed
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_select_red.png) no-repeat 0 0;

}

.buttonSelectRed:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonSelectRed span 
{
  display: none;
}

.buttonContinueRed
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_continue_red.png) no-repeat 0 0;

}

.buttonContinueRed:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonContinueRed span 
{
  display: none;
}

.buttonViewRed
{
  display: block;
  width: 140px;
  height: 25px;
  background: url(Assets/btn_view_red.png) no-repeat 0 0;

}

.buttonViewRed:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonViewRed span 
{
  display: none;
}

.buttonNewScheduleGray
{
  display: block;
  width: 140px;
  height: 25px;
  background: url(Assets/btn_newschedule_gray.png) no-repeat 0 0;

}

.buttonNewScheduleGray:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonNewScheduleGray span 
{
  display: none;
}

.buttonCancelGray
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_cancel_gray.png) no-repeat 0 0;

}

.buttonCancelGray:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonCancelGray span 
{
  display: none;
}

.buttonDoneGray
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_done_gray.png) no-repeat 0 0;

}

.buttonDoneGray:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonDoneGray span 
{
  display: none;
}

.buttonBackGray
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_back_gray.png) no-repeat 0 0;

}

.buttonBackGray:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonBackGray span 
{
  display: none;
}

.buttonSaveRed
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_save_red.png) no-repeat 0 0;

}

.buttonSaveRed:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonSaveRed span 
{
  display: none;
}

.buttonRunRed
{
  display: block;
  width: 140px;
  height: 25px;
  background: url(Assets/btn_run_red.png) no-repeat 0 0;

}

.buttonRunRed:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonRunRed span 
{
  display: none;
}

.buttonGoRed
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_go_red.png) no-repeat 0 0;

}

.buttonGoRed:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonGoRed span 
{
  display: none;
}

.buttonAddGray
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_add_gray.png) no-repeat 0 0;

}

.buttonAddGray:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonAddGray span 
{
  display: none;
}

.buttonRemoveGray
{
  display: block;
  width: 70px;
  height: 25px;
  background: url(Assets/btn_remove_gray.png) no-repeat 0 0;

}

.buttonRemoveGray:hover
{ 
  background-position: 0 -25px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.buttonRemoveGray span 
{
  display: none;
}


