﻿div#admincontent div#contentarea .displaygrid table
{
}

.displaygrid table
{
	/*border:1px solid #99B4E3;*/
	margin:2%;
}

.displaygrid table caption
{
}

.displaygrid table thead
{
	font-weight:bold;
	color:#99B4E3;
	margin: 10px;
}

.displaygrid table thead tr
{
}

.displaygrid table thead tr th
{
	font-weight:bold;
	background-image:url(imageHandler.ashx?file=nav_element.jpg);
	color:#999999;
	padding:5px;
}
.displaygrid table thead tr th a,
.displaygrid table thead tr th span
{
	/*font-size: 105%;
	color:#0f66b2;*/
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	padding-right: 6px;
}

.displaygrid table tfoot
{
	font-weight:bold;
	color:#99B4E3;
	margin: 10px;
}

.displaygrid table tfoot tr
{
}

.displaygrid table tfoot tr td
{
}

.displaygrid table tbody
{
	font-weight:bold;
	color:#99B4E3;/*0f66b2*/
	margin: 10px;
}

.displaygrid table tbody tr
{
}

.displaygrid table tbody tr td
{
	/*padding-right: 6px;*/
	padding:5px;
}