﻿html, body
{
    margin: 0;
}

#body
{
    background-color: white;
    border-top: 5px solid #00588A;
    position: relative;
}

#wrapper
{
    margin-right: auto;
    margin-left: auto;
    height: auto;
    min-height: 100%;
    height: 100%;
    position: relative;
}

#header
{
    position: relative;
    width: 100%;
    background: white;  
    height: 115px;  
    margin-bottom: 5px;
}

#menu
{    
    position: relative;
    width: 100%;
    background: white;
    height: 27px;
}

#banner
{
    position: relative;
    width: 100%;
    height: 75px;
    background-color: #00588A;
    margin-bottom: 25px;
    z-index: 5;
}

#header_body, #menu_body, #banner_body
{
    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#content
{
    position: relative;
    min-width: 960px !important;
    width: 98%;     /*Content has a 1% right and left margin which is why width is set to 98%*/
    margin-left: 1%;
    margin-right: 1%;
    background: white;

    /*overflow: auto;*/
}

#contentLeft {
    /*contentLeft should be used in conjunction with contentRight*/
    float: left;
    width: 20%;
    margin-right: 1%;
    background-color: white;
    height: 100%;
}

#contentRight {
    /*contentRight should be used in conjunction with contentLeft*/
    float: left;
    width: 79%;
    background-color: white;
    height: 100%;
}

#content_body
{
    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
    height: 100%;
    height: auto !important;
}

#content_body p
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    color: #3c3c3c;
}


#contentTestLeft
{
    float: left;
    width: 360px;
    background-color: white;
    height: 100%;
}

#contentTestRight
{
    float: left; 
    width: calc((100% - 360px) - 1%);
    margin-left: 1%;
    height: 100%;
    background-color: white;
}

#contentListLeft
{
    float: left;
    width: 360px;
    margin-right: auto;
    margin-left: auto; /*min-height: 100%;*/
    padding-left: 3%; /*height: 100%;     height: auto !important;*/
    background-color: Silver;
    height: auto;
}

#contentBodyRight
{
    float: left; /*The 6% is to accommodate the padding-left and right margin of contentListLest and contentBodyRight*/
    width: calc((100% - 360px) - 4%);
    margin-right: auto;
    margin-left: auto;
    padding-left: 2%;
    padding-right: 1%;
    min-height: 100%;
    height: 100%;
    height: auto !important;
}

#content_body_left
{
    float: left;
    padding-bottom: 20px;
}

#content_body_right
{
    float: right;
    padding-bottom: 20px;
}



#header_home
{
    position: relative;
    background-color: white;
    height: 360px;
}

#header_other
{
    position: relative;
    background-color: white;
    height: 149px;
}

#sitesearch
{
    position: absolute;
    width: 400px;
    top: 35px;
    right: 0px;
}

#companyLogo
{
    text-indent: -5000px;
    background: url("/images/avlog_logo.png") no-repeat;
    background-size: contain;
    width: 250px;
    height: 100px;
    margin: 0;
    position: absolute;
    top: 10px;
    -ms-behavior: url(/backgroundsize.min.htc);  /*Added to support IE8 and the ability to Size Images using Background-Size*/
}

#companyLogo a
{
    display: block;
    width: 245px;
    height: 125px;
    text-decoration: none;
    border: 0;
}

#article
{
    position: relative;
    background: white;
    float: left;
    width: 685px;
}

#article p
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    color: #3c3c3c;
}

#article ul
{
    list-style-image: url('../../images/gdn_green_arrow.png');
}

#article li
{
    color: #3c3c3c;
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    margin: 0px 0px 10px 0px;
}

#full_page_article
{
    position: relative;
    background: white;
    float: left;
    width: 960px;
}

#full_page_article p
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    color: #3c3c3c;
}

.slogan
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 150%;
    color: #00588A;
}


#mail_article
{
    float: left;
    padding-bottom: 20px;
}

.mail_article
{
    float: left;
    padding-bottom: 20px;
}

#parcel_article
{
    float: right;
    padding-bottom: 20px;
}

#logistics_article
{
    float: left;
    padding-bottom: 20px;
}

#ecommerce_article
{
    float: right;
    padding-bottom: 20px;
}

.article_box_header
{
    position: relative;
    background-color: #00588A;
    font-family: Arial, Verdana, sans-serif;
    font-variant: small-caps;
    border: 1px solid #00588A;
    font-size: 90%;
    color: white;
    width: 330px;
    top: 10px;
    text-indent: 10px;
    line-height: 20px;
    font-weight: 100;
    text-indent: 10px;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    outline: 0;
}

.shipto_box_header
{
    position: relative;
    background-color: #00588A;
    font-family: Arial, Verdana, sans-serif;
    font-variant: small-caps;
    border: 1px solid #00588A;
    font-size: 90%;
    color: white;
    width: 450px;
    top: 10px;
    text-indent: 10px;
    line-height: 20px;
    font-weight: 100;
    text-indent: 10px;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    outline: 0;
}

.shipto_box_body
{
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    border: 1px solid silver;
    width: 430px;
    top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    outline: 0;
    min-height: 220px;
}

.tracking_box_header
{
    position: relative;
    background-color: #00588A;
    font-family: Arial, Verdana, sans-serif;
    font-variant: small-caps;
    border: 1px solid #00588A;
    font-size: 90%;
    color: white;
    width: 960px;
    top: 10px;
    text-indent: 10px;
    line-height: 20px;
    font-weight: 100;
    text-indent: 10px;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    outline: 0;
}

.tracking_box_body
{
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    border: 1px solid silver;
    width: 940px;
    top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    outline: 0;
    min-height: 220px;
}

.article_box_body
{
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    border: 1px solid silver;
    width: 310px;
    top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    outline: 0;
    min-height: 220px;
}

.article_box_body p a
{
    color: #3c3c3c;
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    text-decoration: none;
}

.article_box_body p a:hover
{
    color: silver;
}

.article_picture
{
    float: left;
    padding: 0px 7px 0px 0px; /*opacity: .6;*/
}

.center_image
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sidebar
{
    position: relative;
    float: right;
    width: 260px;
    background-color: white;
}

.sidebar_header
{
    position: relative;
    background-color: Black;
    font-family: Arial, Verdana, sans-serif;
    font-variant: small-caps;
    border: 1px solid black;
    font-size: 90%;
    color: white;
    width: 260px;
    top: 10px;
    line-height: 20px;
    font-weight: 100;
    text-indent: 10px;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    outline: 0;
}

.sidebar_body
{
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    border: 1px solid silver;
    width: 260px;
    top: 10px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    outline: 0;
}

.sidebar_text
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    margin: 0px 15px;
    padding: 10px 0px 10px 0px;
}

.sidebar_text a
{
    color: #00588A;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    text-decoration: none;
}

.sidebar_text a:hover
{
    text-decoration: underline;
    color: silver;
}

.sidebar_picture
{
    padding: 0px 0px 0px 190px; /*opacity: .6;*/
}

#track_trace_sidebar
{
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#news_sidebar
{
    float: left;
    padding-bottom: 20px;
}


#nav
{
    background-color: white;
    margin: 0;
    padding: 0;
    position: relative;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    width: 100%;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    clear: both;
    float: left; /*border-bottom: 1px solid #00588A;*/ /* black line below menu */
    font-family: Arial, Verdana, sans-serif; /* Menu font */
    font-size: 90%; /* Menu text size */
    z-index: 100; /* This makes the dropdown menus appear above the page content below */
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none; /*float: right;*/
    position: relative; /*right: 50%;*/
}



#nav ul li
{
    margin: 0 0 0 0px;
    padding: 0;
    float: left;
    position: relative; /*left: 50%;*/
    top: 0px;
}



#nav ul li a
{
    display: block;
    width: 100px;
    background-color: white;
    color: #3c3c3c;
    font-family: Arial, Verdana, sans-serif;
    font-size: 95%;
    text-decoration: none;
    text-align: center;
    padding: 6px;
    margin: 0; /*padding: .6em .5em .4em;*/
    line-height: 1em; /*font-weight: bold;*/
    border-bottom: 1px solid white;
}

#nav ul li.active a
{
    color: white;
    background-color: #00588A;
    border-bottom: 1px solid #00588A;
}

#nav ul li a:hover
{
    background-color: #00588A; /* Top menu items background colour */
    color: white;
    border-bottom: 1px solid #00588A;
}

#nav ul li:hover a, #nav ul li.hover a
{
    /* This line is required for IE 6 and below */
    background: #00588A; /* Top menu items background colour */
    color: white;
    border-bottom: 1px solid #00588A;
}

/* Submenu items */
#nav ul ul
{
    display: none; /* Sub menus are hiden by default */
    position: absolute;
    top: auto;
    left: 0; /*right: auto; */ /*resets the right:50% on the parent ul */
    width: 10em; /* width of the drop-down menus */
}

#nav ul ul li
{
    /*left: auto;*/ /*resets the left:50% on the parent li */
    margin: 0; /* Reset the 1px margin from the top menu */
    clear: left;
    width: 100%;
}

#nav ul ul li a, #nav ul li.active li a, #nav ul li:hover ul li a, #nav ul li.hover ul li a
{
    /* This line is required for IE 6 and below */
    font-family: Arial, Verdana, sans-serif;
    font-size: 95%;
    font-weight: normal; /* resets the bold set for the top level menu items */
    background: silver;
    color: #000;
    line-height: 1.8em; /* overwrite line-height value from top menu */
    border-bottom: 1px solid #ddd; /* sub menu item horizontal lines */
    width: 15em;
    text-align: left;
    padding-left: 15px;
}

#nav ul ul li a:hover, #nav ul li.active ul li a:hover, #nav ul li:hover ul li a:hover, #nav ul li.hover ul li a:hover
{
    /* This line is required for IE 6 and below */
    background: #000; /* Sub menu items background colour */
    color: #fff;
}

/* Flip the last submenu so it stays within the page */
#nav ul ul.last
{
    left: auto; /* reset left:0; value */
    right: 0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#nav ul li:hover ul, #nav ul li.hover ul
{
    /* This line is required for IE 6 and below */
    display: block; /* Show the sub menus */
}



.navsite
{
    list-style-type: none;
    background-color: white;
    margin: 0;
    padding: 0;
    position: relative;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    width: 100%;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}


.navsite li
{
    float: left;
}

.navsite li a
{
    display: block;
    width: 100px;
    background-color: white;
    color: #3c3c3c;
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    text-decoration: none;
    text-align: center;
    padding: 6px;
}

.navsite li a:hover
{
    background-color: #00588A;
    color: white;
}


#navtop
{
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 23px;
    vertical-align: middle;
}

#navtop ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#navtop ul li
{
    display: inline;
    float: left;
}

#navtop ul li a
{
    display: block;
    color: #00588A;
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    text-decoration: none;
    text-align: right;
    padding: 2px 20px;
    margin: 0px 2px;
}

#navtop ul li a:hover
{
    text-decoration: underline;
    color: silver;
}

#navbottom
{
    position: absolute;
    top: 0;
    margin: 0;
}

#navbottom ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#navbottom ul li
{
    display: inline;
    float: left;
    margin-right: 20px;
}

#navbottom ul li a
{
    display: block;
    color: white;
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    text-decoration: none; /* text-align: right;                 padding: 2px 20px;                 margin: 0px 2px;*/
}

#navbottom ul li a:hover
{
    text-decoration: underline;
    color: silver;
}


#banner_separator
{
    position: relative;
    height: 7px;
    background-color: #00588A;
    width: 100%;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

#banner_title
{
    position: relative;
    height: 75px;
    background-color: #00588A;
    margin: 0px 0px 15px 0px;
}

#banner_title_content
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#banner_icon
{
    behavior: url(../styles/pie-1.0.0/PIE.htc);

    float: left;
    /*position: relative;*/
    border: 2px solid silver;
    border-radius: 45px;
    width: 85px;
    height: 85px;
    margin: 6px;
    z-index: 10;
    margin: 6px 0px 0px 1px;
}

#banner_icon_text
{
    float: left;
    margin-left: 20px;
    /*position: relative;
    margin: 21px 0px 0px 103px;*/
    font-family: Arial, Verdana, sans-serif;
    font-size: 200%;
    text-transform: uppercase;
    color: white;
    width: 60%;
    z-index:10;
}


.banner
{
    position: relative;
    background-color: black;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    overflow: auto;
    width: 958px;
    margin-right: auto;
    margin-left: auto;
    left: 1px;
}

.banner ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner ul li
{
    display: block;
    float: left;
    height: 198px;
    background-position: 0px 0px;
    background-size: 960px 200px;
    background-repeat: no-repeat;
}


.banner_text
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 200%;
    color: white;
    position: absolute;
    top: 30px;
    left: 25px;
    width: 100%;
}



.columnheader
{
    font-size: 90%;
    text-align: left;
    font-weight: 700;
    color: white;
    margin: 10px 0px 5px 0px;
}

#footer
{
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    background: #00588A;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

#footer_body
{
    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#footer_spacer
{
    position: relative;
    clear: both;
    width: 50%;
    height: 75px;
}

#copyright
{
    position: relative;
    text-align: center;
    top: 25px;
    font-weight: 100;
    font-size: 70%;
    color: white;
    font-family: Arial, Verdana, sans-serif;
    font-size: 70%;
}

table
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    border-collapse: collapse;
    border: none;
}

.table_header
{
    color: white;
    vertical-align: bottom;
    text-align: left;
    background-color: silver;
    border: 1px solid silver;
    padding: 5px 5px 7px 5px;
    white-space: nowrap;
}

.table_row
{
    border: 1px solid silver;
    vertical-align: top;
    background-color: white;
    border: 1px solid silver;
    padding: 7px 7px 7px 7px;
    color: #3c3c3c;
}

.table_row_nowrap
{
    border: 1px solid silver;
    vertical-align: top;
    background-color: white;
    border: 1px solid silver;
    white-space: nowrap;
    padding: 7px 7px 7px 5px;
    color: #3c3c3c;
}


.ui-icon.blue_icon
{
    position: relative;
    top: 4px;
    background-image: url("/images/ui-icons_00588A_256x240.png");
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    padding-right: 2px;
    font-weight: bold;
    opacity: 0.5;
}

/*    .ui-icon.blue_icon:hover {
        background-image: url("/images/ui-icons_00588A_256x240.png");
        cursor: pointer;
    }*/

.ui-icon.active_red_icon
{
    background-image: url("/images/ui-icons_b30000_256x240.png");
}

.ui-icon.disabled_icon
{
    background-image: url("/images/ui-icons_dddddd_256x240.png");
}

.ui-icon-refresh
{
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

.boldTitle {
    font-weight: 500;
    font-size: 150%;
    font-family: Arial, Verdana, sans-serif;
}

.checkboxBig
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5,1.5); /* IE */
  -moz-transform: scale(1.5,1.5); /* FF */
  -webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
  -o-transform: scale(1.5,1.5); /* Opera */
  padding: 10px;
}

.solidBorderSilver {
    border: 1px solid silver;
}

.roundedBorderBottom {

    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.setDisplayArea {
    clear: both;
    content: "";
    display: table;
}

.ui-autocomplete {
    max-height: 135px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;

}

.country {
    margin-left: -2px;
    margin-bottom: 2px;
}