/*  MMRRC Web Site StyleSheet		*/
/*  R. Palazola				*/
/* 12/28/2001 - 1/05/2002		*/

body {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    background-color: white;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

.margins5pc {
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.mmrrc {
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    color: black;
}

.mmrrcfont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: transparent;
    color: black;
}

.mmrrcpage {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: transparent;
    color: black;
}

.noshow {
    display: none;
}

.showCssBlock {
    display: block
}

/* Add any other CSS display types as needed. */

.indent {
    margin-left: 5%;
}

.blockIndent {
    margin-left: 5%;
    margin-right: 5%;
}

.centered {
    text-align: center;
}

h1 {
    text-align: left;
    color: #253AB8;
    background-color: transparent;
    font-size: x-large;
}

h2 {
    text-align: left;
    color: #000066;
    background-color: transparent;
    font-size: large;
}

h3 {
    text-align: left;
    color: black;
    background-color: transparent;
    font-size: large;
    margin-bottom: 0;
}

h4 {
    text-align: left;
    color: #000000;
    background-color: transparent;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 0;
}

h5 {
    text-align: left;
    color: #000000;
    background-color: transparent;
    font-weight: bold;
    margin-bottom: 0;
}

dt {
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

dd {
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

dd strong, li strong {
    font-weight: bold;
    background-color: transparent;
}

/* Lists-in-lists don't need to be spaced apart from each other */
ul ul {
    margin-bottom: 0;
}

.strong {
    font-weight: bold;
    color: black;
    background-color: transparent;
}

.redBold {
    /* Netscape chokes, drops color:  */
    font-size: larger;
    font-weight: bold;
    color: red;
    background-color: transparent;
}

.bigger {
    font-size: 120%;
}

.normal {
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mpt {
    list-style-type: none;
    margin: 0 0 0 -20px;
}

ul.mpt li.mptcirc {
    color: grey;
    list-style-type: disc;
    margin: 0 0 0 0;
    font-size: 1em;
}

/* Keep table's font size same as that of it's containing box -- benign Win IE 5.5 hack. */
table {
    font-size: 1em;
}

th.resultTableHeader {
    border-bottom: 2px solid black;
    vertical-align: bottom;
}

td.mutation_label {
    vertical-align: top;
    text-align: right;
    min-width: 150px;
}

.mine {

}

table a:visited, .visitedlinks a:visited {
    color: #609;
}

.r7901 {

}

.couHeader {
    border-top: 1px solid #448dae;
    border-bottom: 1px solid #448dae;
    border-radius: 10px;
    font-size: 1.6em;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    text-shadow: 0 -1px 1px #585858;
    color: white;
    padding: 13px 0 13px 13px;
    background-color: #61afd5;
}

.allcontents {
    border-right: 2px solid #448dae;
    border-bottom: 3px dotted #448dae;
    border-left: 2px solid #448dae;
    border-radius: 10px 10px 0 0;
    padding: 0 0 5px 0;
}

.content {
    padding: 20px;
}

.content li {
    padding-bottom: 10px;
}

.staticContent {
    padding: 15px;
}

.staticContent h2 {
    font-weight: bold;
}

.staticTable td {
    padding: 5px;
}

.contents2 {
    border-right: 2px solid #448dae;
    border-left: 2px solid #448dae;
    border-bottom: 2px solid #448dae;
    border-radius: 0 0 8px 8px;
    padding: 20px;
}

.submittedinfo {
    padding: 10px 20px 10px 20px;
    border: 7px outset #dedede;
    border-radius: 8px;
}

.submissioninfo {
    padding: 10px;
    border: 7px outset #dedede;
    border-radius: 8px;
    /*background-color: white !important;*/
}

#submittedtext {
    color: black;
    font-size: 14px;
    padding: 5px 10px 0 0;

}

.submittedAck {
    border: 1px solid #448dae;
    border-radius: 23px;
    font-size: 1.4em;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0 -1px 1px #585858;
    color: white;
    padding: 13px 0 13px 13px;
    background: #61afd5;
}

.inputfont {
    font-family: inherit !important;
}

.couContent {
    border-right: 2px solid #448dae;
    border-bottom: 2px solid #448dae;
    border-left: 2px solid #448dae;
    border-radius: 10px;
    padding: 0 0 5px 0;
}

.couContent dd {
    margin: 0 !important;
}

/* Browser warning style */
.browser-alert p {
    text-align: center;
    margin: 0;
}

.browser-alert-disregard {
    font-style: italic;
    font-size: 90%;
}
