﻿.dataTable
{
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dataTable th
{
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
	background: #990813;
	border-bottom: 1px solid #000;
	color: #FFF;
    background: #009FE1;
}

.dataTable td
{
	padding: 5px 0 5px 8px;
    border-bottom: #C0C0C0 solid 1px;
	border-top: 1px solid transparent;
}

.dataTable tr:hover td a:link, .dataTable tr:hover td a:hover, .dataTable tr:hover td a:active
{
	color: #FFF;
}

.dataTable tfoot td
{
	padding: 8px;
	background: #000; 
    border-bottom: #000 solid 1px;
	border-top: 1px solid transparent;
	font-style: italic;
}

.dataTable tfoot tr:hover td
{
	background: #000; 
}

.dataList {
	list-style-type: circle;
	list-style-image: none;
	list-style-position: inside;
	margin-left: 5px;
	margin-bottom: 10px;
}


