
#quarantinecontentframe {
	border: 0;
	border-radius: 4px;
width: 100%;
height: 100%;
}

#mainscreen .readtext {
	margin: 0 auto;
}

#taskbar a.button-quarantine span.button-inner {
	background: url(amavis_quarantine.png) 0 0 no-repeat;
	height: 19px;
}

#taskbar a.button-quarantine:hover span.button-inner,
#taskbar a.button-quarantine.button-selected span.button-inner {
	background: url(amavis_quarantine.png) 0 -24px no-repeat;
	height: 19px;
}

.iframebox.quarantine_content {
    overflow: auto;
}

.records-table {
  font-size: 11px;
}

.records-table tbody .released td {
  background: #fee;
}

.records-table tbody .hover td {
  background: #eee;
}

.records-table .narrow {
  width: 55px;
}

.records-table .msgdate {
  font-weight: bold;
  padding: 5px;
}

.records-table .msgtime {
  width: 50px;
  font-size: 90%;
  color: #666;
}

.records-table .msglevel {
  font-size: 90%;
  color: #c33;
  text-align: right;
}

.records-table .action {
  text-align: right;
  width: 65px;
}

.records-table .msgdatetime {
  width: 120px;
}

.records-table .msgdatime td {
  font-size: 80%;
}

#quarantine-toolbar {
  font-size: 120%;
  padding: 10px 5px;
}

#quarantine-footer {
  font-size: 120%;
  padding: 10px;
}