﻿body
{
	padding: 10px, 10px, 10px, 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: small;
	color: #404040;
}
select
{
    font-family: Verdana;
    font-size: small;
}
input
{
    font-family: Verdana;
    font-size: small;
}
textarea
{
    font-family: Verdana;
    font-size: small;
}
a
{
	text-decoration: none;
	color: #C00;
}
a:hover
{
	text-decoration: underline;
}
/* INVENTIONS */
.Invention
{
	font-weight: bold;
}
.Inventor
{
}
.InventionDescription
{
}
.Instructions
{
	font-size: x-small;
	color: Silver;
}
/* FILTERS */
.FilterTable
{
	border: 1px solid #C00;
}
.FilterHeader
{
	background-color: #C00;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	font-size: x-small;
}
.FilterLabel
{
	color: #000;
	background-color: #E9E9E9;
	font-weight: bold;
	font-size: x-small;
	padding: 3px 3px 3px 3px;
}
.FilterGroupControl
{
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	color: Black;
}
.FilterGroupControlDisabled
{
	color: Gray;
}
.FilterControl
{
	font-size: x-small;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}
.FilterApply
{
	font-size: small;
	width: 170px;
	margin: 8px 8px 8px 8px;
}
.FilterSeparator
{
	height: 1px;
	background-color: #C00;
}