﻿.dataTable
{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dataTable th
{
	font-weight: bold;
	padding: 8px;
	background: #002b4b;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #FFF;
}

.dataTable td
{
	padding: 3px 0px 3px 8px;
	background: #FFF; 
    border-bottom: #CCC solid 1px;
	border-top: 1px solid transparent;
}

.dataTable td small
{
color: #999999;
}


.dataTable tr:hover td
{
	background: #efefef;
	color: #000;
}

.dataTable tr:hover td a:link, .dataTable tr:hover td a:hover, .dataTable tr:hover td a:active
{
	color: #000;
}

.dataTable tfoot td
{
	padding: 8px;
	background: #FFF; 
    border-bottom: #000 solid 1px;
	border-top: 1px solid transparent;
	font-style: italic;
}

.dataTable tfoot tr:hover td
{
	background: #efefef;
	color: #000;
}

.dataList {
	list-style-type: circle;
	list-style-image: none;
	list-style-position: inside;
	margin-left: 5px;
	margin-bottom: 10px;
}


