div.admin {
  display: table;
  width: 100%;
}

div.admin th{
  background-color: #dce3ed;
  font-weight: bold;
  border-style: inset;
  border: 1px solid #F4F7FB;
  text-shadow: #fff 1px 1px 1px;
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #c3cedd), color-stop(0.75, #dce3ed) );
  background-image: -moz-linear-gradient( top, #dce3ed 0%, #c3cedd 75% );
  background-image: -webkit-linear-gradient( top, #dce3ed 0%, #c3cedd 75% );
  background-image: -o-linear-gradient( top, #dce3ed 0%, #c3cedd 75% );
  background-image: -ms-linear-gradient( top, #dce3ed 0%, #c3cedd 75% );
  background-image: linear-gradient( to bottom, #dce3ed 0%, #c3cedd 75% );
}

div.admin table {
  width:100%;
  border-collapse: collapse;
  font-size: 0.9em;
}

div.admin table td {
  padding-left: 5px;
}

div.admin td.actions {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1em;
}

td:nth-of-type(1){
  border:none;
}

td{
  border-left: solid #dce3ed;
  border-left-width: 1px;
}

tr:nth-of-type(odd){
  background-color: #F4F7FB
}

/*tr.complete {
  background-color: #F4F7FC;
}*/

tr.continuing{
/*  font-color: #F4F7FB;*/
}

div.continuing{
 background-color:red;
}

tr.pending {
/*background-color: #BBBBBB;*/
}

div.pending {
 background-color:orange;
}

div.table-cell {
  display: table-cell;
  font-size: 0.9em;
  background-color: #dddddd;
}

optgroup {
  color: gray;
}

option {
  color: black;
}


/*  Edit form stuff*/

div.admin form{
  margin: 1.5em;
}

div.admin div.field_group {
/*  float: none;
  clear: both;*/
  width: 98%;
  margin: 1em auto 1em auto;
  padding: 0.5em 0 0.5em 0;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -khtml-box-shadow: 1px 1px 2px #ccc;
  position: relative;
  z-index: 220;
  background-color: #bacce5;
  border-top: solid 1px #fff;
}

/*div.field_group div {
  display: inline-block;
  margin: 1em 1em 0 0;
  width: 25em;
}*/

div.field_group label {
  float: left;
  text-align: right;
  margin-right: 15px;
  width: 100px;
}

div.field_group p{
  float: left;
  text-align: right;
  margin-right: 15px;
  width: 100px;
}

/*----- Accordion -----*/

.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {

    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
/*    background:#333;*/
    transition:all linear 0.15s;
/*TYPE*/
/*    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#fff;*/
}

.accordion-section-title.active, .accordion-section-title:hover {
/*    background:#4c4c4c;*/
/*TYPE*/
    text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}
