@import url("/wck-website-core.css");

.mainContent {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    text-align: left;
    margin-top: 4ex;
    color: #2d2d6d;
}

h3 {
    color: #2d2d6d;
    font-style: italic;
}

code {
    font-family: "Helvetica Neue", "Nimbus Sans L", Helvetica, sans-serif;
    background-color: #8989ff;
}

.hilite, .mainContent a {
    color: #8989ff;
}

strong.wck, .mainContent a:visited {
    color: #2d2d6d;
}

.mainContent a {
    text-decoration: none;
    border-bottom: 1px dotted #8989ff;
}

.mainContent a:hover {
    border-bottom: 1px solid #8989ff;
}

.notifyBubble {
    width: 400px; 
    font-family: sans-serif;
    background-color: #4c4c4c; 
    filter: alpha(opacity=90); 
    -moz-opacity: 0.90; 
    opacity: 0.90; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    line-height: 1.2em; 
}

.notifyBubble .option {
    color: yellow;
}

input, textarea {
    width: 100%;
}

table.wckSequences {
    border: 1px solid #8989ff;
    border-collapse: collapse;
    font-family: sans-serif;
}

.wckSequences tr {
    border-top: 1px solid #8989ff;
}

.wckSequences td {
    font-family: monospace;
    padding-left: 0.3em;
    //padding-right: 0;
}

.wckSequences th {
    padding-right: 0.3em;
    text-align: left;
}

.wckSequences .desc {
    font-weight: normal;
    font-style: italic;
}

.wckSequences .note {
    font-family: "Nimbus Mono L", monospace !important;
    font-weight: normal !important;
    padding-left: 0 !important;
    color: #999;
}

.shade1 {
    background-color: #bbf;
}

/*
td {
    background: yellow !important;
}
th {
    background: orange !important;
}
*/