ul.forum_themes {
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
  vertical-align: bottom;
}

ul.forum_themes li {
  float: left;
  margin-right: 1px;
  font-size: 8pt;
  background-image: url('../../images/tabsheet/tab_bg.gif');
  background-repeat: repeat-x;
  background-position: top;
  white-space: nowrap;
}

ul.forum_themes li.tab_end {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0px;
  border-top: 1px solid #215f5a;
  background-image: none;
}

ul.forum_themes li span.tab_left {
  display: block;
  width: 5px;
  height: 22px;
  float: left;
  background-image: url('../../images/tabsheet/tab_left.gif');
  background-repeat: no-repeat;
}

ul.forum_themes li.selected span.tab_left {
  background-image: url('../../images/tabsheet/tab_left_selected.gif');
}

ul.forum_themes li span.tab_right {
  display: block;
  width: 5px;
  height: 22px;
  float: left;
  clear: right;
  background-image: url('../../images/tabsheet/tab_right.gif');
  background-repeat: no-repeat;
}

ul.forum_themes li.selected span.tab_right {
  background-image: url('../../images/tabsheet/tab_right_selected.gif');
  background-position: right;
}

ul.forum_themes li, ul.forum_themes li a {
  color: #000000 !important;
  text-decoration: none !important;
}

ul.forum_themes li a {
  display: block;
  padding: 4px 8px;
  float: left;
}

ul.forum_themes li.selected {
  background-image: url(../../images/tabsheet/tab_bg_selected.gif);
}

ul.forum_themes li.selected a {
  color: #FFFFFF !important;
}

.cppforumbox_newtopic_buttons {
  clear: both;
  width: 100%;
  padding: 10px 0px;
}

.cppforumbox_newtopic_buttons select {
  float: right;
}

.forum_topics {
  width: 100%;
  border: 1px solid #215f5a;
  border-right: none;
}

.forum_topics th {
  margin: 0px;
  padding: 4px;
  font-family: Arial, Verdana;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  background-color: #d4e2de;
}

.forum_topics th a, .forum_topics th a:hover {
  color: #FFFFFF !important;
}

.forum_topics td {
  padding: 2px 10px;
  border-right: 1px solid #215f5a;
  border-bottom: 1px solid #FFFFFF;
}

.forum_topics td a {
  text-decoration: none !important;
}

.forum_topics tr.hover td {
  border-bottom: 1px solid #215f5a;
  cursor: pointer;
  background-color: #FAF1F1;
}

.forum_topics tr.second td {
  background-color: #FAF1F1;
}

.forum .CPPTablePager {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.forum .CPPTablePager span {
  margin-left: 10px;
  margin-right: 10px;
}

.forum .CPPTableTorrentPager {
  margin-top: 20px;
}

#forum_topic_description___Frame {
  width: 541px;
}

.forum_hozzaszolas {
  width: 100%;
  border: 1px solid #215f5a;
  margin-top: 20px;
	font-family: Arial, Verdana;
	font-size: 9pt;
}

.forum_hozzaszolas h2 {
  margin: 0px;
  padding: 4px;
  font-family: Arial, Verdana;
  color: #08413d;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  background-color: #d4e2de;
}

div.CPPForumbox_newpost_buttons {
	
}

