.tasawikTable {
	font: 1em/140% Hoefler Text, "Times New Roman", Times, serif;
	color: #2d2822;
}
	.tasawikTable thead td {
		background-color: #555;
		border: 1px solid silver;
	}
	
	/* odd and even classes for alternating row backgrounds */
	.odd, .TR_odd td {
		background: #e7ddd6;
	}
	.even, .TR_even td {
		background: #D1C2B7;
	}
	
input, select, textarea {
	font: 1em/140% Hoefler Text, "Times New Roman", Times, serif;
	color: #2d2822;
	background-color: #efefef;
	border: 1px solid #655a52;
}
input[type=text] {
	padding-left: 2px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #FBB752;
}
input[type=submit]:hover, input[type=button]:hover {
	border: 1px solid #FBB752;
}
