/* DEIsteps.css
** Outline styles for download-steps pages
*/

.step {
   font-family:helvetica,sans-serif;
   font-size:16px;
   font-weight:bold;
   color:#606060;
   margin-top:0.25em;
   padding-top:1em;
}
.detail {
   font-family:arial,sans-serif;
   font-size:14px;
   color:#202020;
   margin-left:1em;
   margin-top:0.25em;
   padding-top:0.25em;
}
.example {
   color: #000000;
   font-family: 'Monaco', 'Monaco', fixed;
   font-size: 10.00pt;
   font-style: normal;
   font-weight: normal;
   margin: 0pt 0pt 0pt 30pt;
   text-indent: 0.00pt;
   white-space: pre;
}
.show {
   color: #000000;
   font-family:arial,sans-serif;
   font-size:10px;
   font-style: normal;
   font-weight: normal;
   margin-left:1em;
}
.show:hover {
   color: #000000;
   font-family:arial,sans-serif;
   font-size:10px;
   font-style: normal;
   font-weight: normal;
   margin-left:1em;
   background-color:#D8E7F3 !important;
   text-decoration:underline !important;
}
a.biglink:link, a.biglink:visited {
   font-family:helvetica,sans-serif !important;
   font-size:16px !important;
   font-weight:bold !important;
   color:#444444 !important;
   text-decoration:underline !important;
}
a.biglink:hover {
   font-family:helvetica,sans-serif !important;
   font-size:16px !important;
   font-weight:bold !important;
   color:#444444 !important;
   background-color:#D8E7F3 !important;
   text-decoration:underline !important;
}
a.smalllink:link, a.smalllink:visited {
   font-family:helvetica,sans-serif !important;
   font-size:14px !important;
   font-weight:bold !important;
   color:#444444 !important;
   text-decoration:underline !important;
}
a.smalllink:hover {
   font-family:helvetica,sans-serif !important;
   font-size:14px !important;
   font-weight:bold !important;
   color:#444444 !important;
   background-color:#D8E7F3 !important;
   text-decoration:underline !important;
}

