/* css file with styles specific to the design file*/
div.layout_column_third{
	width:208px;
}
div.layout_column_two_thirds{
	width:703px;
}

td.part_cell{
	width:140px;
	cursor:pointer;
	background-color:#FFFFFF;
	border-right:1px solid #000000;
}

table.part tbody tr, table.part thead tr{
	width:140px;
	cursor:pointer;
	border-right:1px solid #C8C8C8;
}

td.hrs{
	/*color:#FF6600;*/
	color:#FF6600;
	font-weight:bold;
}