/* forum */
.editbar .vf_post {
	clear:both;
	border-collapse:separate;
	border: 1px solid #5D6B7B;
	width: 576px;
}

.vf_post {
	clear:both;
	border-collapse:separate;
	border: 1px solid #5D6B7B;
	width: 580px;
}

.vf_post td { 
	text-align: left;
	padding: 5px;
	height: 1.5em;
	min-height: 1.5em;
	border-collapse: separate;
	border: none;
}
.vf_post .folderrow { 
	background-color: #BEC4CA;
	padding: 5px;
	height: 1.5em;
	min-height: 1.5em;
	border-collapse: separate;
	border: none;
}
#content .vf_post P {
	text-align: left;
}
.controlbut {
	margin-bottom: -6px;
}

.list_header{
	height: 1.5em;
	min-height: 1.5em;
	border-collapse:separate;
	background: url(/images/flisttop.gif) top left repeat-x;
}
.f_pages, .date {
	font-size: 90%;
}
.valmid, .folderrow{
	vertical-align: middle;
	text-align: left;
}

.valmidf {
	vertical-align: middle;
	background-color: #f5f5f5;
	text-align: left;
}

#content table, td{
	border-collapse: separate;
	text-align: left;
}

/* article full view */
.article_intro{
	font-size: 100%;
	color: #5D6B7B;
}
.article_body{
	font-size: 100%;
	color: #000;
	line-height: 130%;
}
.article_intro li{
	font-size: 100%;
	list-style: disc;
	margin-left: 2em;
	margin-top: .3em;
	margin-bottom: .3em;
	line-height: 130%;
}

/* google navigator */

.previous {
	float: left;
	width: 110px;
	text-align: left;
}
.next {
	float: right;
	width: 110px;
	text-align: right;
}
.pages {
	text-align: center;
	float: left;
	width: 360px;
}
td p {
	text-align: left;
}