@CHARSET "ISO-8859-1";
#loading {
	width: 200px;
	height: 100px;
	background-color: #004e00;
	position: absolute;
	left: 50%;
	margin-top: 180px;
	margin-left: -140px;
	text-align: center;
	z-index: 9999999999;
	vertical-align: middle;
	color: #FFFFFF;
}

#selectable li {
	height: auto !important;
}

.ui-growl {   
    position:fixed !important;
    top: 40% !important;
    left: 37% !important;
    z-index:9999 !important; 
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	text-shadow: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	text-shadow: none;
}

.ui-widget-header {
	text-shadow: none;
}

.ui-growl-image-info {
	background: none !important;
}

.ui-growl-image-error {
	background: none !important;
}

.ui-state-highlight .ui-icon {
	background-image:
		url("#{request.contextPath}/images/ui-icons_222222_256x240.png")
}

.ui-growl-title {
	font-weight: normal;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	padding: 0;
	color: black;
	text-shadow: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
	{
	/*background: url("http://www.hapvida.com.br/marcaconsulta/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;*/
	background: none repeat scroll 0 0 #FFF;
}

.ui-growl-item-container {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity =                 100);
}

.ui-growl-message {
	float: left !important;
}

.ui-dialog .ui-dialog-title {
	color: #FFFFFF !important;	
}