h1 {
	margin-top: 1em;
}

.title span.description,
.message span.date
{
	font-size: 0.8em;
	margin-left: 0.6em;
}


/* forum list */

.forum,
.topic {
	margin-bottom: 1em;
}

.forum,
.topic {
	margin-bottom: 1.8em;
}

.forum dt a {
	font-size: 1.3em;	
}

.forum dd {
	font-size: 0.89em;
}

.topic .title a {
	font-size: 1.2em;
	font-weight: bold;
}

.forum .count,
.topic .count {	
	font-family: Verdana, serif;
	font-size: 0.8em;
	color: #666;
	margin-left: 1em;
}

a.rss {
	margin-left: 1em;
	font-size: 0.8em !important;
	padding-left: 17px;
	background: url(rss_icon.gif) 0 0.1em no-repeat;
	color: #000;
}

h1 a.rss {
	font-size: 0.5em !important;
}

.topic dd {	
	margin: 0.2em 0;
}

.topic dd.author {
	font-size: 0.8em;
}

.topic p {
	margin-bottom: 0;
}

.topic i {
	display: inline-block;
	position: relative;
	z-index: 2;
	left: -23px;
	margin-right: -20px;
	padding-right: 20px;
	height: 19px;
	background: url(forum_icons.gif) 0 0.3em no-repeat;
	cursor: hand;
}

.topic i.answers-1 {
	background-position: -20px 0.3em;
}

.topic i.answers-2 {
	background-position: -40px 0.3em;
}

.topic i.answers-10 {
	background-position: -60px 0.3em;
}

i.private {
	position: relative;
	z-index: 2;	
	width: 10px;
	height: 10px;
	left: -18px;
	top: 0.2em;
	margin-right: -18px;
	display: block;
	float: left;	
//	display: inline;
//	float: none;
	background: url(private_icon.gif) no-repeat;	
}

.forum i.private {
	top: 0.4em;
}


/* extra */

.add_navigation {
	margin-top: -3.1em;
}

.add_navigation {
	font-size: 1.2em;
}

.add_navigation span {	
	float: left;	
	padding-top: 2em !important;
}

.add_navigation ul.navigation li div{
	float: left;
	padding: 0.3em 0.5em;
	margin-top: 0.6em;
}

.add_navigation ul.navigation li div a,
.add_navigation ul.navigation li div b {
	float: none;
	padding: 0;
	margin-top: 0;
}

.add_navigation ul.navigation li div.selected {
	background: #D6DDB1;
}

.add_navigation ul.navigation li div.selected a {
	color: #000000;
}


/* login form */

#aligner
{
	margin: 0 auto;
	width: 440px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -220px;
	z-index: 200;
	font-size: 0.95em;
	//position: absolute;
	//top: expression(eval((document.body.clientHeight/2)+document.body.scrollTop) + "px");
}
#aligner form
{
	
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#aligner table
{
	height: 100%;
	background: #EFF1E1;
	position: relative;
	border: 8px solid #EFF1E1;
}

#content .answer_form td,
#aligner td
{
	padding: 0.5em;
}

#aligner .shadow
{
	background: #000000;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	opacity: 0.17;
	//filter: alpha(opacity = 17);
}
#content td.hasAnswer
{
	border-bottom: 1px solid #D6DDB1;
	padding-bottom: 0;
}
.message
{
	margin-bottom: 1em;
}

#content .message .message {
	margin-left: 3em;
}

.message .topic {
	margin-bottom: 0;
}

.message #new_comment {
	font-size: 1em;
	font-weight: bold;
}

.message .add {
	margin: 0.4em 0 0;
}

.message .message .topic {
	padding-top: 0.5em;
	border-top: 1px solid #D4DEB3;
}

.message .message .topic-odd {
	border-color: #EDF1E0;
}

.message .author {
	font-size: 0.8em;
}

#content dd.message td
{
	padding-right: 0;
}
#content dd.message p.text
{
	margin-bottom: 0.3em;
}
.answer
{
	margin: 0.2em 0 1.3em;
}
.say,
.management a
{
	color: #00768A;
	font-size: 0.8em;
	cursor: pointer;
	border-bottom: 1px dashed #00768A;
	text-decoration: none;
	margin-left: 10px;
}
.say {
	margin-left: 2.5em;
}
textarea.wide,
input.wide
{
	width: 99%;
	margin-right: 10px;
}
span.messagesCount
{
	margin-left: 0.7em;
	font-size: 0.7em !important;
	float: none;
	color: #000000;
	text-decoration: none;
}
span.messagesCount i
{
	font-style: normal;
	color: #107F10;
}
#content dl.answer .answer
{
	padding-left: 0px;
}
.deleted
{
	padding: 0.6em 1em;
	position: relative;
	left: -1em;
}
.deleted *,
.deleted a:visited
{
	color: #999999 !important;
	border-color: #999999 !important;
}
.deleted #aligner table
{
	color: #000000 !important;
	border: 8px solid #EFF1E1 !important;
}
.deleted img
{
	opacity: 0.5;
	//filter: alpha(opacity = 50);
}
.division
{
	display: block;
	height: 0.5em;
	overflow: hidden;
}
.ellipsis
{
	font-size: 1.5em;
	padding-left: 15px;
	position: relative;
	top: -0.2em;
}
big
{
	font-size: 1.2em;
}
.welcome
{
	font-size: 0.85em;
	margin-bottom: 2em;
}
