@charset "utf-8";


.ActionButton {
	cursor: pointer;
	background-color: transparent; 
	border: none;
	font-size: 100% !important;
	margin: 0px;
	padding: 0px;
}

.ActionButtonDisabled {
	cursor: default;
	background-color: #d3d3d3; 
	border: none;
	font-size: 100% !important;
	margin: 0px;
	padding: 0px;
}

/*
.ActionButtonCaption {
	background-color: #DDDDDD;
	border: 1px solid #555555; 
	padding: 6px 6px 5px 8px; 
	text-align:left; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 11px;
	color: black;
}
*/

.ActionButtonCaption {
	white-space: nowrap;
	/*
	padding: 11px 30px;
	font-size: 14px;
	*/
	line-height: 1.5;
	border-radius: 0;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background-color: #125991;
	border-color: #ffffff;
	border: 1px solid #125991;
	text-transform: uppercase;
}


.ActionButtonCaptionDisabled {
	white-space: nowrap;
	/*
	padding: 11px 30px;
	font-size: 14px;
	*/
	line-height: 1.5;
	border-radius: 0;
	font-weight: 400;
	text-align: center;
	color: #777777;
	background-color: #d3d3d3;
	border-color: #ffffff;
	border: 1px solid #777777;
	text-transform: uppercase;
	cursor: default;
}

/*
.ActionButtonCaptionHighlighted {
	background-color: #DDDDDD; 
	border: 1px solid #555555; 
	padding: 6px 6px 5px 8px; 
	text-align:left; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 11px;
	color: blue;
}
*/

.ActionButtonCaptionHighlighted {
	white-space: nowrap;
	/*padding: 11px 30px;
	font-size: 14px;
	*/
	line-height: 1.5;
	border-radius: 0;
	font-weight: 400;
	text-align: center;
	color: #125991;
	background-color: #ffffff;
	border-color: #125991;
	border: 1px solid #125991;
	text-transform: uppercase;
	cursor: pointer;
	
}