body {
    background-color: #FFCC00;
}
td, body, p, form, th {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
td {
    vertical-align: top;
}
form {
    margin: 0px;
    padding: 0px;
}
.menu {
    width: 100%;
    background-color: silver;
    border: 1px solid black;
}
.menubuttons {
    width: 150px;
}
.savebutton {
    background-color:#008000;
    color: white;
    font-weight: bold;
    width: 150px; 
}
.activebutton {
    border: 2px inset; 
    font-weight:bold; 
    width: 150px;
}
.article_search {
    width: 100%;
    border: 1px solid silver;
    background-color: #DFDFDF;
    margin-top: 4px;
}
.article_list {
    width: 100%;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    background-color: white;
    margin-top: 4px;
}
.article_listrow {
    background-color: #DFDFDF;;
}
.article_list_browse {
    width: 100%;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: #DFDFDF;
    margin-top: 0px;
}

.smalltext {
    font-size: 9px;
}
.editorbuttons {
    width: 245px;
}
.backtolistbutton {
    width: 500px;
}
.editorinput {
    width: 500px;
}
