<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ace_dd {
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	background: white;
	z-index: 1000;
	min-width:116px !important;
    min-height:210px !important;
	padding-top:0px !important;
}

a.ace_opt0, a.ace_opt1, a.ace_opt2, a.ace_opt3, a.ace_opt4
{
	padding: 06px 10px 04px 10px;	
	
}
a.ace_opt0 {
	
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}

a.ace_opt0:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}
a.ace_opt0:before, a.ace_opt1:before, a.ace_opt2:before, a.ace_opt3:before, a.ace_opt4:before
{
	 margin-right: 06px;	
	 vertical-align:middle;
	 position:relative;
	 top:5px;	 
	
}
a.ace_opt0:before {
    content: url(../images/outlook-logo.png);
   
}
a.ace_opt1 {
	
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
a.ace_opt1:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}
a.ace_opt1:before {
    content: url(../images/google-logo.png);
   
}

a.ace_opt2 {

	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
a.ace_opt2:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}
a.ace_opt2:before {
    content: url(../images/yahoo-logo.png);
    
}

a.ace_opt3 {
	
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
a.ace_opt3:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}
a.ace_opt3:before {
    content: url(../images/hotmail-logo.png);
   
}


a.ace_opt4 {
	
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
a.ace_opt4:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}
a.ace_opt4:before {
    content: url(../images/ical-logo.png);
    
}
</pre></body></html>