#divbox{
	visibility:hidden;
	position: absolute;
	top:50%;
	left:50%;
	width:950px;
	height:450px;
	margin:-220px 0 0 -500px;
	border:1px solid #000000;
	text-align:left;
	z-index: 599;
	overflow: auto;
	background-color: #f1f1f1;
	color: #04002c;
}

#divbox[id]{
	position:fixed;
}

#overlay{
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#overlay[id]{
	position:fixed;
}

#dvcontent {
	margin-left: 10px;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #04002c;
	z-index: 5000;
}

#dvclose {
	position: absolute;
	right:0%;
	left:0%;
	bottom: 0%;
	z-index: 5001;
}

.ajaxtable {
	width: 900px;
}

.ajaxcaption {
	font-weight: bold;
	padding-bottom: 10px;
}

.ajaxvalue {
	padding-bottom: 2px;
	border-bottom: 1px dotted #a1a1a1;
	white-space: nowrap;
	padding: 1px;
}

.ajaxcommand {
	padding-bottom: 2px;
	padding-left: 25px;
	border-bottom: 1px dotted #a1a1a1;
}
.selectable {
	cursor: pointer;
}
