
td.table_northwest
{
	width: 25px;
	height: 21px;
	background-image: url(images/backgrounds/whitebevel_table/northwest.png); 
	background-repeat: no-repeat; 
}
td.table_north
{
	height: 21px;
	background-image: url(images/backgrounds/whitebevel_table/north.png); 
	background-repeat: repeat-x; 
}
td.table_northeast
{
	width: 25px;
	height: 21px;
	background-image: url(images/backgrounds/whitebevel_table/northeast.png); 
	background-repeat: no-repeat; 
}
td.table_west
{
	width: 25px;
	background-image: url(images/backgrounds/whitebevel_table/west.png); 
	background-repeat: repeat-y; 
}
td.table_center
{
}
td.table_east
{
	width: 25px;
	background-image: url(images/backgrounds/whitebevel_table/east.png); 
	background-repeat: repeat-y; 
}
td.table_southwest
{
	width: 25px;
	height: 21px;
	background-image: url(images/backgrounds/whitebevel_table/southwest.png); 
	background-repeat: no-repeat; 
}
td.table_south
{/* 
	width: 100%;  */
	height: 21px;
	background-image: url(images/backgrounds/whitebevel_table/south.png); 
	background-repeat: repeat-x; 
}
td.table_southeast
{
	width: 25px;
	height: 21px;
	background-image: url(images/backgrounds/whitebevel_table/southeast.png); 
	background-repeat: no-repeat; 
}

.table_head, .tabelkop
{ 
  padding: 2px; 
  /* color: rgb(20, 109, 177);  */
  color: black; 
  font-weight: bold; 
  font-size: 13px; 
	background-image: url(images/header-gradient.gif);
  background-color: rgb(66, 140, 185);
	background-repeat: repeat-x;
  /* text-align: center;  */
  text-transform: capitalize;
  border-bottom: solid 2px rgb(20, 109, 177);
}

.table_grid  
{ 
  table-layout: auto;
	/* background-color: #dddddd; */
}

.table_currency 
{
  text-align: right; 
}
.table_top_line, .tabellijn_top
{
  padding: 2px; 
	border-bottom: 1px solid #ddd;
}
.table_left_line, .tabellijn_left
{
  padding: 2px; 
	border-bottom: 1px solid #ddd; border-left: 1px solid #ddd;
}
.table_right_line, .tabellijn_right
{
  padding: 2px; 
	border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;
}
.table_left_right_line, .tabellijn_left_right
{
  padding: 2px; 
  border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd;
}

input.jdatagrid_search_box
{ 
	background-color: #ffffff; 
  border: 1px solid #bbb;
  width: 100%;
	margin: 0;
}

td.jdatagrid_search_box_cell
{
  border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd;
}

td.jdatagrid_search_box_button
{
  border-bottom: 1px solid #ddd;
}
 
a.jdatagrid_href_header:link
{
  text-decoration: none; 
	color: #050505;
}
a.jdatagrid_href_header:visited
{
  text-decoration: none; 
	color: #505050;
}
a.jdatagrid_href_header:active
{
  text-decoration: none; 
	color: #050505;
}
a.jdatagrid_href_header:hover
{
	color: #505050;
}

tr.row_hover { background-color: #a0a0a0; }
tr.row_normal { background-color: white; }
tr.row_lighten { background-color: #e8e8e8; }
tr.row_selected { background-color: #A9BFC7; }


tr,td {text-align:left;}
  
.edit_form
{
  width: 650px; 
  text-align:center; /* fix for IE, undone in tr,td above */
  margin-left:auto; 
  margin-right:auto;
}

td.edit_form_buttons
{
  padding-left: 50px;
  padding-right: 50px;
}
table.edit_form_buttons
{
  text-align:center; /* fix for IE, undone in tr,td above */
  margin-left:auto; 
  margin-right:auto;
}


td.vervaltermijn_date
{
  border: 1px solid #ddd;
}

input.vervaltermijn_date
{
  font-size: 11px; 
  padding: 0px; 
  margin: 0px; 
  width: 60px;
  vertical-align: top;
}