
/* genre include, exclude */
.gInc {
  display: inline;
  padding: 2px;
  background-color: #AAFFAA;
}

.gExc {
  display: inline;
  padding: 2px;
  background-color: #FFAAAA;
}


.sCat {
  background-color: #E4E7EB;
  padding: 2px;
  margin-top: 5px;
}

.sContent {
  padding: 2px;
}

.sContentAds {
  text-align: center;
  position: relative;
  top: 2px;
}

.sContainer {
  text-align: center;
  width: 50%;
  float: left;
}

[if IE] .sContainer {
	width: 49% !important;
}

.sMember {
  text-align: left;
  padding: 7px;
  padding-top: 3px;
}

.sTopicLeft {
  float: left;
  width: 60%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.sTopicRight {
  float: left;
  width: 40%;
  padding-top: 2px;
  padding-bottom: 2px;
}

#showList {
  display: table-cell;
}

#listLink {
  display: table-cell;
  width: 14px;
}

#listContainer {
  padding-left: 9px;
  padding-bottom: 5px;
}

#showList A:HOVER {
	text-decoration: none;
}

.tags {
	overflow: hidden;
	text-align: center;
	width: 300px;
	padding-top: 5px;
}

.tags li {
	margin: 0;
	padding:2px;
	list-style:none;
	display:inline;
}

.tag_alt {
	background-color: #E4E7EB;
}

.tag_red a {
	color: #CC5555;
	text-decoration: none;
	white-space: nowrap;
}

.tag_green a {
	color: #55CC55;
	text-decoration: none;
	white-space: nowrap;
}

.tag_normal a {
	text-decoration: none;
	white-space: nowrap;
}

#cat_opts
{

}

.series_rows_table td.col1, .series_rows_table td.col2 {
	text-align: left;
}

.category_name {
	display: inline;
}

.category_cancel {
	display: inline;
}

.series_forumtopics {
	margin: 18px;
}

.series_content_cell {
	padding: 0;
}

.series_comment {
	color: #52667C;
}

.series_comment th, .series_comment td {
/* 	border: 1px solid red; */
}

.series_comment th {
	background-color: #E0E5EC;
	color: #52667C;
	border-bottom: 1px solid #D0D8E2;
	text-align: left;
	font-size: 16px;
}

.comment_avatar {
	padding: 9px;
	width: 50px;
	height: 50px;
	text-align: right !important;
}

.comment_avatar div {
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.comment_avatar img {
	width: 50px;
}

.series_comment th.comment_title {
	border-bottom: 0;
	padding: 9px 9px 0 0;
}

.series_comment .comment_reply {
	border-bottom: 0;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	width: 1px;
	padding: 9px 9px 3px 0;
}

.series_comment th.comment_meta {
	height: 1px;
	font-weight: normal;
	font-size: 12px;
	padding: 0 9px 9px 0;
}

.comment_body {
	font-size: 12px;
	padding: 14px;
}

.comment_rating {
	float: right;
	padding: 6px;
	background-color: #C4CCD6;
	color: #52667C;
	border: 1px solid #BDC6D1;
	text-shadow: 1px 1px 1px #9FABB8;
}

.comment_useful {
	color: #52667C;
	border-top: 1px solid #D0D8E2;
	float: right;
	margin: .5em 9px 1em auto;
	font-size: 12px;
}

.comment_useful a {
	text-decoration: none;
	font-style: italic;
}

.comment_useful img {
	vertical-align: baseline;
}

.comment_useful-yes:hover img {
	background: url(../images/tickmark.png);
}

.comment_useful-no:hover img {
	background: url(../images/xmark.png);
}

.comment_useful-report:hover img {
	background: url(../images/exclamationmark.png);
}