/*** forumlatest: to be used for headlines sent to other portions of the site ***/
.normal { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
}
.language {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFF00; 
}
div.warning { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
}
div.forumlatest {
	border: 1px solid #026afe;
	padding: 2px;
}
div.forumlatest h2 {
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

/*** forum table: table used to display list of threads, category lists and so on ***/
table.forumtable {
	border: 1px solid #026afe;
	padding: 0px;
	width: 98%;
	border-spacing: 0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
table.forumtable tr.title {
	background: #026afe;
	padding: 0px; 
	margin: 5px;
}
table.forumtable tr.title td {
	padding: 2px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #026afe;
}
table.forumtable tr.even {
	background: #0055cd;
}
table.forumtable tr.odd {
	background: #026afe;
}

/*** forum head: used for head and  foot (actions, page numbers...) ***/
div.forumhead {
	border: 1px solid #026afe;
   	background: #026afe;
   	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
div.forumhead table {
	width: 100%;
	border: 0px;
	border-spacing: 0px 0px;
	padding: 0px;
	margin: 0px;
}
div.forumhead table td{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*** forum message: used to display a post ***/
div.forummessage {
	border: 1px dotted #026afe;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
  	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
div.forummessage blockquote {
	border: 1px dotted #026afe;
	margin: 5px 5px 5px 25px;
	padding: 3px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;

}
div.forummessage div.head {
	border: none;
	padding: 0px;
	background: #026afe;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
div.forummessage div.text {
	border: none;
	padding: 10px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
div.forummessage div.foot {
	border: none;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	color: #FFFF00;
	font-size: 12px;
	text-align: left;
}

/*** forum comment: special format for comments to a post ***/
div.forumcomment {
	border: 0px;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
}

/*** frame: framed objects (forms for new post, new comment...) ***/
div.frame {
	border: 1px solid #026afe;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
}

/*** form: we set the form margin and padding to 0, otherwise it looks quite ugly ***/
form {
  margin: 0%;
  padding: 0%;
}
