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

table.dataGrid th, table.dataGrid td
{
	font-size: 11px;
	border: 0px #CFD5A5 solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background:#002266;
	border:1px;
	color:#CC8F66;
}

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

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

.actionBar
{
	margin-bottom:2px;
	color:white;
}
.actionBar a
{
	color:yellow;
}

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