/* /memsnet/lib/ui/memsnet.css */

div.qpform {
    float: left;
}

div.qpform div.widget,
div.qpform div.submit {
    clear: left;
    padding: 0.5ex;
    margin: 0.5ex;
}

div.qpform div.widget div.widget,
div.qpform div.submit div.widget {
    margin: 0;
    padding: 0;
    clear: none;
}

div.qpform div.title {
    font-weight: bold;
}

div.qpform div.close {
    clear: left;
}

div.qpform div.submit div.widget {
    clear: none;
    float: left;
    margin-right: 0.5ex;
}

div.qpform div.error {
    color: #c30;
    font-size: small;
    margin-top: 0.2ex;
}

div.qpform div.hint {
    font-size: small;
    font-style: italic;
    margin-top: 1ex;
    width: 40ex;
}

div.qpform div.hint a {
    color: darkblue;
}

div.qpform div.errornotice {
    color: #c30;
    padding: 1ex;
    margin: 1ex;
    width: 40ex;
}

div.qpform div.subwidgets_float_left div.widget {
    float: left;
}

div.qpform div.monospace_textarea textarea {
    font-family: monospace;
}

.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;      
    border-radius: 10px;
	behavior: url("/border-radius.htc");    
}

.shadowed {
    -webkit-box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;    
    box-shadow: 5px 5px 5px #888;
}

.light {
    background: white;
    color: black;
}

.popup {
    min-width: 0;
    background: white;
    color: black;
    margin: 1em;
    padding: 1em;
    font-size: small;
    width: 84%;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px #888;   
    -moz-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;      
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
	behavior: url("/border-radius.htc");
}

.trimmed {
    width: 84%;
}

.indent1 {
   margin-left: 1em;
}

.indent2 {
   margin-left: 2em;
}

a.float-right {
    float: right;
    margin-right: 1ex;
}

p {
    margin: 1ex;
}

body {
    font-size: 14px;
}
body.IE6 a.float-right,
body.IE7 a.float-right {
    float: none;
    margin-right: none;
    margin-left: 1ex;
}

body.IE6 a:visited {
    color: white;
}

.nopopup div.qpform,
.popup div.qpform {
    -webkit-border-radius: none;
    -webkit-box-shadow: none;
    -moz-border-radius: none;
    -moz-box-shadow: none;
    padding: 0;
    margin:0;
    background: inherit;
}

.title {
    font-size: larger;
    font-weight: bold;
    padding-bottom: 1em;
}

img.inline_left {
    float: left;
    margin-right: 1em;
}
 
ul.index {
    padding-left: 5em;
}

ul.index li {
    padding: 1em;
}

form.signout  input {
    background-image: url("/images/gradient.png");
    color: white;
    border: none;
    font-size: inherit;
}

.margin {
    margin: 1em;
}

a {
    color: #00a;
}

a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #00f;
    text-decoration:underline;
}

a:visited {
    color: #608;
}

a.plaina,
plaina:link,
a.plaina:visited,
a.plaina:active {
    text-decoration: none;
}

a.plaina:hover {
    text-decoration: underline;
}

a.action-link {
    font-size: x-small;
    color: #00a;
}

a.action-link:hover {
    text-decoration: underline;
    color: #00f;
}

a.action-link {
    margin: 0.3ex;
}

a.action-link:link,
a.action-link:visited,
a.action-link:active {
    text-decoration: none;
}

th, td {
    text-align: left;
    vertical-align: top;
}

td.date {
    white-space: nowrap;
}

ol, ul {
    padding: 2px;
    margin: 2px;
    margin-left:1.5em;
    list-style-position: outside;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

div.boxtitle {
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 1em;
}

div.sectionbox {
    padding: 4px;
    color: white;
}

div.sectionbox a,
div.sectionbox a:link,
div.sectionbox a:visited,
div.sectionbox a:active {
    color: #00a;
    text-decoration: none;
}

div.sectionbox a:hover {
    color: #00f;
    text-decoration: underline;
}

div.sectionbox a:visited {
    color: #608;
}

div.box {
    padding: 1ex;
    margin-bottom: 1ex;
    background: #dce0e8;
}

div.box a:hover {
    text-decoration: underline;
}

span.boxtitle {
    font-weight: bold;
    font-family: sans-serif;
}

span.boxsubtitle {
    font-weight: normal;
    font-family: sans-serif;
    font-size: smaller;
}

table.boxbody {
    padding: 2px;
}

table.boxbody th {
    color: white;
    padding: 1ex;
    background: #3e5380;
    font-size: x-small;
}

table.boxbody td {
    vertical-align: middle;
    color: rgb(51, 51, 51);
}

table.boxbody a,
table.boxbody a:link,
table.boxbody a:visited,
table.boxbody a:active {
    color: #00a;
    text-decoration: none;
}

table.boxbody a:hover {
    color: #00f;
    text-decoration: underline;
}

table.boxbody a:visited {
    color: #608;
}

table.boxbody th a,
table.boxbody th a:link,
table.boxbody th a:visited,
table.boxbody th a:active {
    color: white;
    text-decoration: none;
}

table.boxbody th a:hover {
    color: white;
    text-decoration: underline;
}

table.boxbody th a:visited {
    color: #fff;
}


table.shaded tr {
    color: rgb(51, 51, 51);    
    font-size: x-small;
}

table.shaded th {
    background: #3e5380;
    color: white;
    padding:1ex;
} 

table.shaded td {
    vertical-align: middle;
    padding-right: 1em;
} 

table.shaded a,
table.shaded a:link,
table.shaded a:visited,
table.shaded a:active {
    color: #00a;
    text-decoration: none;
}

table.shaded a:hover {
    color: #00f;
    text-decoration: underline;
}

ul.comment li {
    margin: 1ex;
}

table tr td.comment {
    vertical-align: middle;
}

div.floating {
    margin-left: 2em;
}

div.floating table {
    float: left;
}

td.inprogress {
    color: #009900
}

td.pending {
    color: #990000
}

img.thumbnail {
    float: left;
    border-style: none;
    margin-right: 1em;
    margin-bottom: 1em;
}

.nowrap {
    white-space: nowrap;
}

@media print {
    .dontprint {
        display: none;
    }
}

.notice {
    width: 70%;
    margin: 2em auto 2em 2em;
    padding: 1em;
    background: #e94;
    color: #000;
}

.notice a {
    color: #262;
}

.warning {
    width: 70%;
    margin: 2em auto 2em 2em;
    padding: 1em;
    background: #a30;
    color: #eee;
}

.warning a {
    color: yellow;
}

div.code, textarea.code {
    font-family: monospace;
    white-space: pre;
    background: white;
    color: black;
}

div.code a {
    color: #00a;
}

.codecomment {
    color: #008800;
}

.codekeyword {
    color: #880000;
}

.codeparam {
    color: #000000;
}

.codeerror {
    padding: 1ex;
    background: #ee6666;
}

div.footerlinkbar {
    color: white;
    width: 100%;
    margin: 0;
    padding-top: 5px;
    clear: both;
    background-image: url("/images/gradient_bar_flipped.jpg");
    background-position: 0 22px;
    padding-bottom: 2px;
    height: 15px;
    font-weight: bold;
}

a.right_button {
    background: rgb(6, 154, 188);
    color: white;
    border: outset white;
    float: right;
    text-decoration: none;
    padding: 1px 1em 1px 1em;
    font-size: 12pt;
}

a.right_button:hover {
    background: rgb(6, 154, 188);
    border: outset green;
}

div.legal {
    margin-left: 2em;
    font-size: small;
}

div.legal div.title {
    font-weight: bold;
}

a.changes {
    font-size: smaller;
}

table.physical_value_widget {
    width: 100%;
    border-spacing: 0px;
    border-style: none;
    padding: 0;
    background: inherit;
}

table.physical_value_widget td,input,select {
    padding: 0;
    margin: 0;
}

table.parameter_widget {
    width: 100%;
    border-spacing: 0px;
    border-style: none;
    padding: 0;
    background: inherit;
}

table.parameter_widget table {
    border-spacing: 0px;
    border-style: none;
    padding: 0;
}

table.parameter_widget table td,input,select {
    padding: 0;
    margin: 0;
}


table.parameter_widget td.widget {
    background: inherit;
}

table.parameter_widget td.hint {
    text-align: right;
    background: inherit;
}

div.processtable {
    font-size: small;
}

dt {
    font-weight: bold;
}

dd {
    padding: .5ex 0 1ex 0;
}

span.mx {
    font-size: larger;
    font-family: serif;
    font-weight: bold;
}

span.yes {
    color: green;
}

span.no {
    color: red;
}

span.up { /* fab resource status */
    font-size: small;
    color: green;
}

span.down { /* fab resource status */
    font-size: small;
    color: red;
}

dl.comments {
    margin: 0;
}

dl.comments dt {
    padding-top: .4ex;
}

dl.comments dd {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: .4ex;
    font-family: monospace;
}

#middle {
    padding-left: 0px;
    position: relative;
    background-color: none; 
}


.menu {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;        
    background: rgb(76, 149, 199);
    font-size: small;
    font-weight: bold;
}

.menu li {
    padding: 1em;
    list-style: none;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:active {
    color: white;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
    color: white;
}

.menu a:visited {
    color: #fff;
}

div.acknowledgement {
  clear: both;
  font-size: x-small;
  margin-top: 1em;
  margin-left: 1em;
}

#sitelogo {
    width: 37px;
}

#sitelogo a {
    border: none;
}

#google {
    background: #fff;
    color: black;
    margin: 1em;
    padding: 1em;
}

#google a {
    border: none;
    text-decoration: none;
}

table.channels {
    width: 100%;
}

table.channels td {
    padding-left: 1em;
    padding-right: 1em;
}

table.channel td {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 2px;
}

div.headnavigation {
    width: 100%;
    margin: 0;
    color: black;
    background: white;
    font-size: small;
    height: 1.4em;
}

div.headnavigation img {
    float: left;
    vertical-align: text-top;
}

div.headnavigation span.logo em { /* MEMS */
    font-style: normal;
    color: #1838b0;
}

div.headnavigation span.logo { /* Exchange */
    float: left;
    font-weight: bold;
    color: #666;
}

div.headnavigation a,
div.headnavigation a:link,
div.headnavigation a:visited {
    color: #1838b0;
}

@media print {
    div.headnavigation div {
        display: none;
    }
    ol {
        color: black;
    }
}

.absolute { /* Needed in static page template */
    position: absolute;
}

div.pagetitle {
    text-align: center;
    padding-top: 10px;
    color: white;
    font-weight: bold;
    font-size:14pt;
    width: 970px;
    height: 40px;
    margin: 0;
}

div.header div.navigation {
    background: transparent;
    font-weight: bold;
}

body.IE6 div.navigation {
     background-repeat: no-repeat;
}

body.IE6 div.header {
     background-repeat: no-repeat;
}

div.header {
     background-image: url("/images/gradient_bar.jpg");    
     background-repeat: no-repeat;
     height: 70px;
}


ul.crumbmenu li {
    background: rgb(76, 149, 199);
}

ul.crumbmenu li {
    color: white;
}

ul.crumbmenu li {
    font-weight:bold;
}

ul.crumbmenu li a {
    color: white;
    font-weight:bold;
}

ul.crumbmenu li a:hover {
    color: white;
    font-weight:bold;
    text-decoration:underline;
}

ul.crumbmenu li a:visited {
    color: white; font-weight:bold;
}

ul.crumbmenu li a:link {
    color: white; font-weight:bold;
}

ul.crumbmenu li.selected {
    background: white;
}

ul.crumbmenu li.selected {
    color: rgb(76, 149, 199);
}

ul.crumbmenu li.selected {
    font-weight:normal;
    padding: 2px 0 2px 0;
    padding: 0.75ex; font-weight: bold;;
}

ul.crumbmenu li.selected a {
    text-decoration: none;color:rgb(76, 149, 199);
}

ul.crumbmenu li.selected a:hover {
    text-decoration: underline; color: rgb(76, 149, 199);
}

ul.crumbmenu li.selected a:visited {
    color:rgb(76, 149, 199);
}

ul.crumbmenu {
    width:10em;
    list-style:none;
    display:inline;
    float:right;
    margin: 0;
    padding: 0;
    margin-left: 1ex;
    margin-bottom: 1ex;
    list-style: none;
    float: right;
    font-weight: bold;
    border-left: thin solid inherit;
    border-right: thin solid inherit;
}

ul.crumbmenu li {
    padding: 0.75ex;
    font-weight: bold;
    display:block;
}

ul.menu {
    float:left;
}

div.navigation div.description {
    width: 500px;
}

div.navigation {
    clear:both;
}

form.signin div.qpform div.widget {
    float: none;
}

form.signin div.widget {
    margin-bottom: 0;   
    float: none;
}

aform.signin div.qpform,
aform.signin div.qpform div.widget,
aform.signin div.qpform div.submit {
    margin-bottom: 0;   
    float: none;
}

form.signin div.widget div.hint { /* inline hints. */
    padding-left: 1em;
    display: inline;  
}

form.signin br.widget {
    display: none;
}

form.tiny_signin,
form.tiny {
    float: right;
}

form.tiny_signin div,
form.tiny_signin input
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: inline; 
    background: inherit;
    white-space: nowrap;
}

form.tiny_signin {
    margin: 0;
}

form.tiny_signin div.qpform div.widget {
    background: inherit;
}

form.tiny_signin div.qpform div.widget div.title {
    font-weight: normal;
}

form.tiny_signin div.content input {
    font-size: xx-small;
    vertical-align: top;
}

div.signin_link {
    float: right;
    text-align: right;
    font-size: small;
    padding-left: 1em;
    padding-right: 1em;
}

div.signin_link a {
    text-decoration: none;
    padding: 2px;
}

div.signin_link a:hover {
    text-decoration: underline;
}

form.signout {
    display: inline;
}

div.tabs ul.tabbox li {
    background: rgb(76, 149, 199);
}

div.tabs ul.tabbox li {
    color: #fff;
}

div.tabs ul.tabbox li {
}

div.tabs ul.tabbox li a {
    color: white; text-decoration: none;
}

div.tabs ul.tabbox li a:hover {
    text-decoration: underline;
}

div.tabs ul.tabbox li a:visited {
    color: white;
}

div.tabs ul.tabbox li a:link {
    color: white;
}

div.tabs ul.tabbox li.selected {
    background: rgb(48,109,164);
}

div.tabs ul.tabbox li.selected {
    color: #fff;
}

div.tabs ul.tabbox li.selected {
}

div.tabs ul.tabbox li.selected a {
    color: white; text-decoration: none;
}

div.tabs ul.tabbox li.selected a:hover {
    text-decoration: underline;
}

div.tabs ul.tabbox li.selected a:visited {
    color: white;
}

div.tabs ul.tabbox li.selected a:link {
    color: white;
}

div.tabs ul.tabbox li.selected,
div.tabs div.tabcontents {
    background: rgb(48,109,164);
}

div.tabs ul.tabbox li.selected,
div.tabs div.tabcontents {
    color: #fff;
}

div.tabs ul.tabbox li.selected,
div.tabs div.tabcontents {
}

div.tabs ul.tabbox li.selected a,
div.tabs div.tabcontents a {
    color: white; text-decoration: none;
}

div.tabs ul.tabbox li.selected a:hover,
div.tabs div.tabcontents a:hover {
    text-decoration: underline;
}

div.tabs ul.tabbox li.selected a:visited,
div.tabs div.tabcontents a:visited {
    color: white;
}

div.tabs ul.tabbox li.selected a:link,
div.tabs div.tabcontents a:link {
    color: white;
}

div.tabs ul.tabbox {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.tabs ul.tabbox li {
    margin: 0 1ex 0 0;
    padding: 0.5ex 1em 0.5ex 1em;
    float:left;
}

div.tabs div.tabcontents {
    clear:both;
}

body.IE6 div.tabs {
    border:thin solid rgb(239, 239, 239);;
}

body.IE7 div.tabs {
    border:thin solid rgb(239, 239, 239);;
}
a.actas {
    white-space: nowrap;
    text-decoration: none;
    margin-left: 0.4ex;
}

span.actas {
    white-space: nowrap;
    text-decoration: none;
}

@media print {
    a.actas {
        display: none;
    }
}

h1.feature {
    font-size: 20px;
    font-weight: normal; 
    color: #003366; 
    width: 590px; 
    display: block;
    background-color: #C4CBDA;
    padding: 5px;
}
    
div.inline div.title,
div.inline div.content,
div.inline div.close {
    display: inline;
}

dl.links dt {
    background: #3e5380;
}

dl.links dt {
    color: white;
}

dl.links dt {
    font-weight: bold;
    margin-top: 1em; padding:1ex;
}

dl.links dt a {
    color:white;
}

dl.links dt a:hover {
    color:white;
}

dl.links dt a:visited {
    color:white;
}

dl.links dt a:link {
    color:white;
}

div.links_page {
    margin: 1em;
}

dl.links dd a {
    text-decoration: underline;
}

dl.links dt {
    clear: right;
}

dl.links img {
    float: right;
    margin-left: 1ex;
    margin-bottom: 1ex;
    margin-right: 1ex;
}

div.links_page span.match {
    background: yellow;
}

div.links_page td.context {
    font-size: smaller;
}

div.links_page td.categories {
    font-size: smaller;
    white-space: nowrap;
}

table.hierarchy {
    font-size:x-small;
}

table.hierarchy th {
    color: #3f5380;
}

table.hierarchy td {
    background: #3f5380;
}

table.hierarchy td {
    color: white;
}

table.hierarchy td {
    padding: 3px 1px 3px 1px;
}

table.hierarchy td a {
    color:white;
}

table.hierarchy td a:hover {
    color:white;
}

table.hierarchy td a:visited {
    color:white;
}

table.hierarchy td a:link {
    color:white;
}

table.hierarchy td.selected {
    background: white;
}

table.hierarchy td.selected {
    color: rgb(76, 149, 199);
}

table.hierarchy td.selected {
    font-weight:normal;
    padding: 2px 0 2px 0;
}

table.hierarchy td.selected a {
    text-decoration: none;color:rgb(76, 149, 199);
}

table.hierarchy td.selected a:hover {
    text-decoration: underline; color: rgb(76, 149, 199);
}

table.hierarchy td.selected a:visited {
    color:rgb(76, 149, 199);
}

form div.BigMultipleSelectWidget div.NoScriptSubmitWidget {
    margin-top: 1.4em; /* below title */
}

form div.BigMultipleSelectWidget div.widget {
    float: left;
}

    div.clipboard {
        margin: 1em 0 1em 0;
        background-color: #ffd865;
        color: black;
    }
    div.clipboard a {
        color: blue;
    }
    div.clipboard div.boxtitle {
        color: #00008B;
        margin-bottom: 1em;
    }
    dt.attachment {
        clear: left;
    }
    dt.attachment span.sub-title {
        font-weight: normal;
        font-size: 75%;
    }
    dd.attachment {
        margin-top: 0.5ex;
        margin-bottom: 0.5ex;
        font-size: smaller;
    }

table.pretty span.uparrow,
table.pretty span.downarrow {
    display: none;
}

table.pretty thead th.increasing span.downarrow,
table.pretty thead th.decreasing span.uparrow {
    display: inline;
}

table.pretty thead th.increasing span.uparrow,
table.pretty thead th.decreasing span.downarrow {
    display: none;
}

table.pretty {
    border-spacing: 0px;
    font-size: small;
}

table.pretty th {
    background-color: #b06e4b;
}

table.pretty th {
    color: #fff;
    font-weight:normal;
    padding: 2px 1em 2px 1em;
}

table.pretty th a {
    color: #fff;
}

table.pretty th a:hover {
    color: #002866; text-decoration:underline;
}

table.pretty th a:visited {
    color: #fff;
}

table.pretty th a:link {
    color: #002866;
}

table.pretty td {
    background: inherit;
}

table.pretty td {
    color: black;
}

table.pretty td {
    padding: 2px 1em 2px 1em;
}

table.pretty td a {
    color: #1255b1;
    text-decoration: none;
}

table.pretty td a:hover {
    color: #1255b1; text-decoration: underline;
}

table.pretty td a:visited {
    color: #1255b1;
}

table.pretty td a:link {
    color: #1255b1; text-decoration: none;
}

table.pretty,
table.pretty tr.even {
    background: #fff;
}

table.pretty,
table.pretty tr.even {
}

table.pretty tr.odd {
   background: rgb(242, 244, 252);
}

table.pretty tr.odd {
}

table.pretty div.searchresultspage span.selectedsearchresultspage {
    background: #3f5380;
    color: white; 
}

table.pretty div.searchresultspage span.selectedsearchresultspage {
    font-weight: normal;
    padding: 2px 0 2px 0;
    padding: 0 2px 0 2px;
}

table.pretty div.searchresultspage span.selectedsearchresultspage a {
    text-decoration: none;
    color: white;
}

table.pretty div.searchresultspage span.selectedsearchresultspage a:hover {
    text-decoration: underline; 
    color: white;
}

table.pretty div.searchresultspage span.selectedsearchresultspage a:visited {
    color: white;
}

table.pretty div.searchresultspage {
    background: #b06e4b;

}

table.pretty div.searchresultspage {
    color: white;
}

table.pretty div.searchresultspage {
    font-weight:normal;
    padding: 2px 1em 2px 1em;
    padding: 2px;
}

table.pretty div.searchresultspage a {
    color: white;
}

table.pretty div.searchresultspage a:hover {
    color: white;
    text-decoration:underline;
}

table.pretty div.searchresultspage a:visited {
    color: #002866;
}

table.pretty div.searchresultspage a:link {
    color: white;
}

div.search form div.qpform div {
    display: inline; float:none;
}

div.search form div.qpform div,
div.search form div.qpform div.submit,
div.search form div.qpform div.widget {
    padding:0;
    margin: 0;
    background: inherit;
    font-style: normal;
    font-weight: normal;
}

div.search form div.qpform {
    margin-bottom:10px;
}

div.search form div.qpform div.StringWidget div.hint {
    display: none;
}

div.search form div.qpform div.SingleSelectWidget div.hint {
    font-size:small;
}

div.search form div.qpform div.submit div.widget {
    padding-top:1ex;
}

div.header {
    background-image: url("/images/gradient_bar.jpg");
    background-repeat:repeat-x;
}

div.navigation ul.crumbmenu li.selected a {
    background: white;
}

div.navigation ul.crumbmenu li.selected a {
    color: rgb(76, 149, 199);
}

div.navigation ul.crumbmenu li.selected a {
    margin: 0;
}

div.navigation ul.crumbmenu li.selected a a {
    color: rgb(76, 149, 199); text-decoration: none;
}

div.navigation ul.crumbmenu li.selected a a:hover {
    color: rgb(76, 149, 199); text-decoration: underline;
}

div.navigation ul.crumbmenu li.selected a a:visited {
    color: rgb(76, 149, 199);
}

div.navigation ul.crumbmenu li.selected a a:link {
    color: rgb(76, 149, 199); text-decoration: none;
}

div.bottom-links {
    float: right;
}

div.bottom-links a {
    color: white;
}

div.plain-page {
    font-size:small;
    margin: 1em;
}

div.qpform div.submit {
    float: left;
    padding-right: 0;
    padding-bottom: 0;
}
    
div#body_div {
    background: rgb(239,239,239);
}

div.headnavigation span.logo {
    color: #1255b1;
    float: left;
}

div.headnavigation {
    padding-bottom:0.25ex;
}

div#body_div span.logo a:hover,
div.headnavigation a:hover {
    text-decoration: underline;
}

table.hierarchy {
    width: 140px;
}

div.tabs div.tabcontents table.pretty {
    width: 100%;
}

div.tabs div.tabcontents,
body.IE8 div.tabs div.tabcontents div.qpform {
    background: rgb(48,109,164);
}

div.tabcontents div.action {
    float: right;
}

div.footer-leaderboard {
    text-align: center;
    margin: 1ex;
}

div.tabcontents form {
   float: left;
}

div.tabcontents div.qpform {
    margin: 0;
    padding: 1ex;
}

a.back {
    float: right;
    margin: 0 1ex 0 0;
}

pre {
   font-family: sans-serif;
}

th, td {
    text-align: left;
    vertical-align: top;
}

td.date {
    white-space: nowrap;
}

@media print {
    div.slash-header {
        background-image: none;
    }
}

span.match {
    background: yellow;
    color: black;
}

img {
     border: none;
}

.alignright {
     text-align: right;
}
 
.aligncenter {
     text-align: center;
}

div.qpform {

}

div.header ul.menu {
    background: transparent;
}

div.search_form {
    margin-left: 2em;
}

div.search_form dl {
    clear: left;
}

h1.mems-express,
h4.mems-express {
    font-size: 20px;
    font-weight: normal;
    color: #003366;
    width: 590px;
    display: block; 
    background-color: #C4CBDA;
    padding: 5px;
}

dl.mems-express {
    width: 600px;
}

div#featured {
    width: 730px;
}

div.footerlinkbar {
    margin-bottom: 20px;
}

div.CalendarPopupWidget div.content div {
    display: inline;
}

div#expires__set.ImageButtonWidget.widget {
    padding: 0;
    margin: 0 0 0 5px;
}

div#expires__date.StringWidget.widget {
    padding: 0;
    margin: 0 0 5px 0;
}


body div.tabs div.tabcontents div.mail {
    background: white;
}

body div.tabs div.tabcontents div.mail {
    color: black;
}

body div.tabs div.tabcontents div.mail a {
    color: #1255b1;text-decoration: none;
}

body div.tabs div.tabcontents div.mail a:hover {
    color: #1255b1; text-decoration: underline;
}

body div.tabs div.tabcontents div.mail a:visited {
    color: #1255b1;
}

body div.tabs div.tabcontents div.mail a:link {
    color: #1255b1; text-decoration: none;
}

a.nav {
    float: right;
    margin: 0.5ex 3ex 0.5ex 1ex;
}
    
div.headnavigation div.signin_link {
    display: none;
}

div.main {
    margin: 3px;
    border: none;
    background: inherit;
}

div.content {
    padding: 1ex;
}

div.mail {
    color: black;
    background: white;
}

body.IE6 div.mail {
    position: relative; /* peekaboo bug fix for IE6 */
}

body.IE7 div.mail {
    min-width: 0; /* peekaboo bug fix for IE7 */
}

div.odd {
    background: white;
}

div.even {
    background: rgb(242, 244, 252);
}

div.even a {
    margin-left: 3px;
}

div.threaded {
    border: 5px solid  #dcdfeb;
    font-size: small;
}

div.threaded-nav div.threaded {
    border-right: 0;
    border-top: 0;
}

div.threaded-msg {
    border: 5px solid  #dcdfeb;
    background: rgb(242, 244, 252);
}

body.IE6 div.odd,
body.IE6 div.even {
    width: 100%;
    max-width: 800px;
}

div.mail div.container_indent {
    padding-left: 1em;
    background: white;
}

div.subject div.date {
    float: none;
}

div.inline {
    font-size: 12px;
    border: 5px solid  #dcdfeb;
}

div.inline div.date {
    float:right;
    margin-right:5px;
}

div.bar {
    display: none;
}

div.inline div.subject {
    margin-left: 3px;
}

div.inline div.subject {
    margin-bottom: 0;
    margin-bottom: 0;
}

div.selected {
    background: #EDB532;
}

div.threaded div.mail {
    padding-left: 1ex;
}

div.mail div div {
    padding: 0;
}

div.date {
    float: right;
    margin-right: 1ex;
}

div.mail div.subject {
    padding-top: 3px;
}

div.subject {
    font-weight: bold;
    margin: 0;
}

div.threaded-nav {
    font-size: smaller;
    width: 50ex;
    float: right;
}

div.tabcontents div.content div.mail {
    clear: right;
}

div.msg pre {
    font-size: small;
    padding: 1ex;
}

div.msg div.from {
    padding: 0;
    font-style: italic;
    font-weight: normal;
}

div.msg div.subject {
    padding-left: 1ex;
}

.invisible {
    visibility: hidden;
}

ul.index {
    list-style-type: none;
}

ul.index li {
    font-weight: bold;
}

div.tabfooter {
    clear: right;
}

div.tabcontents div.content {
    margin-bottom: 1ex;
}

div.navigation div.qpform {
    float: none;
    font-size: small;
    margin-top: 7px;
}

div.qpform div.title {
    font-size: x-small;
    margin-right: 0;
    margin-top: 1ex;
}

div.qpform div.content {
    font-size: small;
}

div.navigation {
    font-size: small;
    margin: 8px 0 0 3px;
}

div.navigation div.qpform,
div.navigation form.qp {
    background: inherit;
}

div.description {
    font-size: small;
    width: 60ex;
    float: right;
    margin-right: 1ex;
    margin-bottom: 1ex;
}

div.footerlinkbar {
    display: block;
}

div.navigation div.qpform {
    display: inline;
    background: inherit;
    width: 250px;
}

div.navigation div.qpform div {
    display: inline;
}

div.navigation div.qpform div.content {
    padding: 0;
}

div.tabfooter div.qpform div.widget {
    margin-top: 2ex;
}

div.tabfooter div.qpform div.title {
    margin-left: 2ex;
    font-size: x-small;
}

div.tabfooter div.qpform div.widget,
div.tabfooter div.qpform div.widget div.content {
    padding: 0;
}

div.tabfooter form div.qpform div.submit,
div.tabfooter form div.qpform div.submit div.widget {
    background: inherit;
    padding: 0;
}

div.tabfooter div.qpform div.submit div.SubmitWidget {
    margin-right: 0;
}

div.outline-link {
    display: none;
}

div.page-nav {
    float:left;
    margin: 1em;
    font-size: smaller;
}

form.msg-archive-nav div.submit {
    float: right;
    margin-top: 0;
    padding-top: 0;
}

form.msg-archive-nav div.submit div.SubmitWidget {
    padding-left: 3px;
    padding-right: 3px;
}

form.msg-archive-nav div.submit div#search {
    margin-right: 35px;
}

a.plusbox,
a.minusbox,
a.plusboxall,
a.minusboxall {
    font-size: larger;
    text-decoration: none;
    color: white;
    display: none;
}

a.minusbox,
a.plusboxall,
a.minusboxall {
    float: left;
}

a.plusboxall img,
a.minusboxall img {
    border-style: none;
    margin: 0;
    padding: 2px;
}

a.plusbox img,
a.minusbox img {
    border-style: none;
    margin: 0;
    padding: 0;
}

div.minusbox {
    margin: 0;
    padding: 0;
}

@media print {
    div.minusbox {
        display: block;
    }
    a.plusbox, a.minusbox {
        display: none;
    }
}
