/*TOOLTIPS*/
#inner-details {
  font-size:12px;
}

.tip {
	 text-align: left;
	 width:auto;
	 max-width:500px;
	 background-color:#fff;
}

.tip-title {
  font-size: 11pt;
  text-align:center;
  margin-bottom:2px;
}

pre {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size:10px;
	margin:5px auto;
	padding:5px;
	width:170px;
	
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -webkit-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
#container {
    width: 1000px;
    height: 600px;
    margin:0 auto;
    position:relative;
}

#right-container, 
#center-container {
    height:750px;
    position:absolute;
    top:55;
}

 #right-container {
    width:200px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
}


#right-container {
    right:0;
    background-image:url('col1.png');
    background-position:center left;
    border-right:1px solid #ddd;
}


#center-container {
    width:800px;
    background-color:white;
    color:#ccc;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:8;
    list-style:none;
    margin:7px;
}

#log {
    position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}


#infovis {
    position:relative;
    width:600px;
    height:600px;
    margin:auto;
    overflow:hidden;
}
