/* Status Message */
.msg { 
    position: relative;
    margin: 10px 0;
    padding: 0.5em 0.75em;
    line-height: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.msg.full {
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
}
.msg-success { 
    background-color: #cee4ae;
}
.msg-alert, 
.msg-warning { 
    background-color: #fef263;
}
.msg-error { 
    background-color: #f6bfbc;
}
.msg-info { 
    background-color: #e6eae3;
}
.msg-publishing { 
    margin: 15px 0 0;
    padding: 0.8em 0 0.8em 25px;
    background: transparent url(../images/ani-rebuild.gif) left center no-repeat;
}
.msg-text { 
    margin: 0;
}

.close-link { 
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
}

/* - for Permission Message */
.msg .detail { 
    margin: 10px 0 0;
}

/* - for Widget Content */
p.zero-state { 
    margin-bottom: 0;
}

/* - Generic Website Message */
#is-generic-website { 
    margin: 0;
    padding: 0.75em 0;
    border-bottom: 1px solid #c8c2be;
    background-color: #F2F2B0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#is-generic-website p { 
    margin: 0 auto;
    padding: 0 20px;
    font-size: 95%;
}

/* - Junk Message */
#junk-message .junk-score {
    font-weight: bold;
    margin: 0 0 0.5em;
}

/* - Validation */
.dialog-msg-error {
    display: block;
}
.validate-error {
    display: inline-block;
    line-height: 1.3;
    margin-left: 3px;
    padding: 0.3em 0.5em;
    background-color: #2b2b2b;
    color: #f3f3f3;
    font-size: 95%;
    font-weight: normal;
    opacity: 0.8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius: 0 0 3px 3px;
}
.msg-balloon {
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;    
}

/* - Debug Panel Messages */
.debug-panel { 
    position: absolute;
    width: 100%;
    border-top: 1px solid #c8c2be;
    background-color: #f6bfbc;
    text-align: left;
}
.debug-panel h3 { 
    padding: 5px;
    font-size: 12px;
    margin: 0;
    background-color: #ec6d71;
    color: #f8fbf8;
    text-shadow: none;
}
.debug-panel-inner {
    padding: 5px;
    font-family: 'Andale Mono', monospace;
    font-size: 10px;
    max-height: 200px;
    overflow: auto;
}
.debug-panel-inner li {
    margin: 0;
    padding: 0.2em 0.5em;
    white-space: pre;
}

.debug-panel-inner li:hover {
    background-color: #f2a0a1;
}