.faqAdminMenu, .faqAdminCatMenu, .faqAdminEntryMenu
{
	position : relative;
	left : 30%;
	margin-top : 20px;
	margin-bottom : 20px;
	width : 35%;
	height : auto;
	text-align : center;
}

.faqAdminMenuItem, .faqAdminCatMenuItem, .faqAdminEntryMenuItem
{
	background-color : transparent;
	color : green;
	font-size : 14px;
	border-bottom : 1px groove gray;
	border-left : 1px groove gray;
	padding-top : 3px;
	padding-bottom : 3px;
}

.editCatForm
{
	margin-left : auto;
	margin-right : auto;
	margin-top : 50px;
	width : 100%;
	height : auto;
	text-align : center;
}

.editEntryForm
{
	margin-left : auto;
	margin-right : auto;
	margin-top : 50px;
	width : 100%;
	height : auto;
	text-align : center;
}

.faqCategory
{
	left : 0px;
	color : black;
	font-size : 14px;
	font-weight : bold;
	cursor : pointer;
	text-align : left;
}

.faqQuestion
{
	padding-left : 20px;
	color : black;
	font-size : 12px;
	cursor : pointer;
	text-align : left;
}

.faqAnswer
{
	padding-left : 40px;
	color : black;
	font-size : 11px;
	font-weight : bold;
	cursor : pointer;
	text-align : left;
}

#faqFloat {
	float : right;
	width : 100%;
}

#faqMinHeight {
	height : 500px;
	width : 1px;
	/*background-color : red;*/
}

.hidden
{
	display : none;
}

input.inputButton, button.inputButton
{
	border : 1px solid black;
	color : white;
	background-color : green;
}

input.inputButton
{
	width : 150px;
}

button.inputButton
{
	width : 150px;
}

input.inputBox, textarea.inputBox
{
	width : 500px;
	border : 1px solid black
}
