#ui-datepicker-div { display: none; }
#ui-datepicker-div, .ui-datepicker, .ui-helper-hidden-accessible {
left: -3000000px;
}
/* MISC  
----------------------------------------------------------*/
.clear, .mpatsclear
{
    clear: both;
}

.error, .mpatserror
{
    color: #ff2344;
    display: block;
    font-weight: bold;
}

.field-validation-error, .mpatsfield-validation-error
{
    color: #ff2344;
    display: block;
    font-weight: bold;
}

.input-validation-error
{
    border: 1px solid #ff2344;
    background-color: #ffeeee;
}

.mpatsvalidation-summary-div /*.validation-summary-errors, .mpatsvalidation-summary-errors*/ {
	padding: 10px 10px 10px 35px;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;	
	border: 2px solid #ff2344;
	background-image: url(icons/error.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}

.errorMessage, .warningMessage, .infoMessage, .mpatserrorMessage, .mpatswarningMessage, .mpatsinfoMessage {
	padding: 10px 10px 10px 35px;
	margin: 5px 0;
	font-weight: bold;
	color: #151e28;
}

.errorMessage, .mpatserrorMessage {

	border: 2px solid #ff2344;
	background-image: url(icons/error.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.warningMessage, .mpatswarningMessage {
	border: 2px solid #ff2344;
	background-image: url(icons/exclamation.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.infoMessage, .mpatsinfoMessage {
	background: url(icons/info-information-icon.png) no-repeat;
	background-size: 25px;
	padding: 6px 0px 6px 32px;
}
.errorMessage p, .mpatserrorMessage p, .warningMessage p, .mpatswarningMessage p {
	margin: 0;
	padding: 5px 6px;
}


.errorIcon, .mpatserrorIcon {
	background: url(icons/error.gif) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.warningIcon, .mpatswarningIcon
{
	background: url(icons/exclamation.gif) no-repeat; width: 24px; height: 24px; display: inline-block;
}

.infoIcon, .mpatsinfoIcon
{
	background: url(icons/info-information-icon.png) no-repeat; width: 24px; height: 24px; display: inline-block;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}
