
body {
    margin: 20px;
}

body, div, p, th, td, li, dd {
    font-size: 11px;
}

pre {
    font-size: 11px;
    line-height: 100%;
}

a:link {color: #009; text-decoration: none;}
a:visited {color: #600; text-decoration: none;}
a:active {text-decoration: underline;}
a:hover {text-decoration: underline;}

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

#pageheader {
    height: 60px; 
    border: 0;
/*    background: url("logo.gif") no-repeat top left; */
}

#pagename {
    position: absolute;
    top: 20px;
    left: 199px;
    font-size: 20px;
    font-weight: bold;
    font-family: verdana, arial, sans-serif;
    color: #069;
}

#forumname {
    position: absolute;
    top: 47px;
    left: 200px;
    color: #099;
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
}

#pagecontent {
   margin-left: 10px;
   min-height: 100px;
   padding: 10px;
   font-family: verdana, arial, sans-serif;
   line-height: 120%;
   font-size: 11px;
}

#pagefooter { 
    position: relative;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

#footerlogo {
    top: -15px;
}

#footerbreadcrumbs {
    top: -15px;
    right: 0px;
}


/* elements on view pages */

#bodycontent {
   padding-top: 3px;
   padding-bottom: 5px;
   margin-left: 160px;
   margin-right: 30px;
   min-height: 100px;
   padding-left: 20px;
   border-left: solid #ccc 1px;
   font-family: verdana, arial, sans-serif;
   line-height: 120%;
   font-size: 11px;
}

#smallfooter {
    position: relative;
    margin-top: 0px;
    margin-left: 10px;
    padding-bottom: 5px;
}

#bottomcontrols {
    clear: both;
    padding-top: 0px;
    margin-top: 70px;
    margin-right: 10px;
    height: 87px;
    position: relative;
    left:5px;
    border-top:solid 1px #ccc;
    background: #eee;
}

#bottomcommands {
    top:3px;
    left:5px;
} 

#bottomcommands a {
    font-weight : normal;
    font-size : 9px;
}

#modified {
    position: absolute;
    left:5px;
    top:-18px;
    font-size : 9px;
    font-family : verdana, arial, helvetica;
    color: #999;
}

#postmsgs {
    font-size : 9px;
}

#postmsgs b {
    font-weight: normal;
}

#commentarea {
    font-size : 11px; 
}

#adminlinks {
    right: 5px;
    top: 3px;
}

#viewbox {
    float: left;
    width : 148px;
    font-size : 11px; font-family : verdana, arial, helvetica;
    line-height: 120%;
}

#viewbox img {display:none;}

#commandbuttons {
    margin-top: -10px;
}

#searchform {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 130px;
    text-align: right;
}

#searchform input {
    margin-bottom: 5px;
}

#searchform p {
   display:none;
}

#recentchanges {
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
    text-align: right;
}
#keypages {
    margin-top: 0px;
    margin-right: 10px;
    font-size: 11px;
    text-align: right;
}
#keypages .keypageheader {
  display: none;
}
#keypages .keypagedivider {display:none;}

#shortrecentchanges {
    display: none;
}

.viewboxheader {
    margin-left: -10px;
    text-align: right;
}

.commandlink {
    font-size : 11px;
}

.disabledcommandlink {
    font-size : 11px;
}

/* elements on edit pages */

.editbox {
    font-size: 11px;
}

.editlockform {
    font-size: 11px;
}


/* elements on admin pages */

#adminpageexit {
    right: 25px;
    color: #009;
    top: 72px;  
}

#adminpagemenu {
    border-bottom:solid #ccc 0px;
}

/* other styles, used in page bodies and elsewhere */

.heading, #bodycontent .heading, #pagecontent .heading {
    font-family : verdana, arial, helvetica;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}

.viewrule {
   border-top:solid 1px #ccc;
}

.helplink {
    background-color: #ccc;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.helplinktext {
    font-size: 9px;
}

.searchform {
    font-size : 9px;
}

.smalltext {
    font-size : 9px;
}

.smallerror {
    font-size: 9px;
}

.bordertable { 
    border-collapse:collapse; 
}
.bordertable td { 
    border:1px solid #ccc;
}

ins {
    background-color: #9f9;
}

del {
    background-color: #f99;
}

.formmessage { 
    font-size: 11px;
}


.formsubmit {
    margin-top: 12px;
}




