/**
 * Copyright (c) 2006-2009 Wydawnictwo Bauer Sp. z o.o., Sp.k.
 * Author: Krzysztof Kozlowski
 *
 * $Id: pcf_forum_top_webbar.css 3344 2009-04-03 07:53:13Z kkozlowski $
 * @file
 */

.pcf_forum_top_webbar, .pcf_forum_top_webbar table td {
	margin: 8px;
	font-weight: bold;
	font-size: 11px;
}
.pcf_forum_top_webbar a {
	color: red;
	text-decoration: underline;
}
.pcf_forum_top_webbar a:hover {
	text-decoration: none;
}
.pcf_forum_top_webbar .webbar_left {
	float: left;
	padding: 0 10px 0 0;
	height: 13px;
	width: 460px;
}
.pcf_forum_top_webbar .webbar_right {
	float: right;
	height: 13px;
}
.pcf_forum_top_webbar .webbar_outer {
	height: 13px;
}
.pcf_forum_top_webbar .webbar_outer .webbar_elem_content {
	padding-left: 5px;
	height: 13px;
}
.pcf_forum_top_webbar .webbar_outer span {
	display: none;
}
.pcf_forum_top_webbar .webbar_outer .webbar_elem_stop_rotation {
	color: black;
}

