/* Notice
----------------------------------*/
.ui-pnotify {
	top: 18px;
	right: 18px;
	position: absolute;
	height: auto;
	/* Ensure that the notices are on top of everything else. */
	z-index: 9999;
}

/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .ui-pnotify {
	position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
	margin: 0;
	position: absolute;
	top: .1em;
	left: .1em;
	bottom: -.2em;
	right: -.2em;
	z-index: -1;
}
.ui-pnotify-container {
	background-position: 0 0;
	overflow: auto;
	max-height: 300px;
	min-height: 50px !important;
}

.ui-pnotify-closer {
	float: right;
	margin-left: .2em;
	
}

.ui-pnotify-title {
	display: block;
	font-size: 14pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFF;
}
.ui-pnotify-text {
	font-family: Tahoma;
	font-size: 10pt;
	display: block;
	color: #FFF;
	margin: 0 6px 3px 6px;
	text-align:justify;
	overflow: auto;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em;
}

/* History Pulldown
----------------------------------*/
.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	margin-left: 50%;
	left: -35px;
	width: 70px;
	border-top: none;
	z-index: 10000;
	background: #fff;
	border: 1px solid #ddd;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
	text-align: center;
}
.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}

/************************ CSS Override **************************/
.ui-pnotify{
	padding: 4.5px 8px;
}

.ui-pnotify .ui-pnotify-title{
	display: none;
}

/*ERROR DEFINITIONS*/
.ui-pnotify.ui-state-errordelsoft{
	background: #e74c3c;
	border-top: 1px solid #c0392b;
}
.ui-pnotify.ui-state-errordelsoft .ui-pnotify-icon{
	height: 50px;
	width: 50px;
	background: url('images/error.png') -26px -23px;
}
.ui-pnotify.ui-state-errordelsoft .ui-pnotify-text{
	text-shadow: 1px 1px #c0392b;
}

/*SUCCESS DEFINITIONS*/
.ui-pnotify.ui-state-success{
	background: #2ecc71;
	border-top: 1px solid #27ae60;
}
.ui-pnotify.ui-state-success .ui-pnotify-icon{
	height: 50px;
	width: 50px;
	background: url('images/success.png') -26px -23px;
}
.ui-pnotify.ui-state-success .ui-pnotify-text{
	text-shadow: 1px 1px #27ae60;
}

/*INFO DEFINITIONS*/
.ui-pnotify.ui-state-infodelsoft{
	background: #3498db;
	border-top: 1px solid #2980b9;
}
.ui-pnotify.ui-state-infodelsoft .ui-pnotify-icon{
	height: 50px;
	width: 50px;
	background: url('images/information.png') -26px -23px;
}
.ui-pnotify.ui-state-infodelsoft .ui-pnotify-text{
	text-shadow: 1px 1px #2980b9;
}

/*WARNING DEFINITION*/
.ui-pnotify.ui-state-atencao{
	background: #FF8C00;
	border-top: 1px solid #f39c12;
}
.ui-pnotify.ui-state-atencao .ui-pnotify-icon{
	height: 50px;
	width: 50px;
	background: url('images/warning.png') -26px -23px;
}
.ui-pnotify.ui-state-atencao .ui-pnotify-text{
	text-shadow: 1px 1px #FF4500;
}

/*****************************************************************************************************/
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(images/IconSprite.png);
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-pnotify-history-all, .ui-pnotify-history-last{
	border: none;
	background: #FFF;
	font-size: 9pt;
}

.ui-pnotify-history-all:hover, .ui-pnotify-history-last:hover{
	font-weight: bold;
}

.ui-icon-circle-close{
	background: url('images/close.png');
}

