table.admin-joblist-table {
	width:100%;
	max-width:900px; 
	margin:auto;
	border:collapse;
}
.admim-job-list.list-even-row {
	background-color: #ffffff;
}

table.admin-joblist-table td {
	padding:5px;
}

.admim-job-list.list-odd-row {
	background-color: #cccccc;
}

.admin-joblist-title th {
	font-weight:bold;
	background-color: #16AAD0;
	padding: 10px;
}
.visible {
	color:blue;
}
.webhidden {
	color:red;
}
td.center-align {
	text-align:center;
}

.disableLocationSearch { 
	display:none;
}
.distance_error_message { 
	color:red;
	margin:auto;
}

/* Modal, content and close (below) are HTML elements created by script during the popup process. You will not see them in any page or template, but they are just empty DIV tags
into which the popup text 'content' is inserted. These DIVs are all hidden until the popup is activated */
#modal {
  position:absolute;
  background:gray;
  padding:4px;
  z-index:9999;
}

#modalcontent {
 /* background:#EBF8FA; */
  background-color: #E9F3F2;
  padding:10px;
  overflow: auto;
}

#close {
  position:absolute;
  background:url(../images/close.png);
  width:24px;
  height:27px;
  top:-7px;
  right:-7px;
}

#submodal {
  position:absolute;
  background:gray;
  padding:4;
  z-index:9999;
}

#submodalcontent {
  background:#E9F3F2;
  padding:10px;
  overflow: auto;
}

#subclose {
  position:absolute;
  background:url(../images/close.png);
  width:24px;
  height:27px;
  top:-7px;
  right:-7px;
}
