﻿#viewTopic .messageBody {  /* Prevents the fomrummessages from overlapping*/ 
	padding: 5px;
	padding-top:25px;
}

#viewTopic pre {
        white-space: pre; /* CSS2 */ 
        white-space: -moz-pre-wrap; /* Mozilla */ 
        white-space: -hp-pre-wrap; /* HP printers */ 
        white-space: -o-pre-wrap; /* Opera 7 */ 
        white-space: -pre-wrap; /* Opera 4-6 */ 
        white-space: pre-wrap; /* CSS 2.1 */ 
        white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ 
        word-wrap: break-word; /* IE */ 
		white-space: normal;
}


/* Turns off elements */
#sideContent {
	display: none;
}

#content {
	width: 890px;
}

/* ------------------ */

/*
 *
 * forums->reply
 *
 */
#reply .submit {
	margin-left: 525px;
}

/*
 *
 * forums->newTopic
 *
 */
#newTopic .submit {
	margin-left: 500px;
}

/*
 *
 * forums->view_topic
 *
 */

#tableContainer {
	margin-bottom: 10px;	
}

#viewTopic .miniProfile {
	background-color: #E0EEFB;
	width: 140px;
	
}

#viewTopic .adminDelete {
	text-align:right;
	float:right;
	margin-left:5px;
}

#viewTopic .messagePostTime {
	text-align:right;
	float:right;
	margin-top:1px;
}

#viewTopic .messageBody {
	padding-top:30px;
}

#viewTopic .userSignature {
	padding-top:30px;
}

#viewTopic img {
	max-width: 670px;
	border:1px solid #050D15;
}

/*
 *
 * forums
 * 
 */
.columnColor {
	background-color: #E0EEFB;
}

.findRecent {
	float: right;
}

.floatRight {
	float: right;
}

.newTopic {
	float: right;
	margin-bottom: 6px;
}

.replyButton {
	margin-top:7px;
}

.search {
	float: right;
	margin-top: 0px;
	font-size: 9px;
}

.searchButton {
	margin-left: 230px;
}

table tr td {
	text-align: left;
}

th {
	border: 0px solid #bbb;
	font-size: 12px;
	text-indent: 4px;
}

