/* CSS Document */
img {
display: none;
}
ol li{
line-height: 1.7em;
margin-bottom: 0.6em;}
body {
margin: 30px;
}
#main {
margin: 3em 0;
}
/*Forum*/
table#forum {
	width: 80%;
margin: 1em 0;
}
#forum tbody{
 border: 2px solid black;
    }
#forum tbody tr{
 border-bottom: 2px solid black;
}
#forum tbody tr td, #forum thead th{
 padding: 5px 8px;
 border-left: 2px solid black;
border-bottom: 2px solid black;
}
#forum thead th{
 background: black;
 color: white;
 font-size: medium;
}

#forum tbody tr td.nb, #forum thead th.nb {
 border-left: 0;
}
#forum tbody tr td.nb{
 padding: 0;
 }

#forum tbody tr td a{
display: block;
padding: 5px 8px;
border-bottom: 0;
}


div.forumfoot {
 border: 1px solid black;
 padding: 5px;
 min-height: 8em;
 height: auto important!;
 height: 8em; 
 }
div.forumfoot p {
font-size: 95%;
font-weight: bold;
}
.right, .left {
display: block;
}

/*PrintStyle*/

@media print {
	.skpnav, ul#nav, div#sidebar, div#rightcol, div.wonav, div#footer ul{
		display: none;
	}
	body {
border: 0;
font-family: arial, helvetica, sans-serif; 		
color: black;
width: 90%;
font-size: 12pt;
	}
h1#head img {
float: right; 
top: 5px;
width: 100px;
height: 100px;
border: 1px solid #000;
padding: 3px;
margin: 0 0 20px 20px;
}
#footer { 
text-align: left;
border: 0;
}
#footer .right {
float: none;
}	
#main {
float: none;
width: 100%;
margin-top: 120px;
}
#main a {
color: #FD6204;
	}
h1, h2, h3, h4 {
font-size: 18pt;
color: #036;
font-weight: bold;
}
h2 {
font-size: 16pt;
}
h3, h4 {
font-size: 14pt;
}
	pre {
		font-family: "Andale Mono", "Courier New", Courier, monospace;
	}
	tt {
		font-family: "arial", sans-serif;
	}

	}
