﻿/*HEADER*/
.NavigationBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #252972;
}

.NavigationBar li {
    float: left;
}

    .NavigationBar li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .NavigationBar li a:hover {
            background-color: #111111;
            color: white;
        }

.BreadCrumbContent {
    padding: 3px 10px;
    list-style: none;
    /*background-color: white;*/
}

    .BreadCrumbContent a {
        color: #252972;
    }

        .BreadCrumbContent a:hover {
            color: darksalmon;
        }

/* FOOTER */
.Footer {
    width: 990px;
    overflow: hidden;
    font-size: 13px;
    padding: 15px 0px 10px 0px;
    background-color: #252972;
    bottom: 0;
}

    .Footer #footerLegal {
        padding: 5px;
        margin: 5px;
        text-align: center;
    }

        .Footer #footerLegal a {
            color: white;
            text-decoration: none;
        }


/* GENERAL */
body {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    min-height: 100%;
    background-image: url(../images/siteBG.gif);
}

a {
    color: #252972;
    text-decoration: none;
}

    a:hover {
        color: #000000;
    }

ul {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 12px;
}

    ul li {
        padding: 0px 0px 2px 0px;
    }

    ul a {
        color: #252972;
        text-decoration: none;
    }

        ul a:hover {
            color: #000000;
            text-decoration: none;
        }

.btn {
    background-color: #252972;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
    width: 100px;
}

    .btn:hover {
        background-color: darksalmon;
    }

.btnHAWB {
    background-color: whitesmoke;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
    width: 100px;
}

    .btnHAWB:hover {
        background-color: gainsboro;
    }

.btnSelect {
    background-color: whitesmoke;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    width: 60px;
}

    .btnSelect:hover {
        background-color: gainsboro;
    }


.err {
    font-size: 13px;
    color: red;
}

.pageTitle {
    border-bottom: 1px solid #c9d0d9;
    padding-top: 5px;
    height: 48px;
}

.pageNav {
    margin: auto;
    text-align: center;
    padding: 10px;
}


.Wrapper {
    width: 990px;
    margin: 0px auto;
}

.MainContent .LeftColumn {
    width: 335px;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    float: left;
    text-align: left;
}

.login {
    min-height: 100px;
    padding: 10px 15px;
    background-color: #e2e2e2;
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .login h2 {
        margin: 8px 0px;
    }

.MainContent .RightColumn {
    font-size: 14px;
    width: 640px;
    margin: 0px 0px 5px 10px;
    padding: 0px;
    float: right;
    text-align: left;
}

    .MainContent .RightColumn #features {
        min-height: 560px;
        margin: 0px;
        padding: 5px 15px;
        padding-bottom: 20px;
        background-color: #e2e2e2;
        border: 1px solid #d6d6d6;
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .MainContent .RightColumn #features .featureItem {
            /*padding-bottom: 15px;*/
            margin: 0px 0px 5px 0px;
            border-bottom: 1px solid #c9d0d9;
        }

            .MainContent .RightColumn #features .featureItem td {
                padding-bottom: 3px;
            }

.Social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.Social li {
    float: right;
    vertical-align: middle;
}

    .Social li a {
        display: block;
        color: white;
        text-align: center;
        padding: 3px 3px 0px 0px;
        text-decoration: none;
    }


.MainContent .LeftColumn #helpful {
    min-height: 100px;
    padding: 10px 15px;
    background-color: #e2e2e2;
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.menu h3 {
    font-size: 15px;
    margin: 5px 0px;
    padding: 7px 0px;
}

.menu h2 {
    margin: 8px 0px;
}

.menu a {
    color: #252972;
    text-decoration: none;
}

    .menu a:hover {
        color: black;
    }


.menu .menuItem {
    border-bottom: 1px solid #c9d0d9;
    padding-top: 5px;
    height: 48px;
}

.menu .menuIcon {
    height: 40px;
    width: 40px;
    margin-top: 5px;
    margin-right: 10px;
    background-repeat: no-repeat;
    float: left;
}

.menu .menuText {
    height: 40px;
    width: 250px;
    float: left;
}

.bookingRequestMenuLink {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    float: left;
    margin-top: 12px;
}
