/*
    WHITE
*/

div#page-title {
    border-bottom: 1px solid #ccc;
    background: none;
}

#page-title table {
    background: #fff;
}

#page-title-logo {
    background: none;
}

#page-title td.help a {
    background: url(help.png) no-repeat 0 0;
}

#page-title td.help a:hover {
    background-image: url(help-a.png);
}

#page-title td.login {
    background: url(key.png) no-repeat 0 0;
}

#page-title-logo #product {
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    /*text-shadow: 0 2px rgba(0, 0, 0, 0.2);*/
    color: #517cff;
    margin-top: 8px;
    margin-bottom: 4px;
    margin-left: 16px;
    font-family: Arial;
    display: block;
    text-align: left;
    line-height: 18pt;
    text-decoration: none;
    cursor: pointer;
}

#page-title-logo #version {
    margin-left: 20px;
    margin-bottom: 6px;
}

#page-title-logo #version:hover {}

#page-title h1,
#page-title h2 {
    color: #555;
}

#page-title td.login div {
    color: #333;
}

#page-title td.login a {
    color: #333;
}

#page-title td.login a:hover {
    background: lightblue;
}

body.form {
    background-color: #dad4cc;
}

#page-panel {
    color: #333;
    border-right: solid 1px #ccc;
    background-color: #fff;
}

#page-panel textarea {
    border: 1px solid #abc;
}

#page-title-menu a {
    color: #333;

}

#page-title-menu a:hover,
#page-local-menu a:hover,
table.main.correct td.edit:hover,
table.main.correct td.edit.selected,
table.main.correct td.ctrl:hover {
    color: #fff;
    background: #517cff;
}

#page-title-menu div {
    background-color: #fff;
    border: solid 1px #ccc;

}

.page-table-heads table {
    background: #EFF2F9;
}

.page-table-heads th {
    color: #333;
    border-right: #ddd solid 1px;
    font-weight: normal;
}

.page-table-heads th.sort.asc,
.page-table-heads th.sort.desc {
    background-repeat: no-repeat;
}

table.list.viewed tbody td {
    border-bottom: #ddd solid 1px;
}

#progressor .outerbar {
    background: #eee;
}

#progressor .innerbar {
    background: #06a;
}

a.link-button {
    border-color: #abc;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

div#save-panel span {
    color: #333;
}

div#save-panel a:active {
    color: #333 !important;
}