body {
  padding: 0px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00A788;
}

#header {
    background-color:black;
    color:white;
    text-align:center;
    font-weight: bold;
    padding:5px;
}
#header a {
    color:white;
    text-decoration:none;
}
#wrapper {
//    overflow: hidden;
}
#left {
    line-height:30px;
    width:300px;
    float:left;
    padding: 5px 5px 5px 10px;
}
#left_main {
    line-height:30px;
    width:500px;
    float:left;
    padding: 5px 5px 5px 20px;
}
#right {
    padding:10px;
//    overflow: hidden;
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
   padding:5px;	 	 
}

#btnNewGroup, #btnEditGroup, #btnDeleteGroup {
    margin-top: 7px;
}

#left p {
    line-height:normal;
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    width: 50;
    heigth: 50;
    margin-left:125px;
    margin-top:-25px;
}
