.bold {
    font-weight: bold;
}

.hide td {
    display: none;
}
    
.nowrap, td.nowrap {
    white-space: nowrap;
}

.noborder, td.noborder {
	border-style: none;
}

#mainwrapper {
	border-style: none;
}

#main {
    /*background-color: #fff;*/
    width: 100%;
    border-collapse: collapse;
}

#main td, #main th {
	vertical-align: top;
}

#main td {
    border: 1px solid #9a9;
}

#mainCol1 {
	width: 150px;
}
#mainCol2 {
	width: 500px;
}
#mainCol3 {
	width: 500px;
}

.empty td {
	border-style: hidden;
}

.main tr {
	vertical-align: top;
}

.main td {
    background-color: #fff;
    border-style: none;
	padding: 0px;
}

#menutable {
	padding: 0px;
	background-color: #ded;
	border-collapse: collapse;
    margin: 0px;
    height: 30px;
}

#menutable td:first-child {
	margin: 10px;
	text-align: right;
	vertical-align: middle;
	border: 1px solid black;
}

td.alleleheading {
    font-weight: bold;
}

td.alleles {
    padding-left: 30px;
}

th.alleles {
    border: 1px solid black;
    background: #a6caf0;
}

td.annotation {
	padding-left: 10px;
	background-color: #ded;
}

th.annotation {
	padding-left: 10px;
	background-color: #ded;
}

td.annotation-transcript {
	background-color: #ded;
}

.communityannotations td {
	padding: 0px;
}

.citation-type td {
	padding: 0px;
}

#main .terms {
	width: 100%;
	border-collapse: collapse;
}

#main .terms td {
	border-top: 1px solid black;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main .terms col {
	border-right: 1px solid black;
}

.annotations th, .annotations td {
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

.rowheader {
	font-weight: bold;
	text-align: right;
}

.rowheader-nowrap {
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

#active-annotation td {
	background-color: #eee;
}

.current-data {
	font-style: italic;
	color: red;
}

.annot-data {
	color: blue;
}

.error-message {
	color: red;
	font-weight: bold;
}

.search-result {
	font-weight: bold;
}

#term-finder {
    background-color: #bbb;
}

#term-finder td {
    background-color: #fff;
	vertical-align: top;
	text-align: left;
}

.parentsColumnHeader {
	background-color: #eee;
}
.childrenColumnHeader {
	background-color: #eee;
}

th.definitionColumnHeader {
	width: 30%;
}
td.definitionColumnValue {
	width: 30%;
}
th.nameColumnHeader {
	width: 20%;
}
td.nameColumnValue {
	width: 20%;
}

td.AllelesColumnValue {
	width: 20%;
}

.term-definition {

}

.term-aspect {

}

.citation-type {
	background-color: #eee;
}

.inputtable td,th {
	border-style: none;
}

.outputtable td,th {
	border-style: none;
}

.citation td, .citation th {
	text-align: left;
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb;
}

.annotation-citation td, .annotation-citation th {
	text-align: left;
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb;
    background-color: #eee
}

.citation-edit td {
	vertical-align: top;
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb;
}

#content .exons {
	border-collapse: collapse;
}

#content .exons td, #main .exons th {
	text-align: left;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
}

#content .transcript-properties {
	border-collapse: collapse;
}

#content .transcript-properties td {
	text-align: left;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
}

#content .transcript-properties th {
	text-align: left;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    background: #fff;
}

.noborder td, .noborder th {
	border: 0;
	border-style: hidden;
}

#main .ca-term-table td {
	border: hidden;
}

.ca-term-header {
	color: #669966;
	font-weight: bold;
	font-size: 11px;
	letter-spacing:0.1em;
	text-transform: uppercase;
}

.ca-term-long {
	border-bottom:1px solid #FFF;
	font-size: inherit;
	padding: 0 0 6px 0;
	margin-bottom:6px;
	}

#main .ca-term-table td {
	border: hidden;
}

#main .image td {
    border: hidden;
}
    
.pheno, .pheno td, .pheno th {
}

.pheno-deleted, .pheno-deleted td, .pheno-deleted th {
    background: #ccc;
    font-style: italic;
    color: #666;
}

.pheno-summary, .pheno-summary td, .pheno-summary th {
    font-style: normal;
    background: #a6caf0;
}
    

