h1, 
h2, 
h3, 
h4,
.sidebar a,
.currentlink {
   color:#c09;
}

.main,
.um,
.bm,
.sidebar a,
.currentlink {
   border-color: #c09; 
}

.ul {
    background-image: url(/images/borders/mboard/topleft.png)
}
.ur {
    background-image: url(/images/borders/mboard/topright.png)
}
.bl {
    background-image: url(/images/borders/mboard/bottomleft.png)
}
.br {
    background-image: url(/images/borders/mboard/bottomright.png)
}

.sidebar a {
   background:#ffd0f0; 
}

.sidebar a:hover {
   background:#f0b0d0;
}


/*------------------------------------------ VIEW POSTS PAGE ---------------------------------------------------------*/

.username {
    color:#c09;
    font-weight:bold;
    margin-bottom:1px;
}
.userinfo {
    font-size:8pt;
}
.poster {
    border:1px solid #c09;
    width:150px;
    float:none;
    margin:0 auto;
}
.message {
    border:1px solid #c09;
    width:370px;
    float:none;
    margin:0 auto;
}
.posting {
    border: 2px solid #c09;
    width:528px;
    border-top:none;
    margin:0 auto;
    text-align:left;
}
.postarea {
    width:360px;
    border-left: 2px solid #c09;
    position:relative;
    left:154px;
    min-height:90px;
    padding:3px 5px;
}
.timestamp {
    background:#fff0fb;
    position: absolute;
    bottom:0px;
    left:-156px;
    width:150px;
    font-size:6.5pt;
    border-top:1px solid #c09;
    padding:2px;
}
.userbox {
    position:absolute;
    top:0px;
    left:-156px;
    width:148px;
    padding:3px;
}

*html body .postarea {
    height:90px;
}

/*----- table header ------*/

#header {
    clear:both;
    height:20px;
    margin:0 auto;
    border: 2px solid #c09;
    width:528px;
    text-align:left;
    position:relative;
    color:#c09;
    font-weight:bold;
    font-family:arial;
    font-size:12pt;
    text-indent:10px;
    background:#ffe0f0;
}

#header div {
    float:left;
}

#nameheader {
    height:20px;
    width:154px;
    border-right:2px solid #c09;
}
/*------- jump menu --------*/
#jumpmenu {
    position:absolute;
    right:0;
    top:0;
    text-align:right;
    font-size:10pt;
    margin: 5px 45px 15px 0;
}