/* functions */

.qrlist {
	width: 100%;
}

.qrlist .functions {
  margin: 8px 0px 8px 0px;
  border-collapse: collapse;
}

.qrlist .functions a {
  color: #000;
}

.qrlist .functions img {
	margin-right: 4px;
}

.qrlist .functions a {
	margin-right: 16px;
	color: #000;
}

.qrlist .functions input {
	width: 150px;
	margin-right: 16px;
}

/* results */

.qrlist input {
  width: auto;
  background: transparent;
}

.qrlist .results {
	margin-top: 8px;
	border-collapse: collapse;
	width: 100%;
}

.qrlist .results .th {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	background-color: #d6dff7;
	border-right: 1px solid #fff;
	text-align: left;
}

.qrlist .results .th a {
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.qrlist .results .th div {
  padding: 4px;
}

.qrlist .results .th a:hover {
	background-color: #b6bfd7;
}

.qrlist .results .th.active {
	background-color: #abbeef;
}

.qrlist .results tr.odd {
	background-color: #f0f0f0;
}

.qrlist .results tr.even {
	background-color: #fff;
}

.qrlist .results tr.odd_sel, .qrlist .results tr.even_sel, .qrlist .results tr.update_sel, .qrlist .results tr.insert_sel {
	background-color: #F7EED6;
}

.qrlist .results tr.update, .qrlist .results tr.insert {
	background-color: #EAFFD4;
}

.qrlist .results td {
	padding: 4px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.qrlist .results td .highlight {
	color: #fff;
	background-color: blue;
}

.qrlist .results .th.id {
	/*width: 32px;*/
}

.qrlist .results .th, .qrlist .th.delete {
  border-top: 0;
}

.qrlist .results td.delete, .qrlist .results .th.delete {
	padding: 0;
	border: none;
	margin: 0;
	text-align: center;
	width: 34px;
}

.qrlist .results td.edit, .qrlist .results .th.edit {
	padding: 0px;
	border-right: 1px solid #fff;
	margin: 0px;
	text-align: center;
	width: 34px;
}

.qrlist .results td.edit span {
	position: relative;
	top: -4px;
	font: 85%;
	margin-left: 2px;
}

.qrlist .nav {
    margin-top: 10px;
}

.qrlist .nav span, .qrlist .nav a, .qrlist .nav select {
	color: #000;
	margin-right: 4px;
}

.qrlist .nav .inactive {
    color: #666;
}

.qrlist .nav .active {
    font-weight: bold;
}
