
a:link, a:visited {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}
td, th { 
    border: 1px solid black;
    padding: 1px 5px 1px 5px;
}

table.noborder td, table.noborder th {
    border: 0px;
    padding: 1px 5px 1px 5px;
}

thead {
    background-color: silver
}

thead td {
    font-weight: bold;
    text-align: center;
}

td.strong {
    background-color: #ddd;
    font-weight: bold;
}
td.weak {
    color: #777;
}

ul.links, ul.links li { 
    display: inline;
    margin: 0;
    padding: 0;
}

ul.nohead, ul.nohead li{
    margin: 0;
    padding: 0;
}

ul.notopmargin {
    margin-top: 0px;
}
ul.notbmargin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.locus h1 { 
    display: inline;
}

span.u {
    text-decoration: underline;
}

.nomargin {
    margin: 0px;
}

p.subheader {
    position: absolute;
    right: 3%;
}

p.def {
    border: 1px solid black;
    padding: 2px;
    margin: 0px;
}

.attedtop div.header {
    text-align: center;
    margin-bottom: 30px;
}
.attedtop div.left_block {
    float: left;
    width: 50%;
    padding-left: 10%;
}
.attedtop div.right_block {
    float: left;
}
.attedtop div.footer {
    clear: both;
}

.float_block {
    float: left;
    margin-right: 1em;
}

.float_end {
    clear: left;
}

td.cistype0 {
    text-align: center;
    font-size: larger;
    font-family: monospace;
    border-width: 1px 1px 1px 1px;
    padding: 1px 5px 1px 5px;
}
td.cistype1 {
    text-align: center;
    font-size: larger;
    font-family: monospace;
    border-width: 0px 1px 1px 1px;
    padding: 0px 5px 1px 5px;
}
td.cistype2 {
    text-align: center;
    font-size: larger;
    font-family: monospace;
    border-width: 1px 1px 0px 1px;
    padding: 1px 5px 0px 5px;
}
td.cistype3 {
    text-align: center;
    font-size: larger;
    font-family: monospace;
    border-width: 0px 1px 0px 1px;
    padding: 0px 5px 0px 5px;
}
font.expression{
    color:green;
}

span.right2{
    float: right;
}
span.right{
    position:absolute;
    top:5px;
    left:0;
    width:100%;
    text-align:right; 
}
