@charset "utf-8";
/* CSS Document */

.planTable {
  font-size: 0.9em;
	border: 1px #444 solid;
}

.planTable td {
  border: 1px #DDD solid;
}

.planTable a:link {
  font-weight: bold;
  color: #e31f26;
}

.planTable a:visited {
  font-weight: bold;
  color: #e31f26;
}

.cPanelHeader {
  background-color: #0071b6;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.tableSideCol {
  background-color: #84a405;
  color: #FFF;
  font-weight: bold;
}

.webminHeader {
  background-color: #e01f27;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

