/* For the Crystals Tables */
table.crystaltrans{
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	border-collapse:collapse;
	margin: 0 25px 10px 20px;
	}

table.crystaltrans th.title { text-align: left;
                        font-size: 12px;
						color:#CC0000;
						padding-bottom: 5px;
						border-bottom: none;
						 }
						 
table.crystaltrans th { 
                        font-size: 11px;
						color:#CC0000;
						border-bottom: 1px solid #cc0000;
						 }					 

table.crystaltrans td { border-bottom: 1px solid #cc0000;
                        padding: 4px 2px; }
						
table.crystaltrans td.notes {
	font-size: 10px;
	font-style: italic;
	border-bottom: none;
}

table.crystaltrans td.bdnone {
	border-bottom: none;
}					
						
/* For the FTIR Instruments Code Table */
table.ftir {
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	border-collapse:collapse;
	margin: 0 25px 10px 20px;

	}

table.ftir th.title { text-align: left;
                        font-size: 12px;
						color:#CC0000;
						padding-bottom: 5px;
						border-bottom: none;
						 }
						 
table.ftir th { 
                        font-size: 11px;
						color:#CC0000;
						border-bottom: 1px solid #cc0000;
						 }					 

table.ftir td { border-bottom: 1px solid #cc0000;
                        padding: 4px 2px; }
						
table.ftir td.notes {
	font-size: 10px;
	font-style: italic;
	border-bottom: none;
}

table.ftir td.bdnone {
	border-bottom: none;
}		