#workbody .extranav {
  background: url(../images/navline.gif) repeat-x 50% bottom;
  float: left;	
  width: 100%
}

#workbody .extranav h2 {
  margin: 0px 0px 0px 5px;
  padding: 0px;
  float: left;
  font-size: 170%;
  font-weight: normal;
}

#workbody .extranav ul {
  margin: 0px; padding: 0px;
}

#workbody .extranav ul li {
  float: right;
  margin: 0px 3px 0px 5px;
  list-style-type: none;
  border: 2px solid #9EC86F;
}

#workbody .extranav ul li a {
  padding: 5px 10px 5px 10px;
  display: block;
  font-weight: bold;	
  font-size: 125%;	
  color: #fff;	
  background: #CCDEAF;
  text-decoration: none;
}

#workbody .extranav ul li a:hover {
  padding: 5px 10px 5px 10px;
  display: block;
  color: #333;	
  background: #eee;
  text-decoration: none;
}

#workbody .extranav ul li.active {
  border-bottom: 2px solid #fff;
  background: #fff;
}

#workbody .extranav ul li.active span {	
  padding: 5px 10px 5px 10px;
  display: block;
  font-weight: bold;	
  font-size: 125%;	color: #666;	
}

#workbody .submenu {
  float: left;
  width: 100%;
  margin: 5px 0px 15px 0px;
}

#workbody .submenu span {
  float: left;
  padding: 0px 10px 0px 10px;
  background: url(../images/divider.gif) no-repeat 0px 50%;
}

#workbody .submenu .label {
  font-weight: bold;
  color: #e61;
}

#workbody .submenu a {
  float: left;
  padding: 0px 10px 0px 10px;
  background: url(../images/divider.gif) no-repeat 0px 50%;
}

#workbody .submenu #set_topic_as_home {
  float: right;
  background: none;
}

#workbody .submenu #set_topic_as_home a {
  padding-left: 15px;
  background: url(../images/sethome.gif) no-repeat 0px 50%;
}

#workbody .submenu #topic_is_home{
  float: right;
  padding-left: 15px;
  background: url(../images/sethome.gif) no-repeat 0px 50%;
}

#workbody .summary {
  float: left;
  width: 70%;
}

#workbody .summary .item {
  margin-bottom: 10px;
  padding: 0px 1px 1px 1px;
  position:relative;
  overflow: hidden;
}

#workbody .summary .item .body {
  margin-left: 60px;
}

#workbody .summary .item .body h2 {
  margin:0px; padding: 0px;
  font-size: 140%;
  font-weight: bold;
}

#workbody .summary .item .body .submitted {
  color: #999;
  padding: 2px;
}

#workbody .summary .item .body .submitted strong {
  color: #A12A2A;
}

#workbody .summary .item .body .submitted a {
  color: #999;
}

#workbody .summary .item .body .content {
}

#workbody .summary .item .body .content .more {
  margin-left: 6px;
}

#workbody .summary .item .body .details {
  
}

#workbody .summary .item .body .details .comments {
  margin-right: 10px;
}

#workbody .summary .item .body .details .topic {
  padding-left: 10px;
  background: url(../images/divider.gif) no-repeat 0px 50%;
}

#workbody .summary .item .body .details .topic strong {
  color: #666;
  margin-right: 6px;
}

#workbody .summary .item .body .details .topic span {
  margin: 0px 5px 0px 5px;
}

#workbody .sidebar {
  float: right;
  width: 28%;
}

#workbody .sidebar .bar1 {
  background: url(../images/barside1.gif) no-repeat 0px 0px;
  margin-bottom: 10px;
}

#workbody .sidebar .bar1 h2 {
  font-size: 130%;
  font-weight: bold;
  color: #e61;
  margin: 0px; padding: 6px;
}

#workbody .sidebar .bar {
  background: url(../images/barside.gif) no-repeat 0px 0px;
  margin-bottom: 10px;
}

#workbody .sidebar .bar h2 {
  font-size: 130%;
  font-weight: bold;
  color: #069;
  margin: 0px; padding: 6px;
}

#workbody .sidebar .toprow {
  margin: 0px 0px 5px 5px;
}

#workbody .sidebar .toprow .digs {
  float: left;
  margin: 3px 5px 0px 0px;
  background: url(../images/digbg.gif) repeat-x;
}

#workbody .sidebar .toprow .digs a {
  padding: 10px 0px 10px 0px;
  width: 38px;
  display: block;
  background: url(../images/diglt.gif) no-repeat 0px 0px;
  color: #736926;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}

#workbody .sidebar .toprow h3 {
  margin: 0px; padding: 0px;
  font-size: 100%;
}

.pagination {
  text-align: left;
  margin: 10px 0px 10px 0px;  
  padding: 3px 0px 3px 0px;
}

.pagination a {
  margin-right: 6px;
  padding: 1px 5px 1px 5px; 
  border: solid #999 1px;
  background: #fff;
  text-decoration: none;
}

.pagination a:hover {  
  color: #fff; 
  border: solid #000 1px;
  background: #048; 
  text-decoration: none;
}

.pagination .prev, .pagination .next  {
  margin-right: 6px;
  padding: 1px 5px 1px 5px; 
  border: solid #ccc 1px;
  background: #fff; 
  font-weight: bold;
  text-decoration: none;
}

.pagination .prev:hover, .pagination .next:hover {  
  color: #fff; 
  border: solid #000 1px;
  background: #048; 
  text-decoration: none;
}

.pagination .thispage {
  margin-right: 6px;
  padding: 1px 5px 1px 5px; 
  font-weight: bold;	
}

.pagination .invalid {
  margin-right: 6px;
  padding: 1px 5px 1px 5px; 
  color: #666; 
  border: solid #ccc 1px;
  background-color : #eee;
}

.pagination .space {
  margin-right: 6px;
}

.dig {
  float: left;
  padding: 0px 10px 0px 0px;
}

.dig ul {
  margin: 0px; padding: 0px;
  list-style-type: none;
}

.dig .count {
  background: url(../images/digbg.gif) repeat-x;
}

.dig .count a {
  padding: 15px 0px 15px 0px;
  display: block;
  width: 50px;
  text-align: center;
  background: url(../images/diglt.gif) no-repeat 0px 0px;
  color: #736926;
  font-size: 140%;
  font-weight: bold;
  text-decoration: none;
}

.dig .count a:hover {
  color: #999;
}

.dig .digit {

}

.dig .digit a {
  padding: 5px 0px 5px 0px;
  display: block;
  width: 50px;
  border-left: 1px solid #FFFAD9;
  border-right: 1px solid #FFFAD9;
  border-bottom: 2px solid #CCDEAF;
  color: #063;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.dig .digit a:hover {
  background: #FFF096;
  color: #e61;
}

.dig .digit .dug {
  padding: 5px 0px 5px 0px;
  display: block;
  width: 50px;
  text-align: center;
  color: #666;
  font-weight: bold;
  background: #f8f8f8;
  border-left: 1px solid #FFFAD9;
  border-right: 1px solid #FFFAD9;
  border-bottom: 2px solid #CCDEAF;
}

.dig .digit .undig {
  padding: 5px 0px 5px 0px;
  display: block;
  width: 50px;
  text-align: center;
  color: #333;
  font-weight: bold;
  background: #eee;
  border-left: 1px solid #FFFAD9;
  border-right: 1px solid #FFFAD9;
  border-bottom: 2px solid #CCDEAF;
}

