/* 
	Document   : jquery.pnotify.default.css
	Created on : Nov 23, 2009, 3:14:10 PM
	Author     : Hunter Perrin
	Description:
		Default styling for Pines Notify jQuery plugin.
*/

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

.ui-pnotify-container {
	background-position: 0 0;
	padding: 8px;
	height: 100%;
}

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

.ui-pnotify-title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}

.ui-pnotify-text {
	display: block;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: 2px;
}

/* History Pulldown
----------------------------------*/

.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	right: 18px;
	border-top: none;
	/* Ensure that the history container is on top of the notices. */
	z-index: 10000;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
}

.ui-pnotify-history-container .ui-pnotify-history-all {
	display: block;
	width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-last {
	display: block;
	width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}

.ui-pnotify .ui-widget-content
{
	font-family: 'Open Sans', HelveticaNeue, Arial, Helvetica, sans-serif;
	background-color: #fcfcfa;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	border: 1px solid #bbb !important;
	opacity: 0.95;
	padding: 10px 14px;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 0 12px #bbb;
	border-radius: 6px;
	color: #333;
	font-size: 12px;
	font-weight: normal !important;
	min-height: 32px !important;
}

.ui-pnotify .ui-state-highlight
{
	background: transparent !important;
	background-color: #fcfcfa !important;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	border: 1px solid #bbb !important;
	opacity: 0.95;
	min-height: 32px !important;
	height:auto !important;
}

.ui-pnotify-icon {
	background-image: url(../../../cgfx/sign_info.png);
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.ui-pnotify-icon .ui-icon-info, .ui-pnotify-history-container {
	display: none;
}