#content {
    padding:10px;
}


.list_container_header, .list_container_footer, .action_wrapper {
    background-color:#E6E6E6 !Important;
    color:black !Important;
    font-weight:bold !Important;
}


.list_container_header label {
  color:#666666  !Important;
}


.list_container {
    border-top: 1px solid gray !Important;
}

.tableview table tr.even {
  background:#ffffff !Important;
}

.tableview table tr.odd {
  background:#fafafa !Important;
}

.tableview table tr:hover {
  background:#EEEEEF !Important;
}




.shadowed_box {
    border: 1px solid silver;
    box-shadow: 0px 0px 0px #999;
}


/* navigation */
#menubar {
  border:0;
  background:white;
  border-right:1px solid silver;
}


#menubar .aclabel.ldepth0{
   background:#323e4c;
}


#menubar .mdepth1 {
   background:#c8c8c8;
}



#menubar .ldepth2{
   background:#eeeeee;
}

#menubar .logout {
   background:#c8c8c8;
}

#menubar .logout a {
   color:black;
}


.progress_indicator {
    background-color:#E6E6E6;
    border:1px solid silver;
    border-bottom:0;
    padding:5px;
}
.progress_indicator label {
    font-size: 0.9em;
    color:#073865;
}
.progress_indicator table.stepcontainer {
    width:100%;
    margin-bottom:5px;
    border-left:1px solid #073865;
}
.progress_indicator table.stepcontainer tr td {
    border:1px solid #073865;
    border-left:0px;
    background-color:#839CB2;
}
.progress_indicator table.stepcontainer tr td.done {
    background-color:#073865;
}

