* {
    margin:0;
    padding:0;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    background:#CCCCCC;
}
#container {
    width:1600px;
    margin:auto;
    background:#FFFFFF;
    box-shadow: 5px 5px 5px #777777;
    overflow: auto;
}

#Header{
    width:1600px;
    height:100px;
    background-color:rgb(0,51,102);
    background-image:  url(../images/logo1.gif);
    background-position: left;
    background-repeat: no-repeat;
    /*background-size: 18px 11px;*/
}

#Footer{
    float:left;
    width:1600px;
    height:50px;
    background-color:rgb(0,51,102);
}

h1#Project{
    width:auto;
    text-align: center;
    font-size:18px;
    background-color:rgb(212,212,212);
    border: 1px solid #000000;
    cursor: pointer;
}

h1#Project:hover{
    background-color:rgb(0,0,0);
    color:rgb(255,255,255);
}

ul#ProjectList {
    margin:0;
    padding:0;
    visibility: hidden;
    position:absolute;

}

ul#ProjectList li {
    display:block;
    list-style:none;
    float:none;
    text-align:center;
    font-size:16px;
    /*font:12px Arial, Helvetica, sans-serif #111;*/
}

ul#ProjectList li a:link, ul #ProjectList li a:visited {
    display:block;
    width:334px;
    text-decoration:none;
    background-color:#09F;
    padding: 0.5em 2em;
    margin:0;
    border: 1px solid #000000;
    color:#111;
}

ul#ProjectList li a:hover {
    background-color:#0CF;
}

#Navigation{
    float:left;
    border:5px solid #000000;
    height:800px;
    width:400px;
    padding:5px;
    margin:10px;
    overflow: auto;
    /*float: left;
    overflow:auto;*/
}
#WebGL-output{
    float: left;
    border:5px solid #000000;
    height:800px;
    width:1120px;
    padding:5px;
    margin:10px;
    overflow: auto;
}

div#bones-contain {
    font-size:11px;
}

div#bones-contain table{
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}

div#bones-contain table th{
    border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

#tableElements{
    background:#DDDDDD;
    font-size:10px;
}

#tableElements td{
    border: 1px solid #eee;
    padding: 5px;
    text-align:center;
}

#tableElements td.boneNames {
    text-align:left;
    vertical-align: middle;
}

img.eye{
    width:15px;
}

.eyeVisible {
    /*width: 15px;*/
    background: url(../images/eye_small.png) no-repeat center;
    background-size: 18px 11px;
    cursor: pointer;
}

.eyeNotVisible {
    /*width: 15px;*/
    /*background: url(../images/eye_small.png) no-repeat center;
    background-size: 18px 11px;*/
    cursor: pointer;
}

.button_block {
    float: left;
    clear: both;
    width: 400px;
    height: 25px;
    /*padding:5px;*/
    /*border:5px solid #000000;*/
    margin-left:10px;
    /*width:100%;
    display:block;*/
    text-align: center;
    /*position:fixed;*/
    /*z-index: 10;*/
}

button .downButton{
    /*margin:auto;*/
    height: 20px;
    width:100px;
    /*position:absolute;*/ /* Required */
    /*bottom:0; /* Aligns at the bottom */
    /*left:0;right:0; /* Aligns horizontal center */
    /*max-height:100%; /* images bigger than 175 px  */
    /*max-width:100%;  /* will be shrinked to size */
}

#Header img{
    float:left;
    height:100%;
}

#Header h1{
    padding-top:15px;
    font-size:20px;
    text-align:center;
    color: rgb(255,255,255);
}

#Footer h2{
    padding-top:15px;
    font-size:18px;
    text-align:center;
    color: rgb(255,255,255);
}

label{
    vertical-align: middle;
}
input[type="radio"]{
    float:left;
}

.title {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

div.form{
    border-bottom: 1px solid #efefef;
    margin: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#progressbar {
    visibility: hidden;
    display:inline;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.saveicon{
    padding-right:5px;
    height:17px;
    /*display:inline-block;*/
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}

.loadicon{
    padding-right:5px;
    height:20px;
    /*display:inline-block;*/
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}

.verticaligntext{
    vertical-align: middle;
}

.invisible{
    visibility: hidden;
}

#Footer a:link{
    color: #FFFFFF
}

#Footer a:hover{
    color: #FF0000
}

#Footer a:visited{
    color: #FFFFFF
}


/*input[type="radio"] {
    margin-top: 5px;
}*/