body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background:url('/images/bgpattern.jpg');
}

.sheet0 {
	width:187px; 
	background-color:#666;
}

.sheet0:hover {
	width:187px;
	background-color:#E00000;
	cursor:pointer;
}

.sheet1 {
	width:187px;
	background-color:#333;
}

.sheet1:hover {
	width:187px;
	background-color:#E00000;
	cursor:pointer;
}

.btn1 {
	background-color:#F00;
	color:#000;
	width:100px;
	height:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	border:solid;
	border-color:#000;
	border-width:3px;
	cursor:pointer;
}

.ConObj {
	color:#FF0;
	font-weight:bold;
	height:15px;
	width:70px;
}
.quickInfo{
	width:100%;
	height:400px;
	margin:auto;
}
.alertBanner{
	width:780px;
	height:25px;
	margin-left:10px;
	margin-right:10px;
	color:#FFFFFF;
	font-size:18px;
	text-align: right;

}
.userOptions{
	width:365px;
	height:35px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	text-align: center;
}
.viewOptions{
	width:790px;
	height:20px;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	color: #FFFFFF;
	text-align: center;
}
.userButton{
	border-radius:12px;
	background-color:#444444;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	width:100px;
	display:inline-block;
	padding:4px;
	margin-left:auto;
	margin-right:auto;
}
.userButton:hover{
	background-color:#666666;
	cursor:pointer;
}
.viewButton{
	border-radius:12px;
	background-color:#444444;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	width:112px;
	display:inline-block;
	padding:2px;
	margin-left:5px;
	margin-right:5px;
	cursor: pointer;
}
.userDiv{
	width:299px;
	height:300px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	
}
.userInfo{
	background-color:#FFF;
	width:100%;
	height:100%;

}
.userInfo tr{
	background-color:#444; 
	color:#FFF;
	height:10px;
	margin:0px;
}
.userInfo th{
	width: 35%;
	text-align: right;
}
.map{
	width:469px;
	height:300px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-left:5px;
	background-color: #000000;
	font-size:16px;
	
}
.mapNoData{
	width:469px;
	height:150px;
	float:right;
	margin-top:160px;
	margin-right:10px;
	margin-left:5px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	vertical-align:bottom;
	
}
#map-panel{
	position:absolute;
	bottom:5px;
	left:5px;
	z-index: 4;

}

.infoTable{
	width:780px;
	max-height:600px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	background-color:#333333;
	display:none;
}
.infoTable table{
	width:100%;
	height:100%;

}
.infoTable th{
	font-size: 12px;
	color:#FFFFFF;
}
.scrollDivs{
	max-height: 550px;
	overflow: auto;
}
.logDiv{
	width:780px;
	height:300px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	background-color: #333333;
	display:none;
}
.abuseList{
	width:780px;
	height:300px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	background-color: #333333;
	display:none;
}
#highlight{
	background-color: #FFFFFF;
	cursor: pointer;
}
#highlight:hover{
	background-color:#7ACEF4;
}


