/* 
    Document   : discussion.css
    Created on : 21 maart 2003, 10:34
    Author     : PUMINMO
    Description:
        Styles specific for the discussions.
*/

.generalButton
{
	background-color: #004d7e;
	color: white;
	font-weight: bold;
}

.formFieldContainer
{
	background-color: #afcddd;
/*	background-color: white;*/
}

.transactionSuccesfull
{
	color: green;
}

.transactionError
{
	color: red;
}

.selectionListbox
{
	color: #004d7e;
	font-size: 8pt;
}

