/* Forum */
#content div.forum {
	float: left;
	width: 100%;
	overflow:auto;
	font-size: 12px;
}

#content div.forum a {
	font-size: 12px;
}

#content div.forum h1 {
	font-size: 12px;
}

#content div.forum table {
	display: table;
}

#content div.forum table.forums {
	width: 100%;
}

#content div.forum table.forums td {
	padding: 4px;
	line-height: 120%;
}

#content div.forum table.forums td table td {
	padding: 0px;
}

#content div.forum table.forums td.headline {
	background-color: #003F8A;
	font-weight: bold;
	color: #FFFFFF;
}

#content div.forum table.forums td.headline a {
	color: #FFFFFF;
	font-size: 12px;
}

#content div.forum table.forums td.forum {
	background-color: #F3F3F3;
	font-weight: bold;
}

#content div.forum table.forums td.postings {
	background-color: #EBEBEB;
	text-align: center;
	width: 50px;
}

#content div.forum table.forums td.threads {
	background-color: #F3F3F3;
	text-align: center;
	width: 50px;
}

#content div.forum table.forums td.last_posting {
	background-color: #EBEBEB;
}

#content div.forum table.forums td.icon {
	padding-right: 5px;
}

#content div.forum table.forums td.last_posting span.title {
	font-weight: bold;
}

#content div.forum a.newtopic, #content div.forum a.reply {
	float: right;
}

#content div.forum table.threads {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content div.forum table.threads td {
	padding: 4px;
	line-height: 120%;
}

#content div.forum table.threads td.headline {
	background-color: #003F8A;
	font-weight: bold;
	color: #FFFFFF;
}

#content div.forum table.threads td.headline a {
	color: #FFFFFF;
	font-size: 12px;
}

#content div.forum table.threads td.icon {
	background-color: #F3F3F3;
	text-align: center;
}

#content div.forum table.threads td.title {
	background-color: #F3F3F3;
}

#content div.forum table.threads td.title a {
	color: #565A5C;
	text-decoration: none;
}

#content div.forum table.threads td.answers {
	background-color: #EBEBEB;
	text-align: center;
	width: 70px;
}

#content div.forum table.threads td.hits {
	background-color: #EBEBEB;
	text-align: center;
	width: 20px;
}

#content div.forum table.threads td.last_posting {
	background-color: #EBEBEB;
	text-align: right;
}

#content div.forum table.postings {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content div.forum table.postings td {
	padding: 4px;
	line-height: 120%;
}

#content div.forum table.postings td.headline {
	background-color: #003F8A;
	font-weight: bold;
	color: #FFFFFF;
}

#content div.forum table.postings td.headline a {
	color: #FFFFFF;
	font-size: 12px;
}

#content div.forum table.postings div.user {
	padding-top: 8px;
}

#content div.forum table.postings td.user1 {
	background-color: #F7F3F7;
	width: 135px;
}

#content div.forum table.postings td.posting1 {
	background-color: #F7F3F7;
}

#content div.forum table.postings td.user2 {
	background-color: #EFEBEF;
	width: 135px;
}

#content div.forum table.postings td.posting2 {
	background-color: #EFEBEF;
}

#content div.forum table.postings td.posting1 div.title, #content div.forum table.postings td.posting2 div.title {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	display: block;
}

#content div.forum table.postings td.posting1 div.title table, #content div.forum table.postings td.posting2 div.title table {
	display: table;
	width: 100%;
}

#content div.forum table.postings td.posting1 div.title table td.icon, #content div.forum table.postings td.posting1 div.title table td.totop, #content div.forum table.postings td.posting2 div.title table td.icon, #content div.forum table.postings td.posting2 div.title table td.totop {
	width: 20px;
}

#content div.forum table.postings td.posting1 .text, #content div.forum table.postings td.posting2 .text {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	overflow: auto;
}

#content div.forum table.postings td.posting1 .actions, #content div.forum table.postings td.posting2 .actions {

}


/* Posting editor */
#content div.forum table.editposting {
	width: 100%;
}

#content div.forum table.editposting td.label {
	font-size: 12px;
	width: 100px;
}

#content div.forum table.editposting td.error {
	color: #FF0000;
	font-weight: bold;
}

#content div.forum table.editposting td {
	background-color: #F7F3F7;
	padding: 5px;
}

#content div.forum table.editposting input.title {
	width: 90%;
}

#content div.forum table.editposting textarea.text {
	width: 90%;
	height: 200px;
}

#content div.forum table.editposting input.title:focus, #content div.forum table.editposting textarea.text:focus {
	outline-color: #000000;
	outline-width: 1px;
	outline-style: dotted;
}

#content div.forum span.bbcuss_text {
	display: inline;
	cursor: pointer;
}

#content div.forum img.bbcuss_smiley {
	display: inline;
	cursor: pointer;
}

#content div.no_postings {
	border: 1px solid #AAAAAA;
	background-color: #F7F3F7;
	width: 100%;
}

#content div.no_postings .inner {
	padding: 10px;
}

#content .pagenavi a {
	font-weight: bold;
}

#content .pagenavi {
	float: left;
	display: inline;
}
