﻿/*
Buttons and Hyperlink butts
*/
.action-button {
	display: block;
	/*cursor: hand;*/
	cursor: pointer;
	text-decoration: none;
}
.action-button-leftcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(Images/Button/leftcap.gif) no-repeat;
}
.action-button-text a
{
color: #994800;
text-decoration: none;
}

.action-button-text a:hover
{
color: #994800;
text-decoration: underline;
}
.action-button-text{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	color: #994800;
	text-decoration: none;
	background: transparent url(Images/Button/textbg.gif) repeat-x;
	height: 19px;
	padding: 6px 8px 0 8px;
}
.action-button-rightcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(Images/Button/rightcap.gif) no-repeat;
}
.action-button:hover .action-button-leftcap {
	background: transparent url(Images/Button/leftcap_hover.gif) no-repeat;
}
.action-button:hover .action-button-text {
	text-decoration: underline;	
	background: transparent url(Images/Button/textbg_hover.gif) repeat-x;
}
.action-button:hover .action-button-rightcap {
	background: transparent url(Images/Button/rightcap_hover.gif) no-repeat;
}