html, body {
    margin:0;
    padding:0;
    font-family: "Lucida Grande", Verdana;
    font-size: 14px;
    text-align: center;
    background-color:#F2F2F2;
}

input, select {
    font-size:0.9em;
}

table {
    margin-top:-10px;
    margin-left:7px;
}

h4 {
    font-size:1.1em;
    text-decoration:none;
    font-weight:normal;
    color:#23A4FF;
}

a {
    color:#23A4FF;
}

#container {
    min-width: 1200px;
    min-height: 700px;
    margin:0 auto;
    position:relative;
}

#left-container, 
#center-container {
    min-height: 700px;
    position: absolute;
    top:0;
}

#left-container {
    min-width: 200px;
    max-width: 400px;
    color: #686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
}

#left-container {
    border-right: 1px solid #ddd;
}

#left-container h4{
    text-indent: 8px;
}

#center-container {
    min-width: 750px;
    min-height: 700px;
    left: 300px;
    background-color:#1a1a1a;
    color:#ccc;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:1em;
    list-style:none;
    margin:7px;
}

#log {
    position: absolute;
    top: 10px;
    font-size: 1.0em;
    font-weight: bold;
    color: #23A4FF;
}


#infovis {
    position: relative;
    min-width: 700px;
    min-height:700px;
    margin: auto;
    overflow: hidden;
}

/*TOOLTIPS*/
.tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size: 0.9em;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}