/* CSS Document */
@import url(titlebar.css);

a, a:link, a:visited, a:hover {
	text-decoration: none;
}

div.fabrication {
	background: #fff;
	color: #000;
	display: block;
}

div#info {
	 width:300px; 
	 height:49px; 
	 z-index:11; 
}

table#facilitiestable {
	width: 500px;
	margin: 0;
	background: #ccc;
}

div#tabbox {
	display: block;
	width: 300px;
	height: 250px;
	margin-left: 100px;
	margin-right: 100px;
}
	
div#Layer1, div#Layer2, div#Layer3, div#Layer4, div#Layer5 {
 	width: 300px; 
	height:180px; 
	z-index:10; 
	left: 18px; 
	top: 75px;
	visibility: hidden;
}
	 	 
div#tabmenu {
	width: 300px;
	height: 10px;
	background: transparent;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	z-index: 11;
}

div#tab1, div#tab2, div#tab3, div#tab4, div#tab5 {
	width:300px; 
	height:168px; 
	z-index:9;
	left: 340px; 
	top: 300px; 
	background-color: #330099; 
	border: none;
}

div#grid {
	display: block;
	margin: 0;
	height: 10px;
	width: 500px;
	background: #fff;
	padding-left: 0;
	text-align: left;
}

div#gridcell {
	height: 10px;
	width: 10px;
	display: inline;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.emptycell {
	background: #fff;
}

td#facilitiescell, th#facilitiescell {
	height: 15px;
	padding-left: 5px;
	width: 165px;
}

th#facilitiescell {
	font-weight: bold;
}

.unselected {
	color: #000;
	background: #fff;
}	

td.facilitiesh {
	background: #ccc;
	width: 1px;
}

td.facilitiesv {
	background: #ccc;
	height: 1px;
}

td.projecttitlecell {
	width: 170px;
	padding: 5px;
	background: transparent;
}

td.projecttextcell {
	/* width: 300px; */
	padding: 5px;
	background: transparent;
	text-align: left;
}

div#product {
	width: 300px;
	margin-top: 5px;
	background: transparent;
	margin-left: 5px;
	text-align: left;
	visibility: hidden;
}

table#projecttable {
	/* height: 216px; */
	width: 500px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

div#productsbox0, div#productsbox1, div#productsbox2, div#productsbox3, div#productsbox4, div#productsbox6, div#productsbox7, div#productsbox8 , div#productsbox5{
	position: absolute;
	width: 500px;
	height: 160px;
	background: transparent;
	background: #ddd;
	margin-top: 0px;
	visibility: hidden;
}

div.productlinks {
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
}

div.prototyping {
	background: #58656A;
	width: 500px;
	height: 160px;
}
