﻿.registry-body
{
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
}
.registry-filter
{
	width: 100%;
	margin-bottom: 10px;
	background-color: #E1F0FF;
	border: 1px #CCCCCC solid;
}

.registry-filter .box-title
{
	clear: both;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 7px;
	margin-bottom: 10px;
	color: #000000;
	background-color: #C6E2FF;
	border-bottom: 1px #CCCCCC solid;
}

.registry-filter .value-title
{
	font-weight: bold;
}

.registry-filter .combo, .registry-results .combo
{
	font-size: 10px;
	color: #808080;
}

.registry-filter .search
{
	font-size: 1em;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	margin-top: 10px;
	clear: both;
	background-color: #C6E2FF;
	border-top: 1px #CCCCCC solid;
}

.registry-filter .search-button
{
	font-size: 10px;
	font-weight: bold;
}

.registry-results .result-list
{
	width: 100%;
	border: 1px #CCCCCC solid;
}

.registry-results .box-title
{
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 7px 7px 7px 7px;
	clear: both;
	color: #000000;
	background-color: #C6E2FF;
	border-bottom: 1px #CCCCCC solid;
}

.registry-results .value-title
{
	font-weight: bold;
}

.registry-results .results-message
{
	display: block;
	color: #CC3333;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.registry-results .navigation
{
	font-size: 1em;
	font-weight: bold;
	padding: 7px 7px 7px 7px;
	margin-top: 10px;
	clear: both;
	color: #000000;
	background-color: #C6E2FF;
	border-top: 1px #CCCCCC solid;
}

.registry-results .navi-button
{
	font-size: 10px;
	font-weight: bold;
}

.registry-results .row-header
{
	background-color: #E8F3FF;
}

.registry-results .row
{
	background-color: #F4F4F4;
}

.registry-results .item
{
}

.registry-results .item:hover
{
	background-color: #F4FAFF;
}

