/* CSS for the list of things */


#mainProgressImg {
  z-index: 70;
  position: fixed;
  left: 0px;
  padding-top: 50px;
  width: 100%;
  text-align: center;
}


.thingListHeaderLink {
  text-decoration: none;
}

.thingListHeaderLink:hover {
  background-color: transparent;
}

#thingListHeader {
  background: url("/static/images/headback.jpg") repeat-x;  
  padding: 3px 0 5px 5px;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
  height: 18px;
}

.thingListHeaderIcons {
  float: right;
  position: relative;
  right: 10px;
}

#thingListsList {
  padding: 0px;
  margin: 3px 5px;
  list-style: none;
}

#thingListsList li {
  font-weight: normal;
  font-size: 95%;
}

#thingListsList a {
  text-decoration: none;
}

#thingListsList a:hover {
  background-color: #FFc96b;
  text-decoration: underline;
}


.thingcontentlink {
  text-decoration: none;
}

.thingcontentlink:hover {
  text-decoration: underline;
}


/* Thing Formatting */

.thingContent {
  font-weight: bold;
  margin-left: 10px;
}

.thingScore {
  width: 75px;
  text-align: center;
  height: 30px;
  background: url("/static/images/orgbackshort.jpg") repeat;
}

.thingStats {
  position: absolute; 
  margin-left: 76px;
  z-index: 2;
  background-color: #FFF;
}

/* Yes this is defined twice */
.tagDragHover {
  background-color: #96FF31;
}

.thingStatsInner {
  padding: 5px;
  border: 1px solid #FFc96b;
  border-top: none;
  z-index: 3;
}

.thingStat {
  font-size: 80%;
  white-space: nowrap;
  line-height: 1.2em;
  padding-right: 5px;
}

.thingStat ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}

.thingStat li {
  margin: 0;
  padding: 0;
}

.thingTotalNumber {
  font-weight: bold;
}

.thing {
  display: block;
  border-bottom: 1px dashed #FFC96B;
  margin-bottom: 2px;
}

.thing td {
  vertical-align: top;
}


.thing table, .thingStats table {
  border-width: 0px;
  border-spacing: 0px;
}

.thing:hover, .thing a:hover {
  background-color:  #FFD387;
}

#thingListTop {
  height: 32px;
  margin-bottom: 3px;
  border-bottom: 1px dashed #FFc96b;
}

#thingListTop div{
  background-color: #FFc96b;
  height: 25px;
  padding-top: 5px;
  margin-bottom: 2px;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
}

