.title {
	font-family: arial;
	background: #3180BB;
	text-align: left;
	font-size: 18px;
	color: white;
}
.cell {
	font-family: arial;
	background: white;
	font-size: 14px;
}
.odd {
	background: #DBDBDB;
	font-family: arial;
	font-size: 14px;
}
.even {
	background: #DFF1FF;
	font-family: arial;
	font-size: 14px;
}
input {
	font-family: arial;
	font-size: 12px;
}
select {
	font-family: arial;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.jucctable {
	border-collapse: collapse;
}
.errorMessage {
	font-family: Verdana;
	font-size:12px;
}
/****************** locatorService.jsp ******************/
#bglayer {
  position:absolute;
  z-index:1;
  top:100px;
  left:100px;	  
}
#bglayer img {
  width: 1000px;
}
#content {
	font-family: Verdana;
	position:absolute;
	z-index:2;
	top:0px;
	left:50px;
	font-size: 14px;
}
.bigTitle{
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #1470d4;
}
.smallTitle{
	font-size: 24px;
	font-weight: bold;
	color: #1470d4;
}
/****************** adminHotspot.jsp ******************/
th {
	background-color: #3180BB;
	color: WHITE;
}
.linkFont {
	font-size: 10px;
	
}