.msgboard
{
	border-top: darkgray 1px solid;
	padding-top: 3px;
	background-image: url(../Images/msg_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

.mbName
{
	font-weight: normal;
}

.mbSubmit
{
	border: solid 1px #AAAAAA;
	background-color: #ECECEC;
	padding: 5px;
	margin-bottom: 20px;
}

.mbSubmit .optionalText
{
	font-size: 10px;
	color: #505050;
}

.RadEditor
{
	border: none !important;
}

.mbReqApproval
{
	font-weight: bold;
	color: red;
}

.mbNew
{
	font-weight: bold;
	color: #00cc00;
}

.msgboard #mbUser
{
	font-weight: bold;
}

.msgboard #mbUser
{
	font-weight: bold;
}

.msgboard #mbDate
{
	font-size: 10px;
}

.msgboard #mbDetails
{
	font-size: 11px;
}

.msgboard td
{
	vertical-align: top;
}

.mbButton
{
	font-size: 11px;
	color: #f0f8ff;
	border-right: #f0f8ff 1px solid;
	padding-right: 2px;
	border-top: #f0f8ff 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #f0f8ff 1px solid;
	padding-top: 2px;
	border-bottom: #f0f8ff 1px solid;
	background-color: darkgray;
}

.mbButton:Hover
{
	text-decoration: underline;
}

.mbButton:Active, .mbButton:Visited, .mbButton:Link
{
	text-decoration: none;
}
