body {
    margin-right: 40px;
    margin-left: 40px;
}

/**
 * -- FOOTER --
 *
 */

#footer {
    background: #ddd;
    border-top: 1px solid #444;
    padding: 2px;
}

#footer table {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    font-size: 12px;
}

#footer a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: blue;
    font-size: 12px;
}

/**
 * -- HEADER --
 *
 */

#header {
    border-bottom: 1px solid #444;
}
 


#nvtabs {
    float: right;
    width: 100%;
    background: #fff;
    line-height: normal;
    padding-top: 4px;
}

#nvtabs ul {
    float: right;
    margin: 0;
    padding: 0 8px 0 20px;
    list-style: none;
}

#nvtabs li {
    display: inline;
    margin: 0;
    padding: 0;
}

#nvtabs li.active a {
    margin-top: 0px;
}

#nvtabs li.active a span {
    padding-bottom: 7px;
    color: #00c;
}

#nvtabs a {
    background:url("/gfx/tableft.gif") no-repeat left top;
    margin: 3px 0 0 0;
    padding: 0 0 0 4px;
    text-decoration:none;
    float: left;
}

#nvtabs a span {
    display: block;
    background:url("/gfx/tabright.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    float: left;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nvtabs a span {float:none;}
    /* End IE5-Mac hack */
    #nvtabs a:hover span {
      color:#FFF;
    }
    #nvtabs a:hover {
      background-position:0% -42px;
      }
    #nvtabs a:hover span {
      background-position:100% -42px;
      }

/* +------------------------------------------------------------------------- */
/* | Search box                                                               */

#searchtable {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.searchinput {
    background: #eee;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

.searchsubmit {
    background: #ccc;
    border: 1px solid #888;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

