﻿html
{
    position:relative;
    min-height:100%;   
}
body 
{
    /* padding-top:70px; */
    background-repeat: repeat-x;
    background-color: transparent;
    background-image: url('../images/bg_02_02.png');
    background-position: 0px 0px;
    margin-bottom:100px;
}
h1, h2, h3, h4, h5, h6
{
    color:#003552;
}
.navbar-brand
{
    color: #e0e0e0;
    text-shadow: 0px 1px 0px rgba(0,53,82,0.25);
}

.navbar
{
    border:none;
}
.navbar-default
{
    border-top-right-radius: 0px;   
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top:-30px;
    position:relative;
    /* z-index:-1; */
}
navbar-collapse collapse
{
    z-index:2005;
}
.iha-header
{
    width: 1170px;
    min-height: 150px;
    /* background-position: 472px top;
    
    z-index: 2000;
    background-image: url('../images/bg_03_03.png');
    background-repeat: no-repeat;
    background-attachment: relative; */
}
.iha-header #headGraphic
{
    position: relative;
    z-index: 2000;
    top: 0px;
    float:right;
}
#footer
{
    border-color: #003552;
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    min-height: 100px;
    background-color: #697397;
    padding-top: 15px;
    border-top-style: solid;
    border-top-width: 5px;
}
#footer p, #footer a, #footer a:link, #footer a:active
{
    color: #FFFFFF;
}
#footer .spacer
{
    margin-top:20px;
    margin-bottom:5px;
    text-align:right;
}
#map_canvas
{
    margin:0px 0px 20px;
    border: 1px solid #003552;
    position: relative;
    width: 100%;
    height: 300px;
}
.btnPanelPad 
{
    padding:20px 0px 40px 0px;
}
.searchPnl
{
    background-color: #eee;
    min-height: 100%;
    padding:10px;
    /* margin-bottom:30px;*/
}
.xtraPad
{
 margin:0px 40px;   
}
.grd4CtrlWidth
{
    width:320px;
}
.grd5CtrlWidth
{
    width:415px;
}
.searchPanelCtrlHeight
{
    min-height:225px;
}
.searchPanelwTableHeight
{
    min-height:265px;
}
.panel-default > .panel-heading
{
    color: #fff;
    background-color: #697397;
    border-color: #697397;
    font-weight: bold;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

#loading-indicator
{
    margin:20px auto;
    position: absolute;
}

.tblHeader > th, .SubTotalRowStyle
{
    font-weight:bold;
    color:#ffffff;
    border-color: #697397;
    background-color: #697397;
    margin-top: 15px;
}
.tblHeader > th
{
    text-align:center;
}
.SubTotalRowStyle
{
   border-color: #33a09b; 
   background-color: #697397; 
}

.advSearchHead
{
    font-weight:bold;
    color:#003552;
}
/*jQueryUI datepicker css override */
button, input, optgroup, select, textarea {
    color: #000000;
}


/* End jQueryUI datepicker css override */

.well {
    background-repeat: repeat-x;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #F5F5F5 0px, #F3F3F3 100%);
