/* Style sheet for DSMT */
/* Copyright 2005, dsmt.org  */
body {
    font-size: 10pt;
    font-family: sans-serif;
    color: #000000;
    background-color: #ffffff;
}

p, td, ul, ol {
    font-size: 10pt;
}

h1,h2,h3,h4,h5 {
    background-color: #e0e0ff;
}

code {
    font-family: monospace;
    font-size: 9pt;
}

pre {
    font-size: 9pt;
    font-family: monospace;
    border: 1px solid black;
    width: 80%;
    background: #f0f0f0;
    margin-left: 20px;
    padding: 10px;
}

/* undo the quirk from Netscape V4 and IE V4 
   of tables not inheriting font specs */
table, caption {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
}

pseprxml {
}

/* used around the PsEPR name */
psepr {
    font-weight: bold;
    font-family: serif;
}

A:link {
    font-weight: normal;
    color: #0000ff;
}

A:visited {
    font-weight: normal;
    color: #0000ff;
}

A:active {
    font-weight: normal;
    color: #ff0000;
}

/* "Nav*" used to control top navigation bar colors */
.Nav {
    background-color: #eeeeee;
    border: 0px;
    text-align: center;
}
.NavSelected {
    background-color: #ffffff;
    border: 0px;
    padding: 2px 5px 2px 5px;
    text-align: center;
}
.NavNotSelected {
    background-color: #eeeeee;
    border: 0px;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

/* "Index*" used to control the display of the index */
.IndexList {
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
}

.IndexUpdated {
    font-size: 8pt;
    font-style: italic;
}

/* Used for 'div's that display code samples */
.CommandLineExample {
    margin: 8px 0px 8px 25px;
    font-family: monospace;
}

/* Levels of the document body */
/* we just indent each section */
.Function {
    margin-left: 20px;
}

.Channel {
    margin-left: 20px;
}

.Direction {
    margin-left: 20px;
}

.Events {
    margin-left: 20px;
}

.Payload {
    margin-left: 20px;
}

