#MyFavorites { 
color: #ae353f; font-size: 14px; font-family: Sans Serif, Helvetica; text-decoration: none; cursor: pointer;
}

#MyFavorites:hover { 
color: #ae353f; font-size: 14px; font-family: Sans Serif, Helvetica; text-decoration: underline; 
}

#MyFavorites.ajax-loading { 
background-image: url(../spinner2.gif); 
background-repeat: no-repeat; 
background-position: left top; 
width: 188px; height: 113px; 
z-index: 1555;
}

#overMyF { 
position: absolute;
z-index: 1555;
width: 300px;
background-color: white; 
padding: 12px; 
margin-top: 10px; 
border: solid 1px #2666B9;
text-align: left;
}

* html #overMyF { 
position: absolute;
z-index: 1555;
width: 320px;
background-color: white; 
padding: 12px; 
margin-top: 20px; 
margin-left: -220px; 
border: solid 1px #2666B9;
text-align: left;
}

#overMyF.ajax-loading { 
left: -1000px;
}

.ajax-loading1 { display: block;}
.ajax-loading2 { display: block;}

* html .formMyF {margin-bottom: -1px; margin-top: 1px;}

#overMyFseeABC { 
background-color: white; 
padding: 12px; 
margin-top: 10px; 
border: solid 1px #2666B9;
text-align: left;
height: 200px; overflow: auto; visibility: visible;
}

#addFavor,  #seeFavorABC, #seeFavorData, #closeFavor { 
color: #2666B9; 
font-weight: bold;
cursor: pointer;
}

#addFavor:hover, #seeFavorABC:hover, #seeFavorData:hover, #closeFavor:hover { 
color: #FF5500; 
}
