@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');
.default-okLov-button {
	height      : 25px;
	width       : 80px;
	background  : #BDDEFF;
	border      : none;
	cursor      : pointer;
	
}

.default-cancelLov-button {
	height      : 25px;
	width       : 80px;
	background  : #BDDEFF;
	border      : none;
	cursor      : pointer;
	
}

.default-filterLov-button {
	height      : 25px;
	width       : 80px;
	background  : #BDDEFF;
	border      : none;
	cursor      : pointer;
}

.default_LovFilter_Label {
	font-family        : 'Nunito', 'Roboto', 'Arial';
    font-weight        : bold;
    font-size          : 13px;
    color              : #15428B;
}

.default_LovFilter_Text {
	font-family        : 'Nunito', 'Roboto', 'Arial';
    font-weight        : normal;
    font-size          : 13px;
    color              : #15428B;
    border             : solid 1px #9999CC;
    background-image   : url('bin/textIluminator.png');
    background-repeat  : repeat-x;
    text-transform     : uppercase;
}

.default_LovFilter_LeftButton {
    border             : none;
    background   : transparent url('bin/leftButton.png') no-repeat;
    cursor       : hand;
    cursor       : pointer;
}


.default_LovFilter_RightButton {
    border       : none;
    background   : transparent url('bin/rightButton.png') no-repeat;
    cursor       : hand;
    cursor       : pointer;

}

.default_LovFilter {
    
}