BODY { 
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 1em;
	margin: 20px;
	padding: 0px;
}

.nav {
	font-size: 11px;
	font-weight: bold;
	border:1px solid gray;
	padding:10px;
}

.pagespan {
	font-size: 11px;
	font-weight: bold;
	border:1px solid gray;
	padding:10px;
	margin-top: 10px;
}

.navsmall {
	font-size: 10px;
	font-weight: bold;
	border:1px dotted lightgray;
	padding:8px 8px 8px 8px;
	text-align:center;
	width:350px;
	float:right;
}

#largetext {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 3px;
	width:auto;
}



#copyright {
	margin-top: 10px;
	font-size: 10px;
	text-align:center;
}

#content {
	padding: 10px;
	margin-top:10px;
	border:1px solid gray;
}


.topicwrap,
.forumwrap {
	line-height:130%;
}

.topicwrap ul,
.forumwrap ul {
	list-style-type: none;
}

.topicwrap li,
.forumwrap li {
	font-size: 0.85em;
}

.forumwrap strong {
	font-size: 1.1em;
	font-weight: bold;
}

.desc {
	color: gray;
	font-size: 10px;
}

.smalltext {
	color: gray;
	font-size: 10px;
	text-align:center;
	padding:10px;
}

/*---------------------------------------*/
/* Post view */
/*---------------------------------------*/

.postwrapper {
	border:1px solid #b8cad1;
	padding:1px;
	margin-bottom: 15px;
}

.posttopbar {
	background-color: #c6d8df;
	padding: 6px;
}

.postname {
	font-weight: bold;
	font-size: 0.8em;
	width: auto;
	float:left;
}

.postdate {
	width:auto;
	font-size: 0.8em;
	color: #2d79a1;
	text-align:right;
}

.postcontent {
	padding: 6px;
	font-size: 0.8em;
}

/*---------------------------------------*/
/* NEW QUOTE / CODE WRAPPERS             */
/*---------------------------------------*/

.quotetop {
	color: #000;
	margin: 8px auto 0px auto;
	font-weight:bold;
	font-size:10px;
	padding: 8px;
	background-color:#E4EAF2;
	border-left: 4px solid #8394B2;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
}
.quotemain {
	color: #465584;
	background-color: #FAFCFE;
	border-left: 4px solid #8394B2;
	border-right: 1px dotted #000;
	/*border-top: 1px dotted #000;*/
	border-bottom: 1px dotted #000;
	padding: 4px;
	margin: 0px auto 8px auto;
}

#QUOTE { font-family: Verdana, Arial; font-size: 8pt; color: #000000; background-color: #EFEFEF; border: 1px solid #B0B0B0; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }

.code
{
	color: #000000;
	background-color: #EFEFEF;
	border: 1px solid #B0B0B0;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: 11px;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

div.codehead { 
   font-size: 11px; 
   color: black; 
   padding: 0px 24px 0px 24px ; 
} 
div.codeblock { 
   border: 1px solid #5E6C80; 
   font-family: Courier, 'Courier New', sans-serif; 
   font-size: 10px; 
   padding: 8px 8px 8px 8px ; 
   background-color: #F5F5F5; 
   white-space: pre; 
} 

td {
	padding: 6px;
	font-size: 0.8em;
}

.postcolor {
	padding: 6px;
	font-size: 0.8em;
}
