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

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

#maincolumn {
	background-color: #71828A;
    }

#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: #71828A;
	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: 80px;
    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 {
    padding: 0 .625em .75em;
    margin-right: 2px;
    margin-left: 2px;
    }

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

.fullwidthrow {
    clear: both;
    }

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

.faqheading {
    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 {
    padding-left: 10px;
    }