﻿.btnOrange, a.btnOrange, .btnRed, a.btnRed, .btnBlue, a.btnBlue, .btnLightBlue, a.btnLightBlue, .btnWhite, a.btnWhite, .btnDarkGreen, a.btnDarkGreen, .btnLightGreen, a.btnLightGreen, .btnYellow, a.btnYellow, .btnBlack, a.btnBlack, .btnMaroon, a.btnMaroon, .btnPink, a.btnPink, .btnPurple, a.btnPurple
{
	border: 1px solid black; text-align: center; vertical-align: middle;
	padding: 2px 8px; margin: 0px 4px; text-decoration: none;
}

.btnOrange, a.btnOrange { color: Black; background: url(../images/button_bg_orange.gif) repeat-x; }
.btnOrange:hover, a.btnOrange:hover { background: url(../images/button_bg_orange_hover.gif) repeat-x; color: Black; }

.btnRed, a.btnRed { color: white; background: url(../images/button_bg_red.gif) repeat-x; }
.btnRed:hover, a.btnRed:hover {	background: url(../images/button_bg_red_hover.gif) repeat-x; color: white; }

.btnBlue, a.btnBlue { color: white;	background: url(../images/button_bg_dark_blue.gif) repeat-x; }
.btnBlue:hover, a.btnBlue:hover { background: url(../images/button_bg_dark_blue_hover.gif) repeat-x; color: white; }

.btnLightBlue, a.btnLightBlue {	color: Black; background: url(../images/button_bg_light_blue.gif) repeat-x; }
.btnLightBlue:hover, a.btnLightBlue:hover {	background: url(../images/button_bg_light_blue_hover.gif) repeat-x;	color: Black; }

.btnWhite, a.btnWhite {	color: Black; background: url(../images/button_bg_white_gray.gif) repeat-x; }
.btnWhite:hover, a.btnWhite:hover {	background: url(../images/button_bg_white_gray_hover.gif) repeat-x;	color: Black; }

.btnDarkGreen, a.btnDarkGreen {	color: Black; background: url(../images/button_bg_dark_green.gif) repeat-x; }
.btnDarkGreen:hover, a.btnDarkGreen:hover {	background: url(../images/button_bg_dark_green_hover.gif) repeat-x;	color: Black; }

.btnLightGreen, a.btnLightGreen { color: Black; background: url(../images/button_bg_light_green.gif) repeat-x; }
.btnLightGreen:hover, a.btnLightGreen:hover { background: url(../images/button_bg_light_green_hover.gif) repeat-x; color: Black; }

.btnYellow, a.btnYellow { color: Black;	background: url(../images/button_bg_yellow.gif) repeat-x; }
.btnYellow:hover, a.btnYellow:hover { background: url(../images/button_bg_yellow_hover.gif) repeat-x; color: Black; }

.btnBlack, a.btnBlack { color: White; background: url(../images/button_bg_black.gif) repeat-x; }
.btnBlack:hover, a.btnBlack:hover { color: White; background: url(../images/button_bg_black_hover.gif) repeat-x; }

.btnMaroon, a.btnMaroon { color: White; background: url(../images/button_bg_maroon.gif) repeat-x; }
.btnMaroon:hover, a.btnMaroon:hover { color: White; background: url(../images/button_bg_maroon_hover.gif) repeat-x; }

.btnPink, a.btnPink { color: Black; background: url(../images/button_bg_pink.gif) repeat-x; }
.btnPink:hover, a.btnPink:hover { color: Black; background: url(../images/button_bg_pink_hover.gif) repeat-x; }

.btnPurple, a.btnPurple { { color: Black; background: url(../images/button_bg_purple.gif) repeat-x; }
.btnPurple:hover, a.btnPurple:hover { color: Black; background: url(../images/button_bg_purple_hover.gif) repeat-x; }