.fpm-course-header {
    font-size: 20px;
    padding: 20px 0px;
    width: 980px;
    height: 84px;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-left: -40px;
    margin-top: -30px;
}

/*.fpm-course-unit-header {*/
/*    padding: 20px 0px;*/
/*    height: 84px;*/
/*    width: 980px;*/
/*    background-repeat: no-repeat;*/
/*}*/

.fpm-course-header.herbs {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/welcome-free-herbal.jpg);
    color: #fff;
    height: 200px;
    margin-bottom: -10px;
}

.fpm-course-header.one {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-one-header-1-copy.jpg);
    color: #fff;
}

.fpm-course-header.two {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-2-header.jpg);
    color: #fff;
}

.fpm-course-header.three {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-3-header.jpg);
    color: #fff;
}

.fpm-course-header.four {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-4-header.jpg);
    color: #fff;
}

.fpm-course-header.five {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-5-header.jpg);
    color: #fff;
}

.fpm-course-header.six {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-6-header.jpg);
    color: #fff;
}

/*.fpm-unit-link {*/
    /*font-size: 20px;*/
    /*padding: 20px 0px;*/
    /*text-align: center;*/
    /*background-repeat: no-repeat;*/
    /*margin-bottom: 20px;*/
    /*margin-left: -40px;*/
    /*margin-top: -30px;*/
/*}*/

.fpm-unit-link.one {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-1-01.png);
}

.fpm-unit-link.two {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-2-01.png);
}                         

.fpm-unit-link.three {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-3-01.png);
}

.fpm-unit-link.four {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-4-01.png);
}

.fpm-unit-link.five {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-5-01.png);
}

.fpm-unit-link.six {
    background-image: url(http://herbalacademyofne.com/wp-content/uploads/2013/04/unit-6-01.png);
}

.fpm-unit-link:hover{ opacity: 0.7;}

.fpm-unit-link a {
    color: #fff;
    font-size: 20px;
}

.fpm-unit-disabled,
.fpm-unit-disabled:hover {
    cursor: default;
    opacity: 0.3;
    background-color: #fff;
}

.fpm-unit-disabled a:hover {
    text-decoration: none;
    cursor: default;
}

.fpm-course-video {
    text-align: center;
    background-color: #efefec;
    border: solid 1px #e6e6e6;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fpm-course-video iframe {
    margin: 0 auto;
}

.fpm-user-restricted {
    font-size: 20px;
    padding: 20px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 200px;
    background-color: #efefec;
    border: solid 1px #e6e6e6;
    margin-left: 20px;
    margin-right: 20px;
}

.fpm-course-text {margin: 10px 0px;}

div.row-fluid {
    margin: 10px 0px;
    margin-left: -6px;
}

.fpm-unit-link {
    line-height: 100px;
    min-height: 151px;
    min-width: 151px;
    background-color: #ffffff;
    margin: 0px 20px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: -5px;
}

form.fpm-form label {
    width: 160px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 20px;
}

form.fpm-form input[type=submit] {
    font-family: Verdana, Geneva, sans-serif;
}

.fpm-navigation {
    /*background-color: #A6BA5E;*/
    /*background-color: #e6e6e6;*/
    background-color: #F9F9F9;
    /*color: #535D2F;*/
    color: #2A4233;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 5px;
    padding-top: 12px;
    padding-right: 18px;
    padding-left: 33px;
}

.fpm-navigation .row-fluid {
    margin: 0px;
    margin-bottom: -10px;
}

.fpm-navigation a {
    /*color: #1C8C2F;*/
    color: #2A4233;
    text-transform: uppercase;
}

.fpm-text-right {
    text-align: right;
}

.fpm-assignment-question {
    margin-top: 30px;
    background-color: #FAFAFA;
    border: solid 1px #eee;
    padding: 15px;
}

.fpm-update-user-password {
    border: solid 1px #ff6600;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.fpm-assignment-question .btn-group-vertical {
    width:100%;
    margin-top: 10px;
}
    
.fpm-assignment-question .btn-group-vertical .btn {
    width:100%;
    text-align: left;
    min-height: 40px;
    font-family: Verdana, Geneva, sans-serif;
    color: #6a6a6a;
}
    
.fpm-assignment-question .btn-group-vertical .btn.active {
    background-color: #ABD904;    
}
    
.fpm-assignment-question-text .label,
.fpm-assignment .alert .label {
    font-size: 16px;
    margin-right: 10px;
}

div.bbp-template-notice.info {
    border-color: #d6e9c6 1px solid;
    background-color: #dff0d8;
    color: #468847;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    border-color: #d6e9c6 1px solid;
    background-color: #dff0d8;
    color: #468847;
}

#bbpress-forums #bbp-single-user-details {
    border: solid 1px #e6e6e6;
    margin-right: 20px;
}

#bbp_reply_content_toolbargroup .mce_image {display: none !important;}
#post-toolbar #buttons li.right-button {display: none !important;}

.fpm-forum-upload-image-info i {
    margin-left: 5px; margin-right: 5px;
    color: #FF6600;
}

.fpm-forum-upload-image-info {
    font-family: century gothic, georgia, sans-serif;
    font-size: 13px;
}

.fpm-profile-gravatar {text-align: center;}
.fpm-profile-gravatar img {margin: 0 auto;}