div.arrowsandboxes-wrapper {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #444444;
    margin: 20px 20px 0px 20px;
    overflow: auto;
    line-height: 1em;
}

div.arrowsandboxes-graph-wrapper {
    position: relative; /* greetings to ie 6*/
}

pre.arrowsandboxes-source {
    font-size: 10px;
    display: none;
}

pre.arrowsandboxes-source-with-errors {
    background-color: #eeeeee;	
    color: #999999;
    border: 8px solid #FFF0F0;
    border-bottom: none;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 10px;	
}

div.arrowsandboxes-error {
    color: #9A3A3A;
    background-color: #FFF0F0;
    padding: 8px 12px;
    font-size: 10px;	
}

div.arrowsandboxes-error a {
    font-weight: bold;
    color: #9A3A3A;
}

div.arrowsandboxes-error code {
    font-size: 10px;
}

div.arrowsandboxes-powered-by {
    display:none;
    position: absolute;
    margin-top: -18px;
    font-size: 10px;
    line-height: 12px;
    color: #aaaaaa;
    padding: 2px 4px;
}
div.arrowsandboxes-node {
    background-color: #eeeeee;
    border: 2px solid #bbbbbb;
    overflow: hidden;
}

div.arrowsandboxes-node-hovered {
    overflow: visible;
}

div.arrowsandboxes-node-highlighted {
    background-color: #AACCFF;
    border-color: #66AAFF;
}

div.arrowsandboxes-node-title {
    text-align: center;
    font-size: 14px;

    margin: 2px;
    padding: 3px;
    color: #555555;

    background-color: #eeeeee;
}

div.arrowsandboxes-node-subtitle {
    text-align: center;
    font-size: 10px;
    margin: 2px;
    padding: 3px;
    padding-top: 0;
    color: #777777;

    background-color: #eeeeee;
}

div.arrowsandboxes-node-highlighted {
    background-color: #bbeaff;
    border-color: #55b1f1;
}

div.arrowsandboxes-node-highlighted div.arrowsandboxes-node-subtitle,
div.arrowsandboxes-node-highlighted div.arrowsandboxes-node-title {
    background-color: #bbeaff;
}

div.arrowsandboxes-label {
    color: #444444;
    padding: 3px 6px;
    font-size: 12px;
    white-space: nowrap;
}

div.arrowsandboxes-label-hovered {
    background-color: #fff3c5;
}

div.arrowsandboxes-label a:hover,
div.arrowsandboxes-node-subtitle a:hover,
div.arrowsandboxes-node-title a:hover {
    text-decoration: none;
    color: #e03945;
}

div.arrowsandboxes-node-title a {
    color: #000000 !important;
    text-decoration: none;
}

div.arrowsandboxes-node-title .messageID {
    font-size: 10px;
}