#VM_opps {    
    
    font-family: "Times New Roman", Serif;
	font-size: 10pt;
	color: #033193;
}

#VM_opps a {    
    
    font-family: "Times New Roman", Serif;
	font-size: 12pt;
	color: #033193;
}

#VM_opps a:hover {    
    
	color: #ff6818;
}
 
.VM_tooltip {

    font-family: Arial, sans-serif;
    font-size: x-small;
    background-color: white;
    border: 1px solid black;
    padding: 2px;
}

.VM_tab {

    padding: 3px 10px 3px 10px;
    cursor: pointer;
}

.VM_listingpopup {
    
    font-family: Arial, sans-serif;
    font-size: xx-small;
    padding: 3px;
}

.VM_title {
    
    font-size: medium;
    width: 100%;
    background-color: lightblue;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

.VM_selected {
    
    background-color: #b6c4f9;
}

.VM_selectedtab {

	font-weight: bold;
    background-color: #ff6818;
}

.nowrap {

	white-space: nowrap;
}
