﻿body {
    background: url('../images/background.jpg') repeat-x #7ed0e8;
}

.topLinks {
    color: white !important;
}

.topNavHeaderItem {
    color: white!important;
}

nav, .menu, .submenu {
    background-color:#183052;
}

ul.menu.dropdown {
    border-bottom: 1px solid #95B9ED;
}


.tabs, ul.tabs {
   background:#DDF2A7 !important;
}

.tabs>li.is-active {
    background:white;
}

.tabs-title>a[aria-selected=false] {
    background-color:#DDF2A7 !important;
}
 .tabs-title>a:hover, .tabs-title>a[aria-selected=true] {
    background:white;
}


h1 {
    background: none !important;
    background-color: #ddf2a7 !important;
    color: #174962;
}

.ui-widget-header {
    background: #223c61;
}

#foot {
    margin-top: 0;
}

#footerStrip {
  display: block;
}

.stdDiv {
    border: 1px solid #ddf2a7;
}

.gridAlt {
    background-color: #e9f3da;
}

/*Person Summary*/
fieldset.eligibilityBox {
  border: 3px solid #DDF2A7;
}

.buttonLink {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}


