/**
 * datagrid CSS
 *
 * @copyright  Copyright(c) 2005, IC Zones
 * @author		Guillaume Lacroix
 * @since		2005,12,14
 * @package		CSS
**/
table.dg_table{
	background-color:		Black;
	font-size:				12px;
	font-family: 			Arial, Helvetica, sans-serif;
}
tr.header{
	background-color: 	#4F5F69;
	color:					White;
}

tr.dg_unCheck{
	background-color: 	#FFF7E7;
}
tr.dg_Check{
	background-color: 	#E3E3E4;
}

tr.footer{
	background-color: 	#4F5F69;
	color:					White;
}
tr.footer_search{
	background-color: 	#4F5F69;
	color:					White;
}

td.check_blank{
	width: 					20px;
	height: 					20px;
}

span.link{
	cursor:					pointer;
}

input.medium{
	width: 					75px;
}

div.dg_r_left{
	overflow: 				hidden;
}

td.dg_main_foot{
	text-align:				center;
	width:					100%;
}

table.dg_footer{
	width:					100%;
}

td.dg_footer_left{
	text-align:				left;
	width:					20px;
}

td.dg_footer_left2{
	text-align:				left;
}

td.dg_footer_right{
	text-align:				right;
	width:					20px;
}

td.dg_footer_right2{
	text-align:				right;
}

td.dg_footer_center{
	text-align:				center;
}

div.main{
	
}
div.update{
	width:					400px;
	margin-left:			300px;
}
#btnModify,
#btnDelete,
#btnAdd{
	display:					block;
	position:				relative;
	display:					inline;
	z-index:					99999;
}
