/* General tags */
body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 9pt;
    font-family: Verdana;
    color: #111100;
    background-color: #ffffff;
}

a {
    font-weight: normal;
    color: #333344;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
    text-decoration: underline;
}

legend {
    color: #3333ff;
}
fieldset {
    border-color: #bbbbbb;
}


/* Layout table */
.mainTable {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.tocCell {
    padding: 10px 8px 20px 8px;
    width: 200px;
    vertical-align: top;
    background-color: #eeeeee;
}
.contentCell {
    width: 100%;
    vertical-align: top;
    padding: 10px 25px 10px 20px;
}


/* Header table */
.headerTable {
    border-collapse: collapse;
    border-width: 0px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.headerBannerCell {
    height: 17px;
    background-color: #adc2d5;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.headerLogoCell {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


/* Footer table */
.footerTable {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.copyrightCell {
    vertical-align: top;
}


/* Misc styles */
.menuCategory {
    font-family: verdana;
    font-size: 11px;
    color: #2255bb;
}

.menuItem {
    font-family: verdana;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}

.copyright {
    font-family: verdana;
    color: #888866;
    font-size: 7pt;
}

.sampleCode {
    font-family: 'Lucida Console', Courier;
    font-size: 8pt;
    border: solid 1px darkgray;
    background-color: #ffffe0;
    padding:5px 5px 5px 5px;
    margin:5px 5px 5px 5px;
}


/* FAQ list styles */
.faqListTable {
    width: 100%;
    border-right: 2px solid;
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-collapse: collapse;
}

.faqListHeaderCell {
    font-weight: bold;
    color: white;
    background-color: #99bbff;
    padding: 2px 4px 2px 4px;
}

.faqListItemCell {
    padding: 2px 4px 2px 4px;
    border-style: solid;
    border-width: 1px;
}

.faqLink {
    text-decoration: none;
    color: #4488bb;
    font-weight: bold;
}


/* FAQ view styles */
.faqTable {
    width: 100%;
    border: 2px solid;
    border-collapse: collapse;
    background-color: #ccddff;
}

.faqTitle {
    font-size: large;
    font-weight: bold;
}

.faqCell {
    padding: 8px 4px 8px 4px;
}


/* Comment styles */
.commentTable {
    width: 80%;
    border-collapse: collapse;
}

.commentTableHeaderCell {
    font-size: medium;
    font-weight: bold;
    vertical-align: top;
    border-bottom-style: ridge;
    border-bottom-width: 3px;
}

.commentHeaderCell {
}

.commentContentCell {
    padding: 4px 8px 20px 8px;
    border-bottom: dashed 2px;
}

