/*------------------------------------------------------------------------------
	$global
/*----------------------------------------------------------------------------*/
@charset "utf-8";

body {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
}

div.line_founds {
	height: 51px;
	line-height: 51px;
	padding: 2px;
	border-bottom: 1px dashed #aaaaaa;
	float: left;
}

a.link_caching {
	color: #000000;
	text-decoration: none;
}
a.link_caching:hover {
	color: #6b2929;
	text-decoration: underline;
}

input.button {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #efefef;
	width: 100px;
	height: 25px;
}

div.fieldname {
	line-height: 28px;
	width: 100px;
	height: 28px;
	clear: left;
	float: left;
}

div.fieldname {
	line-height: 28px;
	width: 150px;
	height: 28px;
	clear: left;
	float: left;
}
div.fieldnamelong {
	line-height: 28px;
	width: 150px;
	height: 28px;
	clear: left;
	float: left;
}

div.fieldinput {
	line-height: 28px;
	width: 400px;
	height: 28px;
	float: left;
}

div.fieldinputtextarea {
	line-height: 28px;
	width: 550px;
	height: 100px;
	float: left;
}

div.fieldinputtextareahints {
	line-height: 28px;
	width: 550px;
	height: 80px;
	float: left;
}

select.editDirection {
	width: 50px;
}

input.editDegree {
	width: 30px;
}

input.editMinute {
	width: 50px;
}

input.editName {
	width: 400px;
}

input.editWaypoint {
	width: 70px;
}

input.editPlacedDate {
	width: 80px;
}

input.editPlacedBy {
	width: 200px;
}

textarea.editShortDescription {
	width: 550px;
	height: 80px;
}

textarea.editLongDescription {
	width: 550px;
	height: 135px;
}

textarea.editHints {
	width: 550px;
	height: 50px;
}

input.editDirectURL {
	width: 550px;
}

