﻿/* File Created: juni 4, 2013 */

/* grid */
body, input, textarea, select {
	  color: #000000;
}
.page .content,

.titan_grid .titan_grid_header,
.titan_grid .titan_grid_row:hover, .titan_grid .titan_grid_row_alt:hover,
.titan_grid .titan_grid_row_alt,

.titan_grid .titan_grid_row_add,
.titan_grid .titan_grid_row_edit,
.splitslijst .result .splitslijst_factor_red,
.splitslijst .result .splitslijst_factor_green
{
  background: none;

}
.splitslijst .result .splitslijst_factor_red input
{
  border: 3px solid #FF5151;
}

.splitslijst .result .splitslijst_factor_green input
{
  border: 3px solid #A2FF4C;
}

.splitslijst .result .splitslijst_customsdoc_green td
{
  background-color: #A2FF4C;
}


