#lightbox_cache {
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	z-index: 19;
}

.lightbox {
	position: absolute;
	border: 1px solid #194C65;
	z-index: 20;
	display: none;
	min-width: 300px;
}

.lightbox.loading {
	width: 300px;
	height: 200px;
}

.lightbox.loading h2 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #63B6C8;
}

.lightbox.loading table {
	height: 100%;
}

.lightbox table {
	width: 100%;
}

.lightbox td.trans {
	background-color: #194C65;
	opacity: .7;
	height: 7px;
}

.lightbox tr.center td.trans {
	width: 7px;
	height: auto;
}

.lightbox .lb_content {
	background-color: #FFF;
	vertical-align: top;
}

.lightbox.loading .lb_content {
	vertical-align: middle;
}

.lightbox .lb_header {
	background-color: #63B6C8;
	padding: 5px;
	color: #FFF;
	position: relative;
}

.lightbox .lb_footer {
	background-color: #EBEBEB;
	padding: 5px;
	color: #000;
}

.lightbox .lb_body {
	padding: 10px;
}
