#portal-footer {
    width: 100%;
    float: left;
}

ol {
    list-style-type: decimal;
    margin-left: 25px;
}

.qtip {
    font-family: Arial;
    font-size: 14px;
}

.hr {
    background-color: #077CC9;
    float: left;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.hr hr {
    display: none;
}

.header_subnav {
    padding: 0;
    border: 0;
    height: 23px;
    background-image: url("images/subnav-tab-strip-bg.png");
}

.mainWrapper {
    background-color: #E1ECFC;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: left;
}

.mainContent {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-family: Arial;
}

.collapsibleBox {
    margin-bottom: 14px;
    position: relative;
    zoom: 1;
}

.collapsibleBox .titleBar, .collapsibleBox .bottomBar, .collapsibleBox .unregisterDiv {
    height: 25px;
    width: 100%;
    color: #FFFFFF;
    font-size: 13px;
    clear: both;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.8em;
}

.collapsibleBox .titleBar {
    height: 23px;
    position: relative;
}

#intro .innerContent .left {
    float: left;
    margin-left: 5px;
}

#intro .innerContent .nonMandatoryRibbon {
    width: 30px;
    height: 25px;
    margin: -4px 0 0 3px;
    background: url("images/nonmandatory-ribbon-no-corner.png");
}

.collapsibleBox .titleBar .nonMandatoryRibbon {
    width: 27px;
    height: 31px;
    background: url("images/nonmandatory-ribbon.png");
    float: left;
    position: relative;
    top: -4px;
    left: -4px;
}

.collapsibleBox .bottomBar {
    height: 8px;
}


.collapsibleBox .unregisterDiv {
    height: 35px;
}


.collapsibleBox .titleBar .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6em;
}

.collapsibleBox .titleBar .expandedIcon, .collapsibleBox .titleBar .collapsedIcon {
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    padding-right: 15px;
}

.collapsibleBox .titleBar .expandedIcon {
    background-image: url("images/expanded-arrow-white.gif");
}

.collapsibleBox .titleBar .collapsedIcon {
    background-image: url("images/collapsed-arrow-white.gif");
}

.collapsibleBox .titleBar .middle,
.collapsibleBox .bottomBar .middle {
    height: 100%;
    width: 784px;
    float: left;
}


.collapsibleBox .unregisterDiv .unregisterBtnBar .unregisterBtn{
    height: 100%;
    width: 100px;
    float: right;
    margin-right: 40px !important;
    border-radius: 3px !important;
}


.collapsibleBox .titleBar .left,
.collapsibleBox .bottomBar .left,
.collapsibleBox .titleBar .right,
.collapsibleBox .bottomBar .right {
    background-repeat: no-repeat;
    width: 8px;
    height: 100%;
    float: left;
}

.collapsibleBox .titleBar .left {
    background-image: url("images/main-tab-left-selected.png");
}

.collapsibleBox .titleBar .right {
    background-image: url("images/main-tab-right-selected.png");
}

.collapsibleBox .titleBar .middle {
    background-image: url("images/main-tab-middle-selected.png");
}

.collapsibleBox .bottomBar .left {
    background-image: url("images/widget-bottom-left.png");
}

.collapsibleBox .bottomBar .right {
    background-image: url("images/widget-bottom-right.png");
}



.collapsibleBox .bottomBar .middle {
    background-color: #ffffff;
}

.collapsibleBox .unregisterDiv {
    background-color: #ffffff;
}

.collapsibleBox strong {
    font-weight: bolder;
}

.collapsibleBox .titleBar .title {
    width: 330px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.collapsibleBox .titleBar .dueDate,
.collapsibleBox .titleBar .status,
.collapsibleBox .titleBar .completionDate {
    float: right;
    text-align: right;
    padding-left: 5px;
}

.collapsibleBox .content {
    background-color: #ffffff;
    width: 98%;
    display: block;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 8px;
    font-size: 13px;
}

.collapsibleBox .collapsed {
    display: none;
}

.collapsibleBox .content .icon {
    width: 250px;
    height: 150px;
    display: block;
    float: left;
    overflow: hidden;
}

.collapsibleBox .content .description,
#intro .content .description {
    width: 440px;
    height: 100%;
    display: block;
    float: left;
}

#intro .content .description {
    width: 100%;
}

.collapsibleBox .content .topicTitles {
    display: block;
    width: 100%;
    float: left;
    padding-left: 3px;
}

.collapsibleBox .content .buttons {
    width: 90px;
    height: 100%;
    display: block;
    float: right;
}

.collapsibleBox .content .innerContent {
    height: 100%;
    display: block;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}

.launchIcon, .oldCertIcon, .lessonLanguageIcon {
    width: 70px;
    height: 50px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    float: left;
}

.certIconHolder {
    width: 100px;
    height: 50px;
    display: block;
    float: left;
}

.oldCertIcon, .lessonLanguageIcon {
    width: 30px;
    height: 30px;
    margin: 22px 0 0 -18px;
    background-position: left top;
}

.oldCertIcon:hover, .lessonLanguageIcon:hover {
    background-position: left bottom;
}

.buttons .hover {
    background-position: left bottom;
}

#tip, #oldCerts, #certLink, #lessonLanguages {
    display: none;
}

.embeddedLinks h1 {
    margin-bottom: 5px;
    color: #000000;
}

.embeddedLinks .oldCert, .embeddedLinks .lessonLanguage {
    width: 100%;
    display: block;
    float: left;
    color: #000000;
}

.embeddedLinks .oldCert span, .embeddedLinks .lessonLanguage span {
    float: left;
    margin: 5px;
    width: 205px;
}

.embeddedLinks .oldCert a,
.embeddedLinks .oldCert .disabled {
    margin: 5px;
    width: 20px;
    height: 22px;
    float: left;
    background-image: url("images/launch-old-cert-on.png");
    background-position: left top;
}

.embeddedLinks .oldCert .disabled {
    background-image: url("images/launch-old-cert-off.png");
}

.embeddedLinks .lessonLanguage a,
.embeddedLinks .lessonLanguage .disabled {
    margin: 5px;
    width: 20px;
    height: 22px;
    float: left;
    background-image: url("images/launch-lesson-language-on.png");
    background-position: left top;
}

.embeddedLinks .lessonLanguage .disabled {
    background-image: url("images/launch-lesson-language-off.png");
}

.embeddedLinks .oldCert a:hover, .embeddedLinks .lessonLanguage a:hover {
    background-position: left bottom;
}

.embeddedLinks .even {
    background-color: #F0F0EF;
}

.buttons .launchLessonIcon-off,
.buttons .launchCertIcon-off {
    color: #666666;
}

.buttons .launchLessonIcon-on {
    background-image: url("images/launch-lesson-on.png");
}

.buttons .launchLessonIcon-off {
    background-image: url("images/launch-lesson-off.png");
}

.buttons .signatureLinkIcon-on {  padding-right: 20px;
    background-image: url("images/icon_sign_document_training.png");
}

.buttons .signatureLinkIcon-off {
    background-image: url("images/launch-lesson-off.png");
}
.buttons .launchCertIcon-on {
    background-image: url("images/launch-cert-on.png");
}

.buttons .launchCertIcon-off {
    background-image: url("images/launch-cert-off.png");
}

.buttons .launchCertIcon-none {
    display: none;
    background-image: url("images/launch-cert-off.png");
}

.buttons .oldCertIcon, .buttons .lessonLanguageIcon {
    background-image: url("images/drop-old-cert-on.png");
}

#intro .innerContent #hideOptionalTraining {
    margin-left: 15px;
}

.registerArea {
    padding: 10px;
    background: #fff;
    box-shadow: #ddd 0 0 2px;
    margin: 10px 0 15px 0;
    line-height: 20px;
    position: relative;
}

.registerArea b, .registerArea button {
    float: left;
    margin: 0 10px 0 0 !important;
}

.clear {
    clear: both;
}

#intro .registerTableWrap {
    display: none;
}

#registerAreaWrapper {
    box-shadow: 0 5px 10px #DDDDDD;
}

#intro #registerTable {
    width: 100%;
    /*float:left;*/
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: -20px;
    margin-bottom: 10px;
}

#intro #registerTable .row {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px dashed #dddddd;
}

#intro #registerTable div.row:nth-child(even) {
    background-color: #f9f9f9;
}

#intro #registerTable thead th {
    font-weight: bolder;
    font-size: 16px;
    padding: 0 8px 8px 8px;
    line-height: 20px;
    text-align: left;
}

#intro #registerTable tr .registerTitle {
    font-weight: bolder;
    font-size: 16px;
    padding: 10px 0;
}

#intro #registerTable  .image, #intro #registerTable  .desc, #intro #registerTable  .button {
    display: inline-block;
    height: auto;
    vertical-align: top;
}

#intro #registerTable  .image {
    width: 250px;
}

#intro #registerTable  .desc b {
    display: block;
}

#intro #registerTable  .desc {
    width: 355px;
    padding: 0 15px;
    /*max-height: 145px;
    overflow: hidden;*/
}

#intro #registerTable  .button {
    width: 100px;
    text-align: right;
}

#intro #registerTable .chooseTtile {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    padding: 10px;
}

#intro #registerTable  .chooseTtile.empty {
    background: #ffffdd !important;
    display: block;
}

#intro #registerTable  .btn {
    float: right;
    margin: 15px 10px 0 0;
}

#intro .btn {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    text-shadow: #333 1px 0 1px;
    font-size: 11px;
    font-weight: normal;
    display: block;
    line-height: 18px;
    padding: 0 15px;
    margin-top: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.green_gradient {
    border: #4aac49 1px solid;
    background: url(images/b_green_gradient.png) top left repeat-x;
}

.green_gradient:hover {
    background: url(images/b_green_gradient_rev.png) top left repeat-x;
}

.gray_gradient {
    color: #666 !important;
    text-shadow: none !important;
    border: #ccc 1px solid;
    background: url(images/b_gray_gradient.png) top left repeat-x;
}

.gray_gradient:hover {
    background: url(images/b_gray_gradient_rev.png) top left repeat-x;
}

.innerContent .hr {
    margin-bottom: 0;
    background: none;
}



#confirmRecertifyPopupButtons {
    position: relative;
    float: right;
    margin-top: 10px;
}

.confirmRecertifyPopupButton {
    background-color: #074A87;
    border-color: #B6E2ED #59C6D5 #59C6D5 #B6E2ED;
    border-right: 1px solid #59C6D5;
    border-style: solid;
    border-width: 1px;
    color: #E1EDFD;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    text-align: center;
    padding: 0 4px 0 4px;
}

.qtip-blanket {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.4;

    /* IE7/8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);

    left: 0;
    bottom: 0;
    background-color: black;
    zIndex: 5000;
    display: none;
}

.normal-text {
    font: normal 12px Verdana, arial, helvetica, sans-serif;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.bold-text {
    font: bold 12px Verdana, arial, helvetica, sans-serif;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.x-window-header-text {
    font: bold 13px Verdana, arial, helvetica, sans-serif;
}
