/*
	IND Airport
	Author: Daniel Hammer
	Date: July 21, 2024

	Filename: /css/forums/css-forums.css
*/

fieldset {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 80%;
	margin: 15px auto 0px auto;
	padding: 10px 20px 15px 20px;
	border-radius: 8px;
	border-color: #006699;
	line-height: 20px;
}

.categorylist {
	margin: 20px auto 0px auto;
}

.categorylegend {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}

.forumlink {
	margin: 0px;
}

.forumlink a {
	color: #006699;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.forumdesc {
	color: #000000;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 14px;
}

.forumstats {
	color: #000000;
	background-color: transparent;
	font-size: 11px;
	margin: 0px;
	line-height: 14px;
}

.forumlastpost {
	color: #000000;
	background-color: transparent;
	font-size: 11px;
	margin: 0px;
	line-height: 14px;
}

.userlink {
	color: #006699;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

.forumcontainer {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.forumcontainer:hover {
	background-color: #eeeeee;
	color: inherit;
}

.forumcontainerleftcol {
	float: left;
	width: 66%;
	padding: 5px;
}

.forumcontainerrightcol {
	float: right;
	width: 30%;
	padding: 5px;
	text-align: right;
}

.lastpostby {
	font-weight: bold;
}
