.forums { width: 75%; margin: auto; margin-top: 35px; text-align: left; }
	.forums td { padding: 6px; vertical-align: middle;}
	.forums .name { width: 70%; padding: 8px;font-size: 16pt; }
	.forums .moderators { width:30%; font-size: 8pt; padding: 5px; }
	.forums .last_post { font-size: 8pt; }

.options { text-align: right; padding: 3px; }
.deleted { background-image: url('../gfx/background/bg_gray.jpg'); }

#glpNews { clear: both; margin-top: 10px; padding: 5px; }
#glpNews, #topics_desc { width: 75%; margin: auto; clear: both; }
	#glpNews h4, #topics_desc h4 { font-size: 12pt; margin: 7px 7px 3px 7px}
	#glpNews hr, #topics_desc hr { margin: 0; width: 120px; text-align: left; background: #0A483E; margin-left: 7px;}
	#glpNews p, #topics_desc p { font-size: 8pt; margin: 3px 7px 7px 7px;}

.topics { width: 75%; margin: auto;}
	.topics th { height: 40px; border-bottom-width: 2px; font-size: 10pt; font-weight: bold;}
	.topics td { height: 35px; padding: 5px; vertical-align: middle; border-width: 0px 1px 1px 0px; padding-left: 15px;}
	.topics .title { width: 45%; font-size: 10pt; }
	.topics .author { width: 15%; font-size: 8pt; }
	.topics .count { }
	.topics .last_post { width: 30%; line-height: 160%; font-size: 8pt;  }

.posts { width: 100%; }
	.posts .info { width: 18%; padding: 7px; }
		.posts .info h4 { font-size: 10pt; font-weight: bold; margin-top: 3px; margin-bottom: 8px;}
		.posts .info h5 { font-size: 8pt; margin-top: 3px; font-weight: normal; }
	.posts .content { width: 82%; padding: 7px 7px 7px 7px; line-height: 140%; }
    .posts .content p { margin-bottom: 15px; }

blockquote { padding: 5px 10px 5px 10px; }
blockquote p { color: white; }
blockquote .author { font-weight: bold;  }

#topic_preview { max-height: 400px; overflow: auto; border: 2px solid #184443; margin: 10px auto; padding: 1em 9px; text-align: center; width: 75%; }
#topicPreviewTriggerLink { cursor: pointer; }
