.forumtable
	{
	width: 800px;
	border-collapse: collapse;
	}
	
/*.forumtable a,.forumtable b
	{
color: #68B201;
	}*/

.forumtable h3
	{
	margin: 0;
	/*font-family: Arial;*/
	}

.forumtable .heading
	{
	font-weight:bold;
	}

#center
	{
	width: 800px;
	margin: auto;
	}

.forumpost .left
	{ 
	width: 150px;
	vertical-align: top;
	}

.forumpost .right
	{
	line-height: 25px;
	}
	
.forumtable .spacer
	{
	height: 30px;
	}
	
.forumtable .spacer td div, .forumthreadtable .spacer td div
	{
	border-top: 1px dotted #D2D2D2;
	width: 100%;
	}
	
/*.forumtable b
	{
	color: #68B201;
	}
*/

.forumtable .bottomNav
	{
	text-align: right;
	color: #DA2D68;
	}

	
.forumthreadtable
	{
	width: 100%;
	}
	
.forumtable .username
	{
	font-size: 18px;
	}
	
.forumthreadtable .heading
	{
	font-weight: bold;
	color: #68B201;
	}

.forumthreadtable .spacer
	{
	height: 10px!important;
	}
	
	.forumthreadtable .paginationButton
	{
		float:left;
		width: 24px!important;
		height: 24px;
		text-decoration: none!important;
		color: white;
		font-size: 18px; 
		background: #68B201;
		margin-right: 6px;
		margin-top:6px;
		font-size: 15px;
		display: block;
		
	}
	
	.forumthreadtable .paginationButton span
	{
	
		display:block;
		padding: 3px 8px;
	}
	
	
	.forumthreadtable .selected
	{
		width: 22px!important;
		height: 22px;
		border: 1px solid #68B201;
		color:#68B201;
		background: white;
		
	
	}
	
.forumthreadtable .heading .title
	{
	width: 300px;
	}
	.forumpost textarea{
		width:790px;
		height: 400px;
		font-size: 15px;
		font-family:arial;
		padding:5px;
	}
	
	.forumpost input
	{
		width:795px;
		color: #bbb;
		height: 30px;
		font-size: 23px;
			
	}
	.forumquote
	{
	
		background: #f9f9f9;
		border-top: 1px dotted #D2D2D2;
		color:#aaa;
		max-height: 100px;
		overflow-y: auto;
	
	}
	
	.forumquote .inner
	{
		padding: 10px;
	
	}
	.grey
	{
		color:#ccc!important;
	}
	.forumquote
	{
		overflow-y: scroll; /*<- not validating*/
		overflow-x: hidden; /*<- not validating*/
	}
	
	
	
	