﻿#filters 
{
	background-color:#F3F2ED;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	position:absolute;
	left:229px;
	top:74px;
	width:774px;
	height:98px;
}

#filter_title 
{
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	position:absolute;
	left:5px;
	top:2px;
}

#filter_apply
{
	position:absolute;
	left:685px;
	top:17px;
	/*cursor:pointer;*/
}

#filter_reset
{
	position:absolute;
	left:685px;
	top:56px;
	/*cursor:pointer;*/
}

#filterRace, #filterClass, #filterItem, #filterMonster, #filterEpicDestiny, #filterParagonPath,
#filterRitual, #filterFeat, #filterPower, #filterGlossary, #filterDeity, #filterTrap,
#filterBackground, #filterCompanion, #filterDisease, #filterPoison, #filterTerrain, #filterTheme
{
	position:absolute;
	width:665px;
	height:60px;
	top:22px;
	left:8px;
	z-index:5;
	visibility: hidden;
}

.filtertable 
{
	border:0;
	padding:0;
	margin:0;
}

.filtertable td
{
	font-family:Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding-bottom:4px;
}

.filtertable select 
{
	width:170px;
	height:20px;
}

.filtertable input
{
	width:38px;
	height:14px;
}

.wideInput input
{
	width:100px;
	height:14px;
}

.filtercell 
{
	width:75px;
	text-align:right;
	height:20px;
	font-weight:bold;
}

.filtercell_wide
{
	width:100px;
	text-align:right;
	height:20px;
	font-weight:bold;
}

.notable 
{
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.notable select
{
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color:#000000;
	width:180px;
	height:20px;
}

