
td {
	font-size: 10pt;
}

input {
	font-size: 10pt;
}

.forum {
	font-size: medium;
}

.hilite {
	background: #FFFF00;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

tr {
	font-weight: normal;
	color: #000000;
}

.list-item {
	line-height: 22px;
	color: #000000;
	margin: 0;
	
}

.list-item a {
	text-decoration :       none;
	color           :       #0000cc;
	background      :       transparent;
	display: block;
}

.list-item a:link, a:visited {
	color: #0000a0;
	background	:	transparent; 
}

.list-item a:hover {
	text-decoration: none;
	color: white;
	background: #ff9900;
}

.list-item img {
	float: left;
	border: 0;
	margin: 1px 0 0 5px;
	padding: 0;
}

.list-item .icon-flag {
	border: 0;
	margin: 0 4px 0 4px;
}

.forum_title {
	font-size: large;
}

.small {
	font-size: 8pt;
}

a.navlink {
	color: black;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #f98407;
	padding: 0px 2px 0px 2px;
	background: #ffb100;
	border-radius: 3px;
}

a.navlink:hover {
	background: #ffbe26;
	border:1px solid #ffc231;
	color: #404040;
}

.error {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	text-align= center;
}

.navcontrol {
	PADDING-LEFT: 4px;
	MARGIN: 5px;
	WIDTH: 180px;
	BORDER-TOP: 1px solid #A00000;
	BORDER-BOTTOM: 1px solid #A00000;
	BORDER-LEFT: 1px solid #A00000;
	BORDER-RIGHT: 1px solid #A00000;
}

.navcontrol:hover {
	PADDING-LEFT: 4px;
	MARGIN: 5px;
	WIDTH: 180px;
	COLOR: #ffffff;
	BORDER-TOP: 1px solid #A00000;
	BORDER-BOTTOM: 1px solid #A00000;
	BORDER-LEFT: 1px solid #A00000;
	BORDER-RIGHT: 1px solid #A00000;
	BACKGROUND-COLOR: #990000;
}

textarea {
	font-size: 10pt;
	width: 500px;
}


.wp-pagenavi {
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

div.post-page {
	float: right;
	margin: 15px 0 15px 0;
	clear: both;
}

span.nav-post, a.nav-post {
	color: black;
	padding: 3px 6px 3px 6px;
	margin-left: 5px;
	border: 1px solid #ffaf32;
	background-color: #ffffff;
}

span.nav-post {
	color: #808080;
}

a.nav-post:hover {
	border-color: #f98407;
	background-color: #ffaf32;
}

span.current {
	color: black;
	font-weight: bold;
	border: 1px solid #f98407;
	background-color: #ffbf42;
}