input.datepicker {
	background: white url('../images/icons/calendar.png') no-repeat 98% center;
	cursor: pointer;
}

button.blue-white {
	width: 125px;
	height: 25px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: url('../images/buttons/blue.png') no-repeat top left;
}

button.green-button {
	width: 103px;
	height: 31px;
	border: none;
	color: #01355C;
	font-weight: bold;
	cursor: pointer;
	background: url('../images/buttons/search.png') no-repeat top left;
}

.admin-left {
	font-size: 120%;
}

.admin-left li {
	line-height: 170%;
}

.admin-ico img {
	vertical-align: middle;
}

.flash {
	padding: 10px;
	padding-left: 33px;
	margin-bottom: 10px;
	margin-top: -10px;
	color: #222;

}

.error {
	background: #FFC4BF url('../images/icons/cancel.png') no-repeat 8px center;
}

.success {
	background: #C8FFBF url('../images/icons/accept.png') no-repeat 8px center;
}

.action-link {
}

	.action-link a {
		color: #3e98c0;
		font-weight: bold;
		text-decoration: none;
	}

	.action-link a:hover {

	}

	.action-link img {
		border: none;
	}

	.shadow {
		-moz-box-shadow:1px 1px 3px #000; -webkit-box-shadow:1px 1px 3px #000; -khtml-box-shadow:1px 1px 3px #000; box-shadow:1px 1px 3px #000;
}
