html {
    height: 100%;
}

body {
    font-family: Arial, sans-serif, helvetica;
    margin: 0px;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
}

h1 {
    color: #0061b1;
    font-size: 14pt;
}

h2 {
    color: #0061b1;
    font-size: 12pt;
    padding-top: 2ex;
}

h3 {
    color: #0061b1;
    font-size: 10pt;
}

h4 {
    color: #0061b1;
    font-size: 8pt;
}

img {
    border-style: none;
}

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

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.float_clear {
    clear: both;
}

.logo {
    width: 170px;
    padding: 12px;
}

.collapse, .collapsed {
    border-collapse: collapse;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right;
}

.middle {
    vertical-align: middle;
}

.content {
    background-color: white;
    min-width: 720px;
    max-width: 987px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
    overflow: auto;
}

.menuitem a {
    text-decoration: none;
    color: #0083ca;
}

.menuitem a:hover {
    color: blue;
}

.selected {
    text-decoration: none;
    color: blue;
}

.header {
    font-weight: bold;
    font-size: 16px;
//    padding-top: 16px;
//    padding-bottom: 16px;
    position: relative;
    z-index: 100;
}

.header #bg {
    position: absolute;
    max-width: 987px;
    top: 0px;
    left: 0px;
//    opacity: 0.5;
    z-index: -1;
}

.quickbar {
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 4px;
    font-size: 10px;
}

.quickbar a {
    font-weight: bold;
    text-decoration: none;
    color: #808080;
    padding-right: 8px;
}

.quickbar a:hover {
    color: #606060;
}

.quickbar img {
    vertical-align: middle;
}

.menubar {
    padding-top: 32px;
    padding-right: 8px;
}

.menubar table {
    margin-left: auto;
}

.menuitem {
    padding-left: 16px;
    padding-right: 4px;
}

.trailer {
    text-align: center;
    font-size: 10px;
}

.trailer {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #58595b;
}

.trailer a {
    text-decoration: none;
    color: #58595b;
}

.trailer a:hover {
    text-decoration: none;
    color: #202020;
}

.top_shadow {
    background: url('images/top-shadow.png') repeat-x;
    height: 8px;
}

.content_table {
    width: 100%;
}

.content_table td {
    padding: 0px;
    vertical-align: top;
}

#body_and_trailer {
    padding: 16px;
}

#quotes_cell {
    width: 128px;
    color: white;
    background-color: #0083ca;
    padding: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
    font-size: 15px;
}

#quotes_cell #author {
    padding-top: 8px;
    font-style: italic;
    font-size: 12px;
}

.rounded_card {
    color: white;
}

.rounded_card .title {
    padding-left: 8px;
    padding-bottom: 0px;
    font-weight: bold;

}

.rounded_card .body .body_div {
    background-color:white;
    padding: 3px;
    border-style: solid;
    border-width: 3px;
    font-size: 12px;
    color: black;
}

ul {
    padding-left: 2em;
}

dl dt {
    color: #0083ca;
    font-size: 12px;
    font-weight: bold;
}

#documents dt {
    color: black;
}

dd {
    margin-bottom: 1em;
}

#hw_col table .body_div {
//    height: 500px;
}

#hw_col dl dt {
    color: #0083ca;
    font-size: 14px;
    font-weight: bold;
}

#hw_col dl img {
    vertical-align: top;
}

#rebates_col table .body_div {
//    height: 200px;
}

#wholesale_col {
    background-color: #f6921e;
    padding: 16px;
    vertical-align: middle;
    font-size: 16px;
}

.phonevanity {
    color: #0040ca;
    font-size: 24px;
    font-weight: bold;
    padding: 8px;
}

.phonenumber {
    color: black;
    font-size: 12pt;
}

.more_info {
    font-weight: bold;
    font-style: italic;
    color: #c1172c;
}

.card_table {
    border-spacing: 3px;
}

.spec_header {
    font-weight: bold;
}

.spec_title {
    font-style: italic;
}

.spec_title span {
    margin-left: 10px;
}

.spec_value {
    text-align: right;
}

#cts a:link {
    text-decoration: none;
}

#see_devices {
    background-color: #f6921e;
    padding: 4px;
    vertical-align: middle;
    color: black;
}

#faq {
    counter-reset: faqnum;
    height: 50ex;
    overflow: auto;
    font-size: 12px;
}

/*
#faq dt:before {
    counter-increment: faqnum;
    content: counter(faqnum) ") ";
}
*/

#faq dt {
    padding-left: 0px;
    margin-bottom: 3px;
}

#faq dd {
    padding-top: 0px;
}

#faq dd dt {
    padding-left: 0px;
    margin-bottom: 0px;
}

#faq dd dt {
    color: black;
}

.expand_button {
    margin-left: 0px;
    margin-right: 0.5em;
}

.req {
    color: red;
}

.label {
    font-weight: bold;
    text-align: right;
}

ul.alert {
    list-style: none;
    width: 96.5%;
    padding: 1px 10px;
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

ul.alert.error {
    background: #ffbcbc;
    color: #a40f0f;
    border-bottom: 2px solid #e59898;
    border-right: 2px solid #e59898;
}

.info {
    background: #00a94f;
    color: white;
    padding: 3mm;
    border-bottom: 2px solid #93ad8c;
    border-right: 2px solid #93ad8c;
    font-weight: bold;
}

.info a:link, .info a:visited {
    color: #c0c0ff;
}

#order_too_complex {
    max-width: 18cm;
    padding-top: 1mm;
    padding-left: 3mm;
    padding-right: 3mm;
    background: #d9dcfe;
    border-bottom: 2px solid #9092a9;
    border-right: 2px solid #9092a9;
}

div.calendar, div.timepicker {
    background-color: white;
    border: 1px solid black;
    font-size: 12px;
}

.calendar .header, .timepicker .header {
    background-color: #f0f0f8;
    font-size: 14px;
}

.calendar .weekday {
    background-color: #f0f0f8;
}

.calendar .monthyear {
    font-weight: bold;
}

.calendar span {
    padding: 2px;
}

.calendar .day {
    cursor: pointer;
}

.calendar .othermonth {
    color: silver;
}

.calendar .weekend {
    background-color: #ACD6F5;
}

.calendar .today {
    border: 1px solid red;
}

.calendar .selected, .timepicker .selected {
    background-color: #FFB3BE;
}

.date_input {
    text-align: left;
}

.removeButton {
    vertical-align: middle;
}

#order_history {
    border-collapse: collapse;
    border: 1px solid gray;
}

#order_history .thead {
    background-color: #c0c0c0;
}

#order_history th, #order_history td {
    border: 1px solid gray;
    padding: 2px;
}

#order_history td {
    text-align: right;
}

.ship_cost_loading {
    display: none;
    position: fixed;
    width: 200px;
    height: 90px;
    padding: 5px;
}

#ship_cost_loading {
    left: 150px;
    top: 160px;
    background-color: white;
    z-index: 1002;
    border: 1px solid black;
}

#ship_cost_loading_shadow {
    left: 155px;
    top: 165px;
    z-index: 1001;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#order_summary {
    max-width: 18cm;
}

.processing_order {
    display: none;
    position: fixed;
    width: 200px;
    height: 90px;
    padding: 5px;
}

#processing_order {
    left: 150px;
    top: 160px;
    background-color: white;
    z-index: 1002;
    border: 1px solid black;
}

#processing_order_shadow {
    left: 155px;
    top: 165px;
    z-index: 1001;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 1000;
}

#products {
    border-collapse: collapse;
}

#products td {
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    padding: 3px;
}

#products .left_border {
    border-left: 1px solid #a0a0a0;
}

#products .right_border {
    border-right: 1px solid #a0a0a0;
}

#products .image {
    text-align: center;
}

.package_info {
    border: 1px solid gray;
}

table.cart {
    border-collapse: collapse;
}

table.cart td.noborder {
    border: none;
}

table.cart td, table.cart th {
    border: 1px solid #a0a0a0;
    padding: 2px;
}

table.cart .quantity, .subtotal {
    text-align: right;
}

table.cart form.update {
    display: inline;
}

.amount {
    text-align: right;
}

div.note {
    width: 640px;
    border: 1px solid red;
    padding: 10px;
    margin: 10px;
}

.device_table {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 12px;
}

.device_table td {
    border: 1px solid #e0e0e0;
    padding: 1px;
}

#bacnet_oids {
    border-collapse: collapse;
    border: 1px solid gray;
}

#bacnet_oids th {
    border: 1px solid gray;
    vertical-align: bottom;
    text-align: left;
}

#bacnet_oids .gnum {
    text-align: right;
}

#bacnet_oids .bnum {
    text-align: right;
    font-family: courier;
}

#bacnet_oids td {
    padding-left: 3px;
    padding-right: 3px;
}

.small {
    font-size: 80%;
}

.kit_info_div {
    font-size: 80%;
    padding-top: 1ex;
    padding-left: 1em;
}

.kit_info_div ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.lead_time_div {
    font-size: 80%;
    font-style: italic;
    padding-top: 1ex;
    padding-left: 1em;
}

.vsep {
    height: 0.5ex;
}

#registration_info {
    border-collapse: collapse;
    border: 1px solid gray;
}

#registration_info td {
    padding-left: 4px;
    padding-right: 4px;
}

#release_notes ul {
    margin: 0px;
}

.submit_quote {
    margin-top: 1ex;
    font-size: 8pt;
}

.submit_quote a:link, .submit_quote a:visited {
    color: #6eccff;
}

#map_canvas {
    width: 100%;
    height: 640px;
}

