/*
*/
.jxgbox {
    position:relative; /* for IE 7 */
    overflow:hidden;
    background-color:transparent;
		margin-left: auto;
		margin-right: auto;
    border-style:solid;
    border-width:1px;
    border-color:#356AA0;
    border-radius:10px;
    /*-moz-border-radius:10px;*/
    -webkit-border-radius:10px;
    /*
        -moz-box-shadow:black 2px 2px 2px -2px, #151A10 4px 4px;
        -webkit-box-shadow:4px 4px 3px #151A10;
    */
}
.jxgbox2 {
    position:relative; /* for IE 7 */
    overflow:hidden;
    background-color:transparent;
		margin-left: auto;
		margin-right: auto;
    /*-moz-border-radius:10px;*/
    -webkit-border-radius:10px;
    /*
        -moz-box-shadow:black 2px 2px 2px -2px, #151A10 4px 4px;
        -webkit-box-shadow:4px 4px 3px #151A10;
    */
}
.jxgbox3 {
    position:relative; /* for IE 7 */
    overflow:hidden;
    background-color:#ffffff;
		margin-left: auto;
		margin-right: auto;
    border-style:solid;
    border-width:1px;
    border-color:#356AA0;
    border-radius:10px;
    /*-moz-border-radius:10px;*/
    -webkit-border-radius:10px;
	  box-shadow: 5px 5px 7px rgba(33,33,33,.7);

    /*
        -moz-box-shadow:black 2px 2px 2px -2px, #151A10 4px 4px;
        -webkit-box-shadow:4px 4px 3px #151A10;
    */
}

.JXGtext {
    background-color: transparent; /* May produce artefacts in IE. Solution: setting a color explicitly. */
    font-family: Open+Sans, Arial, Helvetica, Geneva;
    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 {
    border-style:none;
    border-width:1px;
    border-color:black;
}

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

