/* Documentation content */

.modal-help {
    width: 70%;
    left: 35%;
}

#helpModalText .chapter {
    margin: 0px 10px 0 10px;
}

.navheader table tr:first-child {
    display: none;
}

.navheader hr {
    display: none;
}

.navheader {
    margin-bottom: 10px;
}

div.table {
    margin-bottom: 7px;
}

.navfooter table tr a, .navheader table tr a {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.navfooter table tr a:hover, .navheader table tr a:hover {
    text-decoration: none;
}


/* Inline content */
#helpModalBody {
    line-height: 1.5em;

}


/* Reset */
#helpModal .title {
    background-image: none;
    margin: 0 0 3px 0;
    padding: 0;
}

#helpModal .titlepage {
/*    display: none;*/
}

#helpModal div.table-contents table td {
    background: none;
}

#helpModal td[valign="top"] { vertical-align: top; }
#helpModal td[valign="middle"] { vertical-align: middle; }
#helpModal td[valign="bottom"] { vertical-align: bottom; }
#helpModal td[align="left"] { text-align: left; }
#helpModal td[align="center"] { text-align: center; }
#helpModal td[align="right"] { text-align: right; }


#helpModal div.mediaobject {
    display: block;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #B9B9B9;
}

#helpModal span.inlinemediaobject {
    max-width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#helpModal div.mediaobject,
#helpModal span.inlinemediaobject img {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#helpModal div.section h2 {
    margin: 0 0 0.2em 0;
}

#helpModal div.section h3 {
    margin-bottom: 0.2em;
    text-decoration: underline;
}

#helpModal div.note h3.title {
    font-size: 1.2em;
    color: #777;
}

#helpModal h4.title {
    font-size: 1.3em;
    color: #444;
}

#helpModal div.note p {
    /*border: 1px solid #aaa;*/
    /*border-radius: 5px;*/
    padding: 5px 5px 5px 40px;
    margin: 0 !important;
}

#helpModal p {
    margin-bottom: 1.2em;
}

#helpModal div.toc {
    margin: 1em 0 2em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
/*    font-weight: bold;*/
    background-color: #f8f8f8;
}

#helpModal div.toc p {
    margin-bottom: 0em;
}

#helpModal div.toc strong {
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 0.6em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    border-bottom: 1px solid #ccc;
}

#helpModal dl,
#helpModal dt {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
    padding: 0;
}

#helpModal dl {
    margin: 0.5em 0;
    padding-left: 0.5em;
}


#helpModal dt {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
#helpModal dd {
    -webkit-margin-start: 0;
    margin: 0 0 0 20px;
    padding: 0;
}

#helpModal ul.itemizedlist {
    margin-bottom: 1.2em;
}

#helpModal ul.itemizedlist li {
    margin-left: 25px;
}

#helpModal span.strong strong {
    display: block;
}

#helpModal div.section div.titlepage {
    margin-top: 15px;
    display: inline-block;
}

#helpModal div.table p.title {
    border-top: 1px solid #ccc;
    padding: 0.3em 0.5em;
    background-color: #f9f9f9;
    margin: 0;
}

#helpModal div.table-contents table {
    border: 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#helpModal div.table-contents table td {
    border: 0px;
    border-top: 1px solid #ccc;
}

#helpModal div.table-contents table td p {
    margin: 0.5em 0.5em;
}


#helpModal div.navheader, #helpModal div.navfooter {
    /*display: none;*/
}

#helpModal div.navfooter hr {
    margin-top: 20px;
}

/* Links */
#helpModal a.link {
    color: #00426E;
    font-weight: bold;
}



/* Icons */

#helpModal div.caution h3,
#helpModal div.note h3,
#helpModal div.tip h3 {
    text-decoration: none;
    display: none;
}

#helpModal div.caution p,
#helpModal div.note p,
#helpModal div.tip p {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 40px;
    line-height: 21px;
}

#helpModal div.caution {
    margin: 10px 0 10px 0 !important;
    padding: 5px 5px 5px 5px;
    background: #FFF2C0 url(../img/warning.png) no-repeat scroll 11px 4px;
}

#helpModal div.note {
    margin: 0 0 10px 0 !important;
    padding: 5px 5px 5px 5px;
    background: #f0f0f0 url(../img/note_pinned.png) no-repeat scroll 11px 5px;
}

#helpModal div.tip {
    margin: 0 0 10px 0 !important;
    padding: 5px 5px 5px 5px;
    background: #f0f0f0 url(../img/magic-wand.png) no-repeat scroll 11px 5px;
}

#helpModal div.informalexample p,
#helpModal pre.screen {
    background-color: #F3F3F3;
    border: 1px solid #D7D7D7;
    border-left: 4px solid #D7D7D7;
    padding: 0.5em 1em;
    overflow: auto;
}

