/* 
	Document   : jquery.pnotify.default.css
	Created on : Nov 23, 2009, 3:14:10 PM
	Author     : Hunter Perrin
	Version    : 1.0.0
	Description:
		Default styling for Pines Notify jQuery plugin.
*/

/* 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;
    padding: .8em;
    height: 100%;
}
.ui-pnotify-closer
{
    float: right;
    margin-left: .2em;
}
.ui-pnotify-title
{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .4em;
}
.ui-pnotify-text
{
    display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span
{
    display: block;
    float: left;
    margin-right: .2em;
}
/* History Pulldown
----------------------------------*/
.ui-pnotify-history-container
{
    position: absolute;
    top: 0;
    right: 18px;
    width: 70px;
    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 button
{
    cursor: pointer;
    display: block;
    width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown
{
    display: block;
    margin: 0 auto;
}

.stack-top-full
{
    margin-top:-18px !important; /* equal to line height of .ui-pnotify */
    left: 0;
    right: 0;
    width:100% !important;
}

.stack-top-center
{
    margin-top:-18px !important; /* equal to line height of .ui-pnotify */
    left: 0;
    right: 0;
    width:100% !important;
}
.stack-top-center .ui-widget { position:relative; width:990px !important; margin:0 auto !important; }

.ui-pnotify-container
{ 
    background-image:none !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    -o-border-bottom-left-radius: 0 !important;
    -o-border-bottom-right-radius: 0 !important;
    -ms-border-bottom-left-radius: 0 !important;
    -ms-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-pnotify-info .ui-widget-content { background-color:#E6ECFF !important; border-bottom:4px solid #003CFF !important; }
.ui-pnotify-ok .ui-widget-content { background-color:#D3FFD3 !important; border-bottom:4px solid #00C32C !important; }
.ui-pnotify-warning .ui-widget-content { background-color:#FFF78A !important; border-bottom:4px solid #FFC900 !important; }
.ui-pnotify-critical .ui-widget-content { background-color:#F8BFBF !important; border-bottom:4px solid #C80000 !important; }