.dataTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #aaaaaa;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.dataTable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.dataTable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.dataTable table tr:first-child td:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.dataTable table tr:first-child td:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.dataTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.dataTable tr:hover td {
	
}

.dataTable tr:nth-child(odd) {
	background-color: #FFFBEB;
}

.dataTable tr:nth-child(even) {
	background-color: #FFFDF5;
}

.dataTable td {
	vertical-align: middle;
	border: 1px solid #aaaaaa;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 2px;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	white-space: nowrap;
}

.dataTable tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.dataTable tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.dataTable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.dataTable tr:first-child td {
	background: -o-linear-gradient(bottom, #ffcd29 5%, #fbad2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffcd29), color-stop(1, #fbad2e));
	background: -moz-linear-gradient(center top, #ffcd29 5%, #fbad2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd29", endColorstr="#fbad2e");
	background: -o-linear-gradient(top, #ffcd29, fbad2e);
	background-color: #ffcd29;
	border: 0px solid #aaaaaa;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}

.dataTable tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #ffcd29 5%, #fbad2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffcd29), color-stop(1, #fbad2e));
	background: -moz-linear-gradient(center top, #ffcd29 5%, #fbad2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd29", endColorstr="#fbad2e");
	background: -o-linear-gradient(top, #ffcd29, fbad2e);
	background-color: #ffcd29;
}

.dataTable tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.dataTable tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}