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 {
    width: 878px;
    height: 510px;
    margin:0 auto;
    position:relative;
}

#left-container {
    position:absolute;
    top:0;
	width:50px;

    text-align: left;
    overflow: auto;
    background-color:transparent;
} 
#right-container, 
#center-container {
    height:500px;
    position:absolute;
    top:0;
}

#right-container {
    width:280px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#2D2D2D;
    background-repeat:no-repeat;

}

#left-container {
    left:0;
}

#right-container {
    right:0;
    border-right:1px solid #ddd;
}

#right-container h4{
    text-indent:8px;
}

#center-container {
    width:878px;
    left:10px;
    color:#ccc;
	overflow:hidden;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
}

#log {
    position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}


#infovis {
    position:relative;
    width:620px;
    height:501px;
    margin:auto;
    overflow:hidden;
}
