
/* Style of table items within dnnExperts module */
.dnnExperts_Table
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}

.dnnExperts_TableHeader
{
	color: white;
	background-color: #000084;
	font-weight: bold;
	font-size: 11px;
}

.dnnExperts_TableItem
{
	background-color: #eeeeee;
	font-weight: normal;
	font-size: 10px;
	padding:5px 5px 5px 5px;
}

.dnnExperts_TableAltItem
{
	background-color: Gainsboro;
	font-weight: normal;
	font-size: 10px;
	padding:5px 5px 5px 5px;
}

.dnnExperts_TablePager
{
      background-color: #999999;
	font-weight: normal;
	font-size: 10px;
}

.dnnExperts_TableFooter
{
    background-color: #CCCCCC;
	font-weight: normal;
	font-size: 10px;
}

