.idc-screen-mouseover {
    width: auto !important;
}

.idc-etf-profile, .idc-etf-profile-table {
    max-width: 500px;    
}

.idc-etf-profile-table { position: relative; }

.idc-etf-profile-popup  {
    width: 350px !important;
    z-index: 100000; 
    background-color: #fff;
    position: absolute; 
}

.idc-etf-profile-popup-load-indicator {
    width: 16px;
    height: 16px;
    float: right;
    margin-right: -10px;
    background-repeat: no-repeat;
    background-image: url(../Content/Images/ajax-loader.gif);
}

.idc-etf-profile-load-indicator {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../Content/Images/ajax-loader.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.idc-etf-profile-disable-panel {
    background-color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
}

.tooltip {
    z-index: 200000;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #3C8023;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 200px;
}

.idc-etfprofile-snaphot-menu {
    margin-bottom: 0 !important;
}

.idc-etfprofile-snaphot-menu li {
    position: relative;
    display: inline;
    margin-left: 15px;
    cursor: pointer;
}

.idc-etfprofile-snaphot-menu ul {
    margin: 5px 0px 0px 5px;
}

.idc-etf-profile-border {
    border: 1px solid #D6D7D9;
}

.idc-etf-profile-left-top-margins {
    margin-left: 20px;
    margin-top: 20px;
}

.idc-etf-profile-popup-header {
    position: relative !important;   
}

.idc-etf-profile-title {
    margin-bottom: 10px;
}

.idc-etf-profile-title .idc-timestamp {
    margin-top: -20px !important;
    float: right !important;
}

.idc-etf-profile a {
    color: #336699;
}

.idc-etf-profile-popup .ui-dialog-titlebar-close {
    position: absolute;
    top: -3px;
    right: 0;
    margin: 0;
}