.column {
  margin:0;
  padding:0;
  border:0;
  vertical-align: top;
}
.spacer {
  background-color: #FFFFFF;
}
.search {
  background-color: #DDDDDD;
  border: solid 1px #000000;
}
.search strong {
  color: #000000;
}
.breadcrumb {
  border-bottom: solid 1px #000000;
  height: 25px;
}
.important-message {
  color: #009900;
  font-weight: bolder;
  font-size: 18px;
}

.client-tab {
  background-color: #7777AA;
  border-style: none;
  border-collapse: collapse;
}
.client {
  border: solid 1px #000000;
  height: 25px;
}
.client-selected {
  height: 25px;
  background-color: #8888DD;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
}
.spacer-client {
  background-color: #8888DD;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

.job-tab {
  background-color: #8888DD;
  height: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.job {
  border: solid 1px #000000;
  font-size: 12px;
  height: 25px;
}
.job-selected {
  background-color: #A2B5CD;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  line-height: 14px;
  height: 25px;
}
.job-filler {
  border: solid 1px #000000;
  line-height: 14px;
  height: 100%;
}
.spacer-job {
  background-color: #A2B5CD;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

.file-tab {
  background-color: #A2B5CD;
  border-collapse: collapse;
  border: solid 1px #000000;
  height: 100%;
  width: 100%;
  margin:0;
  padding:0;
  vertical-align: top;
}

#client-entry {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
#job-entry {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}
#dir-entry {
  color: #8B4726;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
#header-right {
  position:absolute;
  right: 0px;
  top: 0px;
  height: 70px;
  width: 334px;
  z-index:1;
  background: #663399;
}
#header-left {
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  height: 70px;
  width: 100%;
  background: #663399;
}
#header-title {
  position: absolute;
  top: 12px;
  left:0px;
  z-index: 2;
  height: 70px;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: bolder;
  font-size: 30px;
}
#header-line {
  position: absolute;
  top: 70px;
  left: 0px;
  background: #000000;
  height: 5px;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
