.header,.footer {
    height: 40px;
    padding: 3px;
    background-color: LightSlateGray;
    border: DarkGray 1px solid;
    clear: both;
}

.fdlelogoimg {
    height: 39px;
    padding: 5px;
}

.bodybanner {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 99.9%;
    background-color: #0A2037;
    border: 1px solid;
    border-radius: 0px;
}

.bodybannerbluegrad {
    position: absolute;
    color: white;
    background-color: #0A2037;
    height: 20px;
    width: 100%;
}

.bodybannerdarkblue {
    width: 100% color:    white; #
    background-color: #3D568C background-color:  #428bca;
    font-size: 0px;
    height: 0px;
    visibility: hidden
}

.statusBarImage {
    color: Orange;
    background-color: White;
    padding: 0px;
    border-collapse: collapse;
    vertical-align: middle;
    height: 25px;
    border-radius: 5px;
}

.statusBarStats {
    color: Black;
    background-color: #899FCC;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid Black;
    border-collapse: collapse;
    vertical-align: middle;
    width: 100%;
}

.statusBarTable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    padding: 0px;
    border-collapse: collapse;
    border-radius: 4px;
}

.leftBannerContent {
    height: 40px;
    width: 30%;
    text-align: left;
    color: white;
    background-color: #0A2037;
    font-weight: bold;
    font-size: 24px;
    font-family: arial, 'lucida console', sans-serif;
    padding: 5px;
}

.rightBannerContent {
    height: 40px;
    width: 58%;
    text-align: right;
    color: white;
    background-color: #0A2037;
    font-size: 18px;
    font-family: arial, 'lucida console', sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-right: 10px;
    padding-top: 5px;
}

.contentBody {
    background: #eeeeee !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.floatCenter {
    float: center;
}

.clear {
    clear: both;
    padding: 5px;
    margin: auto;
}

.spacermin {
    color: Black;
    font-size: 2pt;
    padding: 0px;
    margin: 0;
}

.rightAlign td {
    text-align: right;
}

.centerAlign td {
    text-align: right;
}

.leftAlign td {
    text-align: right;
}

.Panel600px {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.Panel700px {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.centeredPanelGrid {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.centeredPanelGridWithLeftJustifiedText {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.centeredPanelGridWithBorderSpacing {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 10px;
}

.centeredPanelWithBorderSpacingAndLeftJustifiedText {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 10px;
}

.LabelHeader {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699
        ), color-stop(1, #00557F));
    background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699',
        endColorstr='#00557F');
    #background-color: #006699;
    color: #FFFFFF;
    border-left: 1px solid #0070A8;
}

/* Wizard Container Starts Here
----------------------------*/
.wizard-steps {
    margin: 20px 10px 0px 10px;
    padding: 0px;
    position: relative;
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.wizard-steps div {
    position: relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
    width: 15px;
    margin: 2px 5px 0px 0px;
    line-height: 15px;
    color: #666;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
    position: relative;
    display: block;
    width: auto;
    height: 24px;
    margin-right: 18px;
    padding: 0px 10px 0px 3px;
    float: left;
    font-size: 11px;
    line-height: 24px;
    color: #666;
    background: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.wizard-steps a:before {
    width: 0px;
    height: 0px;
    border-top: 12px solid #FFFFFF;
    border-bottom: 12px solid #FFFFFF;
    border-left: 12px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -12px;
}

.wizard-steps a:after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #FFFFFF;
    position: absolute;
    content: "";
    top: 0px;
    right: -12px;
}

/* = COMPLETED STEPS
----------------------------*/
.wizard-steps .completed-step a {
    color: #FFFFFF;
    background: #0A2037;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.wizard-steps .completed-step a:before {
    border-top: 12px solid #0A2037;
    border-bottom: 12px solid #0A2037;
}

.wizard-steps .completed-step a:after {
    border-left: 12px solid #0A2037;
}

.wizard-steps .completed-step span {
    border: 2px solid #163038;
    color: #163038;
    text-shadow: none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
    color: #FFFFFF;
    background: #0A2037;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.wizard-steps .active-step a:before {
    border-top: 12px solid #0A2037;
    border-bottom: 12px solid #0A2037;
}

.wizard-steps .active-step a:after {
    border-left: 12px solid #0A2037;
}

.wizard-steps .active-step span {
    color: #0A2037;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
    text-shadow: none;
    border: 2px solid #A3C1C9;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover a {
    color: #FFFFFF;
    background: #0A2037;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.wizard-steps .completed-step:hover span {
    color: #0A2037;
}

.wizard-steps .completed-step:hover a:before,.wizard-steps .active-step:hover a:before
    {
    border-top: 12px solid #0A2037;
    border-bottom: 12px solid #0A2037;
}

.wizard-steps .completed-step:hover a:after,.wizard-steps .active-step:hover a:after
    {
    border-left: 12px solid #0A2037;
}

/* Bootstrap Theme */

/* callout panel */
.bs-callout {
    padding: 10px;
    margin: 0px 0;
    border: 1px solid #eee;
    #border-left-width: 7px;
    border-radius: 2px;
}

.bs-callout-danger { #
    border-left-color: #d9534f;
}

.bs-callout-warning {
    border-color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-primary {
    border-color: #428bca;
}

/* Bootstrap Panel */
form .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

form .panel-body {
    padding: 15px;
}

form .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

form .panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

form .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

form .panel-title>a {
    color: inherit;
}

form .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

form .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

form .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

form .panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

form .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

form .panel-primary {
    border-color: #428bca;
}

form .panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

form .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca;
}

form .panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #fff;
}

form .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #428bca;
}