
code {
	color: #6BCA62;
	font-family : Monospace, "Courier New", Courier, monospace;
}

.normal {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
.language {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
.textinput {
	width:95%;
}

/*** 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: 12pt;
	margin: 0px;
	padding: 0px;
}

/*** forum table: table used to display list of threads, category lists and so on ***/
table.forumtable {
   border: 1px solid #0F9AE0;
   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: #0F9AE0;
	padding: 0px; 
	margin: 5px;
}
table.forumtable tr.title td {
	color: #FFFFFF;
   padding: 2px;
   margin: 0px;
	border: 0px;
	border-bottom: 1px solid #0F9AE0;
}
table.forumtable tr.even {
   background: #FFFFFF;
}
table.forumtable tr.odd {
   background: #E1EBF2;
}

table.forumtable td {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
}

table.forumtable tr.newthread td.lastpost {
   font-style: italic;
   color: #B92E30;
}

table.plainforumtable {
	border: 1px solid #0F9AE0;
	padding: 0px;
	border-spacing: 0px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

table.plainforumtable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*** forum head: used for head and  foot (actions, page numbers...) ***/
div.forumhead {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
	border: 1px solid #0F9AE0;
   background: #E1EBF2;
   width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px;
}
div.forumhead table {
	width: 100%;
	border: 0px;
	border-spacing: 0px 0px;
	padding: 0px;
	margin: 0px;
}
div.forumhead table td{
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*** forum message: used to display a post ***/
div.forummessage {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
	border: 1px dotted #0F9AE0;
   width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.forummessage blockquote {
	border: 1px dotted #0F9AE0;
	margin: 5px 5px 5px 25px;
	padding: 3px;
}
div.forummessage div.head {
	border: none;
	padding: 0px;
   background: #E1EBF2;
}
div.forummessage div.head img.email {
	margin: 5px 0px 0.3ex 0px;
	padding: 0px;
}
div.forummessage div.text {
	border: none;
	padding: 10px;
}
div.forummessage div.foot {
	border: none;
	padding: 0px;
	font-size: 11px;
}

/*** forum comment: special format for comments to a post ***/
div.forumcomment {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	border: 0px;
	margin: 5px 0px 5px 25px;
	padding: 0px;
}

div.forumcomment div.forummessage div.head {
   background: #ECF3F7;
}

/*** forum notice: notice to the user ***/
div.forumnotice {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	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 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	border: 1px solid #0F9AE0;
   width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/*** warning: used to send error messages ***/
div.warning {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	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.forumform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0%;
	padding: 0%;
}

form.forumform input {
	color: #000;
	background: #e9f4fb;
	border: 1px solid #0F9AE0;
	margin: 0px 3px;
}

form.forumform select {
	color: #000;
	background: #eee;
	border: 2px outset #414141;
	margin: 0px 3px;
}

form.forumform option {
	color: #000;
	background: #eee;
	border: 0px outset #414141;
}

form.forumform textarea {
	color: #000;
	background: #e9f4fb;
	border: 1px solid #0F9AE0;
	margin: 0px;
	width: 500px;
}

form.forumform input.submit {
	color: #000;
	background: #eee;
	border: 2px outset #414141;
}

div.forumhead form.forumform input {
	background: #fff;
}

/*** forum sign: signature at the bottom of forum ***/
div.forumsign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	margin: 5px 5px;
	padding: 0px;
	text-align: center;
}