﻿/** Button styles **/
.btnOrange, a.btnOrange, .btnRed, a.btnRed, .btnBlue, a.btnBlue, .btnLightBlue, a.btnLightBlue, .btnWhite, a.btnWhite, .btnDarkGreen, a.btnDarkGreen, .btnLightGreen, a.btnLightGreen, .btnYellow, a.btnYellow
{
	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;
}