#frmSelectMessageBoard div.frmRowSelect {
	margin-bottom: 30px;
}

#frmSelectMessageBoard div.frmRowSelect select {
	margin-top: 2px;
}

#frmSelectMessageBoard div.frmRowSelect input.btn {
	vertical-align: top;
}

#messageBoardWrapper, #pledgeBoardWrapper, #testWrapper {
	background: url(/images/bgContentBoxMid.gif) top left repeat-y;
	margin-bottom: 20px;
	clear: both;

}

div.messageBoardOuter, div.pledgeBoardOuter {
	padding-bottom: 30px;
	background: url(/images/bgContentBoxBot.gif) bottom left no-repeat;
}

div.messageBoardInner, div.pledgeBoardInner {
	padding: 0 21px;
	background: url(/images/bgTableContainerTop.gif) 0 0 no-repeat;	
}

#content #messageBoardWrapper h2, #content #pledgeBoardWrapper h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 800;
	padding: 7px 0;
}

#messageBoard, #pledgeBoard {
	width: 100%;
	float: left;
	clear: both;
}


#messageBoard thead tr, #pledgeBoard thead tr {
	width: 500px;
}

#messageBoard thead th, #pledgeBoard thead th {
	background: #72c7e7;
	color: #003145;
	text-align: left;
	padding: 5px 10px;
}

#messageBoard thead th.postedBy {
	width: 100px;
}

#messageBoard thead th.date {
	width: 130px;
}

#messageBoard tbody td, #pledgeBoard tbody td  {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #72c7e7;
}

#messageBoard tbody tr.even td, #pledgeBoard tbody tr.even td {
	background: #e9f6fb;
}

#messageBoard tbody td a, #pledgeBoard tbody td a {
	text-decoration: none;
}

#messageBoard tbody td a:hover, #messageBoard tbody td a:focus, #pledgeBoard tbody td a:hover, #pledgeBoard tbody td a:focus {
	text-decoration: underline;
}

#messageBoardWrapper p.addMessage, #pledgeBoardWrapper p.addMessage {
	margin: 15px 0;
	text-align: right;
	color: #003145;
}

#messageBoardWrapper img, #pledgeBoardWrapper img {
	vertical-align: middle;
}





/* test */

#testWrapper {
	background: url(/images/bgContentBoxMedMid.gif) top left repeat-y;
	margin-bottom: 20px;
	clear: both;

}

div.testOuter {
	padding-bottom: 12px;
	background: url(/images/bgContentBoxMedBot.gif) bottom left no-repeat;
}

div.testInner {
	padding: 0 21px;
	background: url(/images/bgTableContainerSmallTop.gif) left top no-repeat;
}

#content #testWrapper h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 800;
	padding: 7px 0px;
}

 #test {
	width: 100%;
	float: left;
	clear: both;
}



