#infovis {
    margin: 0 !important;
    position: relative;
    width: 960px;
    height: 385px;
    overflow: hidden;
    font-family: "Courrier", Verdana;
    font-size: 0.9em;
    text-align: center;
    background-color: #D0D0D0;
    display: none;
    padding-bottom: 35px
    }
.node {
    color: #fff;
    font-size: 9px;
    overflow: hidden;
    cursor: pointer;
    /* text-shadow:2px 2px 5px #000;
      -o-text-shadow:2px 2px 5px #000;
      -webkit-text-shadow:2px 2px 5px #000;
      -moz-text-shadow:2px 2px 5px #000;
      */
    }
/*TOOLTIPS*/
.tip {
    color: #fff;
    width: 300px;
    background-color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 7px
    }
.image {
    width: 100px;
    margin: 5px;
    float: left
    }
#id-list {
    background-color: #EEE;
    border: 1px solid #CCC;
    margin: 10px 20px 0 20px;
    padding: 5px;
    text-align: left;
    text-indent: 2px
    }
#id-list table {
    margin-top: 2px
    }
#back {
    margin: 10px 40px
    }
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 0.5em 1em 0.55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
    }
.button:hover {
    text-decoration: none
    }
.button:active {
    position: relative;
    top: 1px
    }
/* white */
.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed)
    }
.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc)
    }
.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff)
    }