/********************************* BEGIN PAGER ************************************************/

#forum .pager a {
  text-decoration: none;
  border: 1px solid #2788C5;
  background: #fff url(images/gradient-inner.png) repeat-x left top;
  font-weight: bold;
}

#forum .pager a.active { 
  color: #006; 
}

#forum .pager-current, 
#forum .pager a:hover { 
  background: #2788C5; 
  color: #fff;
}

/********************************* END PAGER ************************************************/

/********************************* BEGIN FORUM TABLES ********************************************/

/* General */

#forum table {
  border: thin solid #e5ecf5;
}

#forum th {
  background-color: #e5ecf5;
  color: #667788;	
}

#forum th a, #forum th a:link, #forum th a:hover, #forum th a:visited{
  font-weight: bold;
  color: #667788;	
}

/* Containers */

#forum td.container {
  background-color: #e5ecf5;
  color: white;
}

#forum td.container a { 
  font-weight: bold;
  color: #667788;
}

#forum .description {
  font-size: 92%;
  color: #494949;
  line-height: 1.6em;
}

/* Topic listings */

#forum td.topic{
  border: solid white 1px;
}

#forum td.replies,
#forum td.created {
  border:solid white 1px;
}

#forum td.statistics, #forum td.settings, #forum td.pager {
  border: 1px solid #bbb;
}

#forum td .links {
  font-size: 0.9em;
}

/* Top links */
#forum li {
  list-style-type: none;
  list-style-image: none;
}

/********************************* BEGIN FORUM TOPIC ********************************************/

.toppost {
/* This can be used for any special formatting of the main node */
}

.forum-comment {
  border: thin solid #d4e2f2;
}


/* Header at the top of each post */
.post-info {
  background: #f3f7fb url(images/paper.gif) no-repeat fixed left;
  color:#cedce7;
}

.postedon{
	font-weight: bold;
	font-size: .8em;
	color:#5f8aad;
}

.posttitle{
  font-weight: bold;
  font-size: 1.1em;
  color:#40739c;
  border-bottom: thin solid #d4e2f2;
}

.forum-comment .new {
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
}

.post-num a, .post-num a:link, .post-num a:visited, .post-num a:active, .post-num a:hover {
	color:	#5f8aad;	
}

.forum-post-wrapper {
	background: url(images/forum-separater.gif) repeat-y;
	border-top: thin solid #d4e2f2;
	border-bottom: thin solid #d4e2f2;
}

.forum-comment-left .author-name {
  font-weight: bold;
  font-size: 1.1em;
}

.forum-comment-left .picture img {
	border: thin solid #d4e2f2;
	background: White;
}

#main #content .node .forum-comment .forum-comment-right .content {
  border:none;
}

/********************************* END FORUM TOPIC ********************************************/


