.interesting {
    background-color: #e8ffd8;
    border-bottom: 1px solid green;
}
.lineno { background-color: #ffeedd }
.linenointeresting { background-color: #f8e0d8 }
.keyword {
    background-color: #ffffdd;
    border: 1px dotted green;
}
.keywordinteresting {
    background-color: #e8e8cd;
    border: 1px dotted green;
}
.highlightnormal { font-weight: bold }
.highlightspecial {
    font-weight: bold;
    color: red;
}
.commented { color: grey }
.Topmenu {
    width: 100%;
    height: 44px;
    background: #ffeedd;
    background-image: url('../media../codeviewer/CodeViewerMenuareaBack.png');
}
.RestContainer {
    width: 100%;
    background: #ffffff;
    overflow: auto;
}
.panel {
    padding: 3px;
    width: 450px;
    border: 1px solid black;
    background-color: #ffffff;
    background-image: url('../media../codeviewer/CodeViewerDescareaBack.png');
    background-repeat: repeat-x;
}
.codecontent {
    margin-left: 100px;
    border: 1px solid black;
    overflow: auto;
}
body {
    margin: 0;
    padding: 0;
}
img { border: 0px none }
.menubarstyle {
    width: 100%;
    height: 44px;
    background-image: url('../media../codeviewer/CodeViewerMenuareaBack.png');
}
.buttonstyle {
    width: 44px;
    vertical-align: middle;
}
.verticalaligntext {
    vertical-align: middle;
    font-family: Calibri,Sans-Serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
.descriptionheading {
    font-family: Calibri,Sans-Serif;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.description {
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    text-align: justify;
}
.interestingdescription {
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    background-color: #e8ffd8;
    border-bottom: 1px solid green;
}
.codeexample {
    font-family: LucindaConsole,Monospace;
    font-size: 14px;
    font-weight: normal;
}
.exampleheading {
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #e8e8ff;
    border: 1px dotted lightblue;
}