/* ========= General styling  =========*/
html {
    background-color: white;
}

body {
    font-size: 10pt;
    background-color: white;
}

p {
    text-align: justify;
}

a {
    font-size: 10pt;
    cursor: pointer;
    border: 0px;
}

    a img {
        border: 0px;
    }

/*h1 {
    font-size: 18pt;
    vertical-align: top;
    padding-left: 10px;
    font-weight: normal;
    color: #205e6b;
}*/

div.toc, h2 {
    font-size: 16pt;
    font-weight: normal;
    /*color: #afc4bf;*/
}

h3, h3 a {
    /*text-indent: 15px;*/
    font-size: 15px;
}

    h3 a {
        text-decoration: none;
    }

small {
    display: block;
    text-align: justify;
}

.hs-media-badge {
    display: inline;
    background: #1B95E0;
    color: white;
    padding: 4px 3px 5px 4px;
    font-size: 11px;
    margin-bottom: -13px;
    border-radius: 4px;
    width: 50px;
}

    .hs-media-badge:hover {
        background: #0B85D0;
    }

a.hs-media-badge {
    display: inline;
    text-decoration: none;
    margin-right: 4px;
    width:50px;
}

/* ========= Scheleton Table =======*/
#Scheleton {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#SponsoredLinksTable {
    width: 270px;
    border-style: dotted;
    border-color: Purple;
    border-width: 1px;
    margin: 40px 0 0 0;
    padding: 0 3px 0 7px;
    text-align: left;
}

/* ========= Services =========*/
div.service_title {
    font-size: larger;
    font-weight: bold;
}

div.service_description, .underline_small {
    font-size: small;
    padding-left: 10px;
}

tr.service_row_selected {
    background: #FAFAFA;
}

/* ========= Rating =========*/
table.rating_table {
    border-left: 1px solid #AAAAAA;
}

    table.rating_table thead tr {
        font-weight: bold;
    }

        table.rating_table thead tr td, table.rating_table thead tr th {
            text-align: center;
            border-top: 1px solid #AAAAAA;
            border-right: 1px solid #AAAAAA;
            border-bottom: 1px solid #AAAAAA;
        }


    table.rating_table tr td, table.rating_table tbody tr td {
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        padding: 5px;
    }

    table.rating_table thead tr td, table.rating_table thead tr th {
        background-color: #DDDDDD;
    }

    table.rating_table thead tr th {
        height: 30px;
        font-size: small;
    }

    table.rating_table tbody tr td.borderless, table.rating_table thead tr td.borderless {
        background-color: transparent;
        border-top: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    table.rating_table tr td.rating, table.rating_table tbody tr td.rating {
        text-align: center;
        font-size: larger;
    }

/* ========= Validation Results =========*/
.success_result, .failed_result, a.failed_result {
    vertical-align: middle;
    font-size: large;
    font-weight: bold;
    color: white;
}

.success_result, .failed_result {
    padding: 10px;
}

a.failed_result {
    padding: 0px;
    vertical-align: top;
}

.success_result {
    background-color: Green;
}

.failed_result {
    background-color: #AA0000;
}

.right_align {
    float: right;
}

/* ========= UI Components =========*/
div.scroll_box {
    overflow: auto;
    width: 100%;
    height: 500px;
    padding: 0px;
}

div.new_line, div.clear {
    clear: both;
}

div.bottom_line {
    clear: both;
    border-bottom: 1px solid;
    border-color: #c6e0d7;
    margin-top: 20px;
}

input.validation[type="file"] {
    height: 25px;
}

.gray_text {
    color: #aaaaaa;
}

div.content_divider {
    width: 100%;
    clear: both;
    height: 1px;
}

div.h2_bar, div.h2_divider {
    clear: both;
    width: 100%;
    height: 23px;
    border-top: 1px dotted #DCDCDC;
}

span.big_message, span.big_message a {
    font-size: large;
    font-weight: bold;
    line-height: 20px;
}

/* ========= Footer =========*/
div.footer_links {
    clear: both;
    margin-top: 25px;
    text-align: center;
}

    div.footer_links a {
        font-size: 8pt;
    }

p.copyright {
    margin-top: 20px;
    font-size: 8pt;
    text-align: center;
}

/* ========= Lookup =========*/
a.lookup_item_title {
    font-weight: bold;
}

table.lookup_item_links {
    padding-top: 5px;
    font-size: 6pt;
}

    table.lookup_item_links tr {
        vertical-align: top;
    }

        table.lookup_item_links tr td {
            padding-right: 10px;
        }

div.lookup_divider {
    background: url(../images/hs/line_repeater.jpg) repeat-x center;
    height: 56px;
    width: 100%;
    vertical-align: middle;
}

/* ========= TOC =========*/
div.toc {
    float: left;
}

ul.toc, ul.toc a {
    font-weight: bold;
}

ul.toc {
    list-style-image: url(../images/hs/toc_bullet.png);
    line-height: 20px;
}

div.section {
    padding-left: 15px;
    padding-bottom: 10px;
}

div.service_links {
    float: right;
}

/* Crosswalk*/
.article {
    margin: auto;
    text-align: left;
}

.column {
    clear: both;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    text-align: justify;
}
/* ========= Drop-down menu ====== */
div.drop_menu {
    visibility: hidden;
    position: absolute;
    top: 58px;
    right: 0px;
    margin-left: 10px;
    width: 250px;
    text-align: left;
    padding: 10px 0px 10px 0px;
    background: white;
}

ul.menu_section {
    list-style-type: none;
    margin-left: 0px;
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

ul.menu_last_section {
    list-style-type: none;
    padding: 10px 0px 0px 0px;
    width: 100%;
    margin: 0px;
}

    ul.menu_last_section li, ul.menu_section li {
        text-indent: 10px;
        cursor: pointer;
        padding: 3px 0px 3px 0px;
    }

        ul.menu_last_section li a, ul.menu_section li a {
            text-decoration: none;
        }

/* ========= Top menu items ====== */
tr.menu td {
    cursor: pointer;
}

.menu_button {
    text-decoration: none;
}

td.left {
    background: url(../images/hs/menu_item_left.gif) no-repeat left top;
    height: 47px;
    width: 6px;
}

td.center, a.menu_button:link, a.menu_button:visited {
    color: white;
    font-size: 12pt;
    font-weight: bold;
}

td.center {
    background: url(../images/hs/menu_item_repeated.gif) repeat-x top;
    vertical-align: top;
    padding-top: 9px;
    padding-left: 17px;
    padding-right: 17px;
    white-space: nowrap;
}

td.right {
    background: url(../images/hs/menu_item_right.gif) no-repeat left top;
    width: 6px;
}

/* ======= Button ====== */

.btn-hs {
    background: -webkit-gradient(linear, left top, left bottom, from(#2c96b0), to(#65a9d7));
    background: -webkit-linear-gradient(top, #2c96b0, #65a9d7);
    color:white;
}

.btn-hs:hover {
    color: white;
    border-top-color: #25A9C6;
    background: #35B9D6;
}

ul.main_menu {
    list-style-type: none;
    margin: 15px auto 20px auto;
    padding: 0;
}

    ul.main_menu li {
        display: inline-block;
        padding-right: 5px;
        position: relative;
    }

    ul.main_menu li:last-child {
        padding-right:0px;
    }

.button.bright {
    padding: 9.5px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    border-top-color: #25A9C6;
    text-transform: uppercase;
    background: #78B71D;
    background: -webkit-gradient(linear, left top, left bottom, from(#78B71D), to(#98D74D));
    background: -webkit-linear-gradient(top, #78B71D, #98D74D);
    background: -moz-linear-gradient(top, #78B71D, #98D74D);
    background: -ms-linear-gradient(top, #78B71D, #98D74D);
    background: -o-linear-gradient(top, #78B71D, #98D74D);
    box-shadow: rgba(150,150,150,1) 0 1px 0;
}

    .button.bright:hover {
        border-top-color: #25A9C6;
        background: #98D74D;
    }

.main_menu .button:active {
    border-top-color: #25A9C6;
    background: #98D74D;
}


.main_menu .button {
    padding: 9.5px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

    .main_menu .button:hover {
        border-top-color: #25A9C6;
        background: #35B9D6;
    }

    .main_menu .button:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

.button {
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c96b0), to(#65a9d7));
    background: -webkit-linear-gradient(top, #2c96b0, #65a9d7);
    background: -moz-linear-gradient(top, #2c96b0, #65a9d7);
    background: -ms-linear-gradient(top, #2c96b0, #65a9d7);
    background: -o-linear-gradient(top, #2c96b0, #65a9d7);
    padding: 10px 17px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

    .button:hover, a.button:hover, a.button:visited {
        color:white;
        border-top-color: #25A9C6;
        background: #35B9D6;
        text-decoration:none;
    }

    .button:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

/* ====== Panel ======= */
td.panel_left {
    background: url(../images/hs/panel_left.gif) no-repeat left top;
}

td.panel_center {
    background: url(../images/hs/panel_repeated.gif) repeat-x top;
}

td.panel_right {
    background: url(../images/hs/panel_right.gif) no-repeat left top;
}

td.panel_long_left {
    width: 4px;
    background: url(../images/hs/panel_long_left.png) no-repeat left top;
}

td.panel_long_center {
    padding: 20px;
    background: url(../images/hs/panel_long_repeated.png) repeat-x top;
}

td.panel_long_right {
    width: 4px;
    background: url(../images/hs/panel_long_right.png) no-repeat right top;
}

td.panel_left {
    width: 4px;
    height: 187px;
}

td.panel_center {
    height: 187px;
}

td.panel_center, td.panel_long_center {
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
    text-align: left;
}

td.panel_right {
    width: 4px;
    height: 187px;
}

td.panel_center div.title, td.panel_long_center div.title, div.title, div.title_small {
    float: none;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 16pt;
    font-weight: bold;
    height: 30px;
    background: none;
}

div.title_small {
    font-size: 12pt;
    padding-bottom: 0px;
}

/* ====== Lookup bar ====== */

td.lookup_bar_left {
    height: 113px;
    width: 16px;
    background: url(../images/hs/lookup_bar_left.jpg) no-repeat left top;
}

td.lookup_bar_center {
    height: 113px;
    background: url(../images/hs/lookup_bar_repeated.jpg) repeat-x top;
}

td.lookup_bar_right {
    height: 113px;
    width: 19px;
    background: url(../images/hs/lookup_bar_right.jpg) no-repeat left top;
}

input.login {
    height: 20px;
    font-weight: bold;
    color: #348400;
}

input.lookup {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    vertical-align: middle;
    height: 60px;
    width: 98%;
    font-size: 35pt;
    border: 1px solid #276a7b;
    color: #348400;
}

input.lookup1 {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    vertical-align: top;
    width: 78%;
    font-size: 20pt;
    border: 1px solid #276a7b;
    color: #348400;
}

select.bigCombo {
    height: 28px;
    font-size: 15pt;
    border: 1px solid #276a7b;
    color: #348400;
}


select.lookup {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    vertical-align: top;
    height: 60px;
    font-size: 35pt;
    border: 1px solid #276a7b;
    color: #348400;
}

.mybutton {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 5px;
    vertical-align: top;
    height: 45px;
    font-size: 20pt;
}

td.search_input {
    height: 90px;
    width: 90%;
    padding-right: 10px;
}

td.search_select {
    height: 90px;
    width: 70px;
    text-align: left;
}

td.search_left {
    height: 72px;
    vertical-align: bottom;
    text-align: right;
    padding-top: 10px;
}

td.search_center {
    height: 72px;
    background: url(../images/hs/search_button_repeated.png) repeat-x bottom;
    background-position: 0px 15px;
    vertical-align: top;
}

div.search_center {
    padding-left: 10px;
    font-size: 23pt;
    color: white;
    padding-top: 28px;
    cursor: pointer;
}

td.search_right {
    height: 72px;
    vertical-align: bottom;
    text-align: left;
}

/* ========== Road ========== */
div.road {
    background: url(../images/hs/road_repeated.gif) repeat;
    width: 100%;
    line-height: 25px;
    vertical-align: top;
}

    div.road div {
        padding-left: 25px;
    }

    div.road a {
        text-decoration: none;
    }

.road_item {
    padding-right: 5px;
    vertical-align: top;
}

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

/* ========== Colors ========== */
body, a, td.panel_center {
    color: #276a7b;
}

small.grayed {
    color: #AAAAAA;
}

div.content_divider, div.section {
    border-bottom: 1px solid #afc4bf;
}

h3, ul.toc, ul.toc a, h3 a {
    color: #0190b2;
}

div.scroll_box {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

div.drop_menu {
    border: 1px solid #c6e0d7;
}

ul.menu_section {
    border-bottom: 1px solid #c6e0d7;
}

p.copyright {
    color: #a5c0b7;
}

a.lookup_item_title {
    color: #0090b3;
}

td.panel_center div.title, td.panel_long_center div.title, div.title, div.title_small {
    color: #44a807;
}

div.lookup_divider {
    color: #8c9f99;
}
/* ========== Fonts ========== */
body {
    font-family: Verdana, Arial, Tahoma;
}

ul.toc, ul.toc a, td.center, a.menu_button:link, a.menu_button:visited, td.panel_center, td.panel_long_center {
    font-family: Arial, Verdana, Tahoma;
}

/* primary tabs */
#nav-pri {
    width: 100%;
}
    /* IE */
    #nav-pri ul {
        font: bold 77%/1.2em verdana;
        font-size: 78%;
        list-style: none;
        margin: 0 0 -1px 0;
        padding: 0 0 0 .3em;
        position: relative;
    }
    /* relative for IE6 quirks mode */
    #nav-pri li {
        float: left;
        margin: 0 .33em -1px 0;
        padding: 0 0 7px;
    }

        #nav-pri li * {
            cursor: pointer;
        }

        #nav-pri li a {
            text-decoration: none;
            color: #3061A3;
        }

            #nav-pri li a:hover {
                text-decoration: underline;
                background: #EAF1FB url(../images/tab-up-right-nonselected.png) top right no-repeat;
            }

html #nav-pri li strong a:hover {
    text-decoration: none;
}

/*#nav-pri li.on strong, #nav-pri li.on strong a, #nav-pri li.on strong a:hover { background-color:#fff; color:#3061A3; text-decoration:none; }*/
#nav-pri li.on_strong, #nav-pri li.on_strong a, #nav-pri li.on_strong a:hover {
    background-color: #fff;
    color: #3061A3;
    text-decoration: none;
}

#nav-pri li strong {
    border-bottom: 1px solid #C2D5F0;
}

#nav-pri li.on_strong {
    border-bottom: 1px solid #C2D5F0;
}

#nav-pri li a, #nav-pri li strong, #nav-pri li em {
    display: block;
}

#nav-pri li a, #nav-pri li.on_strong, #nav-pri li em {
    display: block;
}

#nav-pri li span {
    display: block;
    cursor: default;
}

#na-pri li span * {
    cursor: default;
}

* html #nav-pri li a, * html #nav-pri li strong {
    display: inline-block;
}
/* makes IE 100% clickable, and fixes widths for macIE */
* html #nav-pri li a, * html #nav-pri li.on_strong {
    display: inline-block;
}
/* makes IE 100% clickable, and fixes widths for macIE */

#nav-pri li em {
    font-style: normal;
    padding: .5em .6em;
}

#nav-pri li.orphan, #nav-pri li.orphan a, #nav-pri li.orphan em,
#nav-pri li.orphan2, #nav-pri li.orphan2 a, #nav-pri li.orphan2 em {
    background: none !important;
    color: #666;
    border: none;
    margin: 0;
}

/* bg images */
#nav-pri li {
    background: #FAFFFF url(../images/tab-up-right-nonselected.png) top right no-repeat;
}

    #nav-pri li.on_strong a {
        background: white url(../images/tab-up-right.png) top right no-repeat;
    }

    #nav-pri li.on_strong {
        background: white;
    }


    #nav-pri li em {
        background: transparent url(../images/tab-left-non-selected.png) top left no-repeat;
    }

    #nav-pri li.on_strong em {
        background: transparent url(../images/tab-left.png) top left no-repeat;
    }

.https #nav-pri li a, .https #nav-pri li strong {
    background-image: url(../images/tab_corner_ne81.gif);
}

.https #nav-pri li a, .https #nav-pri li.on_strong {
    background-image: url(../images/tab_corner_ne81.gif);
}

.https #nav-pri li em {
    background-image: url(../images/tab_corner_nw4.gif);
}

/* clear floats */
* html #nav-sec ul {
    height: 2em;
}
/* IE 5 */
* html #nav-pri ul /* IE5 hide*/, * html #nav-sec ul /* IE5 hide*/ {
    height: 1%;
}
/* clear IE>5 */

html > body #nav-pri ul, html > body #nav-sec ul {
}
/* clear others */

/* macIE hacks */
* html > body #nav-pri ul {
    float: left;
    margin: 0 .33em 0 0;
    padding: 0;
}

* html > body #nav-pri li em {
    display: inline-block;
}

* html > body #nav-pri ul, * html > body #nav-sec ul {
    width: 100%;
    overflow: hidden;
}

* html > body #nav-pri li.on strong {
    position: static;
}

* html > body #nav-pri li.on_strong {
    position: static;
}

* html > body #nav-sec ul {
    height: auto;
}

* html > body #nav-pri {
    text-align: left;
}
/* end macIE */

/* some alternate implementations */
#nav4 {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 0px;
}

#nav4 {
    background: transparent url(../images/tab-bottom-line-repeated.png) repeat-x bottom;
}

    #nav4 li.on strong {
        border-color: #fff;
    }

    #nav4 li.on_strong {
        border-color: #fff;
    }

#nav-pri li.orphan em, #nav-pri li.orphan2 em {
    color: #666;
    padding: .5em .6em;
    padding: .5em .6em .6em;
}

#nav-pri li.orphan img, #nav-pri li.orphan2 img {
    margin: 0 0 -2px 2px;
}

#nav4 li.orphan a:hover, #nav4 li.orphan2 a:hover {
    text-decoration: underline;
    background: none;
}

#nav4 li.orphan2 {
    float: right;
    background: none;
}

#nav4 li.card {
    position: absolute;
    right: 0;
    top: -1px;
    background: none;
    float: none;
    margin: 0;
}


/* ====== Helpdesk Panels ============== */
.leftcol50 {
    width: 50%;
    float: left;
    padding-left: 0px;
    padding-right: 5px;
}

.rightcol50 {
    width: 49%;
    float: left;
    padding-left: 5px;
}
/* ========== Form ===================== */
.yui-skin-sam .yui-dt-col-address pre {
    font-family: arial;
    font-size: 100%;
}
/* Use PRE in first col to preserve linebreaks*/
.yui-dt-hd, #cellediting table thead {
    display: none;
}

.yui-dt-odd {
    height: 44px;
}

.yui-dt-even {
    height: 43px;
}

.yui-skin-sam tr.yui-dt-odd {
    background-color: #EEEEEE;
}

.yui-skin-sam .yui-dt-liner {
    padding: 02px;
}

.yui-skin-sam .yui-dt td.align-center {
    text-align: center;
}

.yui-skin-sam .yui-dt td.align-right {
    text-align: right;
}

.yui-tt {
    max-width: 300px;
}
/* Tooltip style */
.formContainer span {
    font-size: smaller;
    cursor: help;
    vertical-align: top;
}

table.formContainer td {
    text-align: right;
}

div.editDialog {
    z-index: 1;
    position: absolute;
    visibility: hidden;
    border: 1px solid Gray;
    background: white;
}

.oddRow {
    background-color: #EEEEEE;
    cursor: pointer;
}

.evenRow {
    cursor: pointer;
}

.erroroddRow {
    background-color: #FFCCCC;
    cursor: pointer;
}

.errorevenRow {
    background-color: #FFEEEE;
    cursor: pointer;
}

/* ========== Bottom links =========*/

div.bottom_links {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

    div.bottom_links, div.bottom_links a {
        font-size: 10pt;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

        div.bottom_links ul {
            margin-right: 5px;
            float: left;
        }

            div.bottom_links ul li {
                list-style-type: none;
                line-height: 20px;
            }

                div.bottom_links ul li a {
                    text-decoration: none;
                }

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

                div.bottom_links ul li.header {
                    font-weight: bold;
                    border-bottom: 1px solid;
                    border-color: #c6e0d7;
                    margin-bottom: 5px;
                }


/* ========== Left menu =========*/
ul.left_menu a {
    text-decoration: none;
}

ul.left_menu {
    background-color: #E8F2F9;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    margin-left: 5px;
    margin-right: -1px;
}

    ul.left_menu li {
        margin-left: 0px;
        list-style-type: none;
        list-style-image: none;
        list-style-position: inside;
        padding: 5px;
    }

        ul.left_menu li.selected {
            border-right: 0px;
            border-top: 1px solid #c6e0d7;
            border-left: 1px solid #c6e0d7;
            border-bottom: 1px solid #c6e0d7;
            font-weight: bold;
            background-color: White;
        }

/* ========== Test Form =========*/

table.test_drive_form input.exampleText {
    color: #AAA;
}

table.test_drive_form input.default, select {
    color: #348400;
    border: 1px solid #CCCCCC;
}

table.test_drive_form input {
    line-height: 30px;
    height: 20px;
    padding: 3px;
}

table.drgTable input, table.drgTable select {
    width: 170px;
}

.capitalize {
    text-transform: capitalize;
}

/* ======================= */
table.mappingresult {
    border-collapse: collapse;
    border: 1px solid silver;
    border: 1px solid silver;
    width: 100%;
}

    table.mappingresult td {
        border: 1px solid silver;
        padding: 10px 5px 10px 5px;
    }

    table.mappingresult tr.header {
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #CCCCCC 0%, #F9F6F4 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #CCCCCC 0%, #F9F6F4 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #CCCCCC 0%, #F9F6F4 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #F9F6F4));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #F9F6F4 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #CCCCCC 0%, #F9F6F4 100%);
    }

.apiTabSelector, .apiTabSelector a {
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #EFF4FB;
    padding: 5px 8px 5px 8px;
    color: #C7254E;
    border: 1px solid #DDDDDD;
    margin-right: 5px;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

    .apiTabSelector.selected {
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px dashed #C7254E;
    }

    .apiTabSelector.info {
        color: #6A8AC6;
        float: right;
    }

.niceSubLink, .niceSubLink a {
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #EFF4FB;
    padding: 2px;
    color: #C7254E;
    border: 1px solid #DDDDDD;
    font-size: smaller;
    margin-left: 2px;
}

    .niceSubLink a, .apiTabSelector a {
        border: 0px;
        text-decoration: none;
        padding: 0px;
        margin: 0px;
    }

.apiSteps {
    border-right: 1px solid #DDDDDD;
    float: left;
    height: 350px;
    padding: 20px;
}

    .apiSteps.last {
        border-right: 0px;
    }

    .apiSteps h3 {
        text-indent: 0px;
    }

.number {
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 40px;
    background-color: #0190b2;
    color: white;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0 1em 0.3em 0;
    float: left;
}

    .number div {
        padding: 10px 0px 0px 14px;
    }

.apiBundle, .panel {
    padding: 0px 0 0 30px;
    border-left: 5px solid #007792;
    width: 100%;
    margin-top: 3em;
}

    .apiBundle h3, .panel h3, .panel h1, .panel h2 {
        color: #007792;
        text-indent: 0px;
        margin-top: 0px;
    }

    .apiBundle .content {
        text-align: justify;
    }

ul.apiOperations {
    color: white;
    float: right;
    text-indent: 0px;
    margin: 0px;
    margin-top: -35px;
    padding: 0px;
}

    ul.apiOperations li {
        border: 1px solid #DDDDDD;
        background-color: #2C96B0;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        list-style: none;
        text-indent: 0px;
        margin: 5px;
        padding: 5px;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
    }

        ul.apiOperations li a {
            text-decoration: none;
            color: white;
        }

.inputMessage {
    visibility: hidden;
    font-weight: bold;
    margin-top: 5px;
}

    .inputMessage.success {
        color: green;
    }

    .inputMessage.error {
        /*color:red;*/
    }

.shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.gray {
    color: #AAAAAA;
}

    .gray a, .gray a:visited {
        color: #888888;
    }


.narrowHeader {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.social {
    float: left;
    -webkit-box-shadow: rgba(0,0,0,1) 2px 2px 2px;
    -moz-box-shadow: rgba(0,0,0,1) 2px 2px 2px;
    box-shadow: rgba(0,0,0,1) 2px 2px 2px;
    margin: 0px 10px 10px 0px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    height: 60px;
    width: 60px;
}

    .social img {
        margin: 0px;
        border: 0px;
        padding: 0px;
        opacity: 1;
        height: 60px;
        width: 60px;
    }

    .social:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

input.largeInput {
    color: green;
    font-size: large;
    height: 30px;
}

textarea.largeInput {
    font-family: Arial,Tahoma,Verdata;
}

.error {
    font-size: larger;
    padding: 5px 5px 5px 10px;
    color: white;
    background-color: red;
    margin: 5px 0px 20px 0px;
}

    .error p {
        margin: 0px;
    }

/* Shopping cart */

.shoppingCartSnippet {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 250px;
    background-color: #E0EDF5;
    border: 1px solid #DDDDDD;
    display: none;
    white-space: nowrap;
    height: 300px;
    text-align: left;
    -webkit-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
}

    .shoppingCartSnippet .cartItemsContainer {
        padding: 20px;
        width: 100%;
    }

    .shoppingCartSnippet img {
        margin-right: 20px;
    }

    .shoppingCartSnippet .divider {
        background-color: #DDDDDD;
        clear: both;
        border-bottom: 1px solid;
        border-color: #C6E0D7;
        margin: 10px 20px 10px -20px;
    }

    .shoppingCartSnippet .header {
        background-color: #60A8D4;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 20px;
    }

    .shoppingCartSnippet .brightText {
        color: #f6eda9;
    }

    .shoppingCartSnippet .btn {
        background: #f6eda9;
        background-image: -webkit-linear-gradient(top, #f6eda9, #f5d920);
        background-image: -moz-linear-gradient(top, #f6eda9, #f5d920);
        background-image: -ms-linear-gradient(top, #f6eda9, #f5d920);
        background-image: -o-linear-gradient(top, #f6eda9, #f5d920);
        background-image: linear-gradient(to bottom, #f6eda9, #f5d920);
        -webkit-border-radius: 8;
        -moz-border-radius: 8;
        border-radius: 8px;
        font-family: Arial;
        color: #777777;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }

        .shoppingCartSnippet .btn:hover {
            background: #fFFdB9;
            background-image: -webkit-linear-gradient(top, #fFFdB9, #fFE930);
            background-image: -moz-linear-gradient(top, #fFFdB9, #fFE930);
            background-image: -ms-linear-gradient(top, #fFFdB9, #fFE930);
            background-image: -o-linear-gradient(top, #fFFdB9, #fFE930);
            background-image: linear-gradient(to bottom, #fFFdB9, #fFE930);
            text-decoration: none;
        }


/* ============   Products Page ================ */
.products {
    margin: auto;
    width: 1000px;
}

    .products .menu {
        height: 184px;
        width: 184px;
        background-color: #E0EDF5;
        float: left;
        margin-left: 20px;
        cursor: pointer;
    }

        .products .menu.first {
            margin-left: 0px;
        }

        .products .menu.selected {
            border-bottom: 5px solid #C75724;
            height: 179px;
        }

        .products .menu .label {
            color: #555555;
            text-align: center;
            margin-top: 10px;
            font-weight: bold;
            font-family: Verdana, Arial, Tahoma;
            font-size: 13px;
        }

        .products .menu .image {
            height: 50px;
            margin-top: 55px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

.panel {
    margin-top: 20px;
}

    .panel .image {
        float: left;
    }

    .panel .tag {
        float: left;
        margin-left: 120px;
        width: 600px;
    }

    .panel h2 {
        padding-left: 0px;
    }

    .panel h1 {
        font-size: 24pt;
        padding-left: 0px;
    }
