/*     This file is part of Sitemakers.be's Tagboard 
   Copyright © 2003-2005 Sitemakers.be - Some Rights Reserved */

#tagboard
{
	font-size:75%;
	padding-bottom:0;
	margin-bottom:0;
}

#tagboard p {
	margin: 0px;
	padding: 0px;
}
#tagboard form p {
	padding-left: 10px;
}
input {  /* input changes the input fields */
}
a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.tag2 {
	color: black;
	background-color: #ffffee;
	border-style:solid none none none;
	border-width:1px 0 0 0;
	border-color:silver;
}
.tag2 a:link, .tag2 a:visited, .tag2 a:active, .tag2 a:hover {
	color: black;
	font-weight: bold;
}
.tag1 {
	color: #222;
	background-color: white;
	border-style:solid none none none;
	border-width:1px 0 0 0;
	border-color:silver;
}
.tag1 a:link, .tag1 a:visited, .tag1 a:active, .tag1 a:hover {
	color: #222;
	font-weight: bold;
}
#parchs {
	margin-top: 15px;
}
#pslink {
	float:right;
	text-size: 50%;
	text-align: center;
	margin-bottom:0px;
	padding-bottom:4px;
}
#pslink a:link, #pslink a:visited, #pslink a:active, #pslink a:hover
{
	color:silver;
}
#psmileys img {
	margin-top:2px;
	cursor: pointer;
}
#tb_num_data {
	font-size: 70%;
}
#ptag {
	float:left;
}