/* There is PHP code in this file that is parsed to get various CSS Settings. */

/* ------------------ */
/* Global Page Styles */
/* ------------------ */

/* All main pages container */
.fss_main
{

}

/* All popup pages container */
.fss_popup
{

}
.fss_main div {
margin: 0;
}
/* ------------- */
/* General stuff */
/* ------------- */


/* Clear div */
div.fss_clear {
	clear: both;
}

div.fss_spacer 
{
    padding-top: 5px;
    padding-bottom: 5px;
}
span.fss_must_have_field
{
    color: Red;
}
.tool-tip {
   max-width: 500px !important;
}
/* ----------------------- */
/* Knowledge base Article */
/* ----------------------- */

/* Knowledge base file entry container */
table.fss_kb_files{
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
}

div.fss_kb_files_div {
    padding:8px;
}

/* Knowledge base file entry title */
td.fss_kb_files_title {
    font-size:120%;
    color: #001c54;
}

/* --------- */
/* FAQ Stuff */
/* --------- */

/* Tooltip stuff */
.fss_custom_tip-tip {
    width: 600px;	
    border: 1px solid #000;
    padding: 6px;
	background-color: #f0f0f0;
}

.fss_admin_tip-tip {
    border: 1px solid #000;
    padding: 6px;
	background-color: #f0f0f0;
}

.fss_custom_tip-title {
	display: none;
}
 
.fss_custom_tip-text {	
}
 
.fss_custom_tip-top {
}
 
.fss_custom_tip-bottom {	
}


/* -------------- */
/* FAQ Categories */
/* -------------- */

/* list of categories container */
div.fss_faq_catlist {

}

/* category container */
div.faq_category {
	clear:left;
	border-top: 1px solid #e0e0e0;
}

/* category title */
div.faq_category_head {
	font-size: 120%;
}
div.faq_category_head a.fss_highlight
{
	display: block;
	padding: 6px 2px 6px 2px;
}
div.faq_category_head a.fss_highlight:hover {
	background-color: #f0f0f0;
}

/* description text in a cetegory */
div.faq_category_desc {

}

/* image within a category */
div.faq_category_image {
	padding-right: 9px;
	padding-bottom: 2px;
	float:left;
}

/* ------------------------ */
/* FAQ Category list module */
/* ------------------------ */

/* category container */
div.faq_mod_category {
	clear:left;
	border-top: 1px solid #e0e0e0;
	padding: 3px;
}
div.faq_mod_category_cont{
	border-bottom: 1px solid #e0e0e0;
}
/* category title */
div.faq_mod_category_head {
	font-size: 110%;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* image within a category */
div.faq_mod_category_image {
	padding-right: 9px !important;
	padding-bottom: 2px;
	float:left;
}

/* empty footer div at end of a category */
div.faq_category_footer {
	clear:left;
	border-top: 1px solid #e0e0e0;
}

/* when multiple colums of categories listed, normal column style */
td.fss_faq_cat_col {
	border-left: 1px solid #e0e0e0;
}

/* when multiple colums of categories listed, style for the 1st column*/
td.fss_faq_cat_col_first {

}

/* list of faqs when listing within multiple categories */
div.faq_category_faqlist {
	clear:both;
	padding-left: 70px;
}

/* -------- */
/* FAQ FAqs */
/* -------- */

/* list of faqs container */
div.fss_faqs {
	clear:both;
	padding-left: 70px;
}

/* FAQ container */
div.fss_faq {	
	/*padding-top: 4px;
	padding-bottom: 4px;*/
	
	border-top-style: solid;
	border-top-color: #e0e0e0;
	border-top-width: 1px;	
}

/* FAQs all on one page wrapper */
div.fss_faq_inline {
	margin-top:10px;
}

/* List of questions with no answers, row highlight */
div.fss_faq a.fss_highlight
{
	display: block;
	padding: 6px 2px 6px 2px;
}
div.fss_faq a.fss_highlight:hover {
	background-color: #f0f0f0;
}

/* Standard question text */
div.fss_faq_question {
	font-size: 120%;
}

/* Standard FAQ answer */
div.fss_faq_answer {
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	padding-left: 10px;	
	/*font-size: 120%;*/
}

/* Answer when shown within a tooltip */
div.fss_faq_answer_tip {
	padding-left: 10px;	
}

/* Answer when only single answer on a page */
div.fss_faq_answer_single {
	padding-left: 10px;	
}

/* Bordering around the popup windows content */
div.fss_popup_gap {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

/* click for more.. text when in tooltip */
div.fss_faq_more {
	text-align: right;
}

/* --------------- */
/* Knowledge base */
/* --------------- */

/* Search container */
div.fss_kb_search {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
}

/* Separator when main page is side by side */
td.fss_sidebyside_sep {
	border-right-style: solid;
	border-right-color: #e0e0e0;
	border-right-width: 1px;
}

/* Main page side by side table */
table.fss_sidebyside {

}

/* Product list container */
div.fss_kb_prodlist {

}

div.fss_kb_prodlist_header {
	clear:both;
	font-size:140%;
	width: 100%;
	padding: 8px;
}

/* Category list container */
div.fss_kb_catlist {

}

/* Product container */
div.kb_product {
	clear:left;
	border-top: 1px solid #e0e0e0;
}

/* Product title */
div.kb_product_head {
	font-size: 120%;
}
div.kb_product_head a.fss_highlight
{
	display: block;
	padding: 6px 2px 6px 2px;
}
div.kb_product_head a.fss_highlight:hover {
	background-color: #f0f0f0;
}

/* image within a Product */
div.kb_product_image {
	padding-right: 9px;
	padding-bottom: 2px;
	float:left;
}
/* category container */
div.kb_category {
	clear:left;
	border-top: 1px solid #e0e0e0;
}

/* category title */
div.kb_category_head {
	font-size: 120%;
}
div.kb_category_head a.fss_highlight
{
	display: block;
	padding: 6px 2px 6px 2px;
}
div.kb_category_head a.fss_highlight:hover {
	background-color: #f0f0f0;
}

/* description text in a cetegory */
div.kb_category_desc {

}

/* image within a category */
div.kb_category_image {
	padding-right: 9px;
	padding-bottom: 2px;
	float:left;
}

/* empty footer div at end of a category */
div.kb_category_footer {
	clear:left;
	border-top: 1px solid #e0e0e0;
}

/* list of articles when listing within multiple categories */
div.kb_category_artlist {
	clear:both;
	padding-left: 70px;
}

div.fss_kb_catlist_header {
	clear:both;
	font-size:140%;
	width: 100%;
	padding: 8px;
}

/* styling for rating block */
div.fss_kb_rate {
	float:right;
	padding-left:6px;
	padding-bottom:6px;
}
div.fss_kb_rate_head {
	font-size:120%;
	border-bottom:1px solid #e0e0e0;
	padding-bottom: 4px;
}
div.fss_kb_rate_line {
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	cursor: pointer;
}
div.fss_kb_rate_top {
	border-top:1px solid #e0e0e0;
}
span.fss_kb_rate_text {
	font-size:110%;
	position:relative;
	top: -11px;
}

/* List of questions with no answers, row highlight */
div.fss_kb_rate_line a.fss_highlight
{
	display: block;
	padding-right: 4px;
	padding-top: 4px;
	padding-left: 4px;
	text-decoration: none;
}
div.fss_kb_rate_line a.fss_highlight:hover {
	background-color: #f0f0f0;
}
div.fss_kb_applies {
	font-size:120%;
	padding:8px;
}
div.fss_kb_related {
	padding-bottom:8px;
}
div.fss_kb_related_div {
	font-size:120%;
	padding-top:8px;
	padding-left:8px;
}

div.fss_kb_views
{
	font-size:120%;
	padding:8px;
}

img.fss_kb_view_image
{
	position:relative;
	top:3px;
}

span.fss_kb_art_extra
{
	float:right;
}

img.fss_kb_art_extra_image
{
	position:relative;
	top:2px;
}

/* ---------------- */
/* comment add form */
/* ---------------- */

div.fss_kb_comment_add {
}
.fss_kb_comment_add_text {
	border-top:1px solid #e0e0e0;
	font-size:120%;
	padding:4px;
}
div.fss_kb_comment_add table tr th {
	text-align: right;
}

/* --------------- */
/* comment listing */
/* --------------- */

div.fss_kb_comment {
	margin-top: 8px;
	padding: 8px;
	clear:both;
	border-top:1px solid #e0e0e0;
}
div.fss_kb_comment_name {
	font-size: 110%;
	width: 150px;
}
div.fss_kb_comment_left {
	float:left;
}
div.fss_kb_comment_website {
	width: 150px;
}
div.fss_kb_comment_comment {
}
div.fss_kb_comment_wait {
	font-size: 120%;
	text-align: center;
}
div.fss_kb_comment_approval {
	font-size: 120%;
	text-align: center;
}

div.fss_no_results {
	font-size: 120%;
	padding: 16px;
}
div.fss_invalid_captcha {
	color: red;
}
div.fss_kb_mod_this
{
    float:right;
}

/* ----------------- */
/* Support main page */
/* ----------------- */

table.fss_support_main {
}

table.fss_support_main td {
	border:1px solid #e0e0e0;
	text-align: center;
	padding: 6px;
}

div.fss_support_title {
	font-size: 120%;
	height: 40px;
}

div.fss_support_desc {
	font-size:100%;
}

div.fss_support_title_list {
	font-size: 120%;
}
div.fss_support_desc_list {

}

div.fss_support_image_list {
	padding-right: 9px;
	padding-bottom: 2px;
	float:left;
}

td.fss_support_row_list
{
	padding-top:4px;
	border-bottom:1px solid #e0e0e0;
}

span.fss_support_fieldname
{
    font-weight:bold;
}
/* -------------------- */
/* Announcements module */
/* -------------------- */
div.fss_mod_announce {
	border-bottom:1px solid #e0e0e0;
	padding-top:2px;
	padding-bottom:4px;
}
div.fss_mod_announce_title {
	font-size: 120%;
	text-align: center;
}
div.fss_mod_announce_subtitle {
}
div.fss_mod_announce_date {
	font-size: 80%;
	text-align: center;
	font-style:italic; 
}
div.fss_mod_announce_body {
}
div.fss_mod_announce_more {
	font-size: 80%;
	text-align: right;
}
div.fss_mod_announce_all {
	font-size: 120%;
	text-align: center;
}

/* ----------------------- */
/* Announcements main page */
/* ----------------------- */
div.fss_announce {
	border-bottom:1px solid #e0e0e0;
	padding-top:2px;
	padding-bottom:4px;
}
div.fss_announce_date {
	float:right;
	font-size: 120%;
	padding-top:12px;
}
div.fss_announce_body {
	clear:both;
}
div.fss_announce_more {
	text-align: right;
}

/* ----------------------- */
/* Viewing an announcement */
/* ----------------------- */

div.fss_main_announce {
}
div.fss_main_announce_date {
	padding-bottom: 12px;
}
div.fss_main_announce_body {
}


/* --------------------- */
/* Pagination formatting */
/* --------------------- */

.fss_list-footer {
	position:relative;
}

.fss_counter {
	float:left;
	position:absolute;
	width:140px;
	display:inline;
	left:0px;
	top:0px;
	padding-top: 5px;
}

.fss_limit {
	float:right;
	display:inline;
	position:absolute;
	right:0px;
}

.fss_pagination {
	text-align:center !important;
	padding-top: 5px;
}

/* ---------------- */
/* Testimonials mod */
/* ---------------- */

div.fss_mod_test {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
div.fss_mod_test_title {
	font-size: 120%;
}
div.fss_mod_test_body {
}
div.fss_mod_test_more {
	text-align: right;
	float:right;
}
div.fss_mod_test_name {
	text-align: right;
}
div.fss_mod_test_all {
	text-align: right;
}
div.fss_mod_test_add {
	text-align: right;
}

/* ----------------- */
/* Testimonials page */
/* ----------------- */
div.fss_test {
	padding-bottom: 5px;
	padding-left: 84px;
}
div.fss_test_title {
	border-top: 1px solid #e0e0e0;
	padding-top: 5px;
	font-size: 120%;
}
div.fss_test_body {
}
div.fss_test_name {
	text-align: right;
}
div.fss_test_mod_this
{
    float:right;
}
/* ----------------------------- */
/* Knowledge base comment admin */
/* ----------------------------- */

div.fss_admin_kb {
	clear:both;
	border-top: 1px solid #e0e0e0;
	padding-top:4px;
	margin-top:4px;
}
div.fss_admin_kb_left {
	float:left;
	width:200px;
}
div.fss_admin_kb_body {

}
div.fss_admin_kb_actions {
	float: right;
	width:120px;
}
div.fss_admin_kb_user {
}
div.fss_admin_kb_email {
}
div.fss_admin_kb_website {
}
div.fss_admin_kb_approve {
	float:left;
	width:60px;
	text-align: center;
}
div.fss_admin_kb_deny {
	width:60px;
	text-align: center;
}
div.fss_admin_kb_state_changed {
	width:120px;
	text-align: center;
}
div.fss_admin_kb_none {
	font-size: 120%;
	text-align: center;
}

/* ----------------------- */
/* Testimonials moderation */
/* ----------------------- */

div.fss_admin_test {
	clear:both;
	border-top: 1px solid #e0e0e0;
	padding-top:4px;
	margin-top:4px;
}
div.fss_admin_test_left {
	float:left;
	width:200px;
}
div.fss_admin_test_body {

}
div.fss_admin_test_actions {
	float: right;
	width:120px;
}
div.fss_admin_test_user {
}
div.fss_admin_test_email {
}
div.fss_admin_test_website {
}
div.fss_admin_test_approve {
	float:left;
	width:60px;
	text-align: center;
}
div.fss_admin_test_deny {
	width:60px;
	text-align: center;
}
div.fss_admin_test_state_changed {
	width:120px;
	text-align: center;
}
div.fss_admin_test_none {
	font-size: 120%;
	text-align: center;
}

/* ----------------------- */
/* Support Ticket Creation */
/* ----------------------- */


/* Select a product */
div.fss_ticket_prod {
	clear:left;
	border-top: 1px solid #e0e0e0;
	padding: 3px;
	cursor: pointer;
	margin: 0px;
}

div.fss_ticket_prod_foot {
	clear:left;
	border-top: 1px solid #e0e0e0;
	padding: 3px;
}

div.fss_ticket_prod_head {
	font-size: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.fss_ticket_prod_image {
	padding-right: 9px;
	padding-bottom: 2px;
}

div.fss_ticket_prod_desc {

}

div.fss_unreg_msg {
	font-size: 120%;
	border: 1px solid #e0e0e0;
	background-color: #f0f0f0;
	padding:8px;	
}

div.prod_search_res {
	border-bottom: 1px solid #e0e0e0;
	margin: 0px;
}

/* Select a department */
div.fss_ticket_dept {
	clear:left;
	border-top: 1px solid #e0e0e0;
	padding: 3px;
	cursor: pointer;
}

div.fss_ticket_dept_foot {
	clear:left;
	border-top: 1px solid #e0e0e0;
	padding: 3px;
}

div.fss_ticket_dept_head {
	font-size: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.fss_ticket_dept_image {
	padding-right: 9px;
	padding-bottom: 2px;
	float:left;
}

div.fss_ticket_dept_desc {

}
div.fss_ticket_dept_prod {
	font-size: 120%;
	padding-bottom: 8px;
}

/* New ticket page */
div.fss_ticket_section {
	font-size: 140%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
div.fss_ticket_foot {
	clear:left;
	border-top: 1px solid #e0e0e0;
	padding: 3px;
	margin-top: 10px;
}
div.fss_ticket_error {
	color: red;
	font-weight: bold;
}
td.fss_ticket_title {
	font-weight: bold;
	border-right: 1px solid #e0e0e0;
	/*cursor: pointer;*/
	padding-top: 2px; 
	padding-bottom: 0px;
	padding-left: 2px;
	border-top: 1px solid #e0e0e0;
}

td.fss_ticket_br
{
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

table.fss_ticket_list {
	border-left: 1px solid #e0e0e0;
}
table.fss_ticket_list div {
	margin: 0px;
}
table.fss_ticket_list th {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
td.fss_ticket_row {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	/*cursor: pointer;*/
}
table.fss_ticket_messages {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
td.fss_ticket_message_head {
	font-size: 120%;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	/*background-color: #f0f0f0;*/
}
td.fss_ticket_message_head_user 
{
    background-color: #c0c0ff;
}

td.fss_ticket_message_head_admin 
{
    background-color: #c0ffc0;
}

td.fss_ticket_message_head_private 
{    
    background-color: #ffc0c0;
}
td.fss_ticket_message_head_info
{
    padding:3px;
 	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
table.fss_ticket_message_head_info
{
 	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

table.fss_ticket_messages_info{
	border-bottom: 1px solid #e0e0e0;
}
td.fss_ticket_messages_info_cont {
	border-right: 1px solid #e0e0e0;
	padding: 0px;
}
td.fss_ticket_message_message {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
td.fss_ticket_message_user {
	font-weight: bold;
}
.fss_support_msg_audit
{
    display: none;
}
.fss_support_msg_audit table
{
    border-bottom: 1px solid #e0e0e0;
}
.fss_support_msg_audit_row
{
    background-color: #F0F0FF;
}
.fss_support_msg_audit_row td
{
    padding: 3px;  
}


table.fss_ticket_attach {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
td.fss_ticket_attach_file {
	font-size: 120%;
	border-bottom: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}
td.fss_ticket_attach_filename {
	font-size: 120%;
	background-color: #f0f0f0;
}
td.fss_ticket_attach_size {
	font-size: 120%;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}
td.fss_ticket_attach_user {
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
}
td.fss_ticket_attach_date {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.fss_admin_create {
	font-size:120%;
	width: 130px;
	float:left;
}

.fss_admin_tags {
	font-size:120%;
	width: 130px;
	float:left;
	/*padding-top: 6px;*/
}

.fss_admin_search {
	font-size:120%;
	width: 130px;
	float:left;
	padding-top: 5px;
}
.fss_admin_search_adv {
	font-size:120%;
	width: 130px;
	float:left;
	padding-top: 7px;
}

.fss_admin_create_sub {
	padding-left:20px;
}

.fss_admin_create_cont {
	padding-bottom:5px;
}

div.fss_ticket_login_error {
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	font-size:130%;
	padding: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

div.fss_ticket_login_head {
	font-size:160%;
	padding-bottom : 10px;
	padding-top: 10px;
	
}

div.fss_ticket_login_subtext {
	padding-bottom : 10px;
}

div.fss_ticket_nonefound {
	font-size:130%;
	padding:20px;
	text-align:center;
}

div.fss_ticket_tag
{
	background-color: #EAEAEA;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 0px 3px 3px 1px;
	float:left;
	margin-bottom: 3px;
	margin-right: 3px;
	height:13px;
	
}

.fss_ticket_tag_text
{
    position: relative;
    top: -1px;
    
}
div.fss_ticket_tag img
{
	left: 2px;
	position: relative;
	top: 1px;
}

.tags_header
{
	font-size:120%;
}
.fss_support_custom_edit
{
	font-size: 9pt;
	height: 14px;
}

.tag_add_input
{
	font-size: 9pt;
	height: 14px;
	width: 84px;
}
.fss_tags_div_inner
{
	border: 1px solid #e0e0e0;
	padding: 3px;
	background-color: white;
	position: relative;
	left: -3px;
	top: -3px;
}
.fss_tags_div
{
	position: absolute;
	float: left;
	display: none;
	min-width: 150px;
	background-color: #888888;
	margin-left: 155px !important;
}
.fss_tags_div_tag
{
	padding: 1px;
}
span.fss_ticket_tag_large
{
	background-color: #EAEAEA;
	border: 1px solid #CCC;
	padding: 1px 3px 1px 1px;
	padding-right: 3px;
}

span.fss_ticket_tag_large img
{
	left: 2px;
	position: relative;
	top: 2px;
}

span.fss_ticket_tag_large a 
{ 
	text-decoration:none 
}
div.fss_signature
{
	padding: 8px;
}

.fss_locked_warn
{
    color: red;
    padding: 4px;
    font-size: 120%;
}

.fss_layout_preview
{
    width: 100%;
    border: 1px solid red;
    background-color: #ffc0c0;
    text-align: center !important;
    font-size: 150%;
    padding: 4px;
    margin: 4px;
}
/* --------- */
/* tab stuff */
/* --------- */
div.ffs_tabs {
	padding: 3px;
	margin-bottom: 18px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

a.ffs_tab {
	margin: 4px;
	padding: 5px 8px 8px 8px;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background-color: #ffffff;
}

a.ffs_tab:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}

a.fss_tab_selected {
	background-color: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-weight: bold;
}

a.fss_tab_selected:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}

/* ----------------- */
/* FSS Table styling */
/* ----------------- */
table.fss_table {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin:0px;
	padding:0px;
}
table.fss_table th {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background-color: #f0f0ff;
	padding: 3px 8px 3px 8px;
	text-align: right;
}
table.fss_table td {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 3px 8px 3px 8px;
}
table.fss_table td.noright {
	border-bottom: 1px solid #e0e0e0;
	border-right: none;
	padding: 3px 8px 3px 8px;
}


/* ------------------- */
/* Support admin stuff */
/* ------------------- */
.fss_support_admin_section {
	padding-bottom:15px;
}

/* -------- */
/* Glossary */
/* -------- */

.fss_glossary_tip-tip {
    border: 1px solid #000;
    padding: 6px;
	background-color: #f0f0f0;
}

.fss_glossary_tip-title {
	font-size:110%;
	padding-bottom: 6px;
}

.fss_glossary_tip-text {
	
}

a.fss_glossary_word {
	background: #EEEEEE;
}

div.fss_glossary_div {
	border-bottom: 1px solid #e0e0e0;
}
div.fss_glossary_word {
	font-size: 120%;
	font-weight: bold;
	padding:5px;
}
div.fss_glossary_text {
	padding:5px;
}