.intron
{
	color: #0000CC;
	font-family: Courier, monospace;
}

.exon
{
	color: #00AA00;
	font-family: Courier, monospace;
}

.pseudoexon
{
    color: #00AA00;
    font-family: Courier, monospace;
    text-decoration: underline;
}

.marker
{
	color: #EE0000;
	font-family: Courier, monospace;
	/*background-color: #A0A0A0;*/
	/*font-weight: bold;*/
}

.other
{
	font-family: Courier, monospace;	
}

.sequenceChunk
{
    white-space: nowrap;
}    


.gene
{
	font-style: italic;
}

.FormText
{
	margin-left: 1em; 
	margin-right: 1em; 
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
}

.NoDataText {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}

.error
{
    color: red;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.HeaderLinks
{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
} 
   
.FooterText
{
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;                
} 

.PagedGridNavigation {
    margin-top: 1em;
}

.PagedGridNavigation p,
.PagedGridNavigation a
{
    text-align: center;
    font-size: 1.2em !important;
} 

.FormText
{
    margin-left: 1em; 
    margin-right: 1em; 
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
} 

/* Branded Stylesheet Fixes */

ul.Dbass {
    list-style: square outside none !important;    
    margin-left: 2em !important;
}

ul.Dbass li {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

ol.Dbass {
    list-style-position: outside !important;
    margin-left: 2em;
}

table.Dbass {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

table.Dbass p,
table.Dbass a
 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    font-size: 1em !important;
}

p.Dbass {
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
}

div.credit{
    margin-top: 1em;
    margin-bottom: 4em;
}

div.credit:last-of-type {
    margin-bottom: 0em;
}

div.credit h5 {
    margin-bottom: 0.25em !important;
}

.credit p {
    margin-bottom: 0.5em !important;
}

.credit p.citation {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.5em !important;
    margin-bottom: 1em !important;
}

.credit p.citation:last-child {
    margin-bottom: 0em !important;
}

input[type="submit"], input[type="reset"] {
    font-size: 1.2em;
    padding: 0.6em;
}

input[type="submit"].quickSearchButton {
    font-size: 1.2em;
    padding: 0.2em;
}

input[type="text"] {
    margin-top: 0.3em;
}

.pseudolink
{
    text-decoration: underline;
    cursor: pointer;
}

td.spacer {
    border-bottom: none !important;
}

tr.strength-reading:last-of-type td.spacer {
    border-bottom: 1px solid #ccc !important;
}

table.Dbass td.references p {
    margin-bottom: 0.5em !important;
}

table.Dbass td.references p:last-of-type {
    margin-bottom: 0em !important;
}

div.legend {
    margin-bottom: 2.5em;
}

div.legend ul {
    list-style-type: none;
    padding-left: 0em;
    margin-left: 0em;
}

fieldset legend {
    font-weight: bold
}

fieldset {
    margin-bottom: 2.5em !important;
}

form label {
    font-size: 1.15em;
}

form .url {
    display: none;
}