/* *********************************************************** *\
   ADTL CSS HACKS
\* *********************************************************** */
.above_body, .navbar {
    background-color: #333;
}
.navtabs {
    background-color: #4572a7;
}
    .navtabs li:first-child {
        border-left-color: #233b56;
    }
    .navtabs li {
        border-right-color: #233b56;
    }
    .navtabs li a.navtab {
        background-color: #4572a7;
        border-left-color: #698db8;
        border-top-color: #8ba7c8;
    }
    .navtabs li.selected a.navtab,
    .navtabs li a.navtab:hover
    {
        background-color: #999999;
    }
    .navtabs ul {
        border-top-color: #233b56;
    }
.toplinks ul.nouser li a,
.toplinks ul.nouser li a:hover
{
    background-color: #4572a7;
}
.doc_header {
    padding-bottom: 7px !important;
}
/* *********************************************************** *\
   LINKS
\* *********************************************************** */
body.blue .p_content_body a:link,
body.blue .p_content_body a:active,
body.blue .p_content_body a:focus,
body.blue .p_content_body a:hover,
body.blue .p_content_body a:visited
{
    color: #4572a7;
    text-decoration: underline;
}
/* *********************************************************** *\
   CONTENT BODY
\* *********************************************************** */
.body_wrapper {
    padding: 20px;
}
.p_content_body {

}
    .p_content_canvas {
        white-space: normal;
    }
        .p_content_canvas hr {
            border:0 none;
            border-top:1px dotted #CCC;
            color:#FFF;
            height:1px;
            margin:10px 0 0 0;
            padding:0 0 10px 0;
        }
        .p_content_canvas pre {
            background-color: #EEE;
            border: 1px solid #DDD;
            margin: 5px 0;
            padding: 5px;
        }
        .p_content_canvas div.justify {
            text-align: justify;
        }
        .p_content_canvas ol,
        .p_content_canvas ul
        {
            margin: 10px 30px 10px 50px;
        }
        .p_content_canvas ol {

        }
        .p_content_canvas ul {

        }
            .p_content_canvas ol li,
            .p_content_canvas ul li
            {
                line-height: 1.2em;
                padding: 7px 0;
            }
            .p_content_canvas ol li {
                list-style-type: decimal !important;
            }
            .p_content_canvas ul li {
                list-style-type: disc !important;
            }
        .p_content_canvas p {
            line-height: 1.4em;
            padding: 0 10px 10px;
        }
            .p_content_canvas .bupper {
                font-weight: bold;
                text-transform: uppercase;
            }
            .p_content_canvas .upper {
                text-transform: uppercase;
            }
            .p_content_canvas .bi {
                font-weight: bold;
                font-style: italic;
            }
            .p_content_canvas abbr {
                border-bottom: 1px dotted #DDD;
            }
            .p_content_canvas strong {
                font-weight: bold !important;
            }
    .p_content_canvas table.split {
        border: 0;
        width: 100%;
    }
        .p_content_canvas table.split td.split_left {

        }
        .p_content_canvas table.split td.split_right {

        }
            .p_content_canvas table.split td.split_right p:first-child {
                padding-top: 10px;
            }
            .p_content_canvas .newcontent_textcontrol {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                background-color: #4572a7;
                color: #FFF !important;
                font-size: 22px;
                text-decoration: none !important;
            }
            .p_content_canvas .newcontent_textcontrol:hover {
                background-color: #698db8;
            }
        .bg_right {
            background-image: url(../img/public/bg_body_right.jpg);
            background-repeat: no-repeat;
        }
/* *********************************************************** *\
   HEADINGS
\* *********************************************************** */
.test {color:#4572A7;font-size:21px;margin:10px 0 0 0;text-transform:uppercase}

.p_content_canvas h1,
.p_content_canvas h2,
.p_content_canvas h3,
.p_content_canvas h4,
.p_content_canvas h5,
.p_content_canvas h6
{
    font-weight: bold !important;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0;
}
    .p_content_canvas h1 {
        font-size: 24px;
    }
    .p_content_canvas h2 {
        font-size: 21px;
        letter-spacing: -0.8px;
    }
    .p_content_canvas h3 {
        font-size: 18px;
        letter-spacing: -0.7px;
    }
    .p_content_canvas h4 {
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    .p_content_canvas h5 {
        font-size: 14px;
        letter-spacing: -0.4px;
    }
    .p_content_canvas h6 {
        font-size: 12px;
        letter-spacing: -0.2px;
    }

.laserBlue {
    color: #4572A7;
    padding: 10px;
    text-transform: uppercase;
}
.redringAdjustment .cufon-canvas canvas {
    top: -3px !important;
}
/* *********************************************************** *\
   CLASSES
\* *********************************************************** */
.arrow_buttons_left {

}
    .arrow_buttons_left ul {
        margin: 0;
        padding: 0;
    }
        .arrow_buttons_left ul li {
            list-style: none;
            list-style-image: none;
            list-style-type: none !important;
            margin: 0;
            padding: 0 0 0 10px;
        }
            .arrow_buttons_left ul li a {
                border-bottom: 1px solid #DDD;
                border-top: 1px solid #FFF;
                display:block;
                font-size: 11px;
                font-weight: bold;
                padding: 12px 0;
                position: relative;
                text-decoration: none !important;
                white-space: nowrap;
                /*width: 215px;*/
            }
            .arrow_buttons_left ul li.selected a,
            .arrow_buttons_left ul li a:hover
            {
                background-image: url(../img/public/arrowLeft.gif) !important;
                background-position: 100% 50%;
                background-repeat: no-repeat;
                border-right-width: 0;
                color: #333 !important;
                font-size: 12px;
                text-decoration: none !important;
            }
.bg_body_left {
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottomleft: 5px;
    /*background-image: url(../img/public/bg_body_left.jpg);*/
    background-color: #F4F4F4;
    background-repeat: no-repeat;
}
.borderDDD {
    border: 1px solid #DDD;
}
.gradient-gray-down {
    background-image: url(http://community.prosperent.com/images/gradients/gradient-grey-down.png);
    background-repeat: repeat-x;
}
.padding10 {
    padding: 10px;
}
.rounded_content_box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.columnDescription33 {
    padding: 10px 15px;
    text-align: justify;
    width: 240px;
}

/* *********************************************************** *\
   ZEND FORM
\* *********************************************************** */

#content_canvas .zend_form {
    padding: 10px;
}

.zend_form dt {
    clear: both;
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
    width: 200px;
}
    .zend_form dt label {
        font-weight: bold;
        line-height: 1.7;
    }
    .zend_form dt label.required:before {
        content: '* ';
    }
    .zend_form dt label:after {
        content: ':'
    }
.zend_form dd {
    float: left;
    margin:0 0 0.75em 0.25em;
    width: auto;
}

.zend_form input,
.zend_form textarea,
.zend_form select
{
    background-color: #FFE;
    border-top: 1px solid #7c7c7c;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #c3c3c3;
    font-family: inherit;
    font-size: 100%;
    padding: 2px;
    width: 300px;
}

.zend_form dd#submit-element {
    background-color: #333333;
    border: 1px solid #CCC;
    clear: both;
    padding: 7px;
    width: 98%;
}
    .zend_form input#submit {
        background-color: #4572A7;
        background-repeat: repeat-x;
        background-position: 0 50%;
        border: 2px outset #39F;
        color: #FFF;
        cursor: pointer;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 4px;
        width: auto;
    }

fieldset {
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 0 0 10px;
    padding: 10px;
}
    legend {
        border: 0 none;
        color: #4572A7;
        cursor: default;
        font-weight: bold;
        margin: 0;
        padding: 3px 5px;
    }

.zend_form ul.errors {
    list-style: inside;
    list-style-type: disc;
    margin: 0 0 10px 0;
    text-align: justify;
    width: 300px;
}
    .zend_form ul.errors li {
        color: #C30;
        font-size: 8pt;
        font-weight: bold;
        padding: 2px 0 0 0;
    }

.zend_form input.checkbox {
    width: auto;
}

.zend_form p.description {
    font-size: 8pt;
    font-style: italic;
    line-height: 1.2em;
    padding: 5px 0 0 0 !important;
    text-align: justify;
    width: 300px;
}

.zend_form fieldset.checkboxes dd { clear: both; float: left; margin: 0 10px 0 15px; }
.zend_form fieldset.checkboxes dd input { margin: 0; padding: 0; width: auto; }
.zend_form fieldset.checkboxes dl { display: block; margin-bottom: 10px; }

.zend_form fieldset.submit { border: 0px none; padding: 0px; }
.zend_form fieldset.submit dt { display: none; }
.zend_form fieldset.submit dd { margin: 0; padding: 0; }

.zend_form input.radio { margin: 0 5px 5px 0; padding: 0; width: auto !important; }

/*.zend_form p{
padding:0;
margin:0;
}

.zend_form input, .zend_form textarea{
margin:0 0 2px 0;
padding:0;
}

.submit{
float:right;
}

.required:before{content:'* '}

.optional:before{content:'+ '}*/

