.typelist {
    list-style-type: none;
    }
.typelist a {
    display:block;
    padding:0 4px;
    line-height:28px;
    background:#F4F4F4;
}
.typelist a:hover,
.typelist a.active {
    background:#dbebff;
    box-shadow:0 0 4px #b8c4d6 inset;
}

.typelist a.active {
    font-weight:bold;
    color:#933;
    background:#dbebff url('/img/threatcheck.png') right center no-repeat;
}

#accordion ul {
    margin:0 4px 1em 0;
    border:1px solid #DDD;
    border-radius:4px;
}

#accordion div {
    width:25%;
    float:left;

}

#accordion h3 {
    text-transform:uppercase;
    padding:4px 0;
    text-align:center;
}
#accordion h4 {
    text-align:center;
    text-transform:uppercase;
    padding-bottom:4px;
    border-bottom:1px solid #DDD;
    margin:16px 0 8px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('../images/ajax-loader.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

