.blue-button{
	background-color: #3489D3;
	color: white;
	border: 1px solid rgb(63, 99, 194);
	opacity: 1;
}
.blue-button:hover{
	background-color: #2B79BD;
	color: white;
	border: 1px solid rgb(21, 61, 145);
	opacity: 1;
}
.red-button{
	background-color: #FC5F38;
	color: white;
	border: 1px solid rgb(228, 65, 50);
	opacity: 1;
}
.red-button:hover{
	background-color: #FF3300;
	color: white;
	border: 1px solid rgb(175, 15, 0);
	opacity: 1;
}
.green-button{
	background-color: #44C05D;
	color: white;
	border: 1px solid rgb(27, 185, 103);
	opacity: 1;
}
.green-button:hover{
	background-color: #159930;
	color: white;
	border: 1px solid rgb(3, 95, 47);
	opacity: 1;
}
.yellow-button{
	background-color: #FFE000;
	color: white;
	border: 1px solid rgb(238, 228, 2);
	opacity: 1;
}
.yellow-button:hover{
	background-color: #FFD600;
	color: white;
	border: 1px solid rgb(238, 228, 2);
	opacity: 1;
}

.ui-button{
	font-weight: bold;
}
.dialogButton .ui-button{
	font-weight: bold;
}
.ui-button-text{
	font-weight: bold;
}

img.ui-datepicker-trigger{
	height: 24px;
	position: absolute;
	margin-top: 3px;
	margin-left: 1px;
}
/*
img.ui-datepicker-trigger{
	height: 22px;
	position: absolute;
	margin-top: 1px;
}*/
.ui-jqgrid .ui-state-highlight{
	background: #B7DAF1 !important;
	border: 1px solid #66A2CF;
}
