/**==--[not general, but not plug-ins (no own stylesheet)]--==**/
.jscollapse-open-close {
        background-color:#ffa851;
        border:1px solid #a66f39;
        font-weight:bold;
        padding:3px;
        line-height:15px;
}
.jscollapse-open-close img {
        float:left;
        margin-right:5px;
}
.edit-link {
        font-size:7pt;
        float:right;
}
.thumbnail-bordered {
        border:3px double #ffa851;
}
/**==--[generics]--==**/
th {
        font-weight:bold;
        text-align:right;
}
input {
        width:100%;
        border:1px solid #76512d;
        background-color:#ec9b4d;
        color:#000000;
}
input.submit {
        width:70px;
        border:1px solid #a66f39;
        background-color:#ffa851;
        color:#000000;
        padding:0px;
        margin:0px;
        margin-bottom:10px;
        cursor:pointer;
}
input.checkbox {
        width:15px !important;
        border:0px !important;
}
.generic-confirm .options input {
        width:auto;
        border:1px solid #ffa631;
        border-bottom:1px solid #76512d;
        border-right:1px solid #76512d;
        background-color:#d68e49;
        color:#000000;
        padding:1px;
        padding-left:5px;
        padding-right:5px;
        margin:3px;
        margin-bottom:10px;
        cursor:pointer;
}
.generic-confirm .options input:hover {
        /* IE6- can't do this, but that's okay. */
        border:1px solid #ffa631;
        border-top:1px solid #76512d;
        border-left:1px solid #76512d;
}
/**==--[generics]--==**/
div.warning,
div.notice {
        padding:5px;
        margin:5px;
        text-align:center;
        font-weight:bold;
        border:1px solid #a66f39;
        background-color:#ffa631;
        color:#000000;
}
div.warning {
        background-color:#ffa851;
}
div.options {
        width:140px;
        margin:auto;
}
a.messagelink {
        font-size:7pt;
}
.payattention {
        font-weight:bold;
}
.infoblurb {
        font-size:7pt;
}
th .infoblurb {
        font-weight:normal;
}
.top-navig {
        font-size:7pt;
        border-bottom:1px solid #a66f39;
        margin-bottom:20px;
        text-transform:lowercase;
}
.top-navig a {
        text-decoration:none;
}
.help {
        font-size:6pt;
        vertical-align:super;
}
.help a {
        text-decoration:none;
}
h1.generic {
        font-size:11pt;
        border-bottom:1px solid #76512d;
        margin:0px;
        margin-bottom:12px;
        margin-top:25px;
}
h2.generic {
        border-bottom:1px solid #76512d;
        font-size:10pt;
        margin-top:10px;
}
p {
        margin-left:15px;
        margin-right:100px;
}