<!--
/*
	'-------------------------------------------------------------
	' OpenForum 1.1 Beta
	' http://www.2enetworx.com/dev/projects/openforum.asp
	'
	' File: of.css
	' Description: Style Sheet for OpenForum
	' Written By Hakan Eskici on Dec 12, 2000
	'
	' Copyright (c) 2001, 2eNetWorX/dev.
	' This software is distributed with General Public License.
	' You may use the code for any purpose,
	' But re-publishing is discouraged.
	' See License.txt for additional information.
	'-------------------------------------------------------------
	'$Header: /openforum/of.css 4     19.03.01 14:47 Hakan $
	
*/

A.tb  {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : bold;
	text-decoration : none;
}

A.tb:Visited  {
	text-decoration : none;
}

A.tb:Active  {
	text-decoration : underline;
}

A.tb:Hover  {
	text-decoration : underline;
}

A.tn  {
	font-size : xx-small;
	font-family : Verdana;
	text-decoration : none;
}

A.tn:Visited  {
	text-decoration : none;
}

A.tn:Active  {
	text-decoration : underline;
}

A.tn:Hover  {
	text-decoration : underline;
}

td  {
	font-size : xx-small;
	font-family : Verdana;
}

td.tdauthor {
	width : 140px;
	text-align : left;
}

td.tddate {
	width : 110px;
	text-align : right;
}

.tbflat  {
	font-size : 11px;
	font-family : Verdana;
	border : solid 1px #999999;
}

.sfcmdflat  {
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	height : 20px;
}

select.sfselect  {
	font-size : 10px;
	font-family : Verdana;
	border : solid 1px #999999;
}

INPUT.niceinput {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-SIZE: 10px;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #ffffff;
	height: 18px;
padding-bottom:2px;
	cursor:pointer;
}

#searchbutton {
background-image:url(images/searchf.gif);
background-position:center left;
background-repeat:no-repeat;
padding-bottom:2px;
padding-left: 17px;
text-decoration:none;
margin: 0px;
}

-->
