﻿html, body {
    margin:0;
    padding:0;
    font-family: "나눔고딕", "맑은 고딕", "Lucida Grande", Verdana;
    font-size: 10pt;
    text-align: center;
    background-color:#F2F2F2;
}

form {
	margin-top: -5px;
	margin-bottom: 5px;
}

input, select {
    font-size: 10pt;
	font-family: "나눔고딕", "맑은 고딕", "Lucida Grande", Verdana;
}

table {
    margin-top: 5px;
}

td {
	width: 175px;
	vertical-align: top;
}

h4 {
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
    color:#333333;
}

a {
    color:#23A4FF;
}

#container {
    width: 1000px;
    height: 600px;
    margin:0 auto;
    position:relative;
}

#left-container,
#center-container {
    height:600px;
    position:absolute;
    top:0;
	border-bottom:1px solid #ddd;
}

#left-container {
	left:0;
    width:400px;
    color:#686c70;
    text-align: justify;
    overflow: auto;
    background-color:#fff;
	/*
    background-repeat:no-repeat;
    background-image:url('col2.png');
    background-position:center right;
	*/
    border-left:1px solid #ddd;  
    
}

#center-container {
    width: 600px;
    left:  400px;
    background-color: #1a1a1a;
    color: #ccc;
}

.text {
    margin: 10px;
}

#graph-holder {
	width: 365px;
	height: 135px;
}

#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;
}
