body { 
    font: normal small verdana, arial, helvetica, sans-serif;
    margin: 0px;
    background-color: white;
    box-sizing: border-box;
 }

#loading { 
    visibility: hidden;
    position: fixed;
    background-color: red;
    color: white;
 }

#main {padding: 0 5px 0 5px}
#right { float: right; background-color: white}

#topbar {width: 100%; border-collapse: collapse; margin-bottom: 10px;}

#menu {text-align: right; color: gray }
#menu a {text-decoration: none; color: #336699; padding: 0 3px 0 3px}
#menu a:hover {text-decoration: underline  }

#topstrip { color: #c7def7; padding: 2px 0 2px 0; background-color: #c6def7;}
#topstrip a { padding: 2px 7px 2px 7px; text-decoration: none; border-right: 2px solid white;}
#topstrip a:hover { color: white; background-color: #336699; }

.username { background-color: white; padding: 2px 15px 2px 0px; font-weight: bold; color: #336699}
#usermenu { margin: 20px 0 5px 0; padding: 2px 0 2px 0; border-bottom: 2px solid #336699; background-color: whitesmoke}
#usermenu a {
    color: black;
    padding: 2px 7px 2px 7px;
    text-decoration: none;
    border-bottom: 2px solid #336699;
    /*border-right: 2px solid white;*/
    background-color: whitesmoke;
}
#usermenu a:hover { color: white; background-color: #336699; }
#usermenu .sel-user { color: white; background-color: #336699 }

.menu-item { color: black; background-color: #c6def7}
.sel-menu-item {color: white; background-color: #336699;}

#siteTable {border-collapse: collapse;}

.tablelink {text-decoration: none;}
.tablelink:visited { color: blue }

.meat {
    margin-top: 10px;
    margin-left: 10px;
 }

.oddRow {background-color: whitesmoke;}
.evenRow { border-top: 2px solid #e9e9e9; background-color: white; width: 100%}
.highRow { border-top: 2px solid #e9e9e9; background-color: #ffff99;}

.topRow { border-width: 1px 1px 0px 1px; border-style:solid; border-color: #336699;}
.midRow { border-width: 0px 1px 0px 1px; border-style:solid; border-color: #336699;}
.botRow { border-width: 0px 1px 1px 1px; border-style:solid; border-color: #336699;}
.oneRow { border-width: 1px 1px 1px 1px; border-style:solid; border-color: #336699;}


.site {border-collapse: collapse;}
.site td {padding: 0px;}

.spacing { /*border-bottom: 2px solid #e9e9e9;*/ height: 2px }

.titleNorm a {text-decoration: none; font-size: medium; }
.titleNorm a:hover{ /*text-decoration: underline*/ }
/*.titleNorm:visited { /*color: #800080*/ }*/
.titleBoring {text-decoration: none; color: gray; font-size: x-small; font-weight: normal;}



.popbox {margin: 0px; height: 4px; border-collapse: collapse}
.poppop {background-color: red;}
.popgrowth {background-color: orange;}

.modup { 
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    /*padding-right: 3px;*/
    width: 15px;
    height: 15px;
    background: url(../images/arrowNorm.png);
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
}
.modup:hover { background: url(../images/arrowHoverGreen.png); background-repeat: no-repeat }

.moddown { 
    margin-right: 2px;
    margin-left: 2px;
    /*padding-right: 3px;*/
    width: 15px;
    height: 15px;
    background: url(../images/arrowDownNorm.png);
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
}
.moddown:hover { background: url(../images/arrowDownHover.png); background-repeat: no-repeat }


/*
.mod a { display: block; width: 15px; height: 15px; background: url(../images/arrowNorm.png)}
.mod a:hover { background: url(/web/20050831101531im_/http://reddit.com/static/arrowHover.png)}
*/

.close {
    width: 11px;
    height: 11px;
    background: url(../images/hideNorm.png);
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
}
.close:hover { background: url(../images/hideHover.png) }

.closea { text-decoration: none }
.closea:hover { text-decoration: underline }

.expand { 
    height: 9px;
    width: 9px;
    background: url(../images/plusNorm.png);
    background-repeat: no-repeat;
    /*display: inline;*/
}
.expand:hover { background: url(../images/plusHover.png) }

.collapse { 
    height: 9px;
    width: 9px;
    background: url(../images/minusNorm.png);
    background-repeat: no-repeat;
    /*display: inline;*/
}
.collapse:hover { background: url(../images/minusHover.png) }


/*
.close a { display: block; width: 11px; height: 11px; background: url(../images/hideNorm.png)}
.close a:hover { background: url(../images/hideHover.png) }
*/
.error { 
    color: red;
}
 
h1 {
    font-size: 18px;
    font-weight: normal;

}

h2 {
    color: #336699; 
    font-size: 13px;
}

.pboxwrap {padding-right: 5px; /*padding: 0px 0px 5px 0px;*/}
.pbox {/*width: 100%;*/ border: 2px solid #73a1ca; border-collapse: collapse;}
.pboxhead {
    background-color: #73a1ca;
    color: white;
    /*font-weight: bold;*/
    text-align: center;
    padding: 2px;
}
.pboxbody { padding: 5px;  }

.nomargin { margin: 0px }

.little {font-size: x-small; color: gray;}
.little a {color: #336699; text-decoration: none;}
.little a:hover { text-decoration: underline }

/*.blue { color: #336699 }*/
/*.gray { color: gray }*/

.highlight {color: #60a7fd;}

.numbercol {font-size: medium; text-align: right; color: darkgray;}

.black { color: #808080 }
.black a {text-decoration: none; color: #336699}
.black a:hover { text-decoration: underline; }
.userlink:visited { color:blue }

.starpanel {height: 16px; width: 16px; display:inline; background: grey; padding: 0; margin: 0;}
.starpanel:hover {background: black;}
.save {text-decoration: none;}
.save:hover {text-decoration: underline;}

input.btn {background-color:#e9e9e9; border: 1px solid #336699;}
input.txt { background-color:#f7f7f7; border: 1px solid #336699;}
input.check { padding: 0px; margin: 0px;}

.headbar { background-color: whitesmoke; padding: 2px 0 2px 0; margin-top: 5px}
.profline { color: #808080; padding-bottom: 5px }
#footer {width: 100%; text-align: right }
#footer a { text-decoration: none }
.wide { width: 100% }
.info { font-size: x-small; }

/*
     FILE ARCHIVED ON 10:15:31 Aug 31, 2005 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:57:06 Oct 10, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 133.055
  exclusion.robots: 0.108
  exclusion.robots.policy: 0.097
  cdx.remote: 0.072
  esindex: 0.009
  LoadShardBlock: 99.629 (3)
  PetaboxLoader3.resolve: 76.601 (2)
  PetaboxLoader3.datanode: 123.153 (4)
  load_resource: 136.084
*/