
#tooltip {
	font-size:12px;
	position:absolute;
	border:1px solid #333;
	background:#FFFFFF;
	padding:2px 5px;
	color:#333;
	display:none;
	opacity: 0.85;
	z-index:1000;
}

.thumbnail_div {
	position:absolute; 
	height:174; 
	width:174;
	overflow:hidden;
}

.thumbnail_table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

.thumbnail_box {
	height:174; 
	width:174;
	border: 0px;
	background-color:#333333;
}

.thumbmask {
	height:174; 
	width:174;
	overflow: hidden;
}

#controls {
	position: absolute;
	left: 537px;
	top: 540px;
}

#controls a {
	color: #FFFFFF;
	text-decoration: none;
}

.control_cell {
	color: #FFFFFF;
	font-size: 12px;
}

.control_cell a {
	color: #FFFFFF;
	text-decoration: none;
}

.controlinactive {
	color: #999999;
	text-decoration: none;
}

#instructions {
	position: absolute;
	left: 728px;
	top: 408px;
	width: 100px;
	color: white;
	font-size: 12px;
	line-height: 18px;
}

#box_1 { top:4px; left:4px; }
#box_2 { top:4px; left:182px; }
#box_3 { top:4px; left:360px; }
#box_4 { top:4px; left:538px; }
#box_5 { top:182px; left:4px; }
#box_6 { top:182px; left:182px; }
#box_7 { top:182px; left:360px; }
#box_8 { top:182px; left:538px; }
#box_9 { top:360px; left:4px; }
#box_10 { top:360px; left:182px; }
#box_11 { top:360px; left:360px; }
#box_12 { top:360px; left:538px; }

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
  background-color:#FFFFFF;
  position:absolute;
  padding-top:2px;
  left:0;
  top:0;
  display:none;
  z-index:9999;
}

.detailview td {
  padding-right:20px;
  padding-left: 20px;
}

#boxes {
  width:375px;
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

.details td {
	padding:0px;
	margin:0px;
	color: black;
	font-size: 12px;
}

.details td a {
	color:black;
}

.details select {
	width:160px;
	border: 1px black solid;
}