@charset "UTF-8";
/*
*/
.jxgbox {
	color: #999999;
    position:relative; /* for IE 7 */
    overflow:hidden;
    background-color:#eaeaea;
    border-style:solid;
    border-width:2px;
    border-color:#999999;
    border-radius:0px;
	margin-top:6px;
	margin-bottom:20px;
    /*-moz-border-radius:10px;*/
    -webkit-border-radius:0px;
    /*
        -moz-box-shadow:black 2px 2px 2px -2px, #151A10 4px 4px;
        -webkit-box-shadow:4px 4px 3px #151A10;
        */
}

.JXGtext {
	color: #999999;
    background-color: transparent; /* May produce artefacts in IE. Solution: setting a color explicitly. */
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:0.8em;
    padding: 0px;
    margin: 0px;
    /*line-height:100%;*/ /* This has to be commented out. Otherwise subscripts are not visible in IE */
    /*border-style:dotted;*/
    /*border-width:0.4px;*/
}

.JXGinfobox {
	color: #999999;
    border-style:none;
    border-width:1px;
    border-color:#999999;
}

.navbar {
    color: #999999;
    background-color: #f5f5f5;
    padding: 2px;
    position: absolute;
    font-size: 10px;
    cursor: pointer;
    z-index: 100;
    right: 5px;
    bottom: 5px;
}

.jqplot-title2{color:#666;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;top:0;left:0;padding-bottom:.5em;font-size:1.2em;}

