#projControlsWrapper{
    width:800px;
    float: right;
    position:relative;
    clear: both;
    display: block;
    margin-top:10px;
    padding:5px;
    background: white;
}

#projControls{
    font : 10px/12px Verdana, sans-serif;
    padding: 5px;
    border-radius: 10px;
    border: 0.1em solid #888888; 
}

input{
    line-height:10px;
    font : 10px/12px Verdana, sans-serif;
}

td{
    font : 10px/12px Verdana, sans-serif;
}

th{
    font : 10px/12px Verdana, sans-serif;
    font-weight: bold;
}

.info{
        display: block;
        float:right;
        font-family: 'arial';
        font-size:18px;
        width:20px;
        height:20px;
        line-height:20px;
        color: orange;
        font-weight:bold;
        text-align:center;
        margin-left:5px;
        margin-top:0px;
        cursor: pointer;
        border-radius: 12px;
        border-width: 2px;
        border-style: solid;
        border-color: lightgray;
        background: white;
}

.inactive {
    border: none;
    background: white;
}

.centered{
    float:none;
    margin:auto;
    display: table;
}

.info.centered{
        float:none;
        margin:auto;
}

.info.left{
        float:left;
}

.info.inline{
        float:none;
        display: inline-block;
}

#closeButton{
        display: none;
        position:absolute; 
        font-family: 'arial';
        font-size:18px;
        font-weight:bold;
        color: white;
        text-align:center;
        width:20px;
        height:20px;
        cursor: pointer;
        border-radius: 12px;
        border-width: 2px;
        border-style: solid;
        border-color: white;
        background:black;
        z-index:5000;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  }

#shade {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top:0px;
        left:0px;
        z-index: 150;
        background-color: #000000;
        opacity: 0.5;
}


#shade img{
    display: block;
    margin: auto;
    width: 100px;
    padding: 100px 0;
 }


#big-wrapper {
        border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
        display:none;
        position:relative;
        _position:absolute; /* hack for internet explorer 6*/
        width: 60%;
        height: 60%;
        border:0px solid #cecece;
        z-index:2000;
        overflow:auto;
        background:white;
}

#small-wrapper {
       padding: 10px 10px 10px 10px;
}
#small-wrapper p{
       margin-bottom: 10px;
}

#small-wrapper li{
       margin-left: 20px;
}

.legend-box-obs {
    margin-left: 20px;
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    vertical-align:middle;
}
.legend-box-proj {
    margin-left: 20px;
    width: 50px;
    height: 3px;
    display: inline-block;
    background-color: #ccc;
    vertical-align:middle;
}
