
.dmrv-table-content_selected
{
	box-shadow: 0 0 2px 1px #02b4ea;
}

.dmrv-relation_selected
{
	color: #02b4ea !important;
	font-weight: bold !important;
}
.dmrv-relation-line_selected
{
	box-shadow: 0 0 2px 0 #02b4ea;
	border-color: #02b4ea !important;
}

.dmrv-relation-field_selected
{
	color: #02b4ea;
	font-weight: bold;
}

/** 最近一次点击目标，不一定是selected */
.dmrv-current
{
	z-index: 8388607 !important;
}

.dmrv-placeholder
{
	position: absolute;
	width: 1px;
	height: 1px;
}

/** 拖拽时的替代框 */
.dmrv-table-standin
{
	z-index: 8388607;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.dmrv-table
{
	z-index: 2; /** 要求比关系的缺省值高，比_iCurrentFlowZIndex的起始值低。 */
	position: absolute;
}

/** 可见的内容的容器 */
.dmrv-table-content
{
	z-index: 10;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	border: 1px solid #d7dadd;
	border-radius: 6px;
	overflow: hidden;
	font-size: 12px;
}

.dmrv-table-title
{
	z-index: 13;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 26px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 1px 1px 0 #d7dadd;
	line-height: 26px;
	padding-left: 24px;
	font-weight: bold;
	color: #333;
	background-color: #f7f7f7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: move;
}

.dmrv-table-title-icon
{
	z-index: 14;
	position: absolute;
	left: 4px;
	top: 5px;
	width: 16px;
	height: 16px;
	cursor: move;
}

.dmrv-table-fieldlist
{
	z-index: 11;
	position: absolute;
	left: 0;
	right: 0;
	top: 28px;
	bottom: 12px;
	color: #999;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.dmrv-table-fieldlist-nofieldprompt
{
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	bottom: 0;
	text-align: center;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 14px;
}

.dmrv-table-footer
{
	z-index: 12;
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	bottom: 0;
	/** box-shadow: 0 -1px 1px 0 #d7dadd; */
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/** background-color: #f0f7ff; */
}

.dmrv-table-resizer
{
	z-index: 15;
	position: absolute;
	right: 0;
	width: 10px;
	bottom: 0;
	height: 10px;
	cursor: se-resize;
}

.dmrv-table-field
{
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
}

.dmrv-table-field-icon
{
	position: absolute;
	left: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}

.dmrv-table-field-text
{
	position: absolute;
	left: 24px;
	right: 4px;
	top: 0;
	bottom: 0;
	white-space: nowrap;
}

.dmrv-relation
{
	z-index: 1; /** 要求比表的缺省值低，比_iCurrentFlowZIndex的起始值低。 */
	position: absolute;
	height: 8px;
	cursor: pointer;
	font-size: 12px;
	font-bold: normal;
	color: #789;
	transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
}

.dmrv-relation-line
{
	position: absolute;
	left: 0;
	right: 0;
	top: 3px;
	height: 0;
	border: 1px solid #c0c7cf;	
}

.dmrv-relation-tips-from
{
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.dmrv-relation-tips-to
{
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.dmrv-relation-tips-aboveline
{
	top: -14px;
}

.dmrv-relation-tips-underline
{
	top: 2px;	
}