table.posts td.title .snippetPost {
  _overflow:hidden;
  _text-overflow: ellipsis;
  _white-space:nowrap;
}
table.posts .editLink a,
table.posts .viewLink a,
table.posts .deleteLink a {
  text-decoration:none;
}
.selectlinks {
  float: right;
}
.selectlinks .selected-true {
  text-decoration:none;
  cursor: default;
  color: #333333;
}

.selectlinks-ALL       #select-ALL,
.selectlinks-DRAFT     #select-DRAFT,
.selectlinks-SCHEDULED #select-SCHEDULED,
.selectlinks-IMPORTED  #select-IMPORTED,
.selectlinks-CURRENT   #select-CURRENT {
  text-decoration:none;
  cursor: default;
  color: #333333;
}

.numPosts {
  float:right;
}
div.table-header,
div.table-footer {
  font-size:110%;
}
table.posts .link {
  vertical-align:top;
}
table.posts .editLink {
  padding-left:5px;
  white-space: nowrap;
}
table.posts .viewLink {
  padding-left:10px;
  padding-right:10px;
  white-space: nowrap;
}
table.posts .deleteLink {
  padding-right:5px;
  white-space: nowrap;
}
table.posts .postContents {
  margin-left:23px;
}
table.posts tr.selected .entirePost {
  display:inline;
}
table.posts tr.selected .snippetPost {
  display:none;
}
table.posts tr.unselected .entirePost {
  display:none;
}
table.posts tr.unselected .snippetPost {
  display:inline;
}

.table-header {
  padding:0 10px 4px 10px;
}
.table-footer {
  padding:8px 10px 0 10px;
}
.selectlinks {
  margin:.5em 0;
  position:relative;
}
#postsBox {
  margin-top:5px;
}
.searchfield {
  padding-right:10px;
  float:left;
}

#postsBox .pagination {
  float: right;
  padding-top: 6px;
  padding-left: 2em;
}
.postsHeader {
  padding-top:5px;
}
.table-header .pagination {
  padding-top:8px;
}
.table-footer .pagination {
  padding-bottom:8px;
}
.pagination .number {
  font-weight:bold;
}
table.posts td.comments {
  white-space:nowrap;
  vertical-align:top;
  font-size:90%;
  text-align:right;
  padding-left:1em;
}
table.posts td.type {
  vertical-align:top;
  text-align:right;
  padding-left:0.5em;
}
table.posts td.author {
  width:11em;
  padding-right:1em;
}
table.posts div.softAlert {
  color:#F67C2A;
  font-style:italic;
}
.searchfield {
  padding-left: 5em;
}

div#body {
  margin-top: 0;
  padding-top: 0;
}

td.top {
  vertical-align:top;
}

tr.highlighted-row {
  background-color: #ffffee;
}

.post-labels {
  color: #009900;
  font-size: 70%;
}

.actions {
  float: left;
}

#label-actions {
  margin-top: 6px;
  font-size: 80%;
  padding: 0;
}

#labels-wrap {
  word-wrap: break-word;
  overflow: hidden;
  width: 150px;
  margin-top: 7px;
  margin-right: 15px;
}

.labels-title {
  padding-left: 10px;
  background-color: #f5ede3;
  font-weight: bold;
 }

#labels-wrap ul {
  list-style-type: none;
  margin: 5px 0 0 4px;
  padding: 0;
  background-color: #ffffff;
}

#labels-wrap ul li {
  padding-left: 1em;
  text-indent: -.5em;
  padding-bottom: .2em;
  line-height: 1.2em;
}

#labels-wrap .selected-label {
  font-weight: bold;
}

#label-actions optgroup {
  padding-top: 0.5em;
  font-style: normal;
}

#posts td.empty-box-message {
  font-weight: bold;
  text-align:center;
  padding: 2.25em;
}

/** Rounded box implementation */
.labels-round-box {
  border: 2px solid;
  position: relative;
  height: 100%;
}

.labels-round-box .bottom-corners {
  position: relative;
  top: -8px;
  font-size: 0px;
}


.labels-round-box .top-corners div,
.labels-round-box .bottom-corners div {
  height: 10px;
  width: 10px;
  position: absolute;
}

.labels-round-box .top-corners .left {
  top: -2px;
  left: -2px;
  background-position:top left;
}

.labels-round-box .top-corners .right {
  top: -2px;
  right: -2px;
  background-position:top right;
}

.labels-round-box .bottom-corners .left {
  left:-2px;
  background-position:bottom left;
}

.labels-round-box .bottom-corners .right {
  right:-2px;
  background-position:bottom right;
}

.labels-round-box .top-corners div {
  background-image:url(/img/round_thin_tan_tan.gif);
}

.labels-round-box .bottom-corners div {
  background-image:url(/img/round_thin_tan_white.gif);
}

.labels-round-box {
  background: #ffffff;
  border-color: #e1d4c0;
}
