/* begin data grid style */
table.dataGrid
{
	background:#EAF7FF;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 11px;
	border: 0px #84CFFF solid;
	padding: 5px;
}

table.dataGrid th
{
	background: url(images/htable.jpg) repeat-x;
	border:1px;
	color:#FFFFFF;
	font-size:16px;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #D3ECFF;
}
table.dataGrid tr.odd:hover,
table.dataGrid tr.even:hover
{
	background: #A0D6FF;
}
/* end of data grid style */

.actionBar
{
	margin-bottom:2px;
	padding-top: 10px;
}
.actionBar a
{
	color:#198CFF;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}
table.dataGrid a:link
{
	color:#198CFF;
}
table.dataGrid a:visited
{
	color:#198CFF;
}
table.dataGrid a:hover
{
	color:yellow;
}