body{
	background-color:#f0f0f0;
	font-size:12px;
	font-family: Tahoma;
}
.clear{clear:both;}
.green{color:#070;}
.red{color:#f00;}
a{text-decoration:none;color:#009;}
p{margin-top:0px;margin-bottom:0px;}
#title{
	width:1220px;
	height:32px;
	margin:0px auto;
	margin-top:30px;
	font-size:25px;
}
h1{
	font-size:25px;
	font-weight:normal;
}
#info{
	width:1220px;
	min-height:30px;
	height:auto;
	margin:0px auto;
	margin-top:10px;
	text-align:justify;
	font-size:15px;
	line-height:25px;
}
#repeater-list{
	width:1220px;
	min-height:30px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	background-color:#090;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}
#repeater_list_title{
	height:28px;
	text-align:center;
	background-color:#f9f9f9;
	width:139px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#repeater_list_title_sm{
	height:28px;
	text-align:center;
	background-color:#f9f9f9;
	width:29px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#repeater_list_title_n{
	height:28px;
	text-align:center;
	background-color:#f9f9f9;
	width:209px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#repeater_list_item{
	height:28px;
	text-align:center;
	background-color:#fafafa;
	width:139px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#222;
}
#repeater_list_item_sm{
	height:28px;
	text-align:center;
	background-color:#fafafa;
	width:29px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#222;
}
#repeater_list_item_n{
	height:28px;
	text-align:center;
	background-color:#fafafa;
	width:209px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#222;
}
.leaflet-control-attribution {
    display: none;
}
#map{
	border:1px solid #000;
	height: 450px;
	width: 1220px;
	margin:0px auto;
	margin-top:10px;
}
#online_status{
	width:1220px;
	min-height:100px;
	height:auto;
	margin:0px auto;
	margin-top:10px;
}
#footer{
	width:1220px;
	height:35px;
	margin:0px auto;
	margin-top:5px;
	text-align:center;
	padding-top:15px;
}






#online_title{
	width:50px;
	height:32px;
	font-size:20px;
	padding-top:6px;
	padding-left:10px;
}
#repeaters{
	width:570px;
	min-height:100px;
	height:auto;
	float:left;
}
#hotspots{
	width:570px;
	min-height:100px;
	height:auto;
	float:right;
}
#repeater{
	width:270px;
	height:115px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border-radius:8px;
	background-color:#900;
	font-size:11px;
}
#repeater_left{
	background-image:url('../images/repeater.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;  
	width:60px;
	height:70px;
	float:left;
	border-radius:8px;
	margin-top:25px;
}
#hotspot_left{
	background-image:url('../images/hotspot.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;  
	width:60px;
	height:70px;
	float:left;
	border-radius:8px;
	margin-top:25px;
}
#repeater_right{
	width:210px;
	height:80px;
	float:right;
	border-radius:8px;
}
#callsign{
	width:100px;
	height:18px;
	font-weight:bold;
	font-size:15px;
	margin-top:5px;
	float:left;
}
#id{
	width:70px;
	height:18px;
	font-size:12px;
	margin-top:5px;
	margin-right:10px;
	float:right;
	text-align:right;
}
#location{
	width:200px;
	height:15px;
	margin-top:2px;
	font-size:10px;
}
#freq{
	width:200px;
	height:15px;
	margin-top:2px;
	font-size:10px;
}
#mode{
	width:200px;
	height:15px;
	margin-top:2px;
}
#cc{
	width:200px;
	height:15px;
	margin-top:2px;
}
#url_rpt{
	width:200px;
	height:15px;
	margin-top:2px;
}
#log{
	width:1220px;
	min-height:200px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	font-size:15px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
#users{
	width:1220px;
	min-height:200px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	font-size:15px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
#user_title{
	height:28px;
	text-align:center;
	background-color:#f9f9f9;
	width:179px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#user_title_id{
	height:28px;
	text-align:center;
	background-color:#f9f9f9;
	width:69px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#user_title_id.rssi{
	height:38px;
	padding-top:0px;
}
#user_item_id{
	height:28px;
	text-align:center;
	background-color:#fafafa;
	width:69px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#222;
}
#user_item{
	height:28px;
	text-align:center;
	background-color:#fafafa;
	width:179px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#222;
}
#item_title{
	height:28px;
	text-align:center;
	background-color:#f9f9f9;
	width:159px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#item_title_no{
	height:28px;
	text-align:center;
	background-color:#f9f9f9;
	width:49px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#item_title_no.rssi{
	height:38px;
	padding-top:0px;
}


#item_no{
	height:28px;
	text-align:center;
	background-color:#fafafa;
	width:49px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#222;
}
#item{
	height:28px;
	text-align:center;
	background-color:#fafafa;
	width:159px;
	float:left;
	padding-top:10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#222;
}



