
.board_message {
	background: #EFEFEF;
	color: #333333;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	padding: 5px;
  	margin-top: 10px;
        text-align: center;
}

.board_message_green {
	background: #008000 url(../../../../files/images/message_green.gif) repeat-x;
	color: #ffffff;
	border-top: 2px solid #008000;
	border-bottom: 2px solid #008000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.board_message_red {
        background: #800000 url(../../../../files/images/message_red.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #800000;
        border-bottom: 2px solid #800000;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_yellow {
        background: #C0C000 url(../../../../files/images/message_yellow.gif) repeat-x;
        color: #333333;
        border-top: 2px solid #808000;
        border-bottom: 2px solid #808000;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_blue {
        background: #000080 url(../../../../files/images/message_blue.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #000080;
        border-bottom: 2px solid #000080;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_pink {
        background: #800080 url(../../../../files/images/message_pink.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #800080;
        border-bottom: 2px solid #800080;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_grey {
        background: #202020 url(../../../../files/images/message_grey.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #202020;
        border-bottom: 2px solid #202020;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

