.post_unread
{
  font-weight: bold;
  padding-left: 20px;
  background-image: url('/themes/icon/forum_new.png');
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

/*------------------------------- ShowForum -------------------------------*/

.forum
{
  font-size: 1em;
  padding-bottom: 10px;
}

.forum_forum_admin
{
  clear: none;
  text-align: right;
  width: 545px;
  position: absolute;
}

.forum_title
{
  clear: both;
  font-size: 1.4em;
  font-weight: bold;
  border: 0px solid #BBBBBB;
  border-bottom-width: 1px;
  margin: 20px 0px 20px 0px;
  padding-left: 1px;
}

.forum_forum_category
{
  clear: both;
  margin-bottom: 20px;
}

.forum_forum_category:hover
{
  background-image: url('/themes/image/alphahover.png');
}

.forum_forum_category_info, .forum_forum_category_visibility
{
  clear: left;
  float: left;
  width: 305px;
}

.forum_forum_category_cache
{
  text-align: right;
  clear: right;
  float: right;
  width: 230px;
}

.forum_forum_category_title
{
  font-size: 1.0em;
  font-weight: bold;
}


/*------------------------------- ShowCategory -------------------------------*/

.forum_category
{
}

.forum_category_title
{
  font-size: 13px;
  font-weight: bold;
}

.forum_category_visibility
{
  margin: 10px 0px 20px 0px;
}

.forum_category_stickies
{
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  color: #000000;
  padding: 5px;
  margin-bottom: 30px;
}

.forum_category_topics
{
  margin-bottom: 30px;
  padding: 0px 5px 0px 5px;
}

.forum_category_topic
{
  padding: 0px;
  margin: 0px;
}

.forum_category_topic:hover
{
  background-image: url('/themes/image/alphahover.png');
}

.forum_category_topic_poster
{
  float: left;
  width: 24px;
  margin-right: 10px;
  padding: 0px;
}

.forum_category_topic_title
{
  color: #BBBBBB;
  width: 285px;
}

.forum_category_topic_title img
{
	height: 16px;
	width: 16px;
	padding: 0px;
}

.forum_category_topic_lastdate
{
  float: right;
  width: 210px;
}

.forum_category_topic_header div
{
  font-weight: bold;
  color: #000000;
}


/*--------------------------------- ShowPosts --------------------------------*/

.topic
{
}

.topic_title
{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.topic_posts
{
  margin-bottom: 20px;
}

.topic_post
{
  clear: both;
  color: #BBBBBB;
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  padding: 10px;
}

.topic_post_user, .topic_post_guest
{
  text-align: center;
  font-size: 0.9em;
  width: 64px;
  float: left;
}

.topic_post_info
{
  width: 449px;
  float: right;
  overflow: auto;
}

.topic_post_date
{
  font-size: 0.9em;
  margin-bottom: 5px;
}

.topic_post_message
{
  color: #000000;
  border: 1px solid #DDDDDD;
  border-width: 1px 0px 0px 0px;
  margin-top: 5px;
  padding-top: 5px;
}

.topic_post_lastedit
{
	clear: both;
  margin-top: 20px;
  font-size: 0.9em;
  color: #BBBBBB;
}

#forum_add_post_button, #forumaddeditpost
{
  margin: 20px 0px 20px 0px;
}

.topic .ubbcode_googlemaps
{
  width: 427px;
}

/*----------------------------------------------------------------------------*/

.plugin_forum_topic
{
  clear: both;
}

.plugin_forum_user
{
  clear: both;
  float: left;
  font-size: 0.9em;
}

.plugin_forum_date
{
  float: right;
  font-size: 0.9em;
  margin-bottom: 5px;
}