﻿/*this is a class to style the design table*/
.SuggestionDesignTable {
}

#gfcis {
    position:relative;
}

#gfcis DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    filter: alpha(opacity = 0);
    background-color: #FFF;
}

#gfcis DIV.active {
    z-index:10;
    opacity:1.0;
    filter: alpha(opacity = 100);
}

#gfcis DIV.last-active {
    z-index:9;
}

#gfcis DIV IMG {
    display: block;
    border: 0;
}