/* Basic font settings */

body {font-size:10pt; font-family: Verdana,Arial,Helvetica;}

h1 {font-size: 16pt}
h2 {font-size: 12pt}
h3 {font-size: 11pt; font-weight:600;}
h4 {font-size: 10pt; font-weight:600;}

/* Top section (NB: font colours specified from skin variables in page code) */

#topsection {width:100%; float:none; border-bottom:1px solid #366d6d; margin-bottom:4px;}
#topsection #topsect1 {}
#topsection #topsect2 {float:right}

/* Bottom section (NB: bg colour specified from skin variables in page code) */

#bottomsection {width:100%; margin-top:16px; font-size:8pt; height:1.6em; vertical-align:middle;}
#bottomsection a {font-weight:bold}
#bottomsection .bottomitem, #bottomsection .bottomlast {float:left; padding:2px 4px;}
#bottomsection .bottomitem {border-right: 1px solid #366d6d;}
#bottomsection .bottomadmin {float:right; padding:2px 4px;}

/* Crumb trails */

div.navigation {float;right; border:1px solid #aaa;margin:10px 6px;padding:4px;width:90%}

/* Main Topic Index */

#topics {width:96%; margin:16px; font-size:10pt; border:1px solid green;}

	#topics th {font-weight:bold; text-align:left;}
	#topics th, #topics td {padding: 2px;}

	#topics #stats {text-align:center; font-size:12pt;}
		#topics #stats span {margin:4px 16px;}

	#topics .topicheader td, #topics th {border:1px solid black;}

	#topics .topicheadername, #topics .topicname {font-size:12pt; font-weight:bold; float:left;}
	#topics .topicheadertext, #topics .topicdescription {float:left; clear:both;}

	#topics .topicdate, #topics .topicposter {font-size:8pt;float:left; clear:both;}


/* Announcement and About Messages */

#announce, #about {
	margin:10px 6px;
	padding:0 4px 0 36px;
	width:90%;
	min-height:36px;
	}
* html #announce, * html #about {
	height:42px; overflow:auto;
	}
#announce {
	border:2px solid #a33;
	color:#a33;
	background:url('/icons/msg_anno.gif') no-repeat top left;
	}
#about {
	border:2px solid #33a;
	color:#33a;
	background:url('/icons/msg_about.gif') no-repeat top left;
}

/* Messages */

#messages {
	margin: 4px;
}

	/* Individual messages */
.messageheader {border:1px solid black; background-color: #eee; height:50px; margin: 16px 0 0; padding: 16px;}

.messagetext {border:1px solid black; border-top:none; margin-top:0; padding:4px 16px; clear:both; font-size:10pt}
.messageauthor {float:left; font-size:9pt; font-weight:bold}
.messagedate {float:left; clear:both; font-size:8pt}
.messageicons {float:right;}

.messageauthor a {color:#003; text-decoration:underline}
.messageauthor a img {margin-left:4px}

/* Add a Message */
#addmessage {
/*	border: 2px solid black; */
}
/* Add form, inside add-a-message div */
#addform {
	border: 1px solid black;
	padding:4px;
	border-collapse:collapse;
	width:99%;
	margin-top:16px;
}

/* Message Preview */
#postrevise {
	text-align: center;
	background-color: #b0bb90;
	border: 1px solid black;
	border-top: 0;
	padding: 4px;
}

