﻿.dataTable {
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}
.dataTable thead tr th {
    background: #6E8BC3;
    color: #FFFFFF;
    font-family: 'Calibri', Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
	text-align:center;
}
.dataTable td {
    border-bottom: 1px solid #626262;
    border-top: 1px solid transparent;
    color: #FFF;
    padding: 16px 10px;

}
.dataTable td input {
    vertical-align: middle;
}
.dataTable td small {
    color: #121212;
}
.dataTable tr:hover td {
    background: none;
}
.dataTable tr:hover td a:link, .dataTable tr:hover td a:hover, .dataTable tr:hover td a:active {
    color: #121212;
}
.dataTable tfoot td {
    border-bottom: 1px solid #626262;
    border-top: 1px solid transparent;
    color: #121212;
    padding: 16px 10px;
    font-style: italic;
    font-size: 12px;  
}
.dataTable tfoot tr:hover td {
    background: none;
}
.dataList {
    list-style: circle inside none;
    margin-bottom: 10px;
    margin-left: 5px;
}
.noHover tr:hover td {
    background: none;
}

.GiftsTable td {
	vertical-align:top;
}
.GiftsTable tr td h2 {
	margin-top:0px;
	font-size:20px;
}

.GiftsTable tr td:nth-child(2)
{
	padding-left:10px;	
}
.GiftsTable tr td{
	padding-top:10px;
	line-height: 14px;
}
