*.attention {
   background: yellow;
   border: 1px solid orange;
   color: red;
   font-weight: bold;
   padding-left: 3px;
   padding-right: 3px;
}

*.left {
   float: left;
   margin: 15px;
   margin-left: 0;
   padding-left: 0;
}

*.right {
   float: right;
   margin: 15px;
   margin-right: 0;
   padding-right: 0;
}


a.exchange {
   ;
}
a.leak {
   ;
}


a.text, a.text:hover {
   background-color: transparent;
   color: black;
   text-decoration: none;
}

body {
	background-color: white;
   REM-background-image: url(/images/filler-page-background.jpg);
   REM-background-repeat: repeat;
   margin: 0px;
	padding: 0px;
}

body, th, td {
	background-color: white;
   color: black;
   font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

br.height-75 {
   line-height: 75%;
}

p.no-margin-bottom {
   font-weight: bold;
   margin-bottom: 0;
}


div.code {
    background-color: #FAFAFA;
    border:  2px solid #E0E0E0;
    font-family: "Andale Mono", Monaco, Terminal, monospace, Courier, "Courier New" ;
    font-size:  9pt;
    padding: 5px;
    white-space: pre;
    width: 515px;
}
div.code br, div.code p {
    line-height: .2em;
    margin: 0;
}

span.batCompareOp {
    background-color: black;
    color: yellow;
    padding: 2px;
}
span.batKeyword {
    color: blue;
}
span.batLabel {
    color: brown;
    font-weight: bold;
}
span.batRem {
    color: green;
}
span.batString {
    background-color: #aaffaa;
}
span.batVar {
    color: red;
}


div.feature-out {
   border: 2px solid #9f6b09;
   margin: 0;
}
div.feature-in {
   border: 5px solid #F7CD7D;
   background-color: white;
   padding: 5px;
}

div.nav-horizontal-container {
   background-color: #062663;
   border: 1px solid #c9d1e4;
   border-left: none;
   border-right: none;
   color: white;
   font-size: 8pt;
   REM-font-weight: bold;
   line-height: 250%;
   margin: 0;
   padding-right: 10px;
   position: relative;
   text-align: right;
   width: 740px;
}
div.nav-horizontal-container a {
   color: white;
   text-decoration: none;
}
div.nav-horizontal-container a:hover {
   text-decoration: underline;
}


div.page-container {
   alignment: center;
   background-color: white;
   border: 1px solid #062663;
   margin: 10px;
   padding: 0;
   REM-position: relative;
   top: 0px;
   width: 750px;
   z-index: 1;
}
div.page-body {
   background-color: white;
   REM-border: 1px solid yellow;
   REM-position: absolute;
   REM-position: relative;
   width: 750px;
}
div.page-col-one {
   float: left;
   REM-left: 0;
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
   padding-top: 0px;
   REM-position: absolute;
   position: relative;
   width: 185px;
}
div.page-col-two {
    border-left: 5px solid #9f6b09;
    float: right;
    margin: 0;
    margin-bottom: 10px;
    REM-position: absolute;
    position: relative;
    REM-right: 0px;
    REM-top: 0px;
    width: 560px;
}
div.page-col-two table.column-container-two td.col-two  {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   text-align: left;
   vertical-align: top;
   width: 527px;
}
div.page-footer {
   background-color: #f0f0f0;
   REM-bottom: 0px;
   clear: both;
   left: 0;
   width: 750px;
}
div.page-footer p {
   color: #062663;
   margin: 5px;
}
div.page-header {
   border-bottom: 0px;
   left: 0px;
   top: 0px;
   width: 750px;
   z-index: 5;
}


div.menu_button_all {
   border-bottom: 1px solid #879dc6;
   color: white;
   font-weight: bold;
   margin: 0;
   REM-padding: 0px;
   position: relative;
   text-align: left;
}
div.menu_button_all a {
   color: black;
   text-decoration: none;
   text-transform: none;
}
div.menu_button_all a:hover {
   text-decoration: underline;
}
div.menu_button_all a p {
   margin: 0;
}
p.menu-sub-item {
   font-weight: normal;
   margin-left: 15px;
   margin-top: 5px;
}

div.menu_button_current {
   background-color: #9f6b09;
   padding: 5px;
}
div.menu_button_current a {
   color: white;
}
div.menu_button_not_current {
   background-color: #c9d1e4;
   padding: 5px;
   color: black;
}



div.picture {
   padding: 2px;
}
div.picture img {
   border: 1px solid #f0f0f0;
}
div.picture p {
   font-family: "Times New Roman", Times, TimesNR, "New Century Schoolbook";
   font-size: 11pt;
   font-style: italic;
   font-weight: bold;
}



h1 {
   font-size: 18px;
   font-weight: bold;
   line-height: 110%;
   margin-bottom: 5pt;
   margin-top: 0pt;
   vertical-align: baseline;
}

h2 {
   font-size: 14px;
   font-weight: bold;
   line-height: 110%;
   margin-bottom: 3pt;
   margin-top: 24pt;
   vertical-align: baseline;
}
h2.no-lead {
   margin-top: 0pt;
}
h2 a {
   color: black;
   text-decoration: none;
}
h2 a:hover {
   text-decoration: underline;
}

h3 {
   color: #69400c;
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 5px;
}
p.h3 {
   margin-left: 10px;
}

img.example-thumb {
   border: none;
   float:left;
   margin: 10px;
   margin-left: 0px;
}

li {
   margin-top: 5px;
   margin-bottom: 5px;
}

ol {
   margin-top: 5px;
}

p {
   margin-top: 0;
   margin-bottom: 5pt;
}

p.code {
   font-family:  courier;
   font-size: 11px;
}

p.definition {
   background-color: #EEEEEE;
   margin: 15px;
   padding: 5px;
}
p.definition:first-line {
   font-weight: bold;
}

span.sale {
   background: yellow;
   border: 1px solid red;
   color: red;
   float: both;
   REM-font-size: 8px;
   font-weight: bold;
   padding-left: 3px;
   padding-right: 3px;
   width: 10px;
}

span.ub {
   font-weight: normal;
}

table {
   border-collapse: collapse;
}
table th {
   background-color: #062663;
   color: white;
   padding: 5px;
}


table.checklist {
   border-bottom: 3px solid #062663;
   table-layout: fixed;
   width: 100%;
}
table.checklist *.one {
   text-align: left;
   width: 5%;
}
table.checklist *.two {
   text-align: left;
   width: 55%;
}
table.checklist *.three {
   text-align: center;
   width: 20%;
}
table.checklist td.three {
   background-color: #EEF1F6;
}
table.checklist *.four {
   text-align: center;
}
table.checklist div.check-box {
   background: white;
   border: 1px solid black;
   float: left;
   height: 10px;
   margin: 0;
   REM-margin: 2px;
   width: 12px;
}
table.checklist td {
   border-bottom: 1px solid gray;
   padding: 5px;
   vertical-align: top;
}
table *.small {
   font-size: 7pt;
}


table.column-container-two {
   table-layout: fixed;
}
table.column-container-two td {
   padding: 5px;
   vertical-align: top;
}
table.column-container-two td.col-one {
   width: 175px;
}
table.column-container-two td.col-two  {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   width: 535px;
}

table.package {
   border-bottom: 3px solid #062663;
   table-layout: fixed;
   width: 100%;
}
table.package *.one {
   text-align: left;
   width: 70%
}
table.package *.two {
   text-align: center;
   width: 15%;
}
table.package tbody td.two {
   background-color: #EEF1F6;
}
table.package *.three {
   text-align: center;
}
table.package td {
   padding: 5px;
}
table.package tbody td {
   border-bottom: 1px solid gray;
}
table.package tfoot {
   font-weight: bold;
}
table.package tfoot td {
   background-color: #f0f0f0;
   border-top: 3px double black;
}
a.item-details {
   font-size: 7pt;
}


ul {
   margin-bottom: 5px;
   margin-top: 5px;
}
