


table.dataGrid {
	width: 100%;
}

table.dataGrid th {
	color: #003f5f;
	font-weight: bold;
	background-image: url("/images/pixel_vrule.gif");
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 2px 2px 2px;
	text-align: right;
	vertical-align: bottom;
	border-bottom: 1px #4f96b8 solid;
}

table.dataGrid td {
	font-size: 11px;
	background-image: url("/images/pixel_vrule.gif");
	background-repeat : repeat-y;
	background-position: bottom right; 

/**	border-right: 1px #b0e0e6 solid;        e1edf3, 4f96b8   87ceeb skyblue, b0e0e6 powderblue**/

	padding: 2px 2px 2px 2px; 
	text-align: right;
	border-bottom: 1px #4f96b8 solid;
}

table.dataGrid td.bold {
	color: #003f5f;
	font-weight: bold;
}

table.dataGrid td.expander {
	background-image: url("/images/pixel_vrule.gif");
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 0px;
	text-align: right;
	border-bottom: 0px;
	background-color: #f2f3ee;
}

table.dataGrid td.expand {
	background-color: #f2f3ee;
	text-align: center;
	width: 20px;
}

table.dataGrid tr.normal td {
	background-image: none;
	padding: 0px;
	border-bottom: 0px;
	line-height: 1px;
}

table.dataGrid td.normal {
	background-image: none;
	padding: 0px;
	border-bottom: 0px;
	line-height: 1px;
}

table.dataGrid td.toolbar {
	background-image: none;
/*	padding: 0px 150px 0px 0px; */
	padding: 0px;
	border-bottom: 0px; 
/*	line-height: 1px;	*/
}

table.dataGrid td.leftVertical {
	background-image: url("/images/pixel_vrule.gif");
	background-repeat : repeat-y;
	background-position: bottom left;
	padding: 0px;
	border-bottom: 0px;
	line-height: 1px;
}

table.dataGrid td.buttons {
	background-image: none;
	padding: 2px 0px 2px 7px;
	border-bottom: 0px;
}

table.dataGrid div.hrule {
	background-image: url("/images/pixel_hrule.gif");
	height: 1px;
	overflow: hidden;
}

