
div.jGrowl {
	z-index: 			9999;
	color: 				#333333;
	font-size: 			12px;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	opacity: 				.95;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	zoom: 					1;
	width: 					300px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			55px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
	position: relative;
	top: -4px;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}

div.jGrowl div.info, div.jGrowl div.error, div.jGrowl div.alert, div.jGrowl div.users {
	opacity: 				.95;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	zoom: 					1;
	width: 					300px;
	padding: 				6px 10px 10px 10px;
	margin-top: 			10px;
	margin-bottom: 			10px;
	font:					13px/1.5em "Lucida Grande","Verdana",sans-serif;
	text-align: 			left;
	display: 				none;
	border-radius:			2px;
	-MOZ-BOX-SHADOW:		1px 1px 1px #f3f3f3;
	-WEBKIT-BOX-SHADOW:		1px 1px 1px #f3f3f3;
	BOX-SHADOW:				1px 1px 1px #f3f3f3;
	text-shadow:			0 1px 0 rgba(255, 255, 255, 0.5);
}

div.jGrowl div.info {
	background:				#d5f2cd !important;
	border:					1px solid #b7dbab;
}

div.jGrowl div.error {
	background:				#fdcece !important;
	border:					1px solid #ebabab;
}

div.jGrowl div.alert, div.jGrowl div.users {
	background:				#fdeace !important;
	border:					1px solid #ebd3ab;
}

.jGrowl-notification .jGrowl-message {
	height: 55px;
}

.jGrowl-message .imgok, .jGrowl-message .imgerror, .jGrowl-message .imgalert, .jGrowl-message .imgusers {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	margin-top: 7px;
	float: left;
}

.jGrowl-message .imgok {
	background:	url( '%themepath%images/sprite_notification.png' ) no-repeat -40px 0px;
}

.jGrowl-message .imgerror {
	background:	url( '%themepath%images/sprite_notification.png' ) no-repeat 0px 0px;
}

.jGrowl-message .imgalert {
	background:	url( '%themepath%images/sprite_notification.png' ) no-repeat -120px 0px;
}

.jGrowl-message .imgusers {
	background:	url( '%themepath%images/sprite_notification.png' ) no-repeat -80px 0px;
}

.jGrowl-message .text {
	height: 55px;
	display: table-cell;
	vertical-align: middle;
}