/*
* NODE PAGE
*/

/* NODE PAGE: Error and Warning blocks */
div.jrcietcharts-error-block {
    background: #fef5f1 none repeat scroll 0 0;
    border-color: #ed541d;
    border-style: solid none;
    border-width: 1px;
    color: #8c2e0b;
    font-size: 95%;
    list-style: outside none none;
    margin: 10px 0;
    padding: 0.25em 0.5em;
}

div.jrcietcharts-info-block {
    background: #fffbd9 none repeat scroll 0 0;
    border-color: #ffebc5;
    border-style: solid none;
    border-width: 1px;
    color: #666;
    font-size: 95%;
    list-style: outside none none;
    margin: 10px 0;
    padding: 0.25em 0.5em;
}

div.jrcietcharts-error-block .title,
div.jrcietcharts-info-block .title {
    font-weight: 600;
}

div.jrcietcharts-error-block ul.errors {
    margin: 0px;
    padding: 0 0 0 1.2em;
    font-size: 95%;
    max-height: 180px;
    overflow: auto;
}

div.jrcietcharts-error-block ul.error {
    margin: 0px;
    padding: 0 0 0 1.2em;
    font-size: 95%;
}

div.jrcietcharts-error-block ul.error li {
    font-style: italic;
    color: #9d3f2c;
}

.jrcietcharts-not-default {
	background-color: #6699ff;
}
