body {
    font-size: smaller;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #333;
    background-color: #696969;
}

li {
    white-space: nowrap;
    list-style: none;
}

#maincolumn {
    background-color: #696969;
}

#header {
    background-image: url( ../images/cross_hatch_reverse.png );
    background-position: top left;
    background-repeat: no-repeat;
    background-color: white;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#title {
    font-size: 200%;
}

#versionLinks {
    font-size: smaller;
}

#navlinks {
    font-size: smaller;
    font-weight: bold;
    white-space: nowrap;
    background-color: #696969;
    height: 40px;
}

#navlinks ul {
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
    height: 100%
}

#navlinks li {
    float: left;
    list-style: none;
    background-color: white;
    height: 30px;
    width: 100px;
    margin-left: 5px;
    border: 1px solid black;
}

#navlinks a {
    padding-top: .75em;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    color: #333;
    text-decoration: none;
}

#navlinks li:hover {
    background-color: #EDF3F3;
}

#navlinks .selectedNavlink {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    height: 34px;
}

#navlinks .selectedNavlink:hover, #navlinks .selectedNavlink a:hover {
    background-color: #fff;
    color: #71828A;
}

#content {
    border: 1px solid #000;
    border-bottom: 1px solid #C9CFD1;
    background-color: white;
}

#footer {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #EDF3F3;
    text-align: center;
}

.error {
    color: #FF0000;
    font-weight: bold;
}

fieldset {
    border: none;
}

.buttonStyle {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
}

.buttonStyle:hover {
    background-color: #EDF3F3;
    border: 1px solid #71828A;
}

#content .subhead {
    clear: both;
    background-image: url( ../images/title_tall_2_bg.png );
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 10px 5px 5px 5px;
}

#content .subhead img {
    cursor: pointer;
    vertical-align: middle;
}

#content .subheadSummary {
    font-weight: normal;
    font-size: smaller;
    padding-left: 3em;
}

#content .chipSelect li {
    background-color: inherit;
    cursor: pointer;
}

.plotStatus {
    color: #8080C0;
}

.snpListHeader img {
    background-color: #A0E0F8;
}

.bolded {
    font-weight: bold;
}

.underlined {
    border-bottom: 1px dotted gray;
}

#selectAllChipTypes {
    cursor: pointer;
    border-bottom: 1px dotted gray;
}

.inputExample {
    padding-left: 1em;
}

.inputSNPSelection {
    margin-bottom: 0;
}

.justify {
    text-align: justify;
}

.plotViewSample {
    float: right;
    margin-left: 2em;
    margin-top: 0.5em;
    text-align: center;
}

.fullwidthrow, fieldset.columnAcheckbox, fieldset.columnBcheckbox, fieldset.fullwidthcheckbox {
    padding: 0 .625em;
    margin-right: 2px;
    margin-left: 2px;
}

fieldset.columnAcheckbox, fieldset.columnBcheckbox, fieldset.fullwidthcheckbox {
    padding-bottom: 0;
}

.fullwidthrow {
    clear: both;
}

.fullwidthrow .formw {
    margin-left: 6px;
}

.faqheading, .docheading {
    font-weight: bold;
    padding: .5em .5em .5em 1em;
    margin-top: 2em;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #EDF3F3;
    border-top: 1px solid #C9CFD1;
    border-bottom: 1px solid #C9CFD1;
}

.faqlinklist, .doclinklist {
}

.documentation .input, .documentation .output {
    font-weight: bold;
    padding: .5em .5em .5em 1em;
    margin-top: 2em;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #EDF3F3;
    border-top: 1px solid #C9CFD1;
    border-bottom: 1px solid #C9CFD1;
}

.documentation table.definition tr {
    border: 1px solid #C9CFD1;
}

.documentation span.literal {
    font-weight: bold;
}

/* Greg version below here */

.docsubheading {
    margin-top: 2em;
    font-weight: bold;
    border-top: 1px solid #C9CFD1;
    width: 50%;
}

.docdl {
    padding-left: 10px;
    }

.docdl dt, .docdl dd {
    padding-bottom: .5em;
    border-top: 1px solid #C9CFD1;
}

.docdl dt {
    float: left;
    width: 130px;
    font-weight: bold;
}

.docdl dd {
    margin-left: 135px;
}

.uireference {
    font-style: italic;
    font-weight: bold;
}

table.data {
    background-color: #EDF3F3;
    cell-spacing: 0;
    border: 1px solid #C9CFD1;
}

table.data tr {
    vertical-align: bottom;
}

table.data th {
    text-align: center;
}

table.data td {
    background-color: #FFFFFF;
    padding: 0 20px 0 20px;
}
.errorBlock { border: 1px dotted #DC143C; font-family: Georgia, "Times New Roman", Times, serif;
	color: #DC143C; border-color: #DC143C; padding: 10px; /*/*/line-height: 1.5em; /* */ }

