div.td {
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	height: 50px;
}

div.th {
	float: left;
	padding: 6px 10px;
	height: 20px;
	background: #699A00;
	color: #fff;
	font: bold 10pt Arial,Verdana,sans-serif;
}

div.td p {
	padding: 0;
	margin:0;
}

div.tdBoardtitle {
	width: 429px;
}

div.tdFull {
	width: 843px;
	font:normal 10pt Arial,Verdana,sans-serif;
}


div.thBoard {
	width: 200px;
	padding: 6px 10px;
}

div.tdCount {
	width: 140px;
	text-align: center;
	font-size:9pt;
}

div.tdInfo, div.thInfo {
	width: 230px;
}

div.tdTopic, div.thTopic {
	width: 317px;
}

div.tdAuthor, div.thAuthor {
	width: 175px;
	text-align:center;
}

div.tdReplies, div.thReplies {
	width:55px;
	text-align:center;
}

div.thInfo, div.thTopic {
	text-align:center;
}

div.message {
    margin: 0px 0px 30px 0px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
	font:normal 10pt Arial,Verdana,sans-serif;
	background: #FBFBFB;
}
 
div.tdLeft {
    width: 130px;
    float: left;
    padding: 10px;
}
 
div.tdRight {
    width: 690px;
    float: right;
    padding: 10px 20px 20px 0;
}

div.summary {
	position: relative;
	width: 865px;
	height: 30px;
	background: #6ea200;
	font:bold 10pt Arial,Verdana,sans-serif;
	color: #fff;
}

div.post {
	padding: 20px;
    border: 1px solid #ccc;
	font:normal 10pt Arial,Verdana,sans-serif;
	background: #FBFBFB;
}

a#topreply {
	display: block;
	color: #FFF !important;
	height: 25px;
	width: 120px;
	background: url(images/treply.gif) no-repeat; 
	font:bold 10pt Arial,Verdana,sans-serif;
	position: absolute;
	top: 244px;
	right: 0px;
	text-decoration: none;
	padding: 5px 0 0 34px;
}

a#newtopic {
	display: block;
	color: #FFF !important;
	height: 25px;
	width: 120px;
	background: url(images/treply.gif) no-repeat; 
	font:bold 10pt Arial,Verdana,sans-serif;
	position: absolute;
	top: 244px;
	right: 13px;
	text-decoration: none;
	padding: 5px 0 0 21px;
}

a#bottomreply {
	display: block;
	color: #FFF !important;
	height: 25px;
	width: 120px;
	background: url(images/breply.gif) no-repeat; 
	font:bold 10pt Arial,Verdana,sans-serif;
	position: absolute;
	bottom: 130px;
	right: 0px;
	text-decoration: none;
	padding: 2px 0 0 34px;
}

div#topicheading {
	width: 530px;
	height: 30px;
	background: #6ea200;
	margin-top: 33px;
	position: relative;
    overflow: hidden;
	font:bold 10pt Arial,Verdana,sans-serif;
	color: #fff;
}

div.thLeft {
    width: 100px;
    float: left;
    padding: 6px 13px;
}
 
div.thRight {
    width: 703px;
    float: right;
    padding: 6px;
}

div.thTopicLeft {
    float: left;
    padding: 6px 13px;
}
 
div.thTopicRight {
    float: right;
    padding: 6px 13px;
}

form#topicform {
	margin: 30px auto;
	width: 650px;
}

form#topicform label {
	margin: 20px 0px;
	float: left;
	width: 100px;
	font: bold 12pt Arial,Verdana,sans-serif;
	display: block;
}