
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

.normal {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}
.normal a:link{
        font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		text-decoration:none;
}
.normal a:hover{
        font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		text-decoration:underline;
		
}
.normal a:visited{
        font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		text-decoration:none;
}

.thread_title {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #0000FF;
}
.thread_title a:link{
        color: #0000FF;
		text-decoration:none;
}
.thread_title a:hover{
        color: #FF0000;
		text-decoration:underline;
}
.thread_title a:visited{
        color: #00FF00;
		text-decoration:none;
}

.author_name{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0000FF;
	font-weight: bold;
}
.reply_to{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.reply_to a:link{
	text-decoration:none;
	color:#000000;
}
.reply_to a:visited{
	text-decoration:none;
	color:#000000;
}
.reply_to a:hover{
	text-decoration:none;
	color:#000000;
}

.language {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

/*** forumlatest: to be used for headlines sent to other portions of the site ***/
div.forumlatest {
   border: 1px solid #636363;
   padding: 2px;
}
div.forumlatest h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 100%;
	margin: 5px;
	padding: 5px;
}

/*** forum table: table used to display list of threads, category lists and so on ***/
table.forumtable {
   border: 1px solid #636363;
   padding: 0px;
   width: 96%;
   border-spacing: 1px;
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 30px;

}
table.forumtable tr.title {
   background: #7D7D7D;
	padding: 0px; 
	margin: 0px;
}
table.forumtable tr.title td {
   padding: 12px;
   margin: 0px;
	border: 0px;
	border-bottom: 1px solid #7D7D7D;
}
table.forumtable tr.even {
   background: #EAEAEA;
}
table.forumtable tr.odd {
   background: #DEDEDE;
}

/*** forum head: used for head and  foot (actions, page numbers...) ***/
div.forumhead {
	border: 1px solid #636363;
	background: #EAEAEA;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;

}
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 #636363;
    width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
	text-align: left;
}
div.forummessage blockquote {
	border: 1px dotted #636363;
	margin: 5px 5px 5px 25px;
	padding: 3px;
}
div.forummessage div.head {
	border: 1px;
	padding: 8px;
	font-size:11px;
    background: #EAEAEA;
}
div.forummessage div.text {
	border: none;
	padding: 20px;
}
div.forummessage div.foot {
	border: 1px;
	padding: 5px;
	font-size: 11px;
	background:#EAEAEA;
}

/*** forum comment: special format for comments to a post ***/
div.forumcomment {
	border: 0px;
	margin: 5px 0px 5px 25px;
	padding: 0px;
}

/*** forum notice: notice to the user ***/
div.forumnotice {
	border: 1px solid #636363;
    background: #EAEAEA;
    width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px;
}


/*** frame: framed objects (forms for new post, new comment...) ***/
div.frame {
	border: 1px solid #636363;
    width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/*** warning: used to send error messages ***/
div.warning {
	border: 1px solid #FF0000;
	text-align: center;
	color: #FF0000;
    width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/*** form: we set the form margin and padding to 0, otherwise it looks quite ugly ***/
form {
  margin: 0%;
  padding: 0%;
}

