/* Burgundy Color Set  Lincoln Life*/
.hd1-1 {  	font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px;  
			font-weight: bold; 
			color: #000000; 
			background-color: #E6E2CF;
		}
		
.hd2-1 {  	font-family: Arial, Helvetica, sans-serif; 
			font-size: 9px; 
			line-height: 14px;
			font-weight: bold;  
			color: #000000; 
			background-color: #F2F2E6;
		}
		
.tableHeader { font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-weight: bold;  
			color: #000000; 
			background-color: #ffffff;
	    }	

.tableText { font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			color: #000000; 
			background-color: #ffffff;
	 }	    
.hiliteA-1 {  font-family: Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				line-height: 12px; 
				color: #000000; 
				background-color: #CCCCCC;
			}
			
.hiliteB-1 {  font-family: Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				line-height: 12px; 
				color: #000000; 
				background-color: #FFFFFF;
		    }
/* For SLUX content*/
#tableDataExtracted {
	border:1px solid #beb2a7;
	border-collapse:collapse;
	margin-bottom:20px;
}
#tableDataExtractedHeader {
	border:1px solid #beb2a7;
	border-bottom:none;
	background:#edebe5;
	
}
#tableDataExtracted td.highlight{
	border-left:1px solid #beb2a7;
	border-right:1px solid #beb2a7;
	background:#EFEAE7;
}
#tableDataExtracted th{
		height:18px;
		text-align:left;
		padding-left:7px;
}
#tableData {
	border:1px solid #beb2a7;
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	}
	#tableData caption {
		font-weight:bold;
		text-align:left;
		margin-bottom:5px;
	}
	#tableData th a {
		background-repeat: no-repeat;
		background-position: center right;
		padding-right:15px;
		color:#4d4b44;
		font-weight:normal;
	}
	
	#tableData a.down {
		background-image:url(/images/tables/sort_down.gif);
	}
	
	#tableData a.down_selected {
		background-image:url(/images/tables/sort_down_on.gif);
		font-weight:bold;
	}
	
	#tableData th {
		background-color:#edebe5;
		border:1px solid #beb2a7;
		height:18px;
		text-align:left;
		padding-left:7px;
	}
	
	#tableData.no_sort th {
		background:#edebe5;
		border-right:none;
		border-left:none;
		font-weight:normal;
	}
	
	#tableData tr.alt {
		background-color:#f6f5f2;
	}
	
	#tableData td {
		border-top:1px solid #eae9e1;
		padding: 1px 0 1px 7px;
	}
	
	caption {
		font-weight:bold;
		margin-bottom:5px;
	}
