.faq_name_left {
	background-color: #F68602;
	height: 23px;
	width: 6px;
	border-bottom: 1px solid white;
	
}
.faq_name {
	background-color: #0078C2;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	letter-spacing: 1px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid white;
}
.faq_name_manage {
	background-color: #0078C2;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	letter-spacing: 1px;
	line-height: 23px;
	text-align: right;
	color: #FFFFFF;
	border-bottom: 1px solid white;
}

.faq_category {
	background-color: #B3D2E3;
	color: #2D4D5F;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.faq_item_question {
	background-color: #EAF4FA;
	color: #2D4D5F;
	font-weight: bold;
	text-decoration: none;
	padding-top:5px;
}

.faq_item_answer {
	background-color: #EAF4FA;
}

.faq_item_manage {
	background-color: #EAF4FA;
	color: #2D4D5F;
	font-weight: bold;
	text-decoration: none;
}

.faq_index_category {
	background-color: #EAF4FA;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.faq_index_item {
	background-color: #EAF4FA;
	padding-left: 20px;
}

.faq_search_term {
	background-color: #EAF4FA;
	padding-left:100px;
}

.faq_search_checkboxes {
	background-color: #EAF4FA;
	padding-left:100px;
}

.faq_search_submit {
	background-color: #EAF4FA;
	padding-left:200px;
}

.faq_item_edit{
	background-color: #EAF4FA;
	padding-left:10px;
}




