#Growler{
	pointer-events: none;
}
#extabs span#tb4 {
	width: 100px;
}
div#noticeevents {
	border: 1px solid #999;
	background-color: #FFF;
	height: 100px;
	overflow: auto;
}
div#noticeevents div {
	border-bottom: 1px dotted #DDD;
	padding: 3px;
	margin: 0px;
}
.runner {
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	float: right;
	font-size: .8em;
	background-color: #333;
	color: #FFF;
	padding: 2px 10px 5px 10px;
	cursor: pointer;
}


/** Growler Notice Custom Styling **/
div.Growler-notice {
	background-color:  #eee;
	color: #fff;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: left;
	display: none;
	min-height: 40px;
	z-index: 10000;
}

div.Growler-notice-head {
	font-size: 14px;
	padding-bottom: 7px;
	color: #a5b64e;
}
div.Growler-notice-body {
	font-size: 12px;
	color: #555555;
}

div.Growler-notice-exit {
	float: right;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

