body {
    margin: 8px;
    padding: 0;
}

#searchDiv {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 8px;
    right: 20px;
}

#searchTerm {
    position: relative;
    top: -17px;
    border: solid 1px #FFF;
    height: 19px;
    width: 160px;
    margin-right: 5px;
}

#pageNav {
    margin-top: 20px;
    text-align: center;
}

.pageLink {
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.className {
    height: 20px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    border: solid 1px lightgray;
}

.classListHeader {
    margin: 0 -4px 0 -4px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -12px;
}

.classListHeader div {
    position: relative;
    top: 5px;
    left: 5px;
}

.listBody {
    padding: 4px;
}

.apiTable {
    border: 1px solid #c5c4c7;
    border-collapse: collapse;
    width: 100%;
}

.apiTable tr td {
    border-right: 1px solid #c5c4c7;
    border-bottom: 1px solid #c5c4c7;
    padding: 4px;
}

.apiTable tr th {
    border-right: 1px solid #c5c4c7;
    border-bottom: 1px solid #c5c4c7;
    padding: 4px;
}

.apiTable .heading {
    font-weight: bold;
    background: #d9d9d9;
    padding: 0px 5px;
    font-size: 14px;
    height: 36px;
    color: #000;
}

.tableHeader {
    font-weight: bold;
    background: #d9d9d9;
    padding: 0px 5px;
    font-size: 14px;
    height: 36px;
    color: #000;
}

.tableSubHeader {
    font-weight: bold;
    font-size: 12px;
    background: #d9d9d9;
    padding: 0px 5px;
    height: 36px;
    color: #000;
}

.historyItem td {
    font-size: 12px;
}

.listItem {
    padding: 0;
    margin: 2px;
}

.tableDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.code {
    font-family: "Courier New", monospace;
    font-size: 12px;
    border: dashed lightgray 1px;
    margin: 20px;
    overflow: auto;
    width: 400px;
}

.scriptCode {
    font-family: "Courier New", monospace;
    font-size: 12px;
    border: dashed lightgray 1px;
    margin: 20px;
    overflow: auto;
    width: 600px;
}

.viewTable {
    border: 1px dotted lightgray;
    margin: 30px;
    width: 500px;
    border-collapse: collapse;
}

.viewTable th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px dotted lightgray;
    border-bottom: 1px dotted lightgray;
    padding: 3px;
}

.viewTable td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-left: 1px dotted lightgray;
    border-bottom: 1px dotted lightgray;
    padding: 3px;
}

.bold {
    font-weight: bold;
}

.deprecated {
    font-style: italic;
}

.deptrue {
    text-decoration: line-through;
    color:red;
    font-style:italic;
}

.back {
    float: right;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#menu {
    min-width: 400px;
}

.copy {
    height: 12px;
    font-family: arial, sans-serif;
    font-size: 10px;
    border-top: 1px solid #CECECE;
    margin: 0 auto;
}

.error {
    color: #FA3030;
}