.iconSearch {
	background:url(/img/forum/icon_search.gif) no-repeat;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:10px;
}
.iconBoard {
	background:url(/img/forum/icon_board.gif) no-repeat;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:10px;
}
.iconThread {
	background:url(/img/forum/icon_thread.gif) no-repeat;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:10px;
}
.iconNewThread {
	background:url(/img/forum/icon_newthread.gif) no-repeat;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:10px;
}

.forumSticky {
	background:url(/img/forum/sticky.gif) center center no-repeat;
	height:30px;
}
.forumRead {
	background:url(/img/forum/read.gif) center center no-repeat;
	height:30px;
}
.forumUnread {
	background:url(/img/forum/unread.gif) center center no-repeat;
	height:30px;
}
.noVpad {
	padding:0 3px;
}
/*
.avatar {
	background:url(/img/forum/bg_avatar.gif) no-repeat;
	width:100px;
	height:100px;
	margin:10px 0;
}*/

.avatar {
	background:url(/img/results/bg_noimg.png) no-repeat;
	width:89px;
	height:89px;
	margin:5px 0;
	overflow:hidden;
}
.avatar img {
	position:relative;
	top:4px;
	left:4px;
}

.rank {
	width:120px;
	font-size:10px;
	margin:5px 0;
	padding:2px;
	text-align:center;
}
.rank div {
	margin-bottom:2px;
}

.forumPost {
	line-height:18px;
}

.signatureSpacer {
	color:#999;
	margin-bottom:5px;
}
.signature {
	color:#999;
	font-size:11px;
}

.goTop {
	height:13px;
	padding:0 3px 0 0;
	text-align:right;
}

#searchForum {
	background:url(/img/forum/bg_search.gif) no-repeat;
	width:255px;
	height:28px;
	padding-top:4px;
	padding-left:5px;
	margin-bottom:10px;
	float:right;
}

fieldset.quotation {
	background:#EEF3F8;
	border:1px solid #B9CCDE;
	padding:5px;
}
fieldset.quotation legend {
	color:#003366;
	font-size:11px;
	padding:2px 4px;
}

/* font colors */
.red {color:#CC0000;}
.orange {color:#FF9900;}
.yellow {color:#FFD200;}
.lime {color:#A2FF00;}
.green {color:#00CC00;}
.darkgreen {color:#007000;}
.cyan {color:#00FFF0;}
.blue {color:#0090FF;}
.violet {color:#7E00FF;}
.pink {color:#FC00FF;}
.grey {color:#808080;}
.black {color:#000000;}

/* font faces */
.comic {
	font-family:"Comic Sans MS";
	font-size:13px;
}
.courier {font-family:"Courier New";}
.georgia {
	font-family:Georgia;
	font-size:13px;
}
.impact {
	font-family:Impact;
	font-size:15px;
}
.times {
	font-family:"Times New Roman";
	font-size:14px;
}

/* Smilie-List */
#smileyList {
	width:150px;
	height:230px;
	overflow:auto;
}
