body { 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 14px;
    background-color: #92a8f1;
    color: black;
    margin: 10px;
    text-align: left;
}

h1 { margin-bottom: 0px; margin-top: 0px; }
h2 { margin-bottom: 0px; }

p.small { margin: 0px; font-size: smaller; }
p.foot { margin: 0px; font-size:12px; }

a { text-decoration: none; color: #0066ff; }
a:hover { text-decoration: underline; color: red; }

div.head {
   border: 1px solid #222222;
   text-align: center;
   height: 110px;
   margin-left: 130px;
   margin-bottom: 10px;
   background: #ffffff;
   background-image: url(irpglogo.png);
   background-position: top center;
}

div.menu {
   width: 120px;
   position: fixed;
   left: 10px;
   top: 10px;
   border: 1px solid #666666;
   background: #FFFFFF;
   font-size: 15px;
}
div#menu a.home { color: #ffffff; background: #314a7b; border: 1px solid #000000; }
div#menu a.home:hover { background: #314a7b; border: 1px solid #000000; }
div#menu a {
   text-align: center;
   width: 118px;
   margin: 0px;
   display: block;
   border: 1px solid #FFFFFF
}
div#menu a:hover { border: 1px solid #000000; background: #314a7b; text-decoration: none; }

div.content {
   border: 1px solid #666666; 
   margin-left: 130px;
   margin-top: 0px;
   padding: 10px;
   background: #FFFFFF;
}

div.footer {
   border: 1px solid #666666; 
   margin-left: 130px;
   margin-top: 10px;
   padding: 10px;
   background: #FFFFFF;
}

div.notice {
   border: 1px solid #666666; 
   margin-left: 130px;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 10px;
   background: #ffff00;
}

#chmods h1,h2 {
   margin-bottom: 15px;
}
#chmods p {
   padding-left: 25px;
   text-indent: -25px;
   padding-bottom: 0.3em;
   margin: 0;
}

table.uniques {
   border: 1px solid #666666;
   padding: 5px;
   text-align: left;
}
table.uniques th,td {
   padding: 3px;
}
   
table.penalty {
   border: 1px solid #666666;
   padding: 5px;
   text-align: left;
}
table.penalty th {
   text-align: right;
}
table.penalty th,td {
   padding: 3px;
}

table.ttls {
   border: 1px solid #666666;
   text-align: right;
}
table.ttls th {
   font-weight: bold;
   border: 1px solid #dddddd;
   padding: 10px;
}
table.ttls td {
   border: 1px solid #dddddd;
   padding: 2px;
}

table.ddbb {
   border: 1px solid #666666;
   width: 100%;
   text-align: left;
   font-size: 12px;
}
table.ddbb th {
   font-weight: bold;
   border: 1px solid #dddddd;
   padding: 2px;
}
table.ddbb td {
   border: 1px solid #dddddd;
   padding: 2px;
}

li.online { font-weight: bold; }
li.offline { color: #c0c0c0; }
a.offline { color: #707070; }
#map {
    width: 650px;
    height: 325px;
    background-image: url(earthlights.jpg);
}

div#wars li + li {
    padding-top: 10px;
}

.tdblue { background-color: #ffffdf; }
.tdgray { background-color: #eeeee0; }
.tdred {
    border: 1px solid red;
    background-color: #FFCCCC;
}
.smallest {
    font-size: 11px;
}

#popbox {
  float: right;
  text-align: center;
  margin: 0 0 10px 10px;
  padding: 10px;
  border: 1px solid #0a0;
  background-color: #efe; /* fec */
}
