/* 
==================================================
	DATAGRID STYLES
==================================================
*/
table.grid {
	font-weight : normal;
	color : #585858;
	background-color: #FFFFFF;
}

table.grid tr.header {
	background-color: #005BC3;
	padding: 4px;
}
table.grid tr.header td{
	font-weight : bold;
	color : #FFFFFF;
	text-decoration: none;
	text-align: center;
}
table.grid tr.header td a {
	font-weight : bold;
	color : #FFFFFF!important;
	text-decoration: underline;
	text-align: center;
}
table.grid tr.header td a:hover {
	font-weight : bold;
	color : #FFFFFF!important;
	text-decoration: none;
	text-align: center;
}

table.grid tr.item {
	background-color: #F0F0F0;
	padding: 4px;
}
table.grid tr.item td{
	color : #585858;
	text-decoration: none;
}
table.grid tr.item td a {
	color : #585858;
	text-decoration: underline;
}
table.grid tr.item td a:hover {
	color : #585858;
	text-decoration: none;
}

table.grid tr.alter {
	background-color: #FFFFFF;
	padding: 4px;
}
table.grid tr.alter td{
	color : #585858;
	text-decoration: none;
}
table.grid tr.alter td a {
	color : #585858;
	text-decoration: underline;
}
table.grid tr.alter td a:hover {
	color : #585858;
	text-decoration: none;
}

table.grid tr.pager {
	background-color: #FFFFFF;
	padding: 0px;
}
table.grid tr.pager td{
	font-weight : bold;
	color : #A7AC19;
	text-decoration: none;
}
table.grid tr.pager td a {
	font-weight : normal;
	color : #585858;
	text-decoration: underline;
}
table.grid tr.pager td a:hover {
	font-weight : normal;
	color : #585858;
	text-decoration: none;
}
/* 
==================================================
	DATAGRID STYLES
==================================================
*/
