/*
	jGrowl styling
*/

div#jGrowl {
	position: 			fixed;
	padding: 			10px;
	z-index: 			999;
	/* right: 				0px; */
	left: 50%; /* SM 31Jan11: Putting growls in the center */
	margin-left: -118px;
	top: 				0px;
	/** Internet Explorer Hack **/
	/*
	_position:					absolute;
	_top:						expression(eval(document.body.scrollTop));
	*/
}

div#jGrowl > div {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	width: 					235px;
	padding: 				10px;
	margin: 				5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
}

div#jGrowl > div.jGrowl {
	/* min-height: 			40px; */
}

div#jGrowl > div.jGrowl > div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div#jGrowl > div.jGrowl > div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div#jGrowl > div.closer {
	min-height: 			10px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}

div#jGrowl > div.manilla {
	background-color: 		#FFF1C2;
	color: 					navy;
	border: 1px solid navy;
}

div#jGrowl > div.error {
	background-color: #EB887C;
	color: #990000;
	border: 1px solid #990000;
}

/*
  SM 25Jun09: Better "success" color.
*/
div#jGrowl > div.success {
	background-color: #9CD891;
	/* color: #5C9851; */
	color: #000;
	border: 1px solid #5C9851;
}
