#searchbar
{
	display: table;
	width: 100%;
	padding-bottom: 8px;
}

#searchbar div
{
	display: table-cell;
}

#searchbar input, #searchbar select
{
	width: 100%;
	border: 1px solid black;
	height: 23px;
	padding: 5px;
}

#searchbar #headings
{
	width: 85px;
}

.metalayout
{
	display: table;
	width: 100%;
	margin-top: 10px;
}

.metalayout .metaheading
{
	display: table;
	width: 100%;
	cursor: pointer;
}

.metalayout .metaheading .minus, .metalayout .metaheading .plus
{
	cursor: pointer;
	display: table-cell;
	width: 30px;
	background-color: #f4bf42;
	text-align: center;
	color: black;
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.metalayout .metaheading .description
{
	display: table-cell;
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 5px;
	padding-left: 15px;
	border: 1px solid black;
}

.faqslayout
{
	display: table;
	width: 100%;
	margin-top: 5px;
}

.faqslayout .faqsheading
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

.faqslayout .faqsheading a div
{
	margin: 0px;
	padding: 0px;
}

.faqslayout .faqsedit form
{
	display: inline;
}

.faqslayout .faqsedit
{
	display: table-cell;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.faqslayout .faqsedit input
{
	border: 0px;
	width: 50px;
	cursor: pointer;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.feedback
{
	display: table;
	margin-top: 20px;
	width: 100%;
}

.feedbacktable
{
	display: table;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.feedbackleft
{
	display: table-cell;
	width: 740px;
	padding-right: 10px;
}

.feedbackleft input
{
	border: 1px solid black;
	width: 100%;
}

.feedbackright
{
	display: table-cell;
	width: 200px;
}

.feedbackright input
{
	border: 1px solid black;
	width: 100%;
}

#searchhelper
{
	float: left;
	width: 100%;
}

.menuitem, .menuitemselected
{
	clear:both;
	border: 1px solid #000000;
	height: 20px;
	text-align: left;
	cursor: pointer;
	width: 100%;
	z-index: 1;
	height: 30px;
	padding: 2px;
}

.menuitem
{
	background-color: #EEEEEE;
	color: #000000;
}

.menuitemselected
{
	background-color: #454445;
	color: #FFFFFF;
}

.menuleft
{
	z-index: 1;
	float: left;
	display: inline;
}

.menuright
{
	z-index: 1;
	float: right;
}
