BODY{background-color:#000000; color:#FFFFFF; font-family:serif; font-size:medium;} 
DIV{color:#FFFFFF}
.URL fieldset { width: 300px; padding: 20px 0px 20px 20px; }
.URL select { background-color: #000000; font-family: serif; font-size: 16px; }
a:link {color:#FFFFFF;text-decoration:none;}      /* unvisited link */
a:visited {color:#FFFFFF;text-decoration:none;}  /* visited link */
a:hover {color:#FF3333;text-decoration:underline;}  /* mouse over link */
a:active {color:#FFFFFF;text-decoration:none;}  /* selected link */ 
h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
}
#header2 {
	display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #FFF;
  background-color: #000;
  text-shadow: #FFF 0 0px 1px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -10px 40px;
}
.c-vac{

	color: #99ffbb;
}
.c-del{

	color: #9966cc;
}
.c-alive{

	color:#ffffff;
}
.c-dead{

	color:#ff0000;
}

.old-op{

	color:#999999;
}
#header-fixed {
    position: fixed;
    top: 0px; display:none;
    background-color:white;
}
.WalkingDeads {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;
	
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
	
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	border-top-right-radius:20px;
	
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-top-left-radius:20px;
}.WalkingDeads table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.WalkingDeads tr:last-child td:last-child {
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
}
.WalkingDeads table tr:first-child td:first-child {
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-top-left-radius:20px;
}
.WalkingDeads table tr:first-child td:last-child {
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	border-top-right-radius:20px;
}.WalkingDeads tr:last-child td:first-child{
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;
}.WalkingDeads tr:hover td{
	
}
.WalkingDeads tr:nth-child(odd){ background-color:#191919; }
.WalkingDeads tr:nth-child(even)    { background-color:#333333; }.WalkingDeads td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:2px;
	font-size:9px;
	font-family:Helvetica;
	align: left;
	/*font-weight:bold;*/
	/*color:#ffffff;*/
}.WalkingDeads tr:last-child td{
	border-width:0px 1px 0px 0px;
}.WalkingDeads tr td:last-child{
	border-width:0px 0px 1px 0px;
}.WalkingDeads tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.WalkingDeads tr:first-child td{
		background:-o-linear-gradient(bottom, #7f0000 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f0000), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #7f0000 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f0000", endColorstr="#000000");	background: -o-linear-gradient(top,#7f0000,000000);

	background-color:#7f0000;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:9px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}
.WalkingDeads tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7f0000 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f0000), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #7f0000 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f0000", endColorstr="#000000");	background: -o-linear-gradient(top,#7f0000,000000);

	background-color:#7f0000;
}
.WalkingDeads tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.WalkingDeads tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}