

.messageBoard {
	
	padding-left: 10px;
	padding-right: 10px;
}

.messageBoard .newComment {
	font-size:  11px;
	padding-left: 40px;
}

.messageBoard .author {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;

}

.messageBoard .message {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 12px;
	padding-bottom: 0px;	
	font-size:  12px;
	margin-bottom: 0px;
	line-height: 140%;
	background: white;
	color: black;
	font-weight: normal;
}

.messageBoard .message#contest {
	font-size:  11px;
}


.messageBoard h3 {
	
	font-size: 18px;
	text-align: center;
}

.messageBoard h4 {
	font-size: 12px;
	background: #e1e1e1;
	padding: 3px;
}

.messageBoard h5 {
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}

.messageBoard .header {
	font-size:  11px;
	font-weight: bold;
	text-align: right;
}

.messageBoard .footer {
	font-size:  11px;
	font-weight: bold;
	text-align: right;
	border-bottom: solid 2px #c0c0c0;
	margin-bottom: 12px;
	padding-bottom: 12px;
}


.messageBoard .topicList {
	padding-left: 24px;
	line-height: 250%;
}

.messageBoard .menuBar {
	background: #e1e1e1;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 3px;
	height: 20px;
}


.messageBoard form {
	border: solid 1px #000000;
	padding: 6px;
	text-align: center;
	background: #e1e1e1;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 100%;
}


.messageBoard label {
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 5px;
	
}

.messageBoard label#wide {
	width: 300px;
	float: left;
	text-align: right;
}

/*
.messageBoard input, select, textarea {
	clear: right;	
	margin-bottom: 12px;
	background: white;
	margin-right: 5px;
	font-size: 12px;
}
*/


.messageBoard .readOnlyData {
	margin-bottom: 12px;
}

.messageBoard form p {
	clear: both;
}

.messageBoard fieldset {
	text-align: left;
}

.messageBoard .inputButton {
	font-size: 14px;
}



.messageBoard  form#deleteTopic {
	background: #ffffff;
	border: none;
}

.messageBoard form#deleteTopic input {
	background: #e1e1e1;
}

.messageBoard .documentation
{
    font-size : 11px;
    background : #ffffcc;
    padding : 5px;
	 margin-bottom: 10px;
	 
}



