
/* AJAX Stuff*/

#overlay {
  background-color: #fff;
  border: 8px solid #4d90a8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 4px 4px 2px #777;
  z-index: 10;
  position: fixed;
  width: 90%;
  top: 15%;
  left: 5%;
  display: none;
}

#overlay table {
  border-collapse: collapse;
}

#overlay table td {
  min-width: 200px;
  text-align: center;
  color: #000;
  font-size: .95em;
  border-collapse: collapse;
  border-left: 1px dotted #aaa;
}

#overlay table th {
  color: #378e7d;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  background: #eee;
}

#overlay table th:nth-child(even) {
  background: #ddd !important;
}

#device_choice_msg {
  margin: 10px 40px;
}

.closeBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -16px;
  right: -16px;
  background: transparent url(/img/buttons/overlayClose.png) top right no-repeat;
}

td.label {
  min-width: 90px !important;
  text-align: right !important;
  padding-right: 10px;
  background-color: #fff;
  border: none;
}

td.nameCell {
  font-weight: bold;
}

td.detailsCell {
  text-align: left !important;
}

.matrixData {
  overflow-x: auto;
  overflow-y: hidden;
  clear: both;
  margin: 0 20px;
}

.viewer {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}

#ajax .viewer {
	margin: 2em 0;
}

.scrollBtn {
  width: 40px;
  text-align: center;
  position: absolute;
  height: 100%;
  top: 0;
  cursor: pointer;
}

#leftScroll {
  left: 0;
  background: #fff url(/img/buttons/scrollLeft.png) center center no-repeat; 
}

#rightScroll {
  right: 0;
  background: #fff url(/img/buttons/scrollRight.png) center center no-repeat; 
}

#leftScroll:hover {
  background: #fff url(/img/buttons/scrollLeft_on.png) center center no-repeat; 
}

#rightScroll:hover {
  background: #fff url(/img/buttons/scrollRight_on.png) center center no-repeat; 
}

.matrix {
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

.tip {
  font-weight: bold;	
	background-color: #fff;
	color: #000;
	padding: .5em;
	border: 1px solid #aaa;
}