
.lm_error
{
	background-color: #FBE3E4; 
	border: 2px solid #FBC2C4; 
	color: #8A1F11; 
	margin-bottom: 1em; 
	padding: 0.8em; 
}

.lm_error a
{
	background: transparent; 
	color: #8A1F11;
}

.lm_notice
{
	background-color: #FFF6BF; 
	border: 2px solid #FFD324; 
	color: #514721; 
	margin-bottom: 1em; 
	padding: 0.8em; 
}

.lm_notice a
{
	background: transparent; 
	color: #514721;
}

.lm_success
{
	background-color: #E6EFC2; 
	border: 2px solid #C6D880; 
	color: #264409; 
	margin-bottom: 1em; 
	padding: 0.8em; 
}

.lm_success a
{
	background: transparent; 
	color: #264409;
}

.ui-datepicker { background-color: white; border: 2px solid #B4D1FF; font-size: 0.9em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-datepicker-title { text-align: center; font-weight: bold; }
.ui-datepicker-prev { float: left; padding: 0px 4px; }
.ui-datepicker-next { float: right; padding: 0px 4px; }
.ui-datepicker-trigger { vertical-align: middle; padding: 5px; cursor: pointer; }

.ui-datepicker table { background-color: #FAFCFF; border-collapse: separate; }
.ui-datepicker table td, .ui-datepicker table th { text-align: center; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-datepicker table td { background-color: #E1EBF8; }
.ui-datepicker table th { background-color: #B4D1FF; }

.ui-datepicker table td.ui-datepicker-other-month { background-color: transparent; }
.ui-datepicker table a { color: black; text-decoration: none; font-weight: bold; }


