body{
	background-color:#f0f0f0;
	font-size:16px;
	font-family: Tahoma;
}
.clear{clear:both;}
.green{color:#070;}
.red{color:#f00;}

#title{
	width:1170px;
	height:50px;
	margin:0px auto;
	margin-top:30px;
	font-size:30px;
	padding-left:20px;
	padding-top:15px;
}
#footer{
	width:1170px;
	height:35px;
	margin:0px auto;
	margin-top:20px;
	text-align:center;
	padding-top:15px;

}
#repeaters{
	width:1170px;
	min-height:100px;
	height:auto;
	margin:0px auto;
}
#repeater{
	width:350px;
	height:120px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	border-radius:8px;
	background-color:#fafafa;
	font-size:12px;
}
#repeater_left{
	background-image:url('../images/repeater.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;  
	width:60px;
	height:100px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	border-radius:8px;
}
#repeater_right{
	width:260px;
	height:120px;
	float:right;
	border-radius:8px;
}
#callsign{
	width:120px;
	height:25px;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	float:left;
}
#id{
	width:60px;
	height:20px;
	font-size:12px;
	margin-top:10px;
	float:right;
	padding-top:5px;
}
#location{
	width:200px;
	height:15px;
	margin-top:3px;
}
#freq{
	width:200px;
	height:15px;
	margin-top:3px;
}
#cc{
	width:200px;
	height:15px;
	margin-top:3px;
}
#mode{
	width:200px;
	height:15px;
	margin-top:3px;
}
#status{
	width:200px;
	height:15px;
	margin-top:3px;
	font-weight:bold;
}
#log{
	width:1170px;
	min-height:200px;
	height:auto;
	margin:0px auto;
	margin-top:10px;
}
#item_title{
	height:40px;
	text-align:center;
	background-color:#f9f9f9;
	width:130px;
	float:left;
	padding-top:16px;
	border-bottom:1px solid #999999;
	font-weight:bold;
	color:#000;
}
#item{
	height:40px;
	text-align:center;
	background-color:#fafafa;
	width:130px;
	float:left;
	padding-top:16px;
	border-bottom:1px solid #999999;
	color:#222;
}