/* Main body colours */
body {
   color: black;
   background: #ffffdd;
}

/* link style */
a { text-decoration: underline; }

/* link colours */
a { color: #0000ff; }
a:visited { color: #9900dd; }
a:active { color: #00ff00; }

/* linked images */
a img { border: none; }

/* dagger image float right */
img.dagger { 
   float: right; 
   vertical-align: top;
}

/* Sub-Heading style */
h3 {
   font-weight: bold;
   font-size: large;
}

/* sub-sub heading */
h4 {
   font-weight: bold;
}

h5 {
   font-weight: bold;
}
   

/* game archive table */
table.archive {
   border: none;
   
}

/* cell spacing */
table.archive td {
   padding: 4px;
   margin: 1px;
   color: black;
}

/* table header */
table.archive thead tr { background: #5555ff; }
table.archive thead td:first-child { background: #ddddff; }
table.archive thead td { color: white; }

/* table body */
table.archive tbody tr.odd td{ background: #ccccff; }
table.archive tbody tr.even td { background: #f1ccff; }
table.archive tbody tr.odd td.year, 
table.archive tbody tr.even td.year { 
   background: #5555ff; 
   color: white;
}

/* general centering */

.center { text-align: center; margin-left: auto; margin-right: auto; }

table.playerlist { 
   border: black solid 1px; 
   margin-left: auto;
   margin-right: auto;
}

table.playerlist tr:first-child {
   font-weight: bold;
}

table.playerlist td {
   border: black solid 1px; 
   background-color: #ccccff;
}

table.table {
    border: 1px solid black;
}

table.table thead {
   font-weight: bold;
}

table.table td {
   border: 1px solid black;
   text-align: center;
}

/* news page colours */

.colourpolice1 { color: #0000cc; }
.colourpolice2 { color: #3333cc; }
.colourpolice3 { color: #0033cc; }
.colourpolice4 { color: #0066cc; }

.colourdead1 { color: #660033; }
.colourdead2 { color: #660066; }

.colourdeadpolice1 { color: #000066; }
.colourincopolice1 { color: #cc33ff; }
.colourcorruptpolice1 { color: #9999cc; }

.colourinco1 { color: #ff33cc; }
.colourinco2 { color: #ff6699; }

.colourwanted1 { color: #ff0033; }
.colourwanted2 { color: #cc3333; }
.colourwanted3 { color: #ff3300; }

.colourliveplayer1 { color: #669933; }
.colourliveplayer2 { color: #009933; }
.colourliveplayer3 { color: #996633; }
.colourliveplayer4 { color: #339900; }
.colourliveplayer5 { color: #336633; }
.colourliveplayer6 { color: #666600; }

.colourunknown { color: #339900; }

ul.commandlist li {
   margin-bottom: 0.5em;
   font-size: 120%;
}

form table td { 
   border-top: 1px solid black; 
   padding-top: 0.5em;
}

form table {
   margin-left: auto;
   margin-right: auto;
   border: 1px dotted black;
}

.bg { background-color: #ddddaa; }
.tdblue td { background-color: #88aaff; }
.wide { width: 80%; }

.small { font-size: 65%; }

/* Awards Pages */

.thefirsttodie { color: #009900; }
.psychopathy { color: #ff0000; }
.thesmoothestkill { color: rgb(165, 82, 45); }
.butcheringcops { color: #cc0000; }
.cowwuption { color: #000088; }
.survivingthelongesttimeonthewantedlist { color: #008888; }
.dyingfartoomanytimes { color: #aa7700; }
.killingwantedcriminals { color: #0000bb; }
.excuseleastlikelytogetsomeonetoopenthedoor { color: #339900; }
.paranoia { color: rgb(68, 136, 187); }
.signingupearly { color: #000000; }
.bestambush { color: #990099; }
.mostamusingdoubleact { color: #009966; }
.deathbystupidity { color: #4444bb; }
.unintentionallykillinginnocents { color: #ff0000; }
.mostinterestingweaponry { color: #00bb00; }
.leastinnocentinnocent { color: #aaaa00; }
.bestbetrayal { color: #008800; }
.silliestpseudonym { color: #bb0000; }
.marksmanship { color: #009900;}
.secrecyanddeception { color: #999999; }
.runningaway { color: #ffff00; }
.nontextualreports { color: #aaaaaa; }
.bestgiantkillingactivitybyanewplayer { color: #669900; }
.sportsmanship { color: rgb(153, 153, 153); }

