body {
    padding-top: 70px; /* 60px to make the container go all the way to the bottom of the topbar */
    background:#f3f3f4 !important;
    font-family: Engrez !important;
}

#main_content{
    padding:10px;
    background:white;
    margin:0 auto;
    border:1px solid #999999;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.error{
    color:salmon;
}
div.error{
    border:1px solid salmon;
    width:100%;
    margin:2px;
    text-align:center;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 15px 20px 15px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #006eaa !important;
    text-shadow: 0 1px 0 #006eaa !important;
}

.nav a{
    color:#006eaa;
}

th{
    background-color:#006eaa!important;
    color:white;
}

.navbar-inner {
    background-color: #fafafa !important;
    background-image: -moz-linear-gradient(top, #fafafa, #fafafa) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#fafafa)) !important;
    background-image: -webkit-linear-gradient(top, #fafafa, #fafafa) !important;
    background-image: -o-linear-gradient(top, #fafafa, #fafafa) !important;
    background-image: linear-gradient(to bottom, #fafafa, #fafafa) !important;
}



h1,
h2,
h3,
h4,
h5,
h6,
legend {
    margin: 10px 0;
    font-family: Engrez-Bold !important;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    color: #006eaa !important;
    text-rendering: optimizelegibility;
}


label {
    font-weight:bold !important;
}

.required{
    background-color:#E9F7FF !important;
}

.ui-autocomplete-loading { background:url('http://eida.exetel.com.au/new_customer_management/business_data/img/indicator.gif') no-repeat right center; }

.Engrez-Black {
    font-family: Engrez-Black;
    font-weight: normal;
    font-style: normal;
}
.Engrez-Bold {
    font-family: Engrez-Bold;
    font-weight: normal;
    font-style: normal;
}
.Engrez {
    font-family: Engrez;
    font-weight: normal;
    font-style: normal;
}
.Engrez-Medium {
    font-family: Engrez-Medium;
    font-weight: normal;
    font-style: normal;
}
.Engrez-Light {
    font-family: Engrez-Light;
    font-weight: normal;
    font-style: normal;
}
.Engrez-SemiBold {
    font-family: Engrez-SemiBold;
    font-weight: normal;
    font-style: normal;
}
