#yourmap { position: relative; }

area { outline: none; cursor: pointer; border: none; }

#map-bottom { z-index: 1; position: relative; }

#map-middle { z-index: 5; position: absolute; top: 0; left: 0; }

#map-top { z-index: 10; position: absolute; top: 0; left: 0; opacity: 0; *filter: Alpha(opacity=0); }

.bluestate, .redstate, .yellowstate {z-index: 2; position: absolute; top: 0; left: 0; }

.score { padding: 10px; font-size: 20px; }

#arrow { position: absolute; display: none; z-index: 20; }

#bluecand { position: absolute; top: 54px; left: 279px; width: 89px; height: 24px; text-align: center; color: white; line-height: 24px; font-family: "Trebuchet MS", sans-serif; font-size: 18px; font-weight: normal; letter-spacing: 2px; padding: 0; z-index: 15; }

#redcand { position: absolute; top: 82px; left: 279px; width: 89px; height: 24px; text-align: center; color: white; line-height: 24px; font-family: "Trebuchet MS", sans-serif; font-size: 18px; font-weight: normal; letter-spacing: 2px; padding: 0; z-index: 15; }

#yellowcand { position: absolute; top: 110px; left: 279px; width: 89px; height: 24px; text-align: center; color: white; line-height: 24px; font-family: "Trebuchet MS", sans-serif; font-size: 18px; font-weight: normal; letter-spacing: 2px; padding: 0; z-index: 15; }

#graycand { position: absolute; top: 138px; left: 279px; width: 89px; height: 24px; text-align: center; color: white; line-height: 24px; font-family: "Trebuchet MS", sans-serif; font-size: 18px; font-weight: normal; letter-spacing: 2px; padding: 0; z-index: 15; }

.tablemap, .tablebutton { text-align:center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.tb-red { background-color: #cc0000; color: white; border: solid 1px #cc0000; font-size: 10px; font-weight: bold; cursor: pointer; }
.tb-blue { background-color: #3333cc; color: white; border: solid 1px #3333cc; font-size: 10px; font-weight: bold; cursor: pointer;  }
.tb-yellow { background-color: #cccc00; color: white; border: solid 1px #cccc00; font-size: 10px; font-weight: bold; cursor: pointer;  }
.tb-white { background-color: white; color: black; border: solid 1px #cccccc; font-size: 10px; font-weight: bold; cursor: pointer;  }
.tb-gray { background-color: #cccccc; color: black; border: solid 1px #cccccc; font-size: 10px; font-weight: bold; cursor: pointer;  }
