body{
    font-family: Arial;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    background-image: url('./img/bg1.png');
}
table td{
    padding:0px;
    border-collapse:collapse;
}

table td{
    padding:0px;
}

td{
    font-family: Arial;
    font-size: 10pt;
}

img{
    border: 1px solid #abb164;
}

.noborder{
    border: 0px;
}
a{
    color: #000000;
}

h2{
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}

h3{
    margin: 0px;
    padding: 0px;
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
}

h4{
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
}

h4 a{
    color: #000000;
    text-decoration: none;
}

h4 a:hover{
    color: #000000;
    text-decoration: underline;
}

.date{
    color: #A67F31;
    font-size: 8pt;
}

.date2{
    color: #A67F31;
    font-size: 10pt;
}

.grey{
    color: #A4AA60;
}

.h2line{
    height: 5px;
    margin: 10px 0px 20px 0px;
    background-image: url('./img/i_16.png');
    background-repeat: repeat-x;
    font-size: 1px;
}

.h3line{
    height: 2px;
    margin: 10px 0px 20px 0px;
    background-image: url('./img/i_16.png');
    background-repeat: repeat-x;
    font-size: 1px;
}

.sliderimg{
    border: 0px;
}

.tmenu{
    margin: 0px;
    padding-top: 3px;
    color: #ffffff;
    text-transform: uppercase;
}

.tmenu a{
    margin: 0px;
    font-weight: bold;
    padding-top: 3px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.tmenu a:hover{
    margin: 0px;
    font-weight: bold;
    padding-top: 3px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline;
}

.fmenu a{
   color: #41441f;
}

.fmenu a:hover{
   color: #000000;
}

#tooltip {
    background: #FCF5E1;
    border: 1px solid #000000;
    text-align: justify;
    font: 8pt Arial, Tahoma, Verdana;
    margin:0px;
    -moz-border-radius:8px;
    padding: 5px 10px 5px 10px;
    position:absolute;
    visibility:hidden
}

/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/


.megamenu{
    margin: 0px;
    padding: 0px;
}

.megamenu li{
    float: left;
    list-style: none;
}

.megamenu li a{
    display: block;
    margin: 0px;
    text-decoration: none;
    white-space: nowrap;
}


.megamenu li {
    margin: 0px 15px 0px -8px;
    padding: 0px;
}

.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  z-index: 10;
}

ul.megamenu div.mm-item-content {
  background: #A4AA60;
  margin: 0px 0px 0px -10px;
  padding: 10px 0px 0px 4px;
  position: absolute;
  z-index: 9;
}

.mm-content-base {
  background: #A4AA60;
  position: relative;
  z-index: 11;
  padding: 10px;
}
.mm-js-shadow {
  display: none;
  background: #A4AA60;
  position: absolute;
  z-index: 10;
}

.cont_table_top{
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    background-color: #ABB164;
    font-weight: bold;
}

.cont_table_1{
    padding: 10px 10px 10px 10px;
    background-color: #FAFFBA;
}

.cont_table_2{
    padding: 10px 10px 10px 10px;
}


/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #EEF4C4;
  border: 1px solid #ABB164;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .month_nav {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
  }
    .date_selector .month_name {
      font-weight: bold;
      line-height: 20px;
      display: block;
      text-align: center;
    }
    .date_selector .month_nav a {
      display: block;
      position: absolute;
      top: 5px;
      width: 20px;
      height: 20px;
      line-height: 17px;
      font-weight: bold;
      color: #003C78;
      text-align: center;
      font-size: 120%;
      overflow: hidden;
    }
      .date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
        background: none;
        color: #003C78;
        text-decoration: none;
      }
    .date_selector .prev {
      left: 5px;
    }
    .date_selector .next {
      right: 5px;
    }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      background: white;
    }
    .date_selector td.today {
      background: #FFFED9;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
      .date_selector td a {
        display: block;
        text-decoration: none !important;
        width: 100%;
        height: 100%;
        line-height: 2em;
        color: #003C78;
        text-align: center;
      }
      .date_selector td.today a {
        background: #FFFEB3;
      }
      .date_selector td.selected a {
        background: #D8DFE5;
        font-weight: bold;
      }
        .date_selector td a:hover {
          background: #003C78;
          color: white;
        }
        

