/* 
* Themes for jGrowl 
* Notifications plugin
*/

div.jGrowl div.manilla {
	background-color: 		#FFF1C2;
	color: 					navy;
}

div.jGrowl div.error {
	background: #fef6f3;
	border: 1px solid #cd0a0a;
	width: auto; 
	max-width: 420px;	
}	
div.jGrowl div.error div.jGrowl-header {
	background: url(../images/small_error.png) no-repeat;	
	color: #a94442;
	font-size: 10pt; 
	margin-bottom: 5px;
	padding-left: 25px;
}	
div.jGrowl div.error div.jGrowl-message {
	color: #a94442;
}
div.jGrowl div.error div.jGrowl-close {
	color: #a94442;
}



div.jGrowl div.warning {
	background: #fbebbd;
	border: 1px solid #a94442;
	width: auto; 
	max-width: 420px;		
}	
div.jGrowl div.warning div.jGrowl-header {
	background: url(../images/small_warning.png) no-repeat;	
	color: #555555;
	font-size: 10pt; 
	margin-bottom: 5px;
	padding-left: 25px;
}	
div.jGrowl div.warning div.jGrowl-message {
	color: #555555;
}
div.jGrowl div.warning div.jGrowl-close {
	color: #555555;
}

div.jGrowl-closer {
	background: #0ca2e1 !important;
}

