body {
    margin: 0;
    padding: 0;
    background-color: white;
}

body, div, p, th, td, li, dd {
    font-family : verdana, arial, helvetica;
    font-size: 12px;
}

#footerlogo {
    position: absolute;
    top: 5px;
    left: 0px;  
    font-size : 9px;
    font-family : verdana, arial, helvetica;
}

#footerbreadcrumbs {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size : 9px;
    font-family : verdana, arial, helvetica;
}

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

#bottomcommands {
    position: absolute;
    top:5px;
    left:5px;
} 

#bottomcommands a {
    font-weight : bold;
    font-size : 10px;
    font-family : verdana, arial, helvetica;
}

#postmsgs {
    position: absolute;
    top: 25px;
    left: 5px;
    font-size : 10px;
    font-family : verdana, arial, helvetica;
}

#commentarea {
    position: absolute; 
    top: 25px;
    left: 140px;
}

#commentstext { 
    font-size: 11px;
    font-family: verdana, arial, helvetica;
}


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

.commandlink {
    font-weight: bold;
    font-size : 10px;
    font-family : verdana, arial, helvetica;
}

.disabledcommandlink {
    font-weight : bold;
    font-size : 10px;
    font-family : verdana, arial, helvetica;
    color: #888888;
}

.disabledlink {
    color: #888888;
}

.signinmsg {
    font-size : 9px;
    font-family : verdana, arial, helvetica;
}

.formtable {
    width: 600;
}

.formheader {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}


.formmessage {
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
}

.formlabel {
    text-align: right;
    vertical-align: bottom;
    padding-right: 10px;
    padding-bottom: 2px;
    width: 150;
}

.formentry {
    margin-top: 7px;
    vertical-align: bottom;
    width: 300;
}

.formshortentry {
    margin-top: 7px;
    vertical-align: bottom;
    width: 50;
}

.formpassword {
    margin-top: 7px;
    vertical-align: bottom;
    width: 300;
}

.formshortpassword {
    margin-top: 7px;
    vertical-align: bottom;
    width: 120;
}

.formhelp { 
    font-size: 11px;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 50px;
}

.formerror {
    font-weight: bold;
    font-size: 11px;
    text-align: center; 
    color: red;
}

.formsubmit {
    margin-top: 18px;
    margin-bottom: 6px;
    margin-right: 10px;
}

.formcheck {
    margin-top: 7px;
}

.formtextlabel {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 2px;
    width: 150;
    padding-top: 7px;
}

.formtext {
    margin-top: 7px;
}

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

ins {
    color: green;
    text-decoration: none;
    background-color: #e0ffe0;
}

del {
    color: red;
    text-decoration: line-through;
}

.smallerror {
    font-size: 10px;
    font-weight: bold; 
    color: red;
    text-decoration: none;
}

.smalltext {
    font-size : 10px;
}

.searchform {
    font-size : 10px;
}

.helplinktext {
    font-size: 10px;
}

.helplink {
    background-color: #eeeeee;
    border-bottom: 2px solid #555555;
    border-right: 2px solid #555555;
    border-top: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    padding: 0px;
}


.viewrule {
   height: 0px;
   border-top:solid 1px #999999;
   border-bottom:0;
   border-left:0;
   border-right:0;
}

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

.editboxdiv {
    width: 100%;
}

.editbox {
    font-family : verdana, arial, helvetica;
    font-size: 12px;
    width: 100%;
}

.editmainframe { 
    background-color: #dddddd;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    margin-right: 5px;
}

.editpreview {
    padding: 10px;
    margin: 15px;
    border: solid #888888 1px;
    background-color: #ffffee;
}

.editlockform {
    font-size: 10px;
}

.accordionTabTitleBar {
    font-size:11px;
    padding:2px 6px 2px 6px;
    border-style: solid none solid none; 
    border-top-color: #BDC7E7;
    border-bottom-color: #182052; 
    border-width: 1px 0px 1px 0px;
}

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

#adminpageexit a {
    font-weight : bold;
}

#adminpagemenu {
    border-bottom:solid #ccc 1px;
    padding:5px;
    margin-bottom:20px;
}

.viewboxheader {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
    text-align: center;
}