	td.searchbox{
		border-style:solid;
		border-color:gray;
		border-width:1px;
	}

	ul.threadtagset{
		list-style-type:none;
		padding:3px;
		margin:3px;
	}

	ul.threadtagset li{
		display:block;
		float:left;
		width:150px !important;
		overflow:hidden;
	}
	
	ul.threadtagset li .taglabel{
		white-space:nowrap;
	}

	ul.threadtagset li.privatetag{
		font-style:italic;
	}

	.buttonpopup{
		border-width:1px;
		border-color:gray;
		border-style:solid;
		color:white;
		background-color:black;
		font-size:10pt;
		font-weight:bold;
		padding:4px;
	}

	.buttonpopup a:link {
		color:#bbbbbb;
		padding:3px;
	}

	/*.htc{
		display:none;
	}*/

	.forum_fav{
		width:16px;
		height:16px;
		background:url(http://dkpfiles.com/<?=$db?>/circleclosed.png) no-repeat;
		cursor:pointer;
	}

	.forum_nonfav{
		width:16px;
		height:16px;
		background:url(http://dkpfiles.com/<?=$db?>/circleopen.png) no-repeat;
		cursor:pointer;
	}

	.forum_thread_pages{
		font-size:7.5pt;
	}
	
	.rateup,.ratedown{
		width:11px;
		height:11px;
		cursor:pointer;
	}

	.rateup{
		background-image:url(images/up.gif);
	}

	.ratedown{
		background-image:url(images/down.gif);
	}

	.icqlink,.yimlink,.msnlink,.privatelink,.aimlink,.ignorelink,.threadlocked,.threadsticky,.threadprivate,.threadpoll{
		width:16px;
		height:16px;
		background-repeat:no-repeat;
	}


	.privatelink,.ignorelink,.icqlink,.yimlink,.aimlink,.msnlink{
		cursor:pointer;
	}

	.threadlocked{
		background-image:url(lock.gif);
	}

	.threadsticky{
		background-image:url(sticky.gif);
	}

	.threadpoll{
		background-image:url(poll.gif);
	}

	.privatelink,.threadprivate{
		background-image:url(private.gif);
	}

	.ignorelink{
		background-image:url(ignore.gif);
	}
	
	.icqlink{
		background-image:url(images/icq.gif);
	}

	.yimlink{
		background-image:url(images/yim.gif);
	}

	.aimlink{
		background-image:url(images/aim.gif);
	}

	.msnlink{
		background-image:url(images/msn.gif);
	}

	
	#stickypic{
		background-image:url(sticky.gif);
		height:15px;
		width:15px;
		background-repeat: no-repeat;
	}

	#lockpic{
		background-image:url(lock.gif);
		width:12px;
		height:15px;
		background-repeat: no-repeat;
	}

	
	#threadfunctions{
		width:100%;
	}

	#threadfunctions tr td{
		padding-left:8px;
		padding-right:8px;
	}

	
	.backtoindex, .addpost{
		font-weight:bold;
	}

	.addpost, .backtoindex, .favtext, #stickytext, #locktext, .morethreadfunctionsheader, .functionsprimary, .functionssecondary td, .privatethreadowner, .privatethreadmembers, .functionsprivatetag
	{
		font-size: 9pt;
	}

	.forumchangelink{
		font-weight:normal;
		font-size:7.5pt;
	}


	#threadfunctions tr.listlabel td{
		height:35px;
	}

	.morethreadfunctionsheader{
		font-weight:bold;
	}


	#classicsummaryspan{
		padding-left:20px;
		font-weight:bold;
		font-size:12pt;
	}

	.selectedthread, .selectedthreadtag{
		background:black !important;
		color:white !important;
	}

	.selectedthread a:link, .selectedthreadtag a:link {
		color:yellow;
	}

	.selectedpost {
		background:black;
	}

	#favtext{
		font-size:10pt;
	}
