 
@CHARSET "latin1";

/**
 * Info
 */
.notifi_img_info {
	background-image: url('https://backtovacation.net/plntl/notification_window/info.gif');
	height: 25px;
	width: 25px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

.notification_info {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color:#B9DCFF;
	border-color:#003366;
	border-width: 1px;
	border-style: solid;
	padding-left:10px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right:10px;
}

.notification_text_info {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align:left;
}
/**
 * Ok
 */
.notifi_img_ok {
	background-image: url('https://backtovacation.net/plntl/notification_window/ok.gif');
	height: 25px;
	width: 25px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

.notification_ok {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color:#D6F5C5;
	border-color:#4EA71D;
	border-width: 1px;
	border-style: solid;
	padding-left:10px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right:10px;
}

.notification_text_ok {
	color: #4EA71D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align:left;
}

/**
 * Cancel
 */
.notifi_img_cancel {
	background-image: url('https://backtovacation.net/plntl/notification_window/cancel.gif');
	height: 25px;
	width: 25px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

.notification_cancel {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color:#FFB7B7;
	border-color:#FF0000;
	border-width: 1px;
	border-style: solid;
	padding-left:10px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right:10px;
}

.notification_text_cancel {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align:left;
}

/**
 * Error
 */
.notifi_img_error {
	background-image: url('https://backtovacation.net/plntl/notification_window/error.gif');
	height: 25px;
	width: 25px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

.notification_error {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color:#FFB7B7;
	border-color:#FF0000;
	border-width: 1px;
	border-style: solid;
	padding-left:10px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right:10px;
}

.notification_text_error {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align:left;
}

/**
 * Warning
 */
.notifi_img_warning {
	background-image: url('https://backtovacation.net/plntl/notification_window/warning.gif');
	height: 25px;
	width: 25px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

.notification_warning {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color:#FFEBAE;
	border-color:#CC9900;
	border-width: 1px;
	border-style: solid;
	padding-left:10px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right:10px;
}

.notification_text_warning {
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align:left;
}
/**
 * Help
 */
.notifi_img_help {
	background-image: url('https://backtovacation.net/plntl/notification_window/help.gif');
	height: 25px;
	width: 25px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

.notification_help {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color:#FFEBAE;
	border-color:#003366;
	border-width: 1px;
	border-style: solid;
	padding-left:10px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right:10px;
}

.notification_text_help {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align:left;
}
/**
 * Critical
 */
.notifi_img_critical {
	background-image: url('https://backtovacation.net/plntl/notification_window/critical.gif');
	height: 25px;
	width: 25px;
	position:static;
	margin:0px;
	background-repeat: no-repeat;
}

.notification_critical {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color:#CCCCCC;
	border-color:#000000;
	border-width: 1px;
	border-style: solid;
	padding-left:10px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right:10px;
}

.notification_text_critical {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align:left;
}