﻿.dataTable {
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}
/*
.dataTable thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.dataTable thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
*/

.dataTable thead tr th {
    background: none repeat scroll 0 0 #000000;
    color: #d3a518;
    font-family: Helvetica,Arial,Calibri,sans-serif;
    /*font-family: 'Raleway', Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    border-bottom: solid 5px #d3a518;    
}
.dataTable td {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 1px solid #DCAC00;
    border-top: 1px solid transparent;
    padding: 8px;
}
.dataTable td input {
    vertical-align: middle;
}
.dataTable td small {
    color: #FFFFFF;
}
.dataTable tr:hover td {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.dataTable tr:hover td a:link, .dataTable tr:hover td a:hover, .dataTable tr:hover td a:active {
    /*color: rgba(245, 245, 245, 0);*/
}
.dataTable tfoot td {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid transparent;
    color: #FFFFFF;
    padding: 8px;
}
.dataTable tfoot tr:hover td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dataList {
	list-style-position: inside;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.dataList li {
    background: url("../images/interface/Misc/listBullet.png") no-repeat scroll 0 1px transparent;
    list-style-type: none;
    padding-left: 25px;
    margin: 5px 0 3px 10px;
}
.noHover tr:hover td {
    background: none repeat scroll 0 0 #000000;
}