﻿.acts-body
{
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
}
.acts-filter
{
	width: 100%;
	margin-bottom: 10px;
	background-color: #E1F0FF;
	border: 1px #CCCCCC solid;
}

.acts-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;
}

.acts-filter .value-title
{
	font-weight: bold;
}

.acts-filter .combo, .acts-results .combo
{
	font-size: 10px;
	color: #808080;
}

.acts-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;
}

.acts-filter .search-button, .acts-filter .export-button
{
	font-size: 10px;
	font-weight: bold;
}

.acts-filter .export-button
{
	float: right;
}

.acts-results .result-list
{
	width: 100%;
	border: 1px #CCCCCC solid;
}

.acts-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;
}

.acts-results .value-title
{
	font-weight: bold;
	white-space: nowrap;
}

.acts-results .results-message
{
	display: block;
	color: #CC3333;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.acts-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;
}

.acts-results .navi-button
{
	font-size: 10px;
	font-weight: bold;
}

.acts-results .row-header
{
	background-color: #E8F3FF;
}

.acts-results .row
{
	background-color: #F4F4F4;
}

.acts-results .item
{
	vertical-align: top;
}

.acts-results .item.alternate
{
	background-color: #F9F9F9;
}

.acts-results .item .nowrap
{
	white-space: nowrap;
}

.acts-results .item ul
{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.acts-results .item .description
{
	margin: 2px 0px 2px 0px;
	padding: 2px;
	border: dashed 1px #999999;
	background-color: #ffffe1;
	white-space: normal;
	word-break: break-all;
}

