
body {
/*background-color: #26547C;*/
    background-color: #ffffff;
}

#wrapper {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#container {
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

#menu {
    width: 100%;
    background-color:#FCFCFC;
    height: 100px;
    margin-bottom: 10px;
}
#header {
    width: 90%;
    background-color:#FCFCFC;
    height: 50px;
    margin-bottom: 10px;
}
#content {
    width: 100%;
    background-color:#FCFCFC;
    height: 500px;
}

#nav{
     background-color:#FFFFFF;
}

.modal-admin {
    width: 80%; /* respsonsive width */
    margin-left:0; /* width/2) */ 
}
td.details-control {
    width: 40px;
    background: url('../images/plus.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    width: 40px;
    background: url('../images/minus.png') no-repeat center center;
}
    
