#server-status {
  width: 80%;
  margin: 0 auto;
}

#server-types {
  margin-left: 20px;
}

#server-types li {
  width: 137px;
  height: 32px;
  margin: 0 1px 0 0;
  text-align: center;
  float: left;
}

#server-types li a {
  padding:0;
  margin:0;
  width:137px;
  height:32px;
  font:bold 11px/32px "Trebuchet MS", Arial, Tahoma, Verdana;
  color:#0E99C6;
  text-decoration:none;
  background:url(../../../images/frontend/tab-button.gif) 0 0 no-repeat;
  display:block;
}

#server-status-data {
  clear: both;
  border: 1px solid #e3e3e3;
  padding: 3px;
}

#server-status-data table {
  width: 100%;
  border: 10px solid #eee;
}

#server-status-data table th {
  font:bold 11px/13px Verdana, Arial, Helvetica, sans-serif; 
  color:#0C6376; 
  background-color:#74B9C8;
}


#server-status-data table td,
#server-status-data table th {
  text-align: center;
  padding: 8px 0;
  border: 2px solid #eee;
}

#server-status-data table td:first-child {
  padding-left: 20px;
  text-align: left;
  width: 160px;
  display: table-cell; 
  vertical-align: middle;
}

#server-status-data a {
  color:#0E99C6;
  text-decoration: none;
  font-size: 14px;
  text-transform: capitalize;
}

.alt td {  
	background-color:#E6F2F2;
}

#us-reseller-data {
  display: none;
}

#uk-reseller-data {
  display: none;
}

#vhn-data {
  display: none;
}

.selected {
  text-decoration: underline;
  color: #0E99C6;
}
