@import "general.css";
@import "layout.css";
@import "forum.css";

#forum {
    margin-bottom: 5px;
    border: none;
}

/* forum section */
#forum thead th.message {
    width: 76%;
    background: url("../img/tabs/set-left-corner.gif") no-repeat left 38px;
}

#forum thead th.new {
    width: 24%;
    text-align: center;
    background: url("../img/tabs/set-right-corner.gif") no-repeat right 38px;
}

#forum tbody td {
    padding: 13px 5px;
    vertical-align: top;
}

#forum td.message {
    padding-left: 13px;
    font-size: 11px;
}

p.reply {
    border-bottom: 1px solid #ebebeb;
    padding-left: 13px;
    padding-bottom: 5px;
}

a.comment,
a.replies {
    font-weight: bold;
    font-size: 10px;
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
    margin-right: 18px;
}

#comments {
    margin-left: 2px;
}

#comments ul {
    margin-bottom: 7px;
    /*padding-left: 13px;*/
    list-style: none;
    display: none;
}

#comments ul.opened {
    display: block;
}

#comments li {
    padding: 7px 0 7px 21px;
    background: url("../img/tree/line.gif") repeat-y left top;
    /*background: url("../img/tree/node.gif") no-repeat left 8px;*/
}

#comments li.last {
    padding-bottom: 0;
    background: url("../img/tree/last.gif") no-repeat left top;
}

#comments a.title {
    color: #325060;
}

#comments a.link, #comments span.date {
    font-weight: bold;
    font-size: 9px;
}

#comments img {
    position: absolute;
    margin-left: -21px;
    margin-top: 1px;
    cursor: pointer;
}

#comments div {
    background: #ebebeb;
    padding: 7px 14px;
    margin: 6px 0;
    display: none;
}

#comments div.opened {
    display: block;
}

#new-topic {
    padding: 0;
}

#new-topic textarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 10px 0;
    clear: both;
}

* html #new-topic textarea {
    width: 100%;
}

#new-topic input.button {
    float: right;
}

.add-topic input.save, .save-topic input.add {
	display: none;
}

p.replies {
    margin-top: 12px;
}

p.replies a {
    font-weight: bold;
    font-size: 10px;
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
    margin-right: 18px;
}

h2.open-all-topics .opener {
    cursor: pointer;
}
