.forums {

}

.forum-table {
	width:99%;
	background:#0C3737;
}

	.forum-table td {
		padding:4px;
	}
	
	.forum-table a {
		color:blue;
	}
	
.forum-col1 {
	
}

.forum-col2 {
	width:100px;
	text-align:center;
}

.forum-odd {
	background:#f4f4f4;
}

.forum-even {
	background:#ffffff;
}

.forum-message {
	background:#fff;
}

.forum-parent {
	background:#0C3737 url('http://www.playonscripts.com/images/grad.png') repeat-x;
}

	.forum-parent td {
		color:#fff;
		font-weight:bold;
	}

.forum-header {
	
}

.forum-header td {
	background:#124382;
	color:#fff;
	font-weight:bold;
	font-size:75%;
}

.forum-post-info {
	font-size:75%;
	margin-bottom:4px;
}

.forum-code {
	color: #000000;
	background-color: #fff;
	font-family: Arial, "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 4px solid #BABFC5;
	border-left: 4px solid #BABFC5;
	border-right: 1px solid #BABFC5;
	border-bottom: 4px solid #BABFC5;
	padding: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	width:500px;
}

.forums-page-link, .forums-page-link-highlighted {
	display:inline;
	margin-top:10px;
	border:1px solid #eee;
	padding:4px 6px 4px 6px;
	font-size:.8em;
}

.forums-sub-pages {
	margin-top:8px;
}

.forums-sub-pages a {
	display:inline;
	margin-top:4px;
	border:1px solid #eee;
	padding:2px 3px 2px 3px;
	font-size:.7em;
}

.forum-nav-bar {
	background:#f0f0f0;
	width:98%;
	margin-left:10px;
	border:1px solid #aaa;
}
