/* Table Classes */
TABLE.datagrid
{
	background-color: #339933;
}

TABLE.datagrid TR.title_row TH {
	font-size: 10px;
	font-weight: bold;
	background-color: #339933;
	padding: 3px;
}

TABLE.datagrid TR.title_row TH.sorted {
	background-color: #2E892E;
}

TABLE.datagrid TR.title_row {
	background-color: #339933;
}

TABLE.datagrid TR.action_row {
	background-color: #339933;
}


TABLE.datagrid TR.title_row A {
	color: white;
}

TABLE.datagrid TR.data_row TD {
	vertical-align: top;
	background-color: white;
	padding: 3px;
}

TABLE.datagrid TR.data_row TD IMG{
	border: none;
}

TABLE.datagrid TR.data_row TD.action {
	vertical-align: middle;
	text-align: center;
}

TABLE.datagrid TR.title_row TD A {
	color: black;
}*/

/* Type Classes*/
TABLE.datagrid TR.data_row TD.currency
{
	text-align: right;
}

TABLE.datagrid TR.data_row TD.js_action {
	cursor: pointer;
}

TABLE.datagrid TR.data_row TD.boolean
{
	vertical-align: middle;
	text-align: center;
}

TABLE.datagrid TR.data_row TD.number
{
	text-align: right;
}

TABLE.datagrid TR.data_row TD.image
{
	vertical-align: middle;
	text-align: center;
}

TABLE.datagrid TR.data_row TD.date
{
	white-space:nowrap;
}
