﻿.warningButton
{
	border-right: #8b0000 1px solid;
	border-top: #8b0000 1px solid;
	font-weight: bold;
	border-left: #8b0000 1px solid;
	color: #ffffff;
	border-bottom: #8b0000 1px solid;
	background-color: #b22222;
}

.warningButtonSmall
{
	border-right: #8b0000 1px solid;
	border-top: #8b0000 1px solid;
	font-weight: bold;
	border-left: #8b0000 1px solid;
	color: #ffffff;
	border-bottom: #8b0000 1px solid;
	background-color: #b22222;
}

.updateButton
{
	font-weight: bold;
	color: white;
	background-color: #228b22;
	border-right: #006400 1px solid;
	border-top: #006400 1px solid;
	border-left: #006400 1px solid;
	border-bottom: #006400 1px solid;
}


.cancelButton
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-weight: bold;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: #dcdcdc;
}


.warningButton, .cancelButton, .updateButton
{
	padding-left: 12px;
	padding-right: 12px;
	letter-spacing: 1px;
}

.commonButtonMedium
{
	width: 150px;
}

.btnGreen
{
	border-right: #494D28 1px solid;
	border-top: #494D28 1px solid;
	background: url(_Images/Back-Green.gif) #ecf4f1 repeat-x center center;
	border-left: #494D28 1px solid;
	border-bottom: #494D28 1px solid;
}


.btnBlue
{
	background: #DFE6EC url(_Images/Back-Blue.gif) repeat-x center center;
	border: 1px solid #006699;

}

.btnRed
{
	background: #F4EAEA url(_Images/Back-Red.gif) repeat-x center center;
	border: 1px solid #990000;

}

.btnTan
{
	background: #F4EAEA url(_Images/Back-Tan.jpg) repeat-x center center;
	border-right: #d2b48c 1px solid;
	border-top: #d2b48c 1px solid;
	border-left: #d2b48c 1px solid;
	border-bottom: #d2b48c 1px solid;
	color: #800000;
}

.btnMedGray
{
	background: #EBEBEB url(_Images/Back-MedGray.gif) repeat-x center center;
	border: 1px solid #6D6D6D;

}

.btnLtGray
{
	background: #F5F5F5 url(_Images/Back-LtGray.gif) repeat-x center center;
	border: 1px solid #C1C1C1;
	color: #585858;

}


.btnGreen, .btnBlue, .btnRed, .btnMedGray
{
	color: #f5f5f5;
}

.btnGreen, .btnBlue, .btnRed, .btnMedGray, .btnLtGray, .btnTan
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	letter-spacing:2px;
		
}