@charset "utf-8";
/* ****************************************************************
*                                                               
*  CSS for the support pages on proceranetworks.com              
*  Created 2008-01-10                                            
*                                                               
*  This file includes some original styling, and some changes to 
*  existing styles, from components and modules.                 
*  The contents of this stylesheet doesn't affect any styles     
*  outside the support pages.                                    
*  When upgrading components or modules used in the support      
*  section, some style definitions may of course change and      
*  break. If so, please make the necessary adjustments in this   
*  file, for better code integrity.                              
*                                                               
*  More info: peter@idestorm.se                                  
*                                                                
*  ************************************************************* */

/* GENERIC ***************************************************** */


/* COMPONENTS AND MODULES ************************************** */

/* COMPONENT: EasyFAQ
   CHANGE: The faq title icon becomes clickable, also some changes
           done in easyfaq.html.php.
   COMMENT: Values for background-position depends on size of icon. */
li.faq{
  background: none;
  padding: 4px 0 0 7px;
}
li.faq a {
  background-image: url(1rightar.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 15px;
}
/* COMPONENT: EasyFAQ
   CHANGE: Changed /joomla/components/com_easyfaq/easyfaq.html.php,
           to call a style that's unique for the FAQ category header.       
   COMMENT: - */
h5.easyfaqCategory {
  padding: 0;
  margin: 12px 0 0 0;
}
/* COMPONENT: EasyFAQ
   CHANGE: Restyling of the voting text making it less... huge and 
           also some padding and removal of background arrow.
   COMMENT: - */
.easfaq_useful {
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
  padding:0px 0 8px 0;
  margin:0 0 12px 0;
  border-bottom: 1px solid #bbb;
  width: 48em;
}
div.easfaq_useful a {
  background: none;
  padding: 0 0 0 4px;
  margin: 0;
}
/* COMPONENT: EasyFAQ
   CHANGE: Better padding of the faq text.       
   COMMENT: - */
li.faq div p {
  margin:0 0 8px 0;
  padding: 0;
}
ul.faq {
padding: 0;
margin: 0;
}
/* COMPONENT: Facile Forms
   CHANGE: Styling of the forms.       
   COMMENT: This class was created in the Facile Forms backend. */
.facileForms_ReqSupp {}

/* COMPONENT: Facile Forms
   CHANGE: Hides the second question until needed.       
   COMMENT: The visibility is controlled thru javascript in the
            FacileForms backend. */
#ff_elem535 {
	display: none;
}
/* COMPONENT: Facile Forms
   CHANGE: Styles the Specification area to look disabled.       
   COMMENT: This MAY be redundant. I had some problems with the
            display of the disabled look, so I put this in just
			to be sure. */

#ff_formdiv51 input, #ff_formdiv51 select, #ff_formdiv51 textarea, #ff_formdiv51 .inputbox {font-size: 100%;}

/*
div#ff_elem540 {
	background:	#ddd;
	border:		1px solid #aaa;
}
*/

