.ButtonEnabled
{
	border: solid 1px #000000;
	background-color: #969579;
	color: #ffffff;
	font-weight: bold;
	font-size:9pt;
	height:20px;
	vertical-align: middle;
	text-align: center;
}

.ButtonEnabled:hover
{
	border: solid 1px #000000;
	background-color: #D4D2C3;
	color: #000000;
	cursor:pointer;
}

.Button input, .Button a
{
	cursor:pointer;
	color:#FFFFFF;
	font-size: 10pt;
	font-family: Arial;
	font-weight:bold;
}

.Button .ButtonContentCell
{
	cursor:pointer;	
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	padding: 0px 8px 0px 8px;
}

.Button
{
	background-color: #969579;
	color:#FFFFFF;
}

.Button:hover
{
	background-color: #ADAFB0;
	color:#000000;
}

.Button .ButtonTableCellLeft,
.Button .ButtonTableCellRight
{
	width: 4px;
	border: none;
	padding: none;
}

.Button .ButtonTableCellTop,
.Button .ButtonTableCellBottom
{
	color: White;
	height: 4px;
	border: none;
	padding: none;
}

.Button .ButtonTableCellTopLeft,
.Button .ButtonTableCellTopRight,
.Button .ButtonTableCellBottomLeft,
.Button .ButtonTableCellBottomRight
{
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
}


/* Faded Button */
.Faded .Button .ButtonContentCell
{
	background-color: #FFFFFF;
	color:#1B264A;
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	padding: 0px 8px 0px 8px;
}

.Faded .Button input, .Faded .Button a
{
	cursor:pointer;
	background-color: #FFFFFF;
	color:#1B264A;
	font-size: 10pt;
	font-family: Arial;
	font-weight:bold;
	text-align: left;
}

.Faded .Button .ButtonTableCellLeft
{
	width: 4px;
	border: none;
	padding: none;
}

.Faded .Button .ButtonTableCellRight
{
	width: 4px;
	border: none;
	padding: none;
}

.Faded .Button .ButtonTableCellTop
{
	color: White;
	height: 4px;
	border: none;
	padding: none;
}

.Faded .Button .ButtonTableCellBottom
{	
	height: 4px;
	border: none;
	padding: none;
}

.Faded .Button .ButtonTableCellTopLeft
{
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
	background-repeat:no-repeat;
}

.Faded .Button .ButtonTableCellTopRight
{
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
	background-repeat:no-repeat;
}

.Faded .Button .ButtonTableCellBottomLeft
{	
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
}

.Faded .Button .ButtonTableCellBottomRight
{
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
}

/* Disabled Button */
.Disabled .Button .ButtonContentCell
{
	background-color: #FFFFFF;
	color:#1B264A;
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	padding: 0px 8px 0px 8px;
}

.Disabled .Button input, .Disabled .Button a
{
	cursor:no-drop;
	background-color: #FFFFFF;
	color:#1B264A;
	font-size: 10pt;
	font-family: Arial;
	font-weight:bold;
	text-align: left;
}

.Disabled .Button .ButtonTableCellLeft
{
	width: 4px;
	border: none;
	padding: none;
}

.Disabled .Button .ButtonTableCellRight
{
	width: 4px;
	border: none;
	padding: none;
}

.Disabled .Button .ButtonTableCellTop
{
	color: White;
	height: 4px;
	border: none;
	padding: none;
}

.Disabled .Button .ButtonTableCellBottom
{	
	height: 4px;
	border: none;
	padding: none;
}

.Disabled .Button .ButtonTableCellTopLeft
{
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
}

.Disabled .Button .ButtonTableCellTopRight
{
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
}

.Disabled .Button .ButtonTableCellBottomLeft
{	
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
}

.Disabled .Button .ButtonTableCellBottomRight
{
	width: 4px;
	height: 4px;
	border: none;
	padding: none;
}

.ApplyCouponButton {abcdisplay: none;}
