﻿

a.checklist-box {
	display: block;
	border: 1px solid #c4d6cc;
	background: #fff url(/img/201102/bg_checklist_arrow.gif) no-repeat right 0;
	padding: 0 20px 0 4px;
	color: #333;
	text-decoration: none;
	cursor: default;
}

a.checklist-box:hover {
	color: #333;
	border-color: #3c7fb1;
	background-position: right -20px;
}

a.checklist-box:hover {
	color: #333;
}

.checklist-box.edited {
	background-color: #fbfbcb;
}

.checklist-box span {
	display: block;
	font-size: 12px;
	height: 12px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	padding: 4px 0;
	text-align: left;
}

.checklist-layer {
	position: absolute;
	left: -20000px;
	top: -20000px;
	z-index: 100;
}

.checklist-layer .outer {
	border: 1px solid #3c7fb1;
	font-size: small;
	background-color: #fff;
	overflow: auto;
	position: relative;
	left: 0;
	top: 0;
}

.checklist-layer .inner {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}

.checklist-layer .inner table {
	font-size: small;
	height: 5em;
}

.checklist-layer table {
	border-collapse: collapse;
	border: 0;
}

.checklist-layer tr {
	vertical-align: top;
}

.checklist-layer th {
	width: 1px;
}

.checklist-layer th,
.checklist-layer td {
	padding: 0;
}

.checklist-layer tr:hover  {
	background-color: #dbec44;
}

.checklist-layer tr.hover th,
.checklist-layer tr.hover td {
	background-color: #dbec44;
}

.checklist-layer label {
	display: block;
	width: 100%;
	padding-top: 2px;
	line-height: 1.3;
	cursor: default;
}

.checklist-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 98;
	width: 0;
	height: 0;
}

.checklist-iframe {
	position: absolute;
	left: -20000px;
	top: -20000px;
	z-index: 99;
	width: 0;
	height: 0;
	border: 0;
	overflow: hidden;
	display: block;
}
