/*------------------------------
    LOOKUP STYLE
-------------------------------*/	

.VdfLookup {
    border: 1px solid #ccc;
    }

.VdfLookup th{
    border: 1px solid white;
    color: #466381;
    background: #cee3ef;
    }
	
.VdfLookup .DbHeaderIndex {
    text-decoration: underline;
    cursor: pointer;
    } 

.VdfLookup .DbHeaderSelected {
	text-decoration: underline; 
	cursor: pointer; 
	color: #466381; 
	background: #cee3ef; 
	font-style: italic
}

.VdfLookup .DbHeaderSelected.ReverseSort {
	text-decoration: underline; 
	cursor: pointer; 
	color: #ffffff; 
	background: #cee3ef; 
	font-style: italic
}

.VdfLookup td{
    cursor: pointer;
    }
	
.VdfLookup .DbRowMouseOver {
    background: #66FFFF
    }
	
.VdfLookup .DbRowSelected {
    background: #efefef
    }

.VdfLookupJumper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}