/* CSS Document */

.techtable_thin {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: ;
	width: 0px;
	}

.techtable_thin th {
	padding: 0 0.3em;
	text-align: left;
	}

.techtable_thin tr.yellow td {
	height: 30px;
	border-top: 2px solid #0071CD;
	border-bottom: 2px solid #0071CD;
	background: #F7E291;
	}

tr.double td {
	height: 30px;
	}

.techtable_thin td {
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	padding: 0 0.5em;
	text-align: center;
	background: #EFEFEF;
	}

.techtable_thin td.width {
	width: 50px;
	}

.techtable_thin td.adjacent {
	border-left: 0px solid #CCC;
	text-align: center;
	}


