.MessageSuccess{
	background:#c0c0c0;
	width: 50%;
	height:40px;
	color:#000000;
	border:3px solid #00FF00;
	text-align: center;
}

.MessageError{
	background:#c0c0c0;
	width: 50%;
	height:40px;
	color:#000000;
	border:3px solid #FF0000;
	text-align: center;
}

.MessageWarning{
	background:#c0c0c0;
	width: 50%;
	height:40px;
	color:#000000;
	border:3px solid yellow;
	text-align: center;
}


.SortableTable {
    border: 1px solid #cccccc;
    margin: 0px;
    field: 0px;


}

.SortableTable td{
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
