/* 1. background */
div#wrapper {
    background-image: url(background.png);
    background-color: #c0e4ed;
    background-repeat: repeat-x;
    background-position: bottom;
}

/* 2. link */
a {
    color: #0099cc;
}
table#body-2col td.subcol ul.menu li ul.classify li div.not_selected,
table#body-2col td.subcol ul.menu li ul.classify li div.not_selected a {
    color: #0099cc;
}

/* 3. line */
table#body-2col td.subcol {
    border-color: #a6d6e4;
}
table#body-2col td.subcol ul.menu li.selected {
    border-left: 1px solid #a6d6e4;
    border-top: 1px solid #a6d6e4;
    border-bottom: 1px solid #a6d6e4;
}

/* 4. comment */
ul.comment-list,
div#mail-message div#reply-box,
table.form,
div#right-content div.boxwrapper{
    background-color: #ebf4f6 !important;
}

/* 5. box */
div#right-content div.box .title,
td.maincol div.box h1.title {
    background-color: #6fc3df;
}
.ui-widget-header {
    background-color: #6fc3df !important;
    border-color: #6fc3df !important;
}
.ui-state-hover {
    border-color: #6fc3df !important;
}