@import url("screen2.css");

body
{
    background-color: #eee;
    padding: 10px;
}

h1
{
    font-size: 24px;
}

.script
{
    padding: 20px;
    border: 2px inset;
    width: 940px;
    background-color: #fff;
}

.script,
pre
{
    font-family: fixedsys, monospace;
    font-size: 17px;
}

.function
{
    margin-bottom: 30px;
}

.type
{
    color: #048;
}

.name
{
    text-decoration: underline;
    cursor: hand;
}

.parameter
{
    color: #770;
}

.content
{
    padding: 10px;
    border-bottom: 1px solid black;
}

.keywordFunction
{
    cursor: hand;
    text-decoration: underline;
}

.keywordStructure,
.keywordFunction
{
    color: #009;
}

.keywordObject
{
    color: #076;
}

.scriptInfo
{
    margin-bottom: 4px;
    width: 900px;
    padding: 4px;
}

.scriptAndInfo a,
.scriptAndInfo a:link,
.scriptAndInfo a:visited,
.scriptAndInfo a:hover,
.scriptAndInfo a:active
{
    color: #44c;
}

.fileName
{
    font-weight: bold;
    text-decoration: underline;
    cursor: hand;
}

.scriptAndInfo
{
    border: 2px outset;
    width: 950px;
    padding: 3px;
    background-color: #ffc;
}

.fileTitle
{
    width: 260px;
}

.topPath
{
    font-weight: normal;
    font-size: 16px;
}

.note
{
    font-style: italic;
    background-color: #eee;
    border-bottom: 1px solid black;
    font-size: 13px;
    padding: 3px;
    margin-bottom: 10px;
}

body#helpEntry
{
    background-color: white;
}
