﻿body {
    background: #F0F0F0;
    font-family: Arial;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 100px;
}

a {
    text-decoration: none;
    color: #002F65;
}

ul {
    list-style-type: none;
}

a:hover {
    color: #7299C6;
}

.nav_normal {
    font-weight: bold;
    font-size: 15px;
    color: #002F65;
}

    .nav_normal a {
        color: #002F65;
    }

.BlueButton {
    background: #7299C6;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    height: 26px;
}

.OrangeButton {
    background: #CE7539;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    height: 26px;
}

.Button {
    cursor: pointer;
}

.Required {
    color: #FF6600;
    font-weight: bold;
}

.DropDown {
    border: ridge 1px #AEAEAE;
    font-size: 13px;
    color: #58595B;
    font-weight: bold;
    padding: 3px;
    background-image: url('../../assets/images/generic/text-field.jpg');
    margin-bottom: 0px;
}

.DropDownMaster {
    border: ridge 1px #AEAEAE;
    font-size: 13px;
    color: #58595B;
    font-weight: bold;
    padding: 3px;
    background-image: url('../../assets/images/generic/text-field.jpg');
    margin-bottom: 0px;
    margin-right: -7px;
}

.navBar {
    background-color: #F8F8F8;
    background-image: url('../../Assets/Images/Master/Menu/nav_bg.gif');
    background-repeat: repeat-x;
}
