html, body {
    background: Window;
    color: WindowText;
}

.container {
    border: solid 1px WindowFrame;
}

nav {
    border-bottom: solid 1px WindowFrame;
    background: Menu;
}

nav ul li {
    background: menu;
    color: CaptionText;
}

nav ul li:hover {
    background: Highlight;
    color: HighlightText;
}

nav hr {
    border: none;
    border-bottom: solid 1px WindowFrame;
}

nav ul li ul {
    background: menu;
    border: solid 1px WindowFrame;
    border-top: none;
    color: WindowText;
}

table tr td, #helpSection, #newParam, .fileselect, .win {
    background: Menu;
    border: solid 1px WindowFrame;
}

input, textarea {
    border: solid 1px WindowFrame;
}

input:focus {
    border: solid 1px #994455;
}

a:link, a:visited {
    color: maroon;
    text-decoration: none;
}

a:hover, a:avtive {
    text-decoration: underline;
}

#file_list a:link, #file_list a:visited {
    color: WindowText;
    border-top: dashed 1px WindowFrame;
    border-bottom: dashed 1px WindowFrame;
    text-align: left;
}

#file_list a:hover, #file_list a:active {
    text-decoration: underline;
}

#file_list a:hover {
    background: ActiveCaption;
}

input[disabled], textarea[disabled] {
    background: transparent;
    color: CaptionText;
 }

#paramlist table tr td, #script_list table tr td {
    border-radius: 2px;
    border-style: double;
    border-width: 3px;
}

#paramlist table tr td table tr td, #script_list table tr td table tr td {
    background: Menu;
    box-shadow: none;
    border: solid 1px ActiveBorder;
}

table tr td, #helpSection, #newParam, .fileselect, .win {
    vertical-align: top;
    text-align: center;
    padding: 8px;
    overflow: auto;
    background: Menu;
}

#guide {
    background: Window;
    color: WindowText;
}

#standard {
    border-bottom: dashed 1px ActiveBorder;
    width: 98%;
}

#guide_content {
    border: solid 1px ActiveBorder;
    background: Window;
}

img {
    border: solid 1px ActiveBorder;
    box-shadow: 1px 1px 1px ThreeDShadow;
}

.editing {
    color: green;
}