#layout-container {
  position: relative;
}

.component {
	z-index: 950;
}

.divider {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/divider.png');
	background-repeat: repeat;
	background-color: #666666;
}

.tall {
	z-index: 950;
	top: 240px;
	left: 340px;
    height: 40px;
    width: 10px;
}

.wide {
    width: 40px;
    height: 10px;
	padding: 0px;
	z-index: 950;
	top: 240px;
	left: 360px;
}

#my-case-placeholder {
  width: 821px;
  height: 435px;
}

#my-case {
	position: absolute;
/*	top: 400px;
	left: 20px;*/
    top: 21px;
    left: 15px;
	width: 821px;
	height: 401px;
	z-index: 10;
	background-image: url('../images/grid.png');
	background-position-x: 0px;
	background-position-y: 0px;
	background-repeat: no-repeat;
}

#info {
	position: absolute;
    top: 1px;
	left: 400px;
	width: 310px;
	height: auto;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	z-index: 950;
	background-color: #c06000;
	color: #cccccc;
	padding: 2px;
}


#msg-box {
	position: absolute;
	top: 350px;
	left: 500px;
	background-color: red;
	color: white;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial;
}

.case {
	border: 1px solid #c06000;
}

.case-hover {
	border-color: red;
}

.hover {
	border: 1px solid red;
}


.placed {
	z-index: 3001;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
	border: 1px dotted #eeeeee;
	padding: 0px;
}

.template {
	cursor: move;
	position: absolute;
}

.remove-button {
	left: -10px;
	top: -10px;
	position: absolute;
	/*
background-image: url('../images/remove_button_icon.png');
	background-position: bottom right;
	background-repeat: no-repeat;
*/
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 3002;
}

.layout-title {
	color: #c06000;
	font-size: 36px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.layout-step-title {
	color: #c06000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #004080;
	margin-bottom: 3px;
}

.layout-step {
	padding: 5px;
	margin-top: 10px; 
	margin-right: 10px;
	float: left;
	clear: none;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	width: 175px;
}

.layout-step-final {
	padding: 5px;
	margin-top: 10px; 
	margin-right: 10px;
	width: 175px;
	clear: left;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
}

#comp-depth {
	width: 50px;
	text-align: right;
}

#inch {
	position: absolute;
	left: 725px;
    top: 2px;
    width: 100px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}

#final-step {
  float: left;
}

img#arrow {
	float: right;
	clear: none;
	cursor: pointer;
}

img.circle {
	height: 100%;
	width: 100%;
}

img.square {
	height: 100%;
	width: 100%;
}

img.divider {
	top: 0px;
	left: 0px;
	height: 100%
	width: 100%;
}

div.square {
	top: 240px;
	left: 250px;
    width: 20px;
    height: 20px;
}
div.circle {
    width: 20px;
    height: 20px;
	top: 240px;
	left: 280px;
}

#comp-label {
	position: absolute;
	top: 270px;
	left: 250px;
	width: 70px;
	border-top: 1px solid #cccccc;
	color: #666666;
	font-family: Helvetica, Verdana, Arial;
	font-size: 10px;
	padding-top: 4px;
}

#div-label {
	position: absolute;
	top: 290px;
	left: 340px;
	width: 60px;
	border-top: 1px solid #cccccc;
	color: #666666;
	font-family: Helvetica, Verdana, Arial;
	font-size: 10px;
	padding-top: 4px;
}

#search-results {
	margin: 10px;
	width: 100%;
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	display: block;
	position: relative;
	float: left;
	overflow-y: auto;
}

#search-results td, #search-results th {
	padding: 5px;
	border-color: #c06000;
	border-width: 1px;
	border-style: solid;
}

#search-results table {
	width: 250px;
	text-align: left;
	border-collapse: collapse;
	margin: 10px;
}

#search-results h1 {
	font-size: 16px;
	font-weight: bold;
}

#search-results a {
	color: #c06000;
/* 	text-decoration: none; */
}

#search-results a:hover {
	text-decoration: underline;
	color: #c06000;
}

button#clear-components {
	position: absolute;
	top: 317px;
	left: 50px;
	width: 80px;
	font-size: 12px;
}

button#save-components {
	position: absolute;
	top: 317px;
	left: 150px;
    width: 80px;
	font-size: 12px;
}

button#load-components {
	position: absolute;
	top: 317px;
	left: 250px;
    width: 120px;
	font-size: 12px;
}

#case-tabs {
  cursor: pointer;
  margin-left: 15px;
  width: 400px;
}
#case-tabs .tab {
  float: left;
  padding: 5px 0 0 25px;
  width: 164px;
  height: 16px;
  background-repeat: no-repeat;
  color: white;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#case-tabs .tab-selected {
  background-image: url(../images/vlc-tab-selected.png);
}
#case-tabs .tab-unselected {
  background-image: url(../images/vlc-tab-gray.png);
}
#grid-results {
  border: 1px solid #c06000;
  position: relative;
  display: none;
  width: 801px;
  min-height: 170px;
  z-index: 10;
  margin: 21px 15px 10px 15px;
  padding: 10px;
}
#grid-results p {
  margin: 0;
  padding: 0;
}

.layout-table {
  border: 1px solid black;
  margin: 0 0 0 0;
  padding: 0;
  border-spacing: 0;
}
.layout-table td, .layout-table th, .layout-table td, .layout-table th {
  padding: 4px;
  font-size: 11px;
  text-align: left;
}
.layout-table .even {
  background-color: #eeeeee;
}
.layout-table .odd {
}
