#errorText {
	color: #FF0000;
	font-size: 8pt;
	font-weight: bold;
}

.groupPanel {
	border: 2px solid black;
	padding: 2px;
}

.longLatInput {
	width: 30px;
}

.longLatInput2 {
	width: 40px;
}

.quantityInput {
	width: 50px;
}

.emailInput {
	width: 400px;
}

.nameInput {
	width: 225px;
}

.extendInput {
	width: 450px;
}

.siteInput {
	width: 282px;
	z-index: 100;
}

.tt-hint {
	width: 282px;
}

label {
	padding: 2px;
}

.topLabels {
	display: block;
}

.termsx {
	overflow-y: scroll;
	height: 100px;
	width: 100%;
	border: 1px solid #DDD;
	padding: 10px;
}

.btn {
  background: #003366;
  background-image: -webkit-linear-gradient(top, #003366, #2980b9);
  background-image: -moz-linear-gradient(top, #003366, #2980b9);
  background-image: -ms-linear-gradient(top, #003366, #2980b9);
  background-image: -o-linear-gradient(top, #003366, #2980b9);
  background-image: linear-gradient(to bottom, #003366, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
}

.btn:hover {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.linebreak {
	margin-bottom: 10px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
  }
  
.myRadioCtrl table tbody td label { 
	display:inline;
	font-weight: 700;
}

#wrapper {
 overflow-x: scroll;
}

#scrollableTable table 
{ 
	width: 100%;
}

#scrollableTable th, #scrollableTable td 
{
	border: 1px solid black;
	padding: 1px; 
}

#scrollableTable tbody {
    overflow-x: auto;
}

#locationsTableScrollable table 
{ 
	width: 100%;
}

#locationsTableScrollable th
{
	border: 1px solid black;
	padding: 1px; 
}

#locationsTableScrollable td 
{
	border: 1px solid black;
	padding: 5px 1px 5px 1px; 
}

#locationsTableScrollable tr:hover td {background:#003366; color: #ffffff;}

#locationsTableScrollable tr:hover td input {color: #000000;}

.selectedRow td {background:#003366;color: #ffffff;}

.selectedRow td input {color: #000000;}

.selectedRow td div span div {color: #000000;}

#locationsTableScrollable tbody {
    overflow-y: auto;
    overflow-x: auto;
}

tr.rowPadding td {
  padding-bottom: 5px;
  padding-top: 5px;
}
