/* tables */
table.tablesorter {
	font-family:arial;
	background-color:#006699;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FCE9C1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	/*background-image: url(../images/elements/bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#FEFAF1;
}
table.tablesorter thead tr .headerSortUp {
	/*background-image: url(../images/elements/asc.gif);*/
}
table.tablesorter thead tr .headerSortDown {
	/*background-image: url(../images/elements/desc.gif);*/
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #F76301;
}

/* Recent Friends of WCC Forums Summary on Home page */

#forumsSummary {
  background: #F5EEBA none repeat scroll 0 0;
  border: 1px solid #000000;
  margin: 2em 0 1em 1em;
  padding: 0;
 }

#forumsSummary h2 {
  /* background: #FFFFFF none repeat scroll 0 0; */
  background: #FFFFFF url('../../images/cms/news_h2_bg.gif') repeat-x;
  line-height: 1.5em;
  border-bottom: 1px solid #4C9B26;
  border-left: 1.1em solid #4C9B26;
  color: #294B5F;
  font-size: 1.5em;
  margin: 0 0 0.5em;
  padding-bottom: 1px;
  padding-left: 0.5em;
  text-align: left;
}

table#recentForumsTopics {
  border-left: 1px solid #59C23B;
  border-right: 1px solid #59C23B;
  border-bottom: 4px solid #4C9B26;
  color: #4C5D77;
  width: 517px;
}

table#recentForumsTopics thead tr {
  height: 15px;
}

table#recentForumsTopics thead tr th {
  height: 15px;
  background: url('../../forums/styles/SimpleGreen/theme/images/bg_list.gif') repeat-x;
  font-size: 10px;
  font-weight: 200;
  border: 0 none;
  margin: 0;
}

table#recentForumsTopics td {
  padding-left: 40px;
}

table#recentForumsTopics td.odd {
  background: #EDEDED url('../../forums/styles/SimpleGreen/imageset/forum_read.gif') no-repeat 5px center;
}

table#recentForumsTopics td.even {
  background: #F3F3F3 url('../../forums/styles/SimpleGreen/imageset/forum_read.gif') no-repeat 5px center;
}

table#recentForumsTopics td {
  border-top: 1px solid #3E9726;
  background: url('../../forums/styles/SimpleGreen/theme/images/bg_list.gif') repeat-x;
}

table#recentForumsTopics tbody a {
  text-decoration: none;
  color: #000000;
  background: 0;
}

