/********** Defaults **********/

html, body {
    height: 100%;
}

body {
    margin: 0 auto;
    width: 1000px;
    background-color: #ddd;
}

body, p, li, td, input.button {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

input, textarea {
    font-family: sans-serif;
    font-size: 9pt;
}

form, pre, h2 {
    margin: 0;
}

td, th {
    vertical-align: top;
}

p, ul, ol, h1, h3, h4, table.exampleBlock, table.block, table.index {
    margin-top: 1em;
    margin-bottom: 0;
}

ol ul {
    list-style-type: disc;
}

ol ul ul {
    list-style-type: circle;
}

/********** General **********/

p.firstInCell {
    margin-top: 0;
}

p.error {
    padding-left: 2em;
    color: #cc0000;
}

ol.spaceBetweenItems li, ul.spaceBetweenItems li {
    margin-bottom: 1em;
}

ol.halfSpace li, ul.halfSpace li {
    margin-bottom: .5em;
}

ol.halfSpace, ul.halfSpace {
    margin-top: .5em;
}

ol.noSpace, ul.noSpace, ol.noSpace li, ul.noSpace li {
    margin-top: 0;
    margin-bottom: 0;
}

span.code, span.argument, pre.code, td.code, a.code {
    font-family: "Lucida Console", monospace;
    font-size: 95%;
}
span.code, span.argument, pre.code, td.code {
    color: #000066;
}
span.argument {
    font-style: italic;
}

span.term {
    font-style: italic;
    text-decoration: underline;
}

div.languageNote {
    margin-top: 1em;
    padding: .5em;
    background: #ccffff;
}

div.figure, div.figureWithBorder {
    float: right;
    clear: both;
    padding-left: 1em;
}

div.figureWithBorder {
    border: 1px solid black;
}

div.caption {
    margin-bottom: 1em;
    text-align: center;
}

span.body {
    font-size: 11pt;
    font-weight: normal;
}

span.brightSyllable {
    color: #cc0000;
}

.noBreak {
    white-space: nowrap;
}

input.field, textarea.field {
    width: 400px;
}

/********** Banner **********/

td.bannerCell, td.bannerCellLeft, td.bannerCellRight {
    font-size: 90%;
    padding: 12px 15px 12px 0;
    vertical-align: bottom;
    white-space: nowrap;
}

td.bannerCellLeft {
    padding-left: .7em;
    padding-bottom: 16px;
}

td.bannerCellRight {
    text-align: right;
    padding-bottom: 15px;
}

div.bannerTitle {
    line-height: 160%;
}

span.bannerTitle {
    font-size: 160%;
    font-weight: bold;
}

a.bannerLink {
    font-weight: bold;
    text-decoration: none;
}

input.banner {
    font-size: 70%;
}

table.banner         {color:      #ffffcc;}
table.banner a       {color:      #ffffcc;}
table.banner a:hover {color:      #F0BC1C;}

/********** Menu **********/

td.menuBackground {
    padding: .6em 0 0 0;
}

table.contentBackground {
    background-color: #fff;
}

td#contentPlaceholder {
    padding-top: .4em; /* match td.menuBackground's padding (visually) */
}

td.menuCell, td.menuCellLevel2, td.menuCellSelected, td.menuHeader {
    padding: 1px 0 2px 0;
    font-size: 90%;
    white-space: nowrap;
}

td.menuCell:hover, td.menuCellLevel2:hover, td.menuCellSelected:hover {
    cursor: pointer;
}

td.menuCell a          {color: #000000;}
td.menuCellSelected a  {color: #ffffcc;}

td.menuCell a, td.menuCellLevel2 a, td.menuCellSelected a {
    text-decoration: none;
}

td.menuQuoteCell {
    padding: 3em .6em;
}

p.menuQuote {
    font-size: 75%;
    /*    color: #550000;*/
    background: #F9FFCC;
    padding: 6px 10px;
    border: 1px solid #ABC78B;
}

/********** Index Table **********/

td.index {
    text-align: right;
    white-space: nowrap;
}

td.indexLeft {
    padding-right: .5em;
    white-space: nowrap;
}

/********** Command Table **********/

table.commandTable {
    border-collapse: collapse;
    margin-top: 1em;
}

table.commandTable th, table.commandTable td {
    padding: .3em .5em;
    border: 1px solid #ffddbb;
}

table.commandTable th {
    text-align: left;
    font-weight: normal;
    background: #ffeecc;
    color: #660000;
    white-space: nowrap;
}

table.commandTable td {
    background: #ffffcc;
}

/********** Example **********/

table.exampleBlock td {
    padding: .3em .5em;
    background: #ffffcc;
    border: 1px solid #ffddaa;
}

table.exampleBlock p, table.exampleBlock pre {
    margin: 0 0 .1em 0;
    font-family: "Lucida Console", monospace;
    font-size: 95%;
    color: #000066;
}

table.exampleBlock p.firstLine {
    margin: 0;
}

span.exampleLabel {
    font-style: italic;
    color: #993366;
}

/********** Function Documentation Table **********/

table.functionDoc>tbody>tr>td {
    padding: 1em 0 0 1em;
}

table.functionDocArguments td {
    padding: 0 1em 0 0;
}

/********** FAQ **********/

ol.faq {
}

ol.faq>li {
    font-weight: bold;
    margin-bottom: 1em;
}

ol.faq>li>ul>li {
    list-style-type: disc;
    margin-bottom: 1em;
}

/********** Site Map **********/

td.siteMapCell {
    padding: .2em 5em 0 0;
}

p.siteMapLevel1, p.siteMapLevel2 {
    margin: 0;
    font-size: 80%;
}

p.siteMapLevel1 {
    padding-top: .3em;
    font-weight: bold;
}

p.siteMapLevel2 {
    padding-left: 1.5em;
}

p.siteMapLevel1 a, p.siteMapLevel2 a {
    color: #0000aa;
    text-decoration: none;
}

p.siteMapLevel1 a:hover, p.siteMapLevel2 a:hover {
    text-decoration: underline;
}
