#page_navigation {
	font-size: 0.7em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#cap_groups_nav {
	background-color: #B1CF9E;
	border: 1px solid #8CC48D;
	line-height: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.cap_name_help {
	cursor: help;
	border-bottom: 1px dotted #06C;
}
.cap_row_even {
	padding: 1px, 5px, 1x, 5px;
	background-color: #F2F2F9;
}
.cap_row_odd {
	padding: 1px, 5px, 1x, 5px;
}
.cap_isempty {
	color: #808080;
	font-style:italic;
}
#cap_quicknav {
	text-align: center;
	font-size: 0.7em;
}
.ua {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
#wurfl_ua, #search_ua {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
ins {
	text-decoration: underline;
	background-color:#8DFF8A;
}
del {
	text-decoration: line-through;
	background-color:#FF9393;
}
#ua_comparison {
	display: none;
	position: relative;
	z-index: 2;
	height: 200px;
	width: 1000px;
	top: 0px;
	left: -100px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #06C;
	margin-bottom: 10px;
}
#ua_comp_title {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#ua_comp_titlebar {
	border-bottom: 1px solid #06C;
}
#ua_comp_close {
	z-index: 3;
	text-align: right;
	font-size: 0.8em;
	position: absolute;
	right: 5px;
	top: 5px;
}

#help_popup{
	width: 400px;
	margin: 10px;
}