﻿/*#region Nurse Aid Details */

.results-table { margin-top:10px; }
/* .printdatewrapper { display: none; } */

.printdatewrapper { 
	display: block; 
	color:black;
}

.table th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #428bca;
	border-bottom: 1px solid #C1CAD5;
	border-image: none;
	border-left: 1px solid #C1CAD5 !important;
	border-right: 1px solid #C1CAD5 !important;
	border-top: 1px solid #C1CAD5 !important;
	color: #ffffff;
	font-size: 12px;
	padding: 4px;
}

.table td { padding: 4px; }

#detailsWrapper table {
	margin-bottom: -1px;
}

#detailsPanel {
	width:675px;
	margin:0 auto;
}

#detailsWrapper .table th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #EFF4F7;
	border-bottom: 1px solid #C1CAD5;
	border-image: none;
	border-left: 1px solid #C1CAD5 !important;
	border-right: 1px solid #C1CAD5 !important;
	border-top: 1px solid #C1CAD5 !important;
	color: #57697E;
	font-size: 12px;
}

#detailsWrapper .table td, #detailsWrapper .table th {
	border-bottom: 1px solid #C1CAD5;
	border-right: 1px solid #C1CAD5;
	padding: 4px;
}

#detailsWrapper  .table td {
	border-left: 1px solid #C1CAD5 !important;
}

#detailsButtonRow { margin-bottom: 15px; }

.highlightString {
	font-size: 16px;
	font-weight:bold;
}

.tabletop { margin-top: 15px; }

/*#endregion */