/* header/footer/etc. elements on all pages */

#pageheader {
    height: 60px; 
    margin-bottom: 32px;
    background-color: #0b0b49; 
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #330066;
    background-image: url("banner.jpg"); 
    background-position: bottom left;
    background-repeat: no-repeat; 
}

#pagename {
    position: absolute;
    top: 34px;
    left: 90px;
    font-size: 20px;
    font-weight: bold;
    font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
    color: #eaba00;
}

#forumname {
    position: absolute;
    top: 20px;
    left: 90px;
    color: #eaba00;
    font: 10px Lucida Grande, verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

#pagecontent {
   margin-left: 10px;
   min-height: 100px;
}

#pagefooter { 
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: solid #d0c0f0 1px;
}

/* elements on view pages */

#bodycontent {
   margin-left: 10px;
   min-height: 100px;
}

#bottomcontrols {
    background-color: #eeeeee;      
    border-top: solid #999999 1px;  
    border-left: solid #dddddd 2px;
    border-right: solid #dddddd 1px;
    clear: both;
    margin-top: 22px;
    height: 115px;
    position: relative;
}

#modified {
    position: absolute;
    right:5px;
    top:-14px;
    text-align: right;
    font-size : 9px;
    font-family : verdana, arial, helvetica;
    color: #888888;
}

#viewbox {
   float: right;
}

#commandbuttons {
   position: absolute;
   right: 5px;
   top: 33px;
   width: 200px;
   text-align: right;
z-index: 5;
}
/* work around IE5 Mac bug with disappearing links */
#commandbuttons a:hover {
    margin-bottom:1px;
}

#keypages {
   position: absolute;
   right: 160px;
   width: 400px;
   top: 45px; 
   font-size : 10px;
   text-align: right;
   z-index: 5;
   color: #99ccff; 
}
#keypages a {
   color: #99ccff; 
   font-weight: bold;   
}
#keypages br {display:none;}
#keypages .keypageheader {display:none;}

#searchform {
   position: absolute;
   right: 5px;
   top: 8px;
   width: 200px;
   text-align: right;
}

#searchform p {
   display: none;
}

#recentchanges {
   display: none;
}

#shortrecentchanges {
    font-size : 10px;
    position: absolute;
    right: 5px;
    color: #032568;
    top: 62px;  
    text-align: right;
    width: 550px;
}

/* work around IE5 Mac bug with disappearing links */
#shortrecentchanges a:hover {
    margin-bottom:1px;
}