/* Process! */

div#filesShell {
  background: #87ba6f;
}
div#filesLeft {
  width: 330px;
  padding: 20px;
  float: left;
}

/*div#filesHead {
  margin: 20px 0 10px 0;
  padding: 20px 0 15px 0;
  border: solid 1px #6c9859;
  border-width: 1px 0 1px 0;
}*/

div#filesHead img { float: left; }
div#stepMarker { float: left; padding-left: 20px; }
div#stepMarker a {
  position:relative; top: 3px;
  width: 16px;
  height: 16px;
  background-color: #527a46;
  margin: 0 4px;
  float: left;
}

div#filesLeftCopy {
  padding: 10px;
  color: #fff;
  background: #6c9859;
}

p#stepHead { font-size: 1.1em; font-weight: bold; }

div#filesRight {
  background: #fff url("/images/design/patternback.png") top left repeat-x;
  float: left;
  width: 580px;
  padding: 15px;
  min-height: 450px;
}
div#filesRightContent {
  padding-top: 50px;
}
div#filesMainText {
  padding: 5px 0 0 275px;
/*  font-size: 11px;*/
}

div#filesRightContent a {
  color: #000 !important;
}

td {
  vertical-align: top;
  /*padding-left: 10px;*/
}

.fileDir {
  color: #fff;
  background: #87ba6f;
}

tr td {
  text-align: left;
}

tr td:first-child {
  text-align: right;
}

td.headerCell {
  text-align: left !important;
}

.field {
  border: solid 1px #abadb3;
  width:205px;
  padding: 2px;
}

.loginfield {
  width: 155px;
}

select.field {
  width: 211px;
}
