body {
	background: no-repeat fixed 100% 100%;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 50px 0px 0px 100px;
	font-size: 14px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #66aaff;
}

a:hover {
	text-decoration: underline;
	color: #0033cc;
}

div.topmenuelem {
	display: inline;
	font-family: Helvetica,Arial,sans-serif;
	color: #333333;
	margin-right: 10px;
}

div.searchmenuelem {
	display: inline-block;
	margin: 10px 10px 10px 0px;
}

div.title {
	padding: 30px 10px 10px 10px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

input[type="text"] {
	font-size: 14px;
	padding: 4px;
	border: 1px solid #999;
	border-radius: 4px;
	width: 250px;
}

input[type="button"] {
	padding: 4px 10px;
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #888;
	border-radius: 3px;
	background-color: #eee;
}

input[type="button"]:hover {
	background-color: #ddd;
}

table.tbl {
	border-collapse: collapse;
	width: 95%;
	margin-top: 20px;
}

table.tbl th {
	background-color: #444;
	color: white;
	padding: 5px 10px;
	text-align: left;
}

table.tbl td {
	border-bottom: 1px solid #ccc;
	padding: 6px;
	vertical-align: top;
}

tr.norm {
	background-color: #ffffff;
}

tr.selected {
	background-color: #dfefff;
}

td.url-col, th.url-col {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  input.inline-input {
	width: 90%;
	padding: 2px;
	font-size: 13px;
}

button.inline-btn {
	margin-right: 5px;
	font-size: 12px;
	padding: 2px 6px;
	border: 1px solid #888;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 3px;
}

button.inline-btn:hover {
	background-color: #ddd;
}

.topmenuelem {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 4px 8px;
	margin-right: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.topmenuelem:hover {
	background-color: #e0e0e0;
	color: #000000;
	border-radius: 4px;
}