/**
 * @package captcha
 */

/*  EZfaq.css
File: Readme.txt
Snippet: EZfaq
$Revision: 27 $
$Date: 2008-07-29 12:35:46 -0700 (Tue, 29 Jul 2008) $
Author: Bob Ray (based on an idea from SorenG and JavaScript code from DynamicDrive.com)
Compatibility: MODx Revolution
*/

.faqExpand {      /* show/hide all box */
    padding:0;
    margin:0 0 20px 0;
}
.faqExpand p {  /* Click to hide/show all message */
    font-weight:bold;
}

.faqExpand a {     /* show/hide all "button" */
}

.faqExpand a:hover {  /* show/hide all "button" hover */
}


.faqContainer .faqQuestion {   /* this is the question */
    color:black;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.1em;
    font-weight: bold;
}



.faqContainer img {  /* this is the icon (if any) */
    float:none;
    display:inline;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.handcursor{
    cursor:hand;
    cursor:pointer;
    color:black;
}

.handcursor a:img {
    color:black;
    border:none;
}


.switchgroup1 {   /* this is the answer */
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    font-weight:normal;
    background-color:#CCCCCC;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
}

