.postcontrolbox_alt,
.postcontrolbox
{
	width: 540px;
	padding-left: 10px;
	padding-right: 0px;
}

.postcontrolbox
{
background-image: url(../images/greenRowMiddle.png);
}
.postcontrolbox_alt
{
background-image: url(../images/pinkRowMiddle.png);
}

.postcontrolbox_top,
.postcontrolbox_top_alt
{
background-repeat: no-repeat;
	height: 27px;
	width: 550px;
	margin-left: -10px;
	margin-right: -10px;
}

.postcontrolbox_top
{
background-image: url(../images/greenRowTop.png);
}

.postcontrolbox_top_alt
{
background-image: url(../images/pinkRowTop.png);
}



.postcontrolbox_bottom,
.postcontrolbox_bottom_alt
{
background-repeat: no-repeat;
	height: 54px;
	width: 550px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -23px;
}

.postcontrolbox_bottom
{
background-image: url(../images/greenRowBottom.png);
}

.postcontrolbox_bottom_alt
{
background-image: url(../images/pinkRowBottom.png);

}

.postcontrolbox DIV 
{

}


.postbox 
{
	padding: 6px;
	padding-bottom: 10px;
	width: 450px;
}


.postcontroltitlebox
{
	font-size: x-large;
	font-weight: bold;
	height: 30px;
	margin-bottom: 18px;
	line-height: 1.1;
}

.postcmnttext,
.postcontroltextbox
{
	width: 510px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.postmetabox
{
	width: 500px;
}

.postcmnter
{
}

.postcmntdate
{
}

.postcmnter,
.poster
{
	font-weight: bold;
	margin-left: 0px;
	float: left;
	width: 200px;
}

.postcmntdate,
.postdate
{
	float: left;
	width: 260px;
}

.commentsbox
{
	margin-left: 28px;
	width: 490px;
}

.commentbox
{
	margin-bottom: 15px;
	border-bottom: solid 2px black;
}

.postcmnttext
{
	width: 470px;
	padding: 10px;
}
.postcmnttitlebox
{
	font-weight: bold;
	font-size: larger;
	height: 30px;
	width: 490px;
}


.postcmnttextarea
{
	width: 490px;
}


.saveCommentButton,
.addCommentButton{
	background-image: url(../images/commentButton.png);
	background-repeat: no-repeat;
	width: 420px;
	height: 60px;
	cursor: pointer;
	margin-left: 30px;
text-align: center;
padding-top: 20px;
color: #221ca1;
font-weight: bold;
}


.savePostButton{
	background-image: url(../images/submitButton.png);
	background-repeat: no-repeat;
	width: 420px;
	height: 60px;
	cursor: pointer;
}

.forumTopicListRowCtl_alt,
.forumTopicListRowCtl
{

	cursor: pointer;
	margin: 0px;
	height: 60px;
padding: 8px;
	padding-left: 18px;
	width: 500px;
background-repeat: no-repeat;	

}
.forumTopicListRowCtl{
background-image: url(../images/pinkrow.png);
}

.forumTopicListRowCtl_alt
{
	background-image: url(../images/greenrow.png);
}

.forumTopicListRowName
{
	font-size: larger;
	font-weight: bold;
	width: 420px;
}

.forumTopicListRowDesc
{
	margin-left: 40px;
}

.buttonimageWText
{
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-family: Sans-Serif;
}


#buttAddThread
{
	padding-top: 12px;
	margin-left: 60px;
	margin-top: 10px;
	color: #221ca1;
}
.topicPageHdgBox
{
	width: 500px;
	margin-bottom: 20px;
}

.topicPageHdg
{
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-family: Sans-Serif;
	color: Aqua;
}

.topicPageDescr
{
	text-align: left;
	padding: 15px;
}

.newPostBox
{
	border: ridge 5px #ccffcc;
	padding: 10px;
	background-color: #f8fff8;
}

.catCkboxes
{
	border: ridge 2px #ccffcc;
	width: 120px;
	margin-top: 4px;
	background-color: White;
}

.bitflagstitle
{
	font-weight:bold;
}

#buttSavePost,
#buttCancelPost
{
	margin-left: 40px;
	height: 50px;
}


#buttAddPost
{
	margin-left: 60px;
	margin-top: 10px;
	color: #221ca1;
}

#pageHdgTopicDescript {
font-size: smaller;
}


#backToThreadPage
{
	background-image: url(../images/BackToThreads.png);
	background-repeat: no-repeat;
	width: 320px; 
	height: 40px;
	float: right;
	position: absolute; 
	top: 175px;
	left: 420px;
}

#backToTopicsPage
{
	background-image: url(../images/BackToTopics.png);
	background-repeat: no-repeat;
	width: 320px; 
	height: 40px;
	float: right;
	position: absolute; 
	top: 175px;
	left: 420px;
}