
    .selectable-tooltip {
	border-radius: 5px;
	border-style: solid;
	border-color: #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	width:325px;
	background: white;
	font-size:12px;
	z-index:10000;
    }
    .caseselector {
	    font-size:13px;
	    position: absolute;
            top: 50px;
            left: 200px;
            z-index: 9997;
	    padding: 8px;
	    border-width: 1px;
	    border-style: solid;
	    border-color: black;
	    background: white;
	    border-radius: 10px;
    }
    .caseselector button {
	    font-size: 13px;
	    padding-bottom: 3px;
    }
    .caseselector button[disabled="disabled"] {
	    padding-bottom: 3px;
	    background: #C8C8C8;
    }
    .caseselector .selectorbuttons {
	    margin-top:5px;
	    text-align:center;
    }
    #caseconfirm {
	    text-align:center;
    }

    .selectable .hovering { 
		border-color:black; 
		z-index: 9999;
    }

    .selectable .ui-selected { 
	    	background: rgb(229, 86, 3); 
		color: white; 
		border-color: #F39814;
		z-index: 9998;
    }
    .selectable { list-style-type: none; margin: 3px; padding: 0; width: 350px; }
    .selectable li { 
		border-width:1px; border-style:solid; border-color:#EEEEEE;
	    padding-left:0.5em; padding-right:0.5em; padding-top: 1px; padding-bottom: 4px; 
		margin-top:0px;
	    font-size:13px; 
    }


