/*

TODO: Move over <key> and <platform> styles.

*/

html {
    background-color: #FAFAFA; color: black;
    margin: 0; padding: 0;
}

body {
    margin: 0; padding: 0;
}

.titleDiv {
    margin-top: 3em;
    margin-bottom: 1em;
}

#header {
    width: 100%; height: 24px;
    background-color: black;
    background-image: url(logos/houdini_20.png);
    background-repeat: no-repeat; background-position: center right;
    margin: 0; padding: 0;
    font-size: 12px;
    line-height: 16px;
}

#titleBlock {
    margin: 0; padding: 10px;
    background-color: #06C;
    color: white;
    background-image: url(helpcardTitleGrad.png);
    background-repeat: repeat-x; background-position: top;
}

#toolbar {
    background-color: white; width: 100%;
    background-image: url(pearl.png);
    background-repeat: repeat-x; background-position: top;
    color: black;
    height: 27px; max-height: 27px;
    margin: 0; padding: 0; border: none;
    clear: both;
}
#toolbar td {
    text-align: right;
    margin: 0; padding: 0 8px 0 8px;
}
#toolbar button {
    background-color: transparent;
    min-width: 18px; min-height: 18px;
    width: 18px; height: 18px;
    margin: -6px 1px 1px 1px; padding: 0px;
    border: 1px solid #888;
    background-position: center; background-repeat: no-repeat;
}

#toolbar button {
    background-color: transparent;
    min-width: 18px; min-height: 18px;
    width: 18px; height: 18px;
    margin: -6px 1px 1px 1px; padding: 0px;
    border: 1px solid #CCC;
    background-position: center; background-repeat: no-repeat;
}
#toolbar button.selected {
    background-color: #AAA;
}

#fontSize0 {
    background-image: url(toolbar/fontSmall.png);
}
#fontSize2 {
    background-image: url(toolbar/fontNormal.png);
}
#fontSize4 {
    background-image: url(toolbar/fontLarge.png);
}

h1 {
    margin: 0; padding: 0; line-height: 100%;
    font-size: 140%;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 110%;
}
h4 {
    font-size: 100%;
}
h2,h3,h4,h5 {
    color: black; margin-top: 1em;
}

#content {
    margin: 0 8px 200px 8px;
}

ul,ol {
    margin-left: 10px; padding-left: 10px;
}

ul.linklist > li, ul.subtopicLinks > li {
    margin-top: 0; margin-bottom: 0;
    list-style-image: url(linkBullet.png);
}
li.subFolder {
}

ul > li {
    list-style-type: disc;
}

p, li {
	line-height: 130%;
    margin-top: 1em; margin-bottom: 1em;
}

div.singleStep > p:first-child {
    margin: 0;
}

li {
}

li > :first-child {
    margin-top: 0;
}

dl {
    width: 98%;
    margin-top: 1em; margin-bottom: 1em;
}
dt {
    font-weight: bold;
    margin: 0 0 4px 0; padding: 0;
}
dd {
    margin: 0 0 0.5em 0; padding: 0 0 0 2em;
}

dd > :first-child {
    margin-top: 0;
}

div.notices {
    display: table; width: 98%;
    border-style: solid; border-width: 1px 1px 0 1px; border-color: #DDD;
    margin-top: 0.5em; margin-bottom: 0.5em;
}

div.notice {
    display: table-row; width: 95%;
}
div.noticeTitle,div.noticeContent {
    display: table-cell;
    padding: 4px 6px 4px 6px;
    background-repeat: repeat-x; background-position: top;
    border-top: 1px solid white;
    color: black;
}
div.noticeTitle {
    width: 32px;
    font-weight: bold;
    background-image: url(noticeHeadingGrad.png);
    background-color: #CCC; color: white;
    border-bottom: 1px solid #999;
}
div.noticeContent {
    padding: 6px 8px 6px 8px;
    background-color: #F4F4F4;
    background-image: url(ddGrad.png);
    background-repeat: repeat-x; background-position: top;
    border-bottom: 1px solid #DDD;
}

div.alert > div.noticeTitle {
    background-color: #F30;
}
div.note > div.noticeTitle {
    background-color: #06C;
}
div.tip > div.noticeTitle {
    background-color: #6C0;
}

div.noticeContent > :first-child {
    margin-top: 0;
}

div.steps {
    width: 95%;
    margin-top: 1em; margin-bottom: 1em;
    background-color: #F4F4F4;
    border: 1px solid #D6DFD0; padding: 8px;
    background-image: url(stepGrad.png);
    background-repeat: repeat-x; background-position: top;
}

div.steps > ol {
    margin-top: 0; margin-bottom: 0;
}
div.steps > ul {
    margin-top: 0; margin-bottom: 0;
}

li.step {
    font-weight: bold;
}
span.stepText {
    font-weight: normal;
}

table {
    width: 98%;
    margin-top: 1em; margin-bottom: 1em;
    border-style: solid; border-width: 1px;
    border-color: #DDD;
}

table.tableStandard {
}

th {
    text-align: left;
    font-size: 95%;
    padding: 4px;
    background-color: #DDD;
    background-image: url(thGrad.png);
    background-repeat: repeat-x; background-position: top;
    border-style: solid; border-width: 1px;
    border-color: white #BBB #BBB white;
}

/*
.tasklist th {
    background-color: #9F3;
}
*/

td {
    margin: 0; padding: 6px 8px 6px 8px;
    vertical-align: top;
}

tr.row0 > td {
}
.tableStandard tr.row1 > td {
    background-color: #F0F0F0;
}

td > :first-child {
    margin-top: 0;
}

li:first-child {
    margin: 0.5em 0 0.5em 0;
}

td.task {
}

table.platform {
    border: none;
    margin: 0;
}
.platformOS {
    width: 24px; height: 24px;
    background-position: center; background-repeat: no-repeat;
}
.platformOS_linux {
    background-image: url(platform/os_linux.png);
}
.platformOS_win {
    background-image: url(platform/os_win.png);
}
.platformTextOS {
    display: none;
}

th.problem {
    background-color: #CCC;
}

.section {
    margin-left: 20px;
}

.subtopics {
    margin-left: 20px;
}

td.problemCause,td.solution {
    border-top: 1px solid #DDD;
}

.button,.menu {
    font-weight: bold;
}

.cmdFunction, .vexFunction, .expFunction {
    font-family: monospace;
}

.screen, .screenlines {
    border: 1px dotted #CCC;
    background-color: white;
}
.screenlines, .screen pre {
    overflow: auto;
    margin: 0; padding: 4px;
}
.screen em {
    color: #F30;
}

.line {
    white-space: nowrap;
}

div.linegroup {
    margin-left: 2em;
}

.lineoutput {
    color: #080;
}

.linklistSummary {
    color: #444;
}

.warning {
    font-weight: bold; color: red;
}

.parentDiv {
    margin: 4px 0 4px 0;
    font-size: 85%;
}
.contextMenuBar {
    margin: 0; padding: 0;
}
.contextMenuBar li {
    list-style: none;
}
.contextMenu, .contextMenuEmpty {
    display: inline;
    position: relative;
}
.contextMenu, .contextMenuEmpty {
    margin: 0 1px 0 0; padding: 2px;
}
.parentDiv .contextItemCurrent, .parentDiv .contextItemHere {
    background-color: #DDD;
}
.parentDiv .contextItemHere, .parentDiv .contextNameHere {
    -moz-opacity: 0.6;
}
.contextMenuName {
    z-index: 5;
}
.contextMenuList {
    display: none;
    position: absolute;
    top: 1.2em; left: -1px;
    width: 13em;
    margin: 0; padding: 0 0 2px 0;
    z-index: 20;
    background-image: url(fillWhite95.png); color: black;
    border: 1px solid; border-color: #999 #666 #666 #999;
}
.contextMenu li {
    margin: 0; padding: 2px 4px 2px 1em;
}
.contextMenu *[onclick] {
    cursor: pointer;
}
.parentDiv .contextName, .parentDiv .contextNameHere {
    white-space: nowrap;
}
.parentDiv .contextMenuItem:hover, .parentDiv .contextItemCurrent:hover {
    background-color: #888;
    background-image: url(menuItemGrad.png);
    background-position: bottom; background-repeat: repeat-x;
    color: white;
}
.contextMenu:hover, .contextMenuEmpty:hover {
    /*
    background-image: url(menuHeadGrad.png);
    background-position: top; background-repeat: repeat-x;
    color: black;
    border: 1px solid white; padding: 1px;
    */
}
.contextMenu:hover .contextMenuList {
    display: block;
}

.parentDiv .contextHiddenCount, .fullContext .contextHiddenCount {
    font-style: italic; color: #888;
}

.parentDiv a:link {
    color: inherit;
    text-decoration: none;
}
.parentDiv a:visited {
    color: inherit;
    text-decoration: none;
}
.parentDiv a:hover {
    text-decoration: underline;
}

.fullContext {
    font-size: 85%;
    background-color: #F4F4F4;
    border: 1px solid; border-color: #CCC white white #CCC;
    -moz-border-radius: 8px;
    margin: 3em 1em 1em 1em; padding: 6px 6px 6px 0;
}
.fullContext ul {
    margin: 0; padding-left: 1em;
}
.fullContext li, .fullContext p {
    margin: 0; padding: 2px;
    list-style: none;
}
.fullContext .contextItemHere {
    background-color: white;
    border: 1px solid; border-color: #CCC white white #CCC;
    -moz-border-radius: 6px;
    position: relative; left: -2px;
}
.itemTitleHere {
    font-weight: bold;
}
.fullContext a:link, .fullContext a:visited {
    text-decoration: none;
}
.fullContext a:hover {
    text-decoration: underline;
}

table.examples {
    border: none;
}
table.examples td {
    border-top: 1px solid #CCC;
}
table.examples tr:first-child td {
    border-top: none;
}

table.tasklist td {
    padding: 8px;
}
table.tasklist tr.row0 td {
    background-color: #F0F2F4;
}
td.task {
    border-right: 1px dotted #CCC;
}

a:hover {
    color: #F60;
}

.pathArrowText {
    -moz-opacity: 0.6;
}

.keyOuter {
    border-style: solid; border-width: 1px;
    border-color: #AAA #666 #666 #AAA;
    padding: 1px;
    background-color: #DDD;
    background-image: url(keys/fadeDark.png);
    background-position: right; background-repeat: repeat-y;
}
.keyCap {
    position: relative; top: -3px;
    color: #333; font-weight: bold;
    font-size: 85%;
    background-color: #EEE;
    background-image: url(keys/fadeLite.png);
    background-position: left; background-repeat: repeat-y;
    border-style: solid; border-width: 1px;
	border-color: white #999 #999 white;
    padding: 2px 4px 2px 4px;
}

