.leftpanel {
  display: none;
}

.boxtitle img {
  display: none;  
}

tr.one {
  background: #A31C79;
}

tr.one td, tr.two td, tr.three td, tr.four td, tr.five td {
  padding-top: 2px;
  padding-left: 20px;
}

tr.two {
  background: #D81F27;
}

tr.three {
  background: #660043;
}

tr.four {
	background: #F2B326;
}

tr.five {
  background: #00B8E1;
}

table.one {
  border: solid 1px #A31C79;
}

table.two {
  border: solid 1px #D81F27;
}

table.three {
  border: solid 1px #660043;
}

table.four {
  border: solid 1px #F2B326;
}

table.five {
  border: solid 1px #00B8E1;
}

.loginimage {
  background: url(../../../img/theme/opal/login.jpg) no-repeat 0px 4px;
}

