/**
 * pnotify.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP default styles for the Pines Notify jQuery plugin.
 */

/* Icons */

.notifyIcon {
	width: 16px;
	height: 16px;
	background-image: url(../../images/ui-icons_222222_256x240.png);
}

.notifyIconSuccess {
	background-position: -64px -144px;
}

.notifyIconWarning {
	background-position: -32px -144px;
}

.notifyIconError {
	background-position: 0 -144px;
}

.notifyIconInfo {
	background-position: -16px -144px;
}

.notifyIconForbidden {
	background-position: -192px -96px;
}

.notifyIconHelp {
	background-position: -48px -144px;
}

.ui-pnotify-closer .ui-icon {
	background-image: url(../../images/ui-icons_222222_256x240.png);
}


/* Container */

.ui-pnotify-container {
	border: 1px solid #aaaaaa;
}

.notifySuccess .ui-pnotify-container {
	background: #e7f9e7;
}

.notifyWarning .ui-pnotify-container {
	background: #fcefa1;
}

.notifyError .ui-pnotify-container {
	background: #fef1ec;
}

.notifyInfo .ui-pnotify-container {
	background: #e7f2fe;
}

.notifyForbidden .ui-pnotify-container {
	background: #fcae69;
}

.notifyHelp .ui-pnotify-container {
	background: #e7f2fe;
}


/* Text */

.ui-pnotify-title {
	float: left;
	font-size: 0.8em;
}

.ui-pnotify-text {
	text-align: left;
	clear: left;
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}

.ui-pnotify-history-container {
	text-align: center;
}