#dialognotificationbox{
	
	margin-top:-18px;
	display:none;
		
}




.notification {

	min-height: 70px;
	display: block;
	position: relative;
	
	
	/*Border Radius*/
	/*border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	*/
	
	/*Box Shadow*/
	-moz-box-shadow: 0px 2px 2px #cfcfcf;
	-webkit-box-shadow: 0px 2px 4px #cfcfcf;
	box-shadow: 0px 2px 2px #cfcfcf;
	
	margin-bottom: 10px;
	margin-top: 10px;
}

.notification span {
	background: url(../images/notification_icons/close.png) no-repeat right top;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top:4px;
	right:4px;
}


.notification div{
	max-width:840px;
}

#dialognotificationbox .notification div {
    max-width: 400px;
    margin-top:15px;
}


.notification .text {
	overflow: hidden;
	
}

.notification p {
	width: 500px;	
	color: #323232;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	margin-left: 10px;
	margin-top:20px;
	*margin-top: 15px; /*for lt IE8*/
	
	
	/* TEXT SHADOW */
	 text-shadow: 0px 0px 1px #f9f9f9;
}

/*Auto Width Rules*/

.autoWidth{
	width: auto;	
}

.autoWidth p {
	width: auto;
	float: left;	
}


/*DEFAULT BOX*/


.notification.general {
	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;
	
	/*Background Gradients*/
	background: #dff3a8;
	background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
	background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
}

.notification.general:before {
	content: url(../images/notification_icons/success.png);
	float: left;
	margin: 23px 15px 0px 15px;
}



.notification.general .severity {
	color: #61b316;
	margin-right: 15px;
}



/*SUCCESS BOX*/

.notification.general {
	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;
	
	/*Background Gradients*/
	background: #dff3a8;
	background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
	background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
}


.notification.success {
	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;
	
	/*Background Gradients*/
	background: #dff3a8;
	background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
	background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
}

.notification.success:before {
	content: url(../images/notification_icons/success.png);
	float: left;
	margin: 23px 15px 0px 15px;
}



.notification.success .severity {
	color: #61b316;
	margin-right: 15px;
}


/*WARNING BOX*/

.notification.warning {
	border-top: 1px solid #fefbcd;
	border-bottom: 1px solid #e6e837;
	
	/*Background Gradients*/
	background: #feffb1;
	background: -moz-linear-gradient(top,#feffb1,#f0f17f);
	background: -webkit-gradient(linear, left top, left bottom, from(#feffb1), to(#f0f17f));
}

.notification.warning:before {
	content: url(../images/notification_icons/warning.png);
	float: left;
	margin: 15px 15px 0px 25px;
}



.notification.warning .severity {
	color: #e5ac00;
	margin-right: 15px;
}



/*QUICK TIP BOX*/

.notification.tip {
	border-top: 1px solid #fbe4ae;
	border-bottom: 1px solid #d9a87d;
	
	/*Background Gradients*/
	background: #f9d9a1;
	background: -moz-linear-gradient(top,#f9d9a1,#eabc7a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9d9a1), to(#eabc7a));
}

.notification.tip:before {
	content: url(../images/notification_icons/tip.png);
	float: left;
	margin: 20px 15px 0px 15px;
}

.notification.tip .severity {
	color: #b26b17;
	margin-right: 15px;
}


/*ERROR BOX*/

.notification.error {
	border-top: 1px solid #f7d0d0;
	border-bottom: 1px solid #c87676;
	
	/*Background Gradients*/
	background: #f3c7c7;
	background: -moz-linear-gradient(top,#f3c7c7,#eea2a2);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3c7c7), to(#eea2a2));
}

.notification.error:before {
	content: url(../images/notification_icons/error.png);
	float: left;
	margin: 20px 15px 0px 15px;
}

.notification.error .severity {
	color: #b31616;
	margin-right: 15px;
}


/*SECURE AREA BOX*/

.notification.secure {
	border-top: 1px solid #efe0fe;
	border-bottom: 1px solid #d3bee9;
	
	/*Background Gradients*/
	background: #e5cefe;
	background: -moz-linear-gradient(top,#e5cefe,#e4bef9);
	background: -webkit-gradient(linear, left top, left bottom, from(#e5cefe), to(#e4bef9));
}

.notification.secure:before {
	content: url(../images/notification_icons/secure.png);
	float: left;
	margin: 18px 15px 0px 15px;
}

.notification.secure .severity {
	color: #6417b2;
	margin-right: 15px;
}

/*INFO BOX*/

.notification.info {

	border-top: 1px solid #f3fbff;
	border-bottom: 1px solid #bedae9;
	
	/*Background Gradients*/
	background: #e0f4ff;
	background: -moz-linear-gradient(top,#e0f4ff,#d4e6f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
}

.notification.info:before {
	content: url(../images/notification_icons/info.png);
	float: left;
	margin: 18px 15px 0px 21px;
}

.notification.info .severity {
	color: #177fb2;
	margin-right: 15px;
}

/*MESSAGE BOX*/

.notification.message {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #d7d7d7;
	
	/*Background Gradients*/
	background: #f0f0f0;
	background: -moz-linear-gradient(top,#f0f0f0,#e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e1e1e1));
}

.notification.message:before {
	content: url(../images/notification_icons/message.png);
	float: left;
	margin: 25px 15px 0px 15px;
}

.notification.message strong {
	color: #323232;
	margin-right: 15px;
}

/*DONWLOAD BOX*/


.notification.download {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
	
	/*Background Gradients*/
	background: #f7f7f7;
	background: -moz-linear-gradient(top,#f7f7f7,#f0f0f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0));
}


.notification.download:before {
	content: url(../images/notification_icons/download.png);
	float: left;
	margin: 16px 15px 0px 18px;
}


.notification.download strong {
	color: #037cda;
	margin-right: 15px;
}



/*PRINT BOX*/

.notification.print {
	border-top: 1px solid #dde9f3;
	border-bottom: 1px solid #8fa6b2;
	
	/*Background Gradients*/
	background: #cfdde8;
	background: -moz-linear-gradient(top,#cfdde8,#9eb3bd);
	background: -webkit-gradient(linear, left top, left bottom, from(#cfdde8), to(#9eb3bd));
}


.notification.print:before {
	content: url(../images/notification_icons/print.png);
	float: left;
	margin: 19px 15px 0px 15px;
}

.notification.print strong {
	color: #3f4c6b;
	margin-right: 15px;
}


.notificationtitle{
	
	margin-top:6px;
	font-size:14px;
	font-weight:bold;
}


#displayZoneNotifications > div {
	
	display:none;
	background: #FFF;
	padding:2px;
	float:left;
	min-width:10px;
	margin: 4px 0 0 -7px;
	font-size:8px;
	font-weight: bold;
	color: #006FBA !important;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	
}
